/*
  Theme Name: La Nébuleuse Prod
  Version: 1.0.0
  Template: Divi
  Author: Maxime Potier
  Author URI: mailto:maxime.potier@gmail.com
  Description: La Nébuleuse Prod x Divi Child Theme 
  Text Domain: divi-child-theme
  License: GNU General Public License v2 or later
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

#main-header {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;	
}

/*
nav#top-menu-nav {
    border-bottom: 3px solid #b3892b;
}
*/

div#et-top-navigation {
    border-bottom: 3px solid #b3892b;
}

footer .et_pb_menu__menu {
	display: flex !important;
}

footer .et_mobile_nav_menu {
	display: none !important;
}

/*	https://capitainewp.io/formations/acf/champ-galerie/	*/

.lightbox {
  display: none; /* cachée par défaut */
  position: fixed; /* fixée et qui prend tout l'écran */
  z-index: 99999; /* Pour être sûr de passer au dessus du reste */
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.7); /* noire avec transparence */
  background-size: contain; /* l'image occupe tout l'espace disponible */
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer; /* Le curseur a la même forme que sur un lien */
}

/*	Affichage de la liste des concerts 	*/

@media only screen and (min-width: 768px) {
	.d-ligne {
		display: flex;
		align-items: center;
		gap: 20px;
	}
	.d-artiste::after {
		content: '-';
		display: block;
		position: absolute;
		top: 0;
		right: -12px;
	}
	.d-date::after {
		content: '-';
		display: block;
		position: absolute;
		top: 0;
		right: -12px;
	}	
}

/*	slider	*/
.slick-prev:before, .slick-next:before {
	color: #ba0051 !important;
	opacity: 1 !important;
}

.d-ligne {padding: 0.3em 0.6em}
.d-ligne:nth-child(odd) {background: #b3892b}
.d-ligne:nth-child(even) {background: #efefef}
.d-ligne a {color: #000 !important}
.d-date {color: #000 !important; position: relative;}
.d-lieu {color: #000 !important}

.d-artiste {
    display: block;
    position: relative;
}

