/**
 * @package : NLBZH2020
 * file : nlbzh.css
 * date : 2020-03-31
 * version : 0.1
 */

html,body {
    /* min-height:100vh; */
}

body {
}

a, a:hover {
  text-decoration: none;
}

#main-header {
	background-color: rgba(0,0,0,1);
	box-shadow:none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-o-box-shadow: none;

}

/**
* bloc gutenberg text-media
*/
#main-content > div > div > div > div.et_pb_row.et_pb_row_0_tb_body > div > div.et_pb_module.et_pb_post_content.et_pb_post_content_0_tb_body > div > div {
  padding-left: 0;
}

/**
* Menu
*/

/*espacement li */
.et_pb_menu .et-menu > li {
	padding-left: 0px;
	padding-right: 10px;
}


/* position sub-menus */
.et_pb_fullwidth_menu .et_pb_menu__menu>nav>ul>li>ul, .et_pb_menu .et_pb_menu__menu>nav>ul>li>ul {
  top: calc(70% - 1px);
  left: 0;
}

/* menu mobile */
.et_pb_menu_0_tb_header.et_pb_menu .et_mobile_menu a {
  line-height: 1em;
}

/**
* Menu bas
*/
#menu-menu-bas {
 /* display: block; */
}

#menu-bas .et_pb_menu__menu li {
 /* border-style: solid;
  border-width: 0 0 1px 0;
  border-color: #fff; */
}

#menu-bas .et_pb_menu__menu li:last-child {
  border-style: none;
}

@media (max-width: 980px) {

  #footer #et_mobile_nav_menu {
    display: none;
  }
  #menu-bas .et_pb_menu__wrap {
    text-align: center;
  }

  #menu-bas .et_pb_menu__menu {
    display: block;
    visibility: visible;
  }

}

/* CSS refermer les sous-menus sur mobile */
/* Si menu crée avec le Theme Builder remplacer #main-header .et_mobile_menu par #mobile_menu1*/

/*scroll menu mobile */
#mobile_menu1 {
	max-height: 75vh;
	overflow: auto;
}

#page-container .mobile_nav li ul.hide {
	display: none !important;
}

/* ajuster le positionnement et la transparence de l'arrière-plan de l'élément de menu parent sur mobiles. */
#page-container .mobile_nav .menu-item-has-children {
	position: relative;
}

/* icone home dans barre de menu visible que sur mobile*/
@media (min-width: 980px) {
	.et_pb_menu_page_id-home {
		display: none !important;
	}
}
#page-container .mobile_nav .menu-item-has-children > a {
	background: transparent;
	font-weight: 500;
}

/* styliser l'icône et de la déplacer vers la droite */
#page-container .mobile_nav .menu-item-has-children > a + span {
	position: absolute;
	right: 0;
	top: 0;
	padding: 10px 20px;
	font-size: 20px;
	font-weight: 700;
	cursor: pointer;
	z-index: 3;
}

#page-container span.menu-closed:before {
	content: '3';
	display: block;
	color: #000;
	font-size: 16px;
	font-family: ETmodules !important;
}
#page-container span.menu-closed.menu-open:before {
	content: '2';
	display: block;
	color: #000;
	font-size: 16px;
	font-family: ETmodules !important;
}

/* hamburger change en x quand menu ouvert*/

#et_mobile_nav_menu .mobile_nav.opened .mobile_menu_bar::before,
.et_pb_module.et_pb_menu .et_mobile_nav_menu .mobile_nav.opened .mobile_menu_bar:before {
	content: '\4d';
	font-family: ETmodules !important;
}
/*
 * barre menu change couleur au scroll
 */
/*defaut*/
.nlbzh-fixed-header {
	background: transparent!important;
	-webkit-transition: background-color 0.5s ease-out;
	-moz-transition: background-color 0.5s ease-out;
	-o-transition: background-color 0.5s ease-out;
	transition: background-color 0.5s ease-out;
}

/*au scroll*/
.nlbzh-fixed-header-color {
	background-color: #242424!important;
	-webkit-transition: background-color 0.5s ease-out;
	-moz-transition: background-color 0.5s ease-out;
	-o-transition: background-color 0.5s ease-out;
	transition: background-color 0.5s ease-out;
}


/**
* social_icons
*/


/**
* Header
*/
header {


}




/* menu collapse show */


/* logo header */


/**
* social menu
*/



/*
* slider
*/

/*
* Page Accueil
*/ 

/* cut*/





/* Blog module artistes */
#nlbzh-home-artistes-module .et_pb_image_container,
#nlbzh-home-artistes-module .et_pb_image_container .entry-featured-image-url{
  margin-bottom: 10px;
}

#nlbzh-home-news-module .et_pb_image_container,
#nlbzh-home-news-module .et_pb_image_container .entry-featured-image-url {
  margin-bottom: 10px;
}
#nlbzh-home-news-module .et_pb_post{
  margin-bottom: 10px;
  min-height: 304px;
}

#nlbzh-home-artistes-module .et_pb_image_container .entry-featured-image-url img{
  width: 100%;
  height: auto;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  -o-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}
#nlbzh-home-artistes-module .et_pb_image_container .entry-featured-image-url img:hover{
    -webkit-transform: scale(1.3);
	-moz-transform: scale(1.3);
	-o-transform: scale(1.3);
    transform: scale(1.3);
}
#nlbzh-home-news-module .et_pb_image_container .entry-featured-image-url img{
  width: 100%;
  height: auto;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  -o-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}
#nlbzh-home-news-module .et_pb_image_container .entry-featured-image-url img:hover {
    -webkit-transform: scale(1.3);
	-moz-transform: scale(1.3);
	-o-transform: scale(1.3);
    transform: scale(1.3);
}

#nlbzh-home-artistes-module .et_pb_image_container{
  width: 100%;
  margin: auto;
  overflow: hidden;
}

#nlbzh-home-news-module .et_pb_image_container{
  width: 100%;
  margin: auto;
  overflow: hidden;
}

/*espacement compteur sur mobile*/
@media only screen and (max-width: 450px){
.et_pb_countdown_timer .section.values {
	width: 20%;
}
}

/*
* CUSTOM TEMPLATE css
* page-template-prog2020.php
* TEMPLATE NLBZH PROGRAMMATION 2020
*/
#nlbzh-prog2020-main-content {
line-height: 1.7em;
/* font-weight: 500; */
-webkit-font-smoothing: antialiased;
color: #000000;
font-family: 'Barlow Condensed',Helvetica,Arial,Lucida,sans-serif;
box-sizing: border-box;
border: 0;
outline: 0;
font-size: 100%;
vertical-align: baseline;
background: transparent;
width: 100%;
max-width: 1080px;
position: relative;
/*padding: 27px 0;*/
background-color: #ffffff;
margin-top: 50px!important;
margin-right: auto!important;
margin-left: auto!important;
/*margin-bottom: 130px!important;*/
}

@media (max-width: 980px) {
  .et_pb_column {
    width: 100%;
    margin-bottom: 0px !important;
  }
}


@media only screen and (min-width: 1350px){
#prog2020-main-content {
    padding-top: 27px;
    padding-right: 0px;
    /*padding-bottom: 35px;*/
    padding-left: 0px;
  }
}

.nlbzh-prog2020-container-content {
  padding-left: 7%;
  padding-right: 7%;
  padding-bottom: 20px;
  padding-top: 20px;

}
@media only screen and (max-width: 767px) {
  .nlbzh-prog2020-container-content {
     padding-left: 3%;
    padding-right: 3%;
  }
}


.nlbzh-main-title-container {
  line-height: 1.7em;
  /* font-weight: 500; */
  -webkit-font-smoothing: antialiased;
  /* color: #000000; */
  font-family: 'Barlow Condensed',Helvetica,Arial,Lucida,sans-serif;
  box-sizing: border-box;
  margin-bottom: 0px;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  background-size: cover;
  background-position: 50%;
  background-repeat: no-repeat;
  text-align: center;
  animation-timing-function: linear;
  animation-duration: .2s;
  background-color: #ffffff;
  /* box-shadow: 0px 2px 18px 0px rgba(0,0,0,0.3); */
  max-width: 93%;

}

.nlbzh-titre-container {
line-height: 1.7em;
font-weight: 500;
-webkit-font-smoothing: antialiased;
box-sizing: border-box;
margin: 0;
padding: 0;
border: 0;
outline: 0;
font-size: 100%;
vertical-align: baseline;
background: transparent;
display: block;
word-wrap: break-word;
position: relative;
}

@media only screen and (max-width: 767px) {
  .nlbzh-titre-container {
  padding: 0px 0px 0px 0px;
  }
}

h1.main_title {
-webkit-font-smoothing: antialiased;
box-sizing: border-box;
margin: 0 ;
padding-bottom: 10px;
border: 0;
outline: 0;
vertical-align: baseline;
background: transparent;
font-family: 'Barlow Condensed',Helvetica,Arial,Lucida,sans-serif;
text-transform: uppercase;
font-size: 3rem;
color: #dd281a!important;
line-height: 1.7em;
/*text-shadow: 0.05em 0.1em 0.12em rgba(0,0,0,0.35);*/
}

.main_title::before {

  background-image: url('https://www.nologobzh.com/wp-content/uploads/nlbzh-beforeTitle2.png');
    background-size: 32px 32px;
    display: inline-block;
    width: 32px;
    height: 32px;
    content:"";
    margin-right: 16px;
}

.main_title::after {

  background-image: url('https://www.nologobzh.com/wp-content/uploads/nlbzh-beforeTitle2.png');
    background-size: 32px 32px;
    display: inline-block;
    width: 32px;
    height: 32px;
    content:"";
    margin-left: 16px;
}

@media only screen and (max-width: 767px) {
  h1.main_title {
  font-size: 1.8rem;
  line-height: 1.4em;
  text-align:center;
  }
}

/* filtre ajax */
a.filterBtn.nlbzh-filter-button {
  cursor: pointer;
  display: inline-block;
  padding: 0 10px 0 10px;
  margin: 0 5px 5px 0;
  background-color: none;
  color: #b1b1b1;
  font-weight: 600;
}

a.filterBtn.nlbzh-filter-button:hover,
a.filterBtn.nlbzh-filter-button.active
{
  color: #dd281a!important;
  background-color: #f1f1f1;
  text-decoration: none;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  -o-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}


/* vignettes */

.nlbzh-vignettes-container {
	margin-top: 20px;
}

.nlbzh-row-img {
	margin-bottom: 20px;
}

@media only screen and (max-width: 767px) {
.nlbzh-col-img:first-child { 
	margin-bottom: 20px;
	}
}
.nlbzh-thumb-img {
  width: 100%;
  height: auto;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  -o-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;

}

.nlbzh-thumb-img:hover { 
    -webkit-transform: scale(1.3);
	-moz-transform: scale(1.3);
	-o-transform: scale(1.3);
    transform: scale(1.3);

}

.nlbzh-prog-thumb {
  position: relative;
  width: 100%;
  margin: auto;
  overflow: hidden;
}

.nlbzh-prog-thumb .nlbzh-thumb-overlay { 
  background: rgba(0,0,0,0.5);
  position: absolute;
  height: auto;
  width: 100%;
  left: 0;
  top: 60%;
  bottom: 0;
  right: 0;
  margin-top: 1.8rem;
  opacity: 1;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;

}

.nlbzh-prog-thumb .nlbzh-thumb-overlay.news {
 /* background: rgba(0,0,0,0.5);
  height: 40%;
  top: 60%;
*/
}

.nlbzh-prog-thumb:hover .nlbzh-thumb-overlay {
  opacity: 1;
}

.nlbzh-thumb-overlay-txt {
  background: rgba(0,0,0,0.5);
  position: absolute;
  text-align: center;
  padding-left: 1rem;
  padding-right: 1rem;
  width: 100%;
  min-height: 4rem;
  top: 75%;
  /*left: 50%;*/
  opacity: 1;
  /*-webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;*/
}

.nlbzh-thumb-overlay-txt.news {
  /*top: 87%;
  left: 50%;*/
}

.nlbzh-prog-thumb:hover .nlbzh-thumb-overlay-txt {
  /*top: 60%;
  left: 50%;
  opacity: 1;*/
}

.nlbzh-prog-thumb:hover .nlbzh-thumb-overlay-txt.news {
  /*top: 87%;*/
  /*left: 50%;*/
}

.nlbzh-thumb-overlay-txt h2 {
  color: #fff;
  font-weight: 700;
  font-size: 2.5rem;
  line-height:1em;
  letter-spacing: 0.1rem;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  text-transform: uppercase;
  text-shadow: 0em 0.1em 0.1em rgba(0,0,0,0.35);

}

.nlbzh-thumb-overlay-txt.news h2 {
  color: #fff;
  font-size: 1.4rem;

}

.nlbzh-thumb-overlay-txt p {
  color: #fff;
  font-size: 1.2rem;
  text-transform: uppercase;
  line-height:1.3em;
}

.nlbzh-thumb-overlay-txt.news p {
  font-size: 1rem;
  line-height:1.3em;
}

@media only screen and (max-width: 767px) {

  .nlbzh-thumb-overlay-txt h2 {
    font-weight: 500;
    font-size: 1.8rem;
    letter-spacing: 0.1rem;
    line-height: 1.2rem

  }

  .nlbzh-thumb-overlay-txt p {
    font-size: 1rem;
	line-height:1.3em;
  }
  .nlbzh-prog-thumb .nlbzh-thumb-overlay.artistes {

  }

  .nlbzh-thumb-overlay-txt.artistes {
    top: 81%;
    /*left: 50%;*/
  }
	.nlbzh-prog-thumb:hover .nlbzh-thumb-overlay-txt.artistes {
    /*top: 81%;
    left: 50%;*/
  }
  .nlbzh-thumb-overlay-txt.artistes h2 {
    font-size: 1.2rem;
    line-height: 1rem;

  }
  .nlbzh-thumb-overlay-txt.artistes p {
    font-size: 1rem;
    margin-top: 0px;
    padding-top: 0px;

  }
  .nlbzh-thumb-overlay-txt.artistes p.nlbzh-overlay-desc-backing {
    margin-top: -1.3rem;
    font-size: 0.9rem;
    margin-bottom: -1rem;
  }

  .nlbzh-thumb-overlay-txt.artistes p.nlbzh-overlay-desc-pays{
    margin-top: -1rem;

  }

  .nlbzh-thumb-overlay-txt.artistes p.nlbzh-overlay-desc{
    margin-top: -2rem;
    line-height: 1.3rem;
  }

  .nlbzh-thumb-overlay-txt.news h2 {
    font-size: 1.3rem;

  }

  .nlbzh-thumb-overlay-txt.news p {
    font-size: 1rem;
  }
  .nlbzh-prog-thumb .nlbzh-thumb-overlay.artistes {
    opacity: 1;

  }
  .nlbzh-thumb-overlay-txt.artistes {
    opacity: 1;
  }

  .nlbzh-prog-thumb .nlbzh-thumb-overlay.news {
    opacity: 1;

  }
  .nlbzh-thumb-overlay-txt.news {
    opacity: 1;
  }

}


.fadeIn-left {
  /*left: 20%;*/
}

.nlbzh-thumb-overlay-txt p.nlbzh-overlay-desc-backing {
  margin-top: -1.7rem;
  font-size: 1.2rem;
}

.nlbzh-thumb-overlay-txt p.nlbzh-overlay-desc-pays{
  margin-top: -1rem;

}

.nlbzh-thumb-overlay-txt p.nlbzh-overlay-desc{

}

/*
** page artiste
*/

/* .nlbzh-single-artistes-content{
  padding-left: 10%;
  padding-right: 10%;
} */

/* @media only screen and (max-width: 767px) {
  .nlbzh-single-artistes-content{
    padding-left: 5%;
    padding-right: 5%;
  }

} */

/* iframe video */
.entry-content.nlbzh-single-artistes-content iframe {
  max-height: 400px;
}

/* titre */
h1.nlbzh-single-artistes-main-title {
-webkit-font-smoothing: antialiased;
box-sizing: border-box;
margin: 0 ;
border: 0;
outline: 0;
vertical-align: baseline;
background: transparent;
font-weight: 700;
font-family: 'Barlow Semi Condensed',Helvetica,Arial,Lucida,sans-serif;
text-transform: uppercase;
font-size: 2.5rem;
color: #dd281a!important;
line-height: 1.2em;
text-align: center;
/*text-shadow: 0em 0.1em 0.1em rgba(0,0,0,0.35);*/
}


@media only screen and (max-width: 767px) {
  h1.nlbzh-single-artistes-main-title {
  font-size: 1.8rem;
  line-height: 1.2em;
  }

  .nlbzh-single-artistes-desc-backing {
    font-size: 1rem!important;
  }

  .nlbzh-single-artistes-desc{
    font-size: 1.1rem!important;
  }

}


/* meta titre */
.nlbzh-single-artistes-desc-backing {
  text-transform: uppercase;
  text-align: center;
  font-size: 1.7rem;
  color: #dd281a;
  margin-bottom: 0;
}

.nlbzh-single-artistes-desc-pays {
  text-transform: uppercase;
  text-align: center;
  font-size: 1rem;
  line-height: .5rem;
  color: #000;
  margin-top: 0;
  margin-bottom: .6rem;
  padding: 0;
}

.nlbzh-single-artistes-desc {
  text-transform: uppercase;
  text-align: center;
  font-size: 1.8rem;
  color: #fff;
  line-height: 1.5em;
  background-color: #dd281a;
}

/* prev-next-post-navigation */
.nlbzh-prev-next a{
  display: inline-block;
  font-size: 0.8rem;
  background-color: rgba(0, 0, 0, 0.6);
  color: #fff!important;
  padding: 0 6px 0 6px;
  margin: 0 8px 8px 0;
}

.nlbzh-prev-next a:hover{
  background-color: #dd281a;
  color: #fff!important;
  text-decoration: none;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}

/* social links */
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-facebook,
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-instagram,
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-twitter,
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-youtube {
  background-color: #fff;
  color: #000;

}

.wp-social-link a, .wp-social-link a:active,
.wp-social-link a:hover, .wp-social-link a:visited,
.wp-social-link svg {
  color: currentColor;
  fill: currentColor;
  width: 40px;
  height: 40px;

}

/*
* pages
*/
#weezevent_temp {
  min-height: 90vh;
}

/* NEWS */
.entry-content.nlbzh-single-news-content{
  padding-top: 20px;
}

/*
* posts
*/



/**
* Footer
*/
footer {

}


/**
* Plugins custom css
*/
