:root {
  --paragraphecolor: #14224C;
  --dominente1: #113d49;
  --dominente2: #08A89A;
  --white: #fff;
  --lightgrey: #f1f1f1;
  --warmgrey: #999;
  --black: #000;
  --green:rgb(24, 222, 199);
  --fontfamily1: "Helvetica", Helvetica, Arial, sans-serif;
  --fontfamily2: "GothamRoundedBook", "Helvetica Neue", Helvetica, Arial,
    sans-serif;
}

body .grey{
  background : var(--lightgrey);
}
a{
  color: var(--dominente1);
}
a:hover, a:focus {
    color: var(--dominente2);
  }
.clear {
  clear: both;
}
.clearfix::after {
  content: "";
  display: table;
  clear: both;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}

.editable-engaged {
    position: relative;
    z-index:9
  }

html, body, .container, .scroller {
  height: auto !important;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 400;
    font-style: normal;
    text-rendering: optimizeLegibility;
    margin-top: .2rem;
    margin-bottom: .5rem;
    line-height: 1.4;
    -webkit-font-smoothing: antialiased;
  }
  
#scroller, .scroller {
  overflow-y: initial !important;
  overflow-x: initial !important;
}

body.minimalistic #navigation {
  position: fixed;
  z-index: 3;
  width: 200px;
  top: 60px;
  left: 16px;
  background: rgba(255,255,255,.6);
  color: #000;
}



body.artparis {
  font-family: var(--fontfamily1);
  color: var(--paragraphecolor);
}
body.artparis h1,
body.artparis h2,
body.artparis h3,
body.artparis h4,
body.artparis h5,
body.artparis h6 {
  font-family: var(--fontfamily2);
}
body.homepage .container {
  opacity: 0.5;
}

body.homepage.lazyLoaded .container{
  opacity: 1;
}

.no-csstransforms3d .mp-pusher{
  padding-left: inherit !important
}

img[loading="lazy"]{
  opacity: 1;
  transition: opacity 300ms ease-in-out;
}

img[loading="lazy"].loaded{
  opacity: 1;
}

html.safari body .parallax,
.ndk_banner_container.parallax {
  /* background-attachment: scroll !important; */
  /* background-size: 100% !important; */
}
.ndk-parallax-test .parallax_row {
  background: transparent!important;
}

.ndk-parallax-test .content {
  background: transparent;
}

.ndk-parallax-test .index_row, .ndk-parallax-test #topslider{
  background: #FFF
}
body.artparis .false_email_subscribe_newsletter, body.artparis .false_button_subscribe_newsletter{
  background: var(--white);
}
body.artparis em, body.artparis a {
  color: var(--dominente1);
}
.fas {
  font-family: "FontAwesome";
}
.index_slideshow {
  position: relative;
  padding-bottom: 50px;
}

.boxed_row {
  padding: 1em;
  /* box-shadow: 0px 0px 5px 0px #DBDBDB !important; */
  margin-top: 3em !important;
  margin-bottom: 3em !important;
  text-align: center
}
.index_row {
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 2em;
}

.index_slideshow h4 {
  color: var(--black);
  font-weight: 600;
  padding-bottom: 25px;
}

body.artparis .slick-slider {
  margin-bottom: 20px;
}
.index_slideshow .bx-wrapper {
  background: var(--white);
  float: right;
  width: 80%;
  display: inline-block;
  clear: none;
}

.index_slideshow ul.titre-oeuvres {
  text-align: center;
}
.carousel-item {
  padding: 0 8px;
}

.carousel-item.text_in_image > .text {
  bottom: 0;
  max-height: 100%;
}

.carousel-slider-item.slick-slide img {
  display: inline-block;
  width: 100%
}

.carousel-slider-item .titre-oeuvres {
  position: absolute;
  bottom: 1em;
  width: 100%;
  text-align: center !important;
  color: var(--white);
  text-shadow: 0 0 3px #000;
}
.carousel-slider-item .titre-oeuvres{
  font-size: 1em;
}
.carousel-slider-item .titre-oeuvres li.artwork_title{
  font-size: 1em;
}
.carousel-slider-item .titre-oeuvres li.galerie a{
  font-size: 1em;
}


.bigleftcolumn, #gallerist_infos_in_lateral_menu {
  z-index: 1;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  padding-top: 1rem;
  padding-left: 1.6rem;
  padding-right: 1.6rem;
  overflow-y: scroll;
  border-top: 7rem solid var(--dominente2);
}

#gallerist_rightcol {
  max-width: 100%;
  margin-top: 0;
  background-image: url("top-banner.jpg");
  background-repeat: no-repeat;
  background-size: auto 3rem;
  padding-top: 5rem;
  background-position: top right;
}
.gallery_artists .columns.right:not(.section-title){
  padding-left:4rem;
  padding-right:4rem;
}

body .mp-menu {

  width: 280px;

}


.presentation-text {
  /* background: linear-gradient(to right, #77A1D3 0%, #08A89A 100%); */
  background:var(--dominente2);
  margin-top: -1rem;
  padding-top:1rem;
  border-radius: 5px 5px 0 0;
  margin-bottom: 2rem;
  color: #fff;
}
.presentation-text p, .presentation-text h3{
  color:var(--white) !important;
}


body ul.titre-oeuvres {
  padding: 0.5rem 0;
  font-size: 1rem;
  line-height: initial;
  margin: 0;
  text-align: left;
}

ul.titre-oeuvres li.artwork_title {
  font-size: 1.2rem;
  color: var(--paragraphecolor);
}
.artw-desc p {
  font-size: 0.8rem;
  color: var(--paragraphecolor);
  line-height: initial;
  text-align: justify;
}
.logo-exp {
  background: #FFF;
  padding: 0.5rem;
  text-align: center;
}

.logo-child-exp {
  margin-bottom: 1rem;
}
.logo-child-exp img{
  margin-right:1rem;
  clip-path: circle()
}

.bigleftcolumn > ul > li.panel_title, .ex_main_page h3{
  color:var(--dominente2)
}
.ex_main_page .gallery_text p {
  font-size: 1rem;
  text-align: justify;
}
.ex_main_page .gallery_text p, .ex_main_page h4 {
  color: var(--paragraphecolor);
}
.ex_main_page .section-title {
  /* background: var(--lightgrey); */
  margin-top: 2rem;
}
.ex_main_page .section-title h4{
  color:var(--dominente2)
}
.ex_main_page .section-title h4::before{
  background: var(--dominente2);
  width: 1em;
  height: 1em;
  content: " ";
  display: inline-block;
  vertical-align: text-top;
  margin-right: 0.3em;
  border-radius: 0.6em 0;
}
.carouselSlider {
  /* background: var(--lightgrey); */
  padding: 0em;
}
.pub2-carousel.carouselSlider {
  margin-top: 1rem;
}

.shadowed-box {
  padding: 1em;
  border: none !important;
  border-radius: 5px;
  box-shadow: 0px 0 10px 0px #dedede;
  transition: all 1s cubic-bezier(0.03, 0.42, 0.145, 1.005);
  height: 100%;
}
.shadowed-box:hover{
  box-shadow: 0px 0 15px 0px #b6b6b6;
}
.shadowed-box img, .shadowed-box .embed{
  border-radius: 0 !important
}


.ex_main_page .columns{
  margin-bottom:2rem
}
.carousel-slider-item .titre-oeuvres li.artwork_title, 
.carousel-slider-item .titre-oeuvres .link_to_gallerist_page, 
.carousel-slider-item .titre-oeuvres .link_to_artist_page, 
.carousel-slider-item .titre-oeuvres span{
  color:#fff
}

.index_slideshow .bx-wrapper .bx-prev {
  left: -20px;
}

.homenavig-item {
  text-align: center;
  display: inline-block;
  background-position: fixed;
  background-size: cover;
  /* height: 45vw; */
  margin-bottom: 2rem;
  /* max-height: 600px; */
  padding:1em
}

.homenavig-item .small-parallax {
  position: relative;
  /* top: 0;
  left: 1em;
  right: 1em;
  bottom: 4em; */
  border-radius: 3px;
  transition: all 1s cubic-bezier(0.03, 0.42, 0.145, 1.005);
  opacity: 1;
  background-attachment: initial;
}
.homenavig-item a {
  display: block;
  position: relative;
}
.homenavig-item .small-parallax:hover{
  opacity: 0.6;
  box-shadow: 0px 0px 5px 0px var(--lightgrey) !important;
}

.homenavig-item .nav-title {
  position: relative;
  width: 100%;
  color: var(--black);
  margin-top:1em
}

.artists_links {
  border-right: 1px solid var(--lightgrey) !important;
  margin-right: 15px;
  font-size: 12px;
  text-align: left;
  padding-left: 0;
  float: left;
  display: inline-block;
  width: 18%;
}

.artists_links ul {
  padding: 0;
  margin: 0;
}
.artists_links li {
  list-style: none;
  font-size: 14px;
}

.carousel-img-container {
  line-height: 200px;
  position: relative;
  text-align: center;
  background: var(--lightgrey);
}
.galleries_list.exposantsCarousel {
    display: flex;
    flex-direction: row;
    align-content: stretch;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.page-container.dictionnary_datasource_ndk {
  display: grid !important;
  grid-template-rows: masonry;
  grid-template-columns: repeat(auto-fill, minmax(290px, 1fr));
  gap: 1rem;
}
.page-container.dictionnary_datasource_ndk .columns{
  width:auto
}

.exposantsCarousel .overflow-item{
  padding:1rem !important
}
.exposantsCarousel .carousel-item{max-width:300px}
.exposantsCarousel .overflow-item .exp_item {
  padding: 1rem;
  /* border: 1px solid var(--lightgrey); */
  border-radius: 0.5rem;
  display: flex;
  height: 100%;
  justify-content: center;
  justify-items: center;
  align-items: center;
  min-height: 160px;
}
.exp_item.nopicture {
  font-size: 2rem;
  font-weight: bolder;
  color: var(--warmgrey);
}

.exp-carousel-img-container {
  line-height: 120px;
  position: relative;
  text-align: center;
  background: var(--white);
}
.overflow-item .exp-carousel-img-container img {
  max-height: 120px;
  width: auto;
}

.overflow-item .embed {
  background: var(--black);
  height: 340px;
  display: flex;
  flex-direction: row;
  align-items: center;
  align-content: center;
  justify-content: space-around;
}

.overflow-item .embed .thumb {
  max-height: 100%;
  width: auto;
  margin: auto;
  clear: both;
  display: block;
}
.overflow-item .embed a, .overflow-item .embed .description{
  display:none
}
.overflow-item .carousel-img-container img {
  max-height: 200px;
  width: auto;
}

.slick-track {
  display: flex;
  align-items: center;
}

.index_slideshow iframe {
  /* max-height: 360px; */
}

.index_slideshow .carousel-item iframe {
  min-height: 230px;
  width: inherit;
  max-width: 100%;
  background: #000;
}

.text_in_image > .text > .description {
  text-align: center;
}

.event-flash-news-carousel .carousel-img-container {
  min-height: 300px;
}
.columns.horaires {
  text-align: left;
}

.footConnect {
  margin-top: 2em;
}

.videostories {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.videostories .carousel-item.artwork_bloc {
  max-width: 50%;
  flex: 0 1 33%;
}

.artwork_bloc {
  text-align: center;
}

.artwork_bloc img,.artwork_bloc .embed{
  width:100%;
    border-radius : 5px;
  overflow: hidden;
}
#newsletter_subscribing_form {
  padding: 1em;
  border: 1px solid var(--white);
  display:none!important
}
.newsletter-parallax-block {
  max-width: 800px;
  margin: auto;
}
.parallax.parallaxHeight_25.js_parallax.newsletter-parallax {
    z-index: 2;
}
.newsletter_input {
  padding: 0.5em !important;
  transition: all 1s cubic-bezier(0.03, 0.42, 0.145, 1.005);
  display: inline-block;
  min-height: 55px;
}

.newsletter_done .newsletter_input {
  background: #8ac9708c !important;
  padding: 1em !important;
  margin: 0;
  height: 70px;
}

.newsletter_input input {
  background: var(--white) !important;
  color: var(--black) !important;
  margin: 0
}

body #button_subscribe_newsletter, .newsletter_input select, body .false_button_subscribe_newsletter{
  border: 1px solid #525354;
  margin: 0;
  background:var(--green);
  color:#FFF
}
body select {
  -webkit-appearance: none !important;
  background: #fafafa url("data:image/svg+xml;base64, PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSI2cHgiIGhlaWdodD0iM3B4IiB2aWV3Qm94PSIwIDAgNiAzIiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA2IDMiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxwb2x5Z29uIHBvaW50cz0iNS45OTIsMCAyLjk5MiwzIC0wLjAwOCwwICIvPjwvc3ZnPg==") no-repeat !important;
  background-position-x: 97% !important;
  background-position-y: center !important;
  border: 1px solid #cccccc;
  padding: 0.6rem;
  font-size: 0.875rem;
  -webkit-border-radius: 0;
  border-radius: 0;
}

.page-content-head-2 {
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 25px;
}

.mp-level{
  background: var(--white);
}
@media (max-width: 991px) {
  .hide-for-large-up.menu-trigger-ndk {
    display: inline-block !important;
    font-size: 1.2em;
  }
  .hide-for-large-up.menu-trigger-ndk i{
    margin-right: 0.5em;
  }
  .videostories .carousel-item.artwork_bloc {
    max-width: 50%;
    flex: 0 1 50%;
  }
  .index_slideshow .carousel-item iframe {
    min-height: 230px;
  }
  .js_parallax_inner{
      font-size: 0.8em
    }
}
@media (max-width: 767px) {
  #scroller {
    max-width: 100vw;
  }
  body .parallax, body .ndk_banner_container.parallax {
      left: 0 !important;
      right: 0 !important;
      margin-left: -1.6rem !important;
      margin-right: -1.6rem !important;
      width: calc(100% + 3.2rem) !important;
      max-width: calc(100% + 3.2rem) !important;
  }
  body .parallax,
  .ndk_banner_container.parallax {
    background-attachment: scroll !important;
    /* background-size: 100% !important; */
  }
  body .parallax.parallaxHeight_50, .ndk_banner_container.parallax.parallaxHeight_50 {
    min-height: 15vh !important;
  }
  .artists_links {
    display: none !important;
  }
  .index_slideshow .bx-wrapper {
    width: 100%;
    clear: both;
  }
  .index_slideshow {
    padding-left: 30px;
    padding-right: 30px;
  }
  .hidden-xs {
    display: none;
  }
  ul.titre-oeuvres {
    padding: 0px !important;
  }
  .index_slideshow h4 {
    padding-bottom: 0 !important;
    margin-bottom: 10px !important;
  }
  .index_slideshow {
    padding-bottom: 0px !important;
  }

  #flash_news iframe,
  .index_slideshow iframe {
    height: 240px;
    width: 100%;
  }
  
  /* body .index_slideshow .carousel-item iframe {
    min-height: 100px;
  } */
  .overflow-item .embed{
    height: 140px
  }
  .js_parallax_inner{
      font-size: 0.7em
    }
  
  
  
}
@media (max-width: 420px) {
  
  .js_parallax_inner{
    font-size: 0.7em
  }
  .videostories .carousel-item.artwork_bloc {
    max-width: 100%;
    flex: 0 1 100%;
    padding:0
  }
  #flash_news iframe,
  .index_slideshow iframe {
    height: 200px;
    width: 100%;
  }

  .use_masonry img {
    width: 100%;
    height: auto;
  }

  .page-content {
    padding-bottom: 0;
  }

  .footConnect {
    padding-left: 25px !important;
    padding-right: 25px !important;
  }
  .gallery_artists .columns.right:not(.section-title), .ex_main_page.row {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  
  .ex_main_page.presentation {
    box-shadow: none !important;
  }
  .presentation-text {
    max-height: 20rem;
    overflow-y: scroll;
    margin-bottom: 0;
  }
  
}



#topslider {
  margin-bottom: 25px !important;
}
.page-content-head {
  padding-top: 0;
}

.row {
	transform: translate(0);
}
.lazyEffect {
  transition: all 1s cubic-bezier(0.03, 0.42, 0.145, 1.005);
}

.ndk-lazy-effect {
  transition: all 1s cubic-bezier(0.03, 0.42, 0.145, 1.005);
}

.lazy-zoom-in {
  transform: translateY(100px) scale(0, 0);
  opacity: 0;
}

.lazy-rotate-in {
  transform: rotate(180deg) scale(0, 0);
  opacity: 0;
}

.lazy-fade-in {
  opacity: 0;
}

.lazy-enter-up {
  transform: translateY(100px);
  opacity: 0;
}

.lazy-enter-left {
  transform: translateX(-500px);
  opacity: 0;
}

.lazy-enter-right {
  transform: translateX(500px);
  opacity: 0;
}

.lazyLoaded {
  top:initial;
  opacity: 1;
  transform: none;
}

/* @group header */

.burger-toggle {
  position: absolute;
  right: -1em;
  top: -0.5em;
  font-size: 1em;
  cursor: pointer;
  transition: all 1s cubic-bezier(0.03, 0.42, 0.145, 1.005);
  transform: rotate(0);
  padding: 1em;
}

.burger-toggle.active{
	transform: rotate(-360deg);
  right: 0;
}

#mp-pusher.mp-pushed {
  transform: translate3d(-240px, 0px, 0px);
  -webkit-transition: transform 0.8s cubic-bezier(0.65, 0.06, 0.19, 0.96);
  transition: transform 0.8s cubic-bezier(0.65, 0.06, 0.19, 0.96);
}

.nav-overlay {
  z-index: 9100;
  height: 100vh;
  overflow: hidden;
  width: 50vw;
  max-width: 240px;
  min-width: 240px;
  -webkit-transform: translateX(110%);
  -moz-transform: translateX(110%);
  -ms-transform: translateX(110%);
  -o-transform: translateX(110%);
  transform: translateX(110%);
  -webkit-transition: transform 0.4s cubic-bezier(0.65, 0.06, 0.19, 0.96);
  transition: transform 0.4s cubic-bezier(0.65, 0.06, 0.19, 0.96);
  -webkit-align-items: left;
  align-items: left;
  -webkit-justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: fixed;
  left: auto;
  top: 0;
  right: 0;
  bottom: 0;
  background: var(--white);
  padding: 1em;
  overflow-y: scroll;
  color:var(--warmgrey)
}

.nav-overlay.open {
  height: 100vh;
  width: 50vw;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: transform 0.8s cubic-bezier(0.65, 0.06, 0.19, 0.96);
  transition: all 0.8s cubic-bezier(0.65, 0.06, 0.19, 0.96);
  box-shadow: 0px 0px 5px 0px var(--lightgrey) !important;
}

.flex {
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  justify-content: flex-start;
}

body {
  overflow-x: hidden;
  max-width: 100vw;
}

body .overflowed {
  position: relative;
  display: block !important;
  margin: 0;
  scrollbar-width: none;
}

body .overflowed::-webkit-scrollbar {
  display: none;
}
.overflow-container-main {
  position: relative;
  padding-bottom: 2em;
  max-width: 100%;
}

body .overflowed .overflow-container {
  min-width: 100%;
  align-content: space-around;
  justify-content: space-around;
  display: flex;
}

.overflowed.ndk-overflow-x {
  overflow-y: hidden;
}

body .overflowed .overflow-container .overflow-item {
  display: inline-block;
  vertical-align: middle;
  float: none;
  /* width: auto !important; */
  padding: 0;
  min-width: auto;
  position: relative;
  margin: auto;
}
.overflow-item .thumbnail-container,
.overflow-item > *,
.overflow-item .product-thumbnail {
  max-width: 100%;
  min-width: auto;
}
.overflow_chevron_x::after {
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  bottom: 0.5em;
  font-family: "Material Icons";
  cursor: pointer;
  font-size: 20px;
  border-radius: 100%;
  width: 1em;
  height: 1em !important;
  z-index: 1000;
  line-height: 1em;
  font-size: 4em;
  content: "swipe";
  display: block;
  width: 100%;
  display: none !important;
}

.overflow_chevron_x:hover::after {
  display: none;
}
.ndk-overflow-control {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
}

.ndk-overflow-pager {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
}

.ndk-overflow-control span {
  color: inherit;
  padding: 0;
  font-weight: bold;
  font-size: 2em;
  cursor: pointer;
  display: inline-block;
}

.ndk-custom-group-block .bx-wrapper .bx-pager.bx-default-pager a,
.ndk-custom-group-block .bx-wrapper .bx-pager.bx-default-pager a,
.ndk-custom-group-block .brands-sort .select-list,
.ndk-custom-group-block .products-sort-order .select-list,
.ndk-custom-group-block .suppliers-sort .select-list,
.ndk-scroll-pager {
  text-indent: -9999px;
  display: inline-block;
  width: 0.6rem;
  height: 0.6rem;
  margin: 0 0.3rem;
  background: var(--white);
  outline: 0;
  -moz-border-radius: 1rem;
  -webkit-border-radius: 1rem;
  border-radius: 1rem;
  cursor: pointer;
  border: 1px solid var(--dominente1);
}

span.ndk-scroll-pager:first-child,
span.ndk-scroll-pager:last-child {
  transform: scale(0.8);
}

.ndk-custom-group-block .bx-wrapper .bx-pager.bx-default-pager a:hover,
.ndk-custom-group-block .bx-wrapper .bx-pager.bx-default-pager a.active,
.ndk-custom-group-block .brands-sort .select-list:hover,
.ndk-custom-group-block .products-sort-order .select-list:hover,
.ndk-custom-group-block .suppliers-sort .select-list:hover,
.ndk-scroll-pager:hover,
.ndk-scroll-pager.active {
  background: var(--dominente1);
  box-shadow: none;
}


.carousel-item.artwork_bloc {
  max-width: 200px;
}
.larger.row.header-row {
    display: flex;
    justify-content: flex-start;
}
.top-logo {
    display: inline-block;
    font-family: var(--fontfamily2);
    float: left;
    padding-right: 4em;
    line-height: 2em;
    font-weight: bold;
    letter-spacing: -1px;
    height: ;
    width: 120px;
}

body #cbp-hrmenu {
  position: relative !important;
	padding: 0 5px;
	box-shadow: none !important;
	top: 1em !important;
}

.toggle-sub-menu {
  float: right;
}


#cbp-hrmenu .top-links {
	padding-right: 0;
	width: 100%;
	border-bottom: 1px solid;
  margin-bottom: 1em;
}

#cbp-hrmenu .top-links ul li {
	padding-left: 0;
	display: block;
}
#cbp-hrmenu ul li {
  transition: transform 1s cubic-bezier(0.03, 0.42, 0.145, 1.005);
  transform: translateX(100px);
}
.nav-overlay.open #cbp-hrmenu ul li {
  transform: translateX(0);
}

#cbp-hrmenu > ul > li.cbp-hropen > .cbp-hrsub {
    display: block !important;
  }
body #cbp-hrmenu > ul > li > .cbp-hrsub {
    display: none;
    position: relative;
    left: 0;
    top: 0;
    background: #FFF;
    width: 100%;
    padding: .2em;
}
#cbp-hrmenu > ul > li a {
  color: var(--white);
  transition: color 1.6s ease-in-out;
}
@media only screen and (min-width: 64.063em) {
  body.homepage #cbp-hrmenu.clear > ul > li > a {
      color: var(--warmgrey);
      font-weight:normal
  }
}
body.homepage #cbp-hrmenu.clear > ul > li > a, .nav-overlay.open #cbp-hrmenu > ul > li a {
  color: var(--warmgrey);
}

body.artparis.homepage #cbp-hrmenu.clear > ul > li > a {
  font-weight: bold;
  color: var(--warmgrey);
}

body .row.larger, .marged_row, .row{
  max-width: 95vw;
  margin: auto
}

#header-section {
    background: var(--white);
    color: var(--black);
    padding: 1em;
    z-index: 5;
    position: fixed;
    left: 0;
    right: 0;
  }


#cbp-hrmenu #language_selector {
	position: relative;
	top: auto;
	right: auto;
	display: block;
	margin-bottom: 1em;
  display:none
}

#cbp-hrmenu > ul > li {
  position: relative;
  display: block;
}

body.artparis #cbp-hrmenu > ul > li > .cbp-hrsub {
  /* display: block !important; */
  position: relative;
  left: auto;
  top: auto;
  background: var(--white) !important;
  width: 100%;
  padding: 5px 10px;
  min-width: 200px;
}


#cbp-hrmenu > ul > li > .cbp-hrsub > .cbp-hrsub-inner > div {
  width: auto;
  float: none !important;
}

#cbp-hrmenu > ul > li > .cbp-hrsub > .cbp-hrsub-inner > div > ul > li {
  margin-left: 0 !important;
}

#cbp-hrmenu > ul > li > .cbp-hrsub > .cbp-hrsub-inner > div > ul > li > a {
    font-size: 13px;
    text-transform: none;
    line-height: 16px;
    display: block;
    margin-bottom: 0.5rem;
}

#cbp-hrmenu
  > ul
  > li
  > .cbp-hrsub
  > .cbp-hrsub-inner
  > div
  > ul
  > li
  > a.current_page,
#cbp-hrmenu
  > ul
  > li
  > .cbp-hrsub
  > .cbp-hrsub-inner
  > div
  > ul
  > li
  > a:hover {
  color: var(--dominente1);
}

#cbp-hrmenu > ul > li a {
  font-weight: normal;
}



.top-links {
  display: inline-block;
  float: right;
  padding-top: 4px;
  padding-right: 4em;
}
.top-links ul {
  margin: 0;
  padding: 0;
}

.top-links ul li {
  list-style: none;
  display: inline-block;
  padding-left: 15px;
}

.top-links ul li a {
  color: var(--warmgrey);
}

body #cbp-hrmenu > ul > li > a {
  margin-top: 15px !important;
  display: block !important;
  font-size: 14px !important;
}

#cbp-hrmenu > ul > li {
  height: auto !important;
  margin-right: 2em !important;
}

#header-section #language_selector {
  /* z-index: 10000; */
  /* -webkit-transform: translateZ(2px); */
  /* transform: translateZ(2px); */
  position: relative;
  top: unset;
  right: unset;
  display: inline-block;
}
#language_selector > a {
  font-size: unset !important;
}
/* .search-top,
.social-sharing {
  display: inline-block;
  margin-right: 25px;
} */

.language_selector,
.search-top,
.social-sharing,
.top-link {
  /* display: inline-block; */
  position: relative;
  vertical-align: middle;
}

#globalsearchfield {
  margin: 0;
  line-height: 24px;
  padding: 0 5px;
  height: auto;
  max-width: 125px;
}

.social-sharing {
	display: inline-block;
	color: var(--black);
	width: 100%;
}

.social-sharing ul li a::before {
  display: inline-block;
  font-family: "FontAwesome";
  vertical-align: -5px;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.social-sharing ul {
	width: 100%;
	justify-content: space-between;
}
.presentation-text .social-sharing ul {
  width: auto;
  justify-content: center;
}
.presentation-text .social-sharing ul li a {
  color:var(--white)
}
.social-sharing ul li {
	list-style: none;
	display: block;
	padding: 0.5em;
}
.social-sharing ul li a {
  color: var(--black);
  font-size: 23px;
}
.social-sharing ul li a.facebook::before {
  content: "\f09a";
}
.social-sharing ul li a.twitter::before {
  content: " ";
  background: url("img/twitter-x.svg") no-repeat left bottom;
  display: inline-block;
  width: 20px;
  height: 20px;
  /* margin-top: 10px; */
  margin-left: 3px;
  background-size: contain;
}
.social-sharing ul li a.instagram::before {
  content: "\f16d";
}

.social-sharing ul li a.linkedin::before {
  content: "\f08c";
}



.social-sharing ul li a.artsy::before {
  content: " ";
  background: url("img/artsy.svg") no-repeat left bottom;
  display: inline-block;
  width: 20px;
  height: 20px;
  /* margin-top: 10px; */
  margin-left: 3px;
  background-size: contain;
}

.recherche::after {
  display: inline-block;
  content: "\f002";
  font-family: "FontAwesome";
  vertical-align: -5px;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  right: -22px;
  top: 0;
  color: var(--black);
  font-size: 20px;
  line-height: 24px;
}

.search-top {
    display: inline-block;
    margin-right: 40px;
    margin-top: 0.5rem;
}

div#google_translate_element {
    display: inline-block;
    float: right;
    margin-right: 2rem;
    margin-left: auto;
    height: 40px;
    overflow: hidden;
}




#cbp-hrmenu > ul > li.logo {
  margin-left: 0 !important;
}

/*body #cbp-hrmenu > ul > li.ticket_office{
	display:none!important
}*/

#cbp-hrmenu > ul > li.ticket_office > a {
  height: 30px !important;
  background: none;
}

body #cbp-hrmenu > ul > li.ticket_office > a.label {
    font-size: 11px !important;
    font-weight: bold;
    border: 2px solid;
    display: block !important;
    line-height: 13px;
    padding: 0.3em;
    height: auto !important;
    border-radius: 5px;
    width: auto;
}

#cbp-hrmenu ul.menu-tools {
  padding: 0em 0;
  border-top: 1px solid;
  border-bottom: 1px solid;
  margin: 1em auto;
}

#cbp-hrmenu > ul > li.ticket_office, #cbp-hrmenu > ul > li.menuitem_favorites {
  display: block !important;
  position: relative;
  float: unset;
  height: 41px !important;
  top: unset;
  padding-top: 10px;
  right: unset;
  left: unset;
  margin: auto !important;
}

#cbp-hrmenu > ul > li.menuitem_favorites > .counter {
  float: right !important;
  margin-top: 5px;
  margin-left: 5px;
}

#cbp-hrmenu > ul > li.ticket_office > a,
#cbp-hrmenu > ul > li.menuitem_favorites > a {
  height: 30px !important;
  float: left;
  margin-top: 0 !important;
}

@media only screen and (max-width: 640px) {
  .top-logo {
      padding-right: 0;
      width: 70px;
  }
  #cbp-hrmenu {
    top: 95px !important;
  }
  #cbp-hrmenu > ul > li {
    margin-right: 15px !important;
  }
  #topslider {
    margin-top: 10px;
  }
  #cbp-hrmenu > ul > li.menuitem_favorites {
    margin-right: 0 !important;
    margin-left: 15px !important;
  }
  body.artparis #cbp-hrmenu > ul > li.cbp-hropen > .cbp-hrsub {
    display: block !important;
  }
  
}
.popupEmbedContainer {
  padding: 20px;
  max-width: 100%;
  width: 1600px;
}

.fancybox-wrap {
  max-width: 80%;
  /* margin: auto; */
  min-width: 50%;
}
.fancybox-inner {
  max-width: 100%;
}
.popupPreviewContainer {
  padding: 20px;
  max-width: 100%;
  width: auto;
  text-align: center;
  margin: auto;
}

.popupPreviewContainer .title {
  padding: 1em;
}
.popupPreviewContainer .title a{
  color:var(--white);
}
.popupPreviewContainer p {
  color: var(--white) !important;
}
.eventCarousel .bx-wrapper {
  width: 100% !important;
}
.text_in_image {
  cursor: pointer;
}

.text_in_image > .text {
  background-color: rgba(0,0,0,.4);
  transition: background-color .8s;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 1em;
  overflow: auto;
  max-height: 100%;
}

.fancybox-skin {
  position: relative;
  background: #000000b3 !important;
  color: var(--white);
  text-shadow: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.fancybox-lock .fancybox-overlay {
  background: none;
}

.scroller {
  overflow-y: scroll;
  overflow-x: hidden;
}

.eventContainer {
  padding: 20px 0;
}
/* @end */

.artistname_item::after {
  clear: both;
  display: block;
  content: "";
}

.gallery_choice {
  float: left;
  text-transform: uppercase;
  color: #999 !important;
  line-height: 30px;
  outline: none !important;
  margin-top: -90px;
  position: relative;
  z-index: 2;
}
@media (max-width: 420px) {
  .gallery_choice {
    margin-top: -40px;
    width: 100%;
    padding-left: 25px;
    /* text-align: center; */
  }
  body.artparis #cbp-hrmenu > ul > li.cbp-hropen > .cbp-hrsub {
    display: block !important;
  }
}
.gallery_choice::focus {
  outline: none;
}
.gallery_choice.selected_exhibited {
  color: var(--black) !important;
}
.gallery_choice::before {
  background: url("img/fair_whitebg.png") no-repeat;
  display: block;
  content: " ";
  width: 30px;
  height: 30px;
  background-size: contain;
  float: left;
  margin-right: 5px;
}

.gallery_choice.selected_exhibited::before {
  background-image: url("img/fair_blackbg.png");
}

.disabled_icon {
  opacity: 0.4;
}

.uppercaseIt {
  text-transform: uppercase;
}

#scroller {
  padding-top: 4em;
}

.menu-newsletter {
  padding-top: 5px;
  min-width: 200px;
}

.false_email_subscribe_newsletter {
  margin-bottom: 0;
  color: var(--black) !important;
}
.menu-newsletter-mob {
  padding-top: 15px;
}

.button.videoconf {
  text-transform: uppercase;
}
.button.videoconf {
  text-transform: uppercase;
  width: 220px;
  float: left;
  max-width: 85%;
}

.button.videoconf:hover {
  background: var(--dominente1);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#3445aa),
    to(#1c255c)
  );
  background: -moz-linear-gradient(top, #3445aa, #1c255c);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@col1', endColorstr='@col2');
}

#gallerist_infos_in_lateral_menu .liveChat {
  max-width: 190px !important;
  /* float: left; */
  margin-left: 5px !important;
}

.artparislive, .ex_main_page.presentation {
  /* background: var(--lightgrey); */
  padding-top: 1em;
  padding-bottom: 1em;
  border: none !important;
  border-radius: 05px;
  box-shadow: 0px 0 10px 0px #dedede;
  margin-bottom: 1em;
}

#editable-markdown-gal001 {
  float: left;
  width: auto;
}

.logo-live {
  float: left;
  width: 120px;
  margin-right: 1em;
}

.equalHeight a {
  display: block;
  max-height: 100%;
}

.vv_link {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border: 3px solid var(--lightgrey);
  border-radius: 5px;
  display: block;
  padding-top: 56.25%;
  height: 0 !important;
}

/*
.large-6 .vv_link {
	height: 290px;
}

.small-12 .vv_link {
	height: 333px;
	
}

.large-6.vv_item {
	height: 333px;
}
*/

.vv_link:hover {
  border-color: var(--black);
}

.iframe_link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-indent: -5000px;
}

.virtual_visit_main img.arrow {
  opacity: 1;
  -webkit-transition: opacity 0.5s;
  -moz-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  transition: opacity 0.5s;
  position: absolute;
  left: 0;
  width: 100%;
  right: 0;
  height: auto;
  width: 100%;
}

.virtual_visit_main .large-6.small-12 img.arrow {
  top: 20%;
}

.vv_item {
  overflow: hidden;
}
/*
.virtual_visit_main .small-12 img.arrow{
	top:30px
}
*/
.footer-column {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.footer-column .row{
  width: 100%
}

.footer-container {
  width: 100%;
  padding-top: 60px;
  height: auto;
  float: left;
  margin: 0 auto;
  position: relative;
  background-color: var(--lightgrey);
}

.footer-map{
  width: 100%;
  height: auto
}



.login_form.onBlackBG input[type="text"], .login_form.onBlackBG input[type="password"], #newsletter_subscribing_form input {
  color: var(--warmgrey);
}

.footer-container-small {
  height: auto;
  background-color: var(--white);
}
.copyright {
  font-size: 1em;
  padding-top: 1em;
}
.footer-container-small .social-sharing ul li {
  padding: 0 0.5em;
}

@media (max-width: 420px) {
  iframe {
    height: auto;
  }
}
iframe body.vp-center {
  height: auto;
}

.sticky_popup .ndk-slide-item {
  margin: 0;
}

.sticky-close {
  position: absolute;
  top: 1em;
  right: 2em;
  background: #333;
  text-align: center;
  border-radius: 50%;
  box-shadow: 0 0px 3px 0 rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 3px solid #fff;
  cursor: pointer;
}
.sticky-close i {
  margin: 0 !important;
}

.sticky_popup .ndk_banner_container {
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}
.is-sticky .sticky-target {
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  /* -webkit-animation-name: slideInDown;
  animation-name: slideInDown; */
}

.is-sticky .sticky-target {
  position: fixed !important;
  left: 0;
  right: 0;
  z-index: 9999;
  top: 0;
  box-shadow: 0px 0px 5px 0px var(--lightgrey) !important;
  margin-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.is-sticky .sticky-target-bottom {
  top: unset;
  bottom: 0;
  -webkit-animation-name: slideInUp !important;
  animation-name: slideInUp !important;
  margin-bottom: 0;
}

.is-sticky .sticky-hidden {
  display: none !important;
}

.ndkcfLoaded .is-sticky .add-to-cart.falseButton {
  display: block !important;
  width: 100%;
  float: right;
  margin-top: 0;
  position: relative;
  z-index: 2;
}

.is-sticky [class*="sticky-col"] {
  float: left;
  clear: none;
  top: 0 !important;
}
.is-sticky .sticky-col-1 {
  width: 8.33333%;
}
.is-sticky .sticky-col-2 {
  width: 16.66667%;
}
.is-sticky .sticky-col-3 {
  width: 25%;
}
.is-sticky .sticky-col-4 {
  width: 33.33333%;
}
.is-sticky .sticky-col-5 {
  width: 41.66667%;
}
.is-sticky .sticky-col-6 {
  width: 50%;
}
.is-sticky .sticky-col-7 {
  width: 58.33333%;
}
.is-sticky .sticky-col-8 {
  width: 66.66667%;
}
.is-sticky .sticky-col-9 {
  width: 75%;
}
.is-sticky .sticky-col-10 {
  width: 83.33333%;
}
.is-sticky .sticky-col-11 {
  width: 91.66667%;
}
.is-sticky .sticky-col-12 {
  width: 100%;
}

@media (max-width: 480px) {
  .is-sticky h1 {
    text-align: center;
  }

  .is-sticky .sticky-hidden-xs {
    display: none !important;
  }
  .is-sticky .sticky-visible-xs {
    display: block !important;
  }
  .is-sticky .sticky-col-xs-1 {
    width: 8.33333%;
  }
  .is-sticky .sticky-col-xs-2 {
    width: 16.66667%;
  }
  .is-sticky .sticky-col-xs-3 {
    width: 25%;
  }
  .is-sticky .sticky-col-xs-4 {
    width: 33.33333%;
  }
  .is-sticky .sticky-col-xs-5 {
    width: 41.66667%;
  }
  .is-sticky .sticky-col-xs-6 {
    width: 50%;
  }
  .is-sticky .sticky-col-xs-7 {
    width: 58.33333%;
  }
  .is-sticky .sticky-col-xs-8 {
    width: 66.66667%;
  }
  .is-sticky .sticky-col-xs-9 {
    width: 75%;
  }
  .is-sticky .sticky-col-xs-10 {
    width: 83.33333%;
  }
  .is-sticky .sticky-col-xs-11 {
    width: 91.66667%;
  }
  .is-sticky .sticky-col-xs-12 {
    width: 100%;
  }
}

@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

/* .slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
} */

/* @group Prestashop Specific */

.is-sticky .logo.img-responsive {
  max-height: 65px;
  margin-top: 1rem;
  width: auto !important;
}

.is-sticky #top-product-infos {
  background: #fff;
  box-shadow: inset 0px 0px 5px 0 rgba(0, 0, 0, 0.2);
  padding: 0.5rem;
  padding-bottom: 0;
}
.is-sticky .product-cover {
  max-width: 120px;
  display: inline-block;
}

.is-sticky .product-images > .thumb-container {
  max-width: 50px;
}
.is-sticky .js-qv-mask {
  display: inline-block;
}

.is-sticky .ndkzoom {
  display: none;
}

.is-sticky .product-prices {
  padding-top: 0;
  margin-top: 0;
}
.is-sticky .add {
  padding-bottom: 0;
}
.is-sticky .card {
  padding: 0;
  box-shadow: none;
}

.is-sticky .product-navigation {
  right: 30px;
}
.is-sticky .product-navigation li {
  background: #2d9cd3;
}

.is-sticky .product-navigation .nav-link {
  color: #fff !important;
}
.is-sticky #menu-icon-bis {
  display: block;
}

.is-sticky .ndk-floating {
  padding-top: 0;
}
/* @end */
body .small-parallax {
  background-repeat: no-repeat;
  /* background-size: cover; */
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  position: relative;
  margin-top: 0;
  margin-bottom: 0;
  text-align: center;
}

.clickable-block{cursor:pointer}
.js_parallax_inner {
  position: relative;
}

body.artparis .js_parallax_inner em, 
body.artparis .js_parallax_inner a, 
body.artparis .js_parallax_inner p, 
body.artparis .js_parallax_inner h2, 
body.artparis .js_parallax_inner h3, 
body.artparis .js_parallax_inner h4, 
body.artparis .js_parallax_inner h5 {
  color: var(--white);
  text-shadow: 0 0 3px #000;
}
.small-parallax::before, .parallax::before {
  content: " ";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

body .parallax,
.ndk_banner_container.parallax {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  width: 100vw;
  padding-left: 0;
  padding-right: 0;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  float: unset !important;
  position: relative;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 100vw;
  text-align: center;
}

body .parallax.parallaxHeight_100,
.ndk_banner_container.parallax.parallaxHeight_100 {
  min-height: 100vh;
  padding-top: 5vh;
  padding-bottom: 5vh;
}
body .parallax.parallaxHeight_50,
.ndk_banner_container.parallax.parallaxHeight_50 {
  min-height: 50vh;
  padding-top: 5vh;
  padding-bottom: 5vh;
}
body .parallax.parallaxHeight_25,
.ndk_banner_container.parallax.parallaxHeight_25 {
  min-height: 25vh;
  padding-top: 5vh;
  padding-bottom: 5vh;
  margin-bottom: 5vh;
}


.lazyLoaded .lds-roller{
  display:none !important
}
.lds-roller {
  display: inline-block;
  position: fixed;
  width: 80px;
  height: 80px;
  top: calc(50vh - 40px);
  z-index: 999;
  left: calc(50vw - 40px);
}

.center-loader {
  text-align: center;
  width: 100%;
  padding-top: 3em;
}

.lds-roller div {
  animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  transform-origin: 40px 40px;
}
.lds-roller div:after {
  content: " ";
  display: block;
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--dominente1);
  margin: -4px 0 0 -4px;
}
.lds-roller div:nth-child(1) {
  animation-delay: -0.036s;
}
.lds-roller div:nth-child(1):after {
  top: 63px;
  left: 63px;
}
.lds-roller div:nth-child(2) {
  animation-delay: -0.072s;
}
.lds-roller div:nth-child(2):after {
  top: 68px;
  left: 56px;
}
.lds-roller div:nth-child(3) {
  animation-delay: -0.108s;
}
.lds-roller div:nth-child(3):after {
  top: 71px;
  left: 48px;
}
.lds-roller div:nth-child(4) {
  animation-delay: -0.144s;
}
.lds-roller div:nth-child(4):after {
  top: 72px;
  left: 40px;
}
.lds-roller div:nth-child(5) {
  animation-delay: -0.18s;
}
.lds-roller div:nth-child(5):after {
  top: 71px;
  left: 32px;
}
.lds-roller div:nth-child(6) {
  animation-delay: -0.216s;
}
.lds-roller div:nth-child(6):after {
  top: 68px;
  left: 24px;
}
.lds-roller div:nth-child(7) {
  animation-delay: -0.252s;
}
.lds-roller div:nth-child(7):after {
  top: 63px;
  left: 17px;
}
.lds-roller div:nth-child(8) {
  animation-delay: -0.288s;
}
.lds-roller div:nth-child(8):after {
  top: 56px;
  left: 12px;
}
@keyframes lds-roller {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.moldy {
    width: auto;
    display: inline-block;
    margin: auto;
  }

.moldy .button {
    font-weight: 700;
    font-size: 1.2em;
    margin: 10px;
    padding: 15px 45px;
    text-align: center;
    text-transform: uppercase;
    transition: 0.5s;
    background-size: 200% auto;
    color: blac;
    box-shadow: 0 0 20px #eee;
    border-radius: 10px;
    display: block;
    background-image: linear-gradient(to right, #77A1D3 0%, #79CBCA 51%, #77A1D3 100%);
  }
  
.button {background-image: linear-gradient(to right, #77A1D3 0%, #79CBCA  51%, #77A1D3  100%)}
 .button {
    margin: 10px;
    padding: 15px 45px;
    text-align: center;
    text-transform: uppercase;
    transition: 0.5s;
    background-size: 200% auto;
    color: white;            
    box-shadow: 0 0 20px #eee;
    border-radius: 10px;
    display: block;
  }

  .button:hover {
    background-position: right center; /* change the direction of the change here */
    color: #fff;
    text-decoration: none;
  }
  
  .sibca-offer-list::after {
      content: '';
      width: 100%;
      display:none
  }
  
  body .silex-id-1474394621032-2{
    min-height: auto
  }
  
  
  .responsive-iframe-container {
    position: relative;
    overflow: hidden;
    padding-top: 56.25%; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
  }
  
  /* Then style the iframe to fit in the container div with full height and width */
  .responsive-iframe-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
  }