@font-face {
  font-family: 'pp-right-grotesk';
  src: url('fonts/PPRightGrotesk-Regular.woff2') format('woff2'),
      url('PPRightGrotesk-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

.color-black {
  color: rgb(255 109 45); }

.color-grey, .color-grey a {
  color: black; }

.color-dark-grey {
  color: #333333; }

.color-white {
  color: white; }

.bg-light-grey {
  background-color: #dddddd; }

.font-chronic {
  font-family: "pp-right-grotesk"; }

.font-akzidenz {
  font-family: "pp-right-grotesk"; }

body {
  font-family: "pp-right-grotesk";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: black; }

.see-all a, .downloads li a {
  font-size: 15px;
  font-family: 'pp-right-grotesk';
  color: black;
  text-transform: uppercase;
  margin: 0 20px; }
  .see-all a:hover, .downloads li a:hover, .see-all a:focus, .downloads li a:focus, .see-all a:active, .downloads li a:active {
    text-decoration: none;
    color: black; }

.center-block {
  display: table;
  float: none;
  margin: 0 auto; }

img {
  max-width: 100%;
  height: auto; }

.no-margin {
  margin: 0; }

.no-padding {
  padding: 0; }

.left {
  float: left; }

/* BREAKPOINTS */
h1, .h1-like, .cross-title {
  font-size: 40px;
  color: rgb(255 109 45);
  text-transform: uppercase;
  margin: 0 0 10px;
  margin-bottom: 0px; }
  
  h2.cross-title {
    margin-bottom: 24px;
    margin-top: 61px;
}

.barre {
  background: url(images/before-title.jpg) top left no-repeat;
  clear: both;
  width: 173px;
  height: 6px;
  display: block;
  margin-bottom: 30px;
  display:none; }

.super-title {
  margin-bottom: 27px; }

.sub-title {
  margin-bottom: 28px !important; }

.sub-sub.downloads {
  margin-bottom: 28px !important; }

.titre_1, .titre_2 {
  margin-top: 28px; }

.h1-like {
  background: none;
  font-weight: normal; }

h2, .h2-like {
  font-size: 18px;
  margin: 0 0 30px;
  text-transform: none; }

h3, h3 a {
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 17px;
  font-family: 'pp-right-grotesk'; }

.content h3 {
  text-transform: none;
  font-weight: bold; }

h4, h4 a {
  margin: 0 0 15px 0;
  font-size: 19px;
  color: #000000;
  font-weight: bold; }

p {
  color: #000000;
font-size: 17px; }

.description, .description p {
  color: #333333; }

.description {
  margin-top: 27px; }

h3 + .description {
  margin-top: 0px; }

[class^="col-"] > [class^="col-"] {
  padding-left: 0px;
  padding-right: 0px; }

.chromeframe {
  text-align: center;
  position: absolute;
  z-index: 99999;
  width: 100%;
  height: 150px;
  font-family: 'pp-right-grotesk', Gotham, Arial, sans-serif;
  margin: 0;
  background: #000000;
  color: #ffffff;
  padding: 100px 0; }

.chromeframe a {
  color: #E00676; }

.row img {
  max-width: 100%; }

iframe {
  max-width: 100%; }

.wrap {
  padding: 15px 0; }

.border-bottom {
  border-bottom: 1px solid #bbbbbb; }

.acf-map {
  width: 100%;
  height: 600px; }

#infscr-loading {
  text-align: center; }
  #infscr-loading img {
    width: 32px;
    height: 32px;
    text-align: center;
    opacity: 1 !important; }
  #infscr-loading:before {
    display: block;
    content: ""; }
  #infscr-loading:after {
    clear: both; }

/* scroll diff. css */
#page .row {
  position: relative; }

#page .row .scrolldif {
  position: absolute;
  top: 0px; }
  #page .row .scrolldif.left {
    left: 0px; }
  #page .row .scrolldif.right {
    right: 0px; }
  #page .row .scrolldif.bottom {
    top: auto;
    bottom: 0px !important; }

#page img, .content img {
  opacity: 0;
  -webkit-transition: opacity 300ms ease 0s;
  -moz-transition: opacity 300ms ease 0s;
  -o-transition: opacity 300ms ease 0s;
  transition: opacity 300ms ease 0s; }

/* LANGUAGE SWICTHER CSS */
.lang_sel_sel {
  display: none !important; }

#lang_sel_list {
  height: 51.5px !important;
  display: inline-block !important;
	border:none;
 }
  #lang_sel_list a {
    font-size: 14px !important;
    color: black !important; }

#lang_sel_list ul a, #lang_sel_list_list ul a:visited {
  background: transparent !important; }

.close-menu {
  background-color: black;
  color: white;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  border: 0px;
  font-size: 30px;
  position: absolute;
  right: 10px; }

.navbar .container {
  position: relative; }

  .address-hcb p {
    margin-bottom: 0;
}

@media only screen and (min-width: 768px) {
  .navbar-header {
    position: absolute;
    left: 0px;
    top: 0px; } }

#logo {
  display: block;
  width: 339px;
  height: 135px;
  float: left;
  position: relative; }
  @media only screen and (max-width: 767px) {
    #logo {
      height: 57px !important;
      width: 189px !important;
      margin: 10px 0px 0px 10px !important; } 
    }
    
  #logo [class^="logo"] {
    width: 272px;
    height: auto;
    position: absolute;
    top: 0px;
    -webkit-transition: opacity 1s ease-in-out;
    -moz-transition: opacity 1s ease-in-out;
    -o-transition: opacity 1s ease-in-out;
    transition: opacity 1s ease-in-out; }
    @media only screen and (min-width: 767px) {
      #logo [class^="logo"]{
        width: 100%;}
    }
  #logo .logo-top:hover {
    opacity: 0; }

.wrap.navbar {
  margin-bottom: 0px !important; }
  @media only screen and (max-width: 767px) {
    .wrap.navbar {
      padding-top: 0px;
      border-top-width: 0px; } }
  @media only screen and (min-width: 768px) and (max-width: 1300px) {
    .wrap.navbar #menu {
      margin-left: 200px; } }
  @media only screen and (min-width: 1300px) {
    .wrap.navbar #menu {
      margin-left: 348px; } }

#menu i, .footer i {
  font-size: 20px; }

#menu a, .footer a, .sous-menu a, .address-hcb p {
  font-family: 'pp-right-grotesk';
  letter-spacing:0.5px;
  line-height: 24.5px;
  color: black;
  font-size: 16px;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  text-transform: uppercase; }
.address-menu, .menu-bloc{
    display:inline-block;
    text-transform: uppercase;
    letter-spacing: 1px;
    vertical-align:top;
  }

  @media only screen and (max-width: 1300px) {
    #menu a, .footer a, .sous-menu a, .address-hcb p {
      line-height: 18px; } }

  .menu-bloc {
    min-width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}

.menu-container, .address-menu, .rs-menu {
  width: 25%;
}

.menu-container:nth-child(2) {
  width: 18%;
}

.container.footer {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
}

.container.footer::before {
  content: none;
}

.container.footer::after {
  content: none;
}

.video-responsive { 
  overflow:hidden; 
  padding-bottom:56.25%; 
  position:relative; 
  height:0;
  margin-bottom: 21px;
  }
  
  .video-responsive iframe {
    left:0; 
    top:0; 
    height:100%;
    width:100%;
    position:absolute;
  }



@media only screen and (max-width: 767px) {
    .menu-bloc {
      display: block;
  }
  .menu-container:nth-child(2) {
    width: 100%;
  }
  .menu-container, .address-menu, .rs-menu {
    width: 100%;
  }
  .container.footer {
    flex-direction: column;
}
}



@media (max-width: 1300px) {

  .address-hcb p {
    font-size: 12px;
    line-height: 20px;
    margin: 0;
}
  #menu a, .footer a, .sous-menu a, .address-menu {
    font-size: 12px; }

  #logo {
    width: 190px;
    height: 104px;
    background-size: 100%; } }
#menu a:hover, .footer a:hover, .sous-menu a:hover, .current_page_item a, .current-page-ancestor a, #menu li.active a {
  color: rgb(255 109 45);
  text-decoration: none !important; }

@media only screen and (max-width: 767px) {
  #menu a:hover, #menu .current_page_item a #menu .active a {
    color: white !important;
    font-weight: bold; } }
#menu .menu {
  list-style: none;
  padding: 0;
  margin-left: 3%; }


  @media only screen and (max-width: 767px) {
    #options, .footer #options {
      float: none;
      text-align: center; }
      #options li, .footer #options li {
        padding: 0 10px; }
        #options li a i, .footer #options li a i {
          font-size: 30px; } }

.sous-menu {
  padding: 5px 0; }

.sous-menu a {
  margin: 0 5px; }

@media only screen and (max-width: 767px) {
  .see-all a {
    display: block;
    padding: 5px 0px; } }
.see-all .active {
  color: black;
font-weight: bold; }
  .see-all .active:hover {
    color: black; }

.navbar-toggle, .navbar-toggle-like {
  width: 70px;
  height: 60px;
  background-color: black;
  color: white;
  text-transform: uppercase;
  font-family: 'pp-right-grotesk';
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  border: 0px !important;
  margin: 10px 10px 0px 0px;
  font-size: 15px; }

.navbar-toggle-like {
  display: block;
  position: relative;
  float: right;
  padding: 9px 10px; }
.address-hcb{
  display:none;
  font-size: 16px;
}
  @media only screen and (min-width: 768px) {
    #menu{
      padding-bottom:0!important;
    }
    .address-hcb{
      display:block;
    }
    .navbar-toggle-like {
      display: none; } }
  .navbar-toggle-like a i {
    color: white;
    font-size: 25px; }

@media only screen and (max-width: 767px) {
  #menu ul.menu {
    float: none;
    width: 100%;
    display: block;
    margin-left: 0px;
    text-align: center; }
    #menu ul.menu li {
      padding: 10px; } }

#menu {
  font-family: 'pp-right-grotesk';
  padding-bottom:30px; }
  @media only screen and (max-width: 767px) {
    #menu {
      margin-top: 0px !important;
      background: black; }
      #menu li a {
        color: white!important; }
        #menu li a:hover, #menu li a:active, #menu li a:focus {
          color: white !important;
          font-weight: bold; }
      #menu .active a {
        color: white !important;
        font-weight: bold; } }


/* FOOTER STYLES */
.footer {
  height: 60px; }
  @media only screen and (max-width: 767px) {
    .footer {
      height: auto; } }

.footer .menu {
  float: left;
  padding-left: 0;
  list-style: none;
  margin-left: -8px; }
  @media only screen and (max-width: 767px) {
    .footer .menu {
      float: none;
      display: block; } }

.footer .menu > li {
  display: inline-block;
  padding-left: 8px;
  padding-right: 8px;
  line-height: 60px;
  text-transform: uppercase; }
  @media only screen and (max-width: 767px) {
    .footer .menu > li {
      width: 100%;
      text-align: center;
      display: block; } }

/* END FOOTER STYLES */
/*------------------------------ BANDEAU --*/
.bandeau {
  padding-bottom: 10px; }

.bandeau h3 {
  font-size: 19px;
  color: #ffffff;
  margin-bottom: 18px; }

.bandeau h2 {
  font-size: 46px;
  color: #ffffff; }

.bandeau p {
  font-size: 20px;
  color: #ffffff; }

[class^="button-"] {
  display: inline-block;
  margin-top: 30px;
  padding: 15px 35px;
  border-width: 1px;
  border-style: solid;
  font-family: 'pp-right-grotesk';
  font-size: 15px;
  text-transform: uppercase; }
  [class^="button-"]:hover, [class^="button-"]:active, [class^="button-"]:focus {
    color: initial; }

/*------------------------------ SLIDES --*/
@media only screen and (max-width: 767px) {
  .flexslider {
    padding: 45px 0px !important; } }
.close-slider {
  background: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  border: none;
  font-size: 20px; }

.slider-image-container {
  position: relative; }

.cartouche-zone {
  position: absolute;
  top: 0px;
  right: 0px;
  padding: 15px;
  z-index: 1001; }

.cartouche-slider {
  display: block;
  padding: 10px;
  background-color: white;
  color: #dddddd;
  line-height: 1; }
  .cartouche-slider h3 {
    line-height: 1; }
  .cartouche-slider.onHover {
    display: none; }
    .cartouche-slider.onHover.hovering {
      display: block;
      z-index: 1001; }
  .cartouche-slider.offHover.hovering {
    display: none; }

.slides img {
  margin: 0 auto;
  -khtml-user-select: none;
  -o-user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  user-select: none; }

.slides *::-moz-selection, .slides *::selection {
  -khtml-user-select: none;
  -o-user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  background: transparent !important; }

.slides .content-infos {
  /*position: absolute;*/
  width: 100%;
  height: 100%;
  z-index: 999;
  background-color: white;
  top: 0px;
  left: 0px; }
  .slides .content-infos .infos {
    text-align: center;
    color: #333333; }
    .slides .content-infos .infos a {
      color: #333333; }

.slides li > * {
  vertical-align: middle; }

.slides .table {
  display: table;
  height: 100%;
  width: 68%;
  margin-left: 16%; }

@media only screen and (max-width: 767px) {
  .slides h3 {
    font-size: 10px; } }
.slides h2 {
  font-size: 35px;
  margin-top: 25px;
  margin-bottom: 10px;
  line-height: 50px; }
  @media only screen and (max-width: 767px) {
    .slides h2 {
      font-size: 25px;
      line-height: 1; } }

.slides p {
  font-size: 18px; }
  @media only screen and (max-width: 767px) {
    .slides p {
      font-size: 14px;
      line-height: 1; } }

.slides .infos {
  padding: 0;
  display: table-cell;
  vertical-align: middle; }

.docdl {
  padding: 30px 0px;
  background: black;
  color: white;
  width: 100%;
  text-align: center; }
  .docdl a {
    color: white;
    font-size: 30px;
    line-height: 1; }
  .docdl-sub {
    color: white;
    font-size: 18px;
    margin-bottom: 0px;
    line-height: 1; }

/*------------------------------ ACCUEIL / VIGNETTES --*/
.a-la-une {
  margin: 45px auto; }

.a-la-une p {
  font-size: 17px; }

.a-la-une .row > * {
  margin-bottom: 15px; }

.content {
  margin: 35px auto; }

.galerie img {
  width: auto;
  max-width: 100%;
  height: auto; }

.galerie .legende {
  margin: 5px 0 30px;
  colorl: #7b7b7b; }

.actu-thumb .date {
  color: black;
  font-size: 15px;
  font-weight: normal; }
.actu-thumb .title a {
  color: black;
  font-size: 17px;
  font-family: 'pp-right-grotesk';
  font-weight: 400 !important; }

.post-item{
  margin-bottom:30px;
}

.actu-detail {
  /* background-repeat: no-repeat;
  background-position: left top;
  margin-bottom:20px; */ }
  .actu-detail .date {
    color: black;
    font-size: 17px;
    font-weight: normal;
    font-family: 'pp-right-grotesk';
    margin-bottom: 27px;
    display: block; }
    .actu-detail .date.now {
      text-transform: uppercase; }
  .actu-detail h1, .cross-title {
    background-image: none;
    padding-top: 0;
    font-size: 22px;
    letter-spacing: 0.5px; }

.see-all {
  text-align: center;
  position: relative; }
  .see-all a[rel] {
    font-family: "FontAwesome";
    font-style: normal;
    font-size: 30px;
    position: absolute;
    top: -10px;
    right: 30px; }
    .see-all a[rel][rel="next"] {
      left: 30px;
      right: auto; }

.actu-thumb .post-item > a {
  display: block; }

.date.sub {
  font-family: 'pp-right-grotesk';
  letter-spacing: 0.5px;
  text-transform: uppercase;
  color: rgb(255 109 45);
  font-size: 20px;
  margin: 0px;
  margin-bottom: 30px;
  line-height: 1.1; }

.expo-title {
  margin-bottom: 4px !important;
  font-size: 40px !important;
  letter-spacing:1px;
}

.savoir-plus {
  margin-top: 20px;
  display: block;
  color: #777777; }

.exhibition_title {
  font-size: 40px;
  margin-bottom:4px;
  letter-spacing: 0.5px;
text-transform: uppercase; }

.expo-thumb {
  text-align: left; }
  .expo-thumb .post-item,  {
    min-height: 395px; }
    @media only screen and (min-width: 992px) and (max-width: 1299px) {
      .expo-thumb .post-item {
        min-height: 420px; } }
  .expo-thumb .descs {
    height: 70px; }
  .expo-thumb h2 {
    font-size: 17px;
    max-height: 40px;
    color: black;
    font-family: 'pp-right-grotesk';
    text-transform: uppercase;
    margin-bottom: 50px; }
  .expo-thumb h3.title a, .expo-thumb .acheter {
    font-family: 'pp-right-grotesk';
    font-weight: bold;
    font-size: 16px;
    color: black;
    text-transform: uppercase; }
    .expo-thumb h3.title a:hover, .expo-thumb h3.title a:active, .expo-thumb h3.title a:focus, .expo-thumb .acheter:hover, .expo-thumb .acheter:active, .expo-thumb .acheter:focus {
      text-decoration: none;
      color: black; }
  .expo-thumb .acheter {
    font-weight: normal; }
  .expo-thumb h4.expo-name {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: normal;
    font-family: 'pp-right-grotesk';
    margin-bottom: 0; }
  .expo-thumb h5.date {
    font-size: 16px;
    margin: 0;
    color: #333333; }
  .expo-thumb .img-container {
    height: 290px;
    width: 100%; }
    .expo-thumb .img-container a {
      height: 100%;
      display: block;
      width: 100%;
      white-space: nowrap; }
    .expo-thumb .img-container img {
      width: auto;
      vertical-align: middle;
      display: inline-block; }

.helper {
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.downloads li a {
  margin: 0 20px 0px 0px; }

.downloads {
  margin-bottom: 20px; }

.logo-container {
  padding: 0px;
  padding-top: 20px; }
  .logo-container:first-child {
    padding: 80px 0px 0px; }
  .logo-container img {
    width: auto !important; }


  .rencontre-thumb .thumb h3.date {
    color: black;
    font-family: 'pp-right-grotesk';
    margin-bottom: 15px;
    font-size: 15px;
    font-weight: normal; }
  .rencontre-thumb .thumb h4.title a {
    font-weight: normal !important;
    font-size: 17px;
    font-family: 'pp-right-grotesk'; }
    .rencontre-thumb .thumb h4.title a:hover, .rencontre-thumb .thumb h4.title a:active, .rencontre-thumb .thumb h4.title a:focus {
      text-decoration: none;
      color: black; }
  .rencontre-thumb .thumb .description {
    height: 105px;
    overflow: hidden; }

.sous-cat {
  color: black;
  text-transform: uppercase;
  font-size: 15px;
  font-family: 'pp-right-grotesk'; }

.details-publication {
  padding: 0px;
  list-style-type: none;
  margin: 30px 0px; }
  .details-publication li {
    color: black;
    font-size: 17px; }

.button-acheter {
  color: black;
  border-color: black;
  display: none; }

.epuise {
  margin-top: 30px;
  font-size: 15px;
  text-transform: uppercase;
  font-family: 'pp-right-grotesk'; }

.pub-thumb .post-item {
  min-height: 375px !important; }

h1.with-sub {
  margin-bottom: 0px; }

/*
|--------------------------------------------------------------------------
| UItoTop jQuery Plugin 1.2
| http://www.mattvarone.com/web-design/uitotop-jquery-plugin/
|--------------------------------------------------------------------------
*/
#toTop {
  display: none;
  text-decoration: none;
  position: fixed;
  bottom: 10px;
  right: 10px;
  overflow: hidden;
  width: 50px;
  height: 49px;
  border: none;
  text-indent: 100%;
  background: url(images/ui.totop.png) no-repeat left top;
  z-index: 999; }

#toTopHover {
  background: url(images/ui.totop.png) no-repeat left -49px;
  width: 50px;
  height: 49px;
  display: block;
  overflow: hidden;
  float: left;
  opacity: 0;
  -moz-opacity: 0;
  filter: alpha(opacity=0);
  z-index: 999; }

#toTop:active, #toTop:focus {
  outline: none; }



.gmaphcb{
    -webkit-filter: grayscale(99%);
    -moz-filter: grayscale(99%);
    -ms-filter: grayscale(99%);
    -o-filter: grayscale(99%);
}

a#buy-online {
    background:black;
    color: #FFF;
    padding: 6px 9px;
}

a#buy-online.active {
    background:#000;
}

/*
|--------------------------------------------------------------------------
| Octobre 2018 edits
|--------------------------------------------------------------------------
*/

.center-block{
  width:100%;
}
@media only screen and (min-width: 480px) {
.center-block{
  width:77%;
}
}

button.shopify-buy__btn {
    display: inline-block;
    margin-top: 30px;
    padding: 15px 35px;
    border-width: 1px;
    border-style: solid;
    font-family: 'pp-right-grotesk';
    font-size: 15px;
    text-transform: uppercase;
    background: transparent;
}

.is-sticky.shopify-buy__cart-toggle, .shopify-buy__btn {
    background-color: #ff7b41;
}

.shopify-buy__product__price, h1.shopify-buy__product__title {
    display: none;
}

