/* Created on 2021-05-05. Because can't install SASS compiler on Cloudways. 
Created new stylesheet. */


/* Make thinner mailchimp signup form input text and button in footer */
#bottom-bg #bottom_1 .textwidget #mc_embed_signup #mc-embedded-subscribe {
   padding: 5px 5px;
}
#bottom-bg #bottom_1 .textwidget #mc_embed_signup #mce-EMAIL {
   font-size: 0.85em;
}
#bottom-bg #bottom_1 .textwidget #mc_embed_signup .mailchimp-singup-form-title {
   color: #c1c1c1; 
   font-size: 0.815rem; 
}

/* Fix langase selector to small for secondary-navigation-bar. Make it same height */
#secondary-navigation-bar {
	line-height: 0;
}
#sec-nav-text-area-1 .selected-lang.lang-list-open {
	padding: 8px;
}

/* Center text f WP VR "load tour" button. Otherwise it is aligned left and not nice */
.pnlm-load-button p {
	text-align: center;
}

/* 2022-01-28 : Fix bug : text was horizontal and outside sticky bar. Cause uknokwn */
#contact-fixed a {
   display: block;
   color: #fff;
   -ms-transform: rotate(-90deg); /* IE 9 */
   -webkit-transform: rotate(-180deg); /* Chrome, Safari, Opera */
   transform: rotate(-180deg);
   position: relative;
   top: 2px;
   left: -21px;
   font-size: 23px;
   font-weight: bold;
   text-transform: uppercase;
   letter-spacing: 2px;
   font-family: 'News Cycle', 'Open Sans', sans-serif;
   writing-mode: vertical-rl;
}

@font-face {
   font-family: 'Lucida Sans';
   font-weight: 400;
   font-style: normal;
   src: url('../../assets/fonts/LucidaSans.eot');
   src: local('Lucida Sans Regular'), local('LucidaSans'),
      url('../../assets/fonts/LucidaSans.eot?#iefix') format('embedded-opentype'),
      url('../../assets/fonts/LucidaSans.woff2') format('woff2'),
      url('../../assets/fonts/LucidaSans.woff') format('woff'),
      url('../../assets/fonts/LucidaSans.ttf') format('truetype');
}
h1, h2, h3, h4, h5, h6 {
  font-family: "Lucida Sans";
}
#activities h2, .product-row h2, .archive-prod-block h2 {
  font-family: "Lucida Sans";
  font-size: 1.6em;
}

#footer-bg #footer_text {
   color: #fff;
   font-size: 15px;
   text-align: center !important;
}
#footer a, #footer_text a {
    color: #fff;
}

/* Start : enlever le liseret blanc en haut et en bas 
   sur cette page  : https://orpheogroup.com/night-walks/. 
   Demandé par Jeanne, fait par Gaël le 2023-12-01 */
.page-id-4879 section#page-content,
.page-id-4879 #page-content #content-container,
article#post-4879 > div.entry {
   padding: 0;
}
/* End : pour enlever le liseret blanc */


/* Start : "Parcours nocturne" special menu item with dark 
   background and rework main menu responsivness */
#navigation-menu ul.sf-menu > li > a {
   padding-right: 8px;
}
#navigation-menu ul.sf-menu > li > a > span {
   padding-left: 8px;
}
#navigation-menu ul.sf-menu > li.menu-item-5035 {
   margin-top: 2px;
   margin-left: 3px;
}
#navigation-menu ul.sf-menu > li.menu-item-5035 > a > span  {
   padding-top: 5px;
   padding-bottom: 5px;
   font-weight: 600;
}
#navigation-menu ul.sf-menu > li.menu-item-5035 {
   background-color: #05151b;
   color: #ffffff;
   border-color: #05151b;
   border-width: 2px 2px 2px 2px;
   border-style: solid;
   border-radius: 4px 4px 4px 4px;
}
#navigation-menu ul.sf-menu > li.menu-item-5035 > a > span {
   color: #ffffff;
}
#navigation-menu ul.sf-menu > li.menu-item-5035:hover {
   background-color: #ffffff;
   color: #05151b;
}
#navigation-menu ul.sf-menu > li.menu-item-5035 > a > span:hover {
   color: #05151b;
}
#slogan {
   font-size: 13px;
}
@media screen and (min-width: 1010px) and (max-width: 1055px) {
   #logo {
      top: 35px;
   }
  #logo h1 a, #logo .site-name a {
      width: 100px;
      height: 36px;
      top: 35px;
  }
  #slogan {
      font-size: 9px;
      top: 66px;
      left: 4px;
  }
}
@media screen and (min-width: 960px) and (max-width: 1010px) {
  #logo h1 a, #logo .site-name a {
      background: transparent url(https://orpheogroup.com/fr/wp-content/uploads/2022/10/logo_orpheo_primary-without_text.svg) no-repeat 0 100%;
  }
  #slogan {
     display : none !important;
  }
}
/* End : "Parcours nocturne" item and menu responsivness*/