/*
Theme Name: DPC 2022
Theme URI: 
Description: Des Pies Chicaillent
Version: 2.0
Author: Ben Ben Ben
Author URI: http://www.benbenben.com
*/

/********************* FONTS *********************/

@import url('https://fonts.googleapis.com/css2?family=Azeret+Mono:wght@400;700&display=swap');

/********************* GENERAL *********************/

html{
	scroll-behavior:smooth;
}

body{
	margin: 0 auto;
	width:100%;
	font-family: 'Azeret Mono', monospace;
	font-weight: 400;
}

.clear {clear: both;}

.wp-block-image img{
	width:100%;
	height:auto;
}

h2{
	padding:0;
	margin:0;
}

.has-background{
	padding:20px;
}

hr.solid {
    border: 1px solid #000000;
    margin: 20px auto;
    width: 50px;
    text-align: center;
}


/********************* HEADER *********************/

#header {
	width: 80%;
	float: left;
	padding: 0% 10%;
}

#titre{
    color: #5347f6;
    text-align: center;
    width: 100%;
    float: left;
}

#logo{
	float:left;
	margin: 30px 0%;
}

#logo img{
    max-height: 50px;
	max-width: 300px;
    width: 100%;
}

#lien-fbk{
	float : right;
	margin: 48px 0px 0px 0px;
}

#titre span{
    font-size:30px;
}

/********************* MENU *********************/

#menu {
    float: right;
    z-index: 2;
    position: relative;
}

.menu {
    width: 100%;
    margin: 40px 0%;
    padding: 0;
    height: auto;
    text-align: center;
    font-size: 1em;
}

.menu li {
	display:inline-block;
	margin-right: 0px;
}

.menu li a {
    color: #000000;
    text-decoration: none;
    background-color: #FFFFFF;
    padding: 10px 10px;
    letter-spacing: -1px;
}

.menu li a:hover{
	background-color: #000000;
	color:#FFF;
}

.menu li ul {
	display:none;
	position:absolute;
 }

.menu li:hover ul {
	display:block;
}

.menu li ul li{
    float: left;
    display: block;
    margin: 0px 0px 0px -40px;
}

.menu li ul li a {
    width: 150px;
    display: block;
    text-align: left;
    font-size: 0.8em;
}

.menu li:hover ul li {
	float:none;
}

.sub-menu{
	margin: 10px 0px 0px 0px;
}

/************************************************
				RESPONSIVE VIDEOS
************************************************/

.responsive-container {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 0px;
	height: 0;
	overflow: hidden;
}

.responsive-container iframe,
.responsive-container object,
.responsive-container embed,
.responsive-container video
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/************************************************
				CLIGNOTEMENT
************************************************/

#flash {
	float: left;
    display: block;
    position: relative;
    width: 96%;
    margin: 0% 0% 4% 0%;
    padding: 2%;
    text-align: center;
    font-size: 1.2em;
    height: auto;
    color: #FFF;
    background-color: #de5bcd;
    animation: blinker 1s linear infinite;
}

@keyframes blinker {
  50% {
    background-color: blue;
  }
}

/************************************************
				MENU OVERLAY
************************************************/

.overlay {
	height: 100%;
	width:0;
	font-size: 2em;
	position: fixed;
	z-index: 999;
	top: 0;
	right: 0;
	overflow-x: hidden;
	background-color:#FFF;
	transition: 1s;
}

.overlay-content {
	position: relative;
	top: 10%;
	width: 100%;
}

.overlay-content .menu li {
	display:block;
}

.overlay-content .menu li ul {
	position:relative;
 }

.overlay-content .menu li ul li a {
    width: 100%;
    display: block;
    text-align: center;
    font-size: 0.8em;
}

.overlay-content ul{
	margin:0;
	padding:0;
}

.overlay a {
	text-decoration: none;
	color: #000;
	display: block;
	transition: 0.3s;
	text-transform:lowercase;
}

.overlay a:hover, .overlay a:focus {
  color: #202457;
}

.overlay .closemenu {
	position: absolute;
	top: 20px;
	right: 45px;
}

#button-menu {
    cursor: pointer;
    float: left;
    text-transform: uppercase;
	display:none;
}

.menu li{
	list-style-type:none;
}

/***************** FESTIVAL *****************/

.sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%!important;
}

.menu-festival {
    float: left;
    width: 100%;
    margin: 0 0 30px 0;
    padding: 0;
    font-size: 1em;
    text-align: center;
	background-color:#de5bcd;
}

.menu-festival a{
    background-color: #de5bcd;
    padding: 10px;
    display: inline-block;
    margin: 0;
    color: #FFF!important;
	text-decoration:none;
}

.menu-festival a:hover{
    padding: 10px;
    display: inline-block;
    margin: 0;
}

.billetterie-festival a{
	color:#FFFFFF!important;
	text-decoration:none;
	background-color: #ff001b;
	padding:10px;
}

.billetterie-festival a:hover{
	background-color: #000000;
}

/********************* INDEX *********************/

.slogan{
	text-align: center;
    margin: 30px 0px;
    font-style: italic;
	font-size:1.2em;
}

#content {
    width: 80%;
    margin: 0 10%;
    float: left;
}

#content a{
	color:#de5bcd;
	text-decoration:none;
}

#content a:hover{
	color:#000000;
	text-decoration: underline;
}

#page{
	float:left;
	width: 100%;
	display: flex;
    flex-wrap: wrap;
	gap: 2%;
}

#page-single {
	float: left;
	width: 70%;
}

#sidebar{
	float:left;
	width:100%;
}

#sidebar-single {
    float: left;
    width: 25%;
    padding: 100px 0% 0% 5%;
    background-color: #FFF;
    height: 100%;
}

.item {
    float: left;
    flex: 1 0 46%;
	margin: 2% 0%;
}

.item-wide{
    width: 100%;
    margin: 1% 0%;
    float: left;
}

.item-image:hover{
	background-blend-mode:luminosity;
}

.item-image{
	height:300px;
	background-color: #de5bcd!important;
	-webkit-background-size: cover!important;
	-moz-background-size: cover!important;
	-o-background-size: cover!important;
	background-size: cover!important;
	transition: all 1s ease;
	-moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
	-webkit-transition: all 1s ease;
	-o-transition: all 1s ease;
}

.item-titre {
    font-size: 2em;
    font-weight: 700;
    text-transform: uppercase;
    font-style: italic;
    -ms-word-break: break-all;
    word-break: break-word;
    word-wrap: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
	margin:10px 0px;
}

.item-date{
	margin:10px 0px;
    font-size: 1em;
}

.item-titre a, .item-date a{
	text-decoration:none;
	color:#000;
}

.titre-page {
    font-size: 2em;
    padding: 10px 0px;
    width: 100%;
    text-align: center;
}

.sous-titre-page{
    font-size: 1em;
	text-align:center;
}

.titre-page-festival{
	margin-top: 40px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 2em;
    text-align: center;
    font-family: 'Azeret Mono', monospace;
}
	
.titre-page-date {
    width: 100%;
    color: #000;
    display: inline-block;
}

/********************* CAROUSEL *********************/

.owl-carousel {
    margin: 0% 0% 5% 0%;
}

.owl-carousel .owl-stage-outer {
    max-width: 100%;
}

.owl-dots {
    display: inline-block;
    width: 100%;
    margin: 1% 0% 2% 0%;
    float: left;
    text-align: center;
}

.owl-dots span {
	background: none repeat scroll 0 0 #5347f6;
    border-radius: 10px;
    display: block;
    height: 10px;
    margin: 5px 7px;
    width: 10px;
}

.owl-dots .active{
	opacity:0.5;
}

#slide{
    width: 100%;
    margin: 0;
	position:relative;
    float: left;
}

.slide-image{
	width:100%;
	float:left;
	height:65vh;
	background-repeat: no-repeat!important;
	-webkit-background-size: cover!important;
	-moz-background-size: cover!important;
	-o-background-size: cover!important;
	background-size: cover!important;
	background-position: center!important;
	transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
}

.slide-image:hover{
	background-blend-mode:luminosity;
    background-color: #5347f6!important;
}

.owl-prev {
    width: 15px;
    height: 100px;
    position: absolute;
    top: 30%;
    margin-left: -30px;
    display: block !important;
}

.owl-next {
    width: 15px;
    height: 100px;
    position: absolute;
    top: 30%;
    right: -30px;
    display: block !important;
}

.owl-prev i, .owl-next i {font-size: 3em;}

/********************* CONTACT *********************/

#contact{
width:100%;
}

#formulaire{
width:50%; float: left;
}

#reseau{
width:50%; float: left;
}



/********************* SINGLE FESTIVAL *********************/

.image-festival{
	width:100%;
	height:auto;
}

.image-festival-mobile{
	display:none;
}

.image-festival img{
	width:100%;
	height:auto;
}

.content-programmation{
	float: left;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 2%;
}

.item-programmation {
    float: left;
    flex: 1 0 48%;
}

/********************* SINGLE CONCERT *********************/

.image{
	width:100%;
    height: 65vh;
}

.titre {
    font-size: 2.5em;
    font-weight: 700;
    font-style: italic;
    padding: 20px 0;
    color: #000;
    text-transform: uppercase;
}

.titre-photo {
    text-align: center;
    font-size: 3em;
    color: #5347f6;
    padding: 20px 0px;
}

.nom {
    font-size: 2.5em;
    margin-top: 15px;
    font-weight: 700;
    text-transform: uppercase;
    font-style: italic;
}

.style, .origine{
	display: inline-block;
	-ms-word-break: break-all;
    word-break: break-word;
    word-wrap: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
}

#liens{
	text-align: right;
	font-size: 0.9em;
}

#liens a{
	text-decoration:none;
	color:#000;
}

#liens a:hover{
	text-decoration: underline;
}

.date, .heure{
	display: contents;
	font-size:1.3em;
}

.lieutext{
	margin-top: 15px;
    text-transform: none;
}
.tarif{
	font-weight: normal;
    text-transform: none;
    margin-top: 15px;
    font-size: 0.9em;
}

.facebook, .instagram, .bandcamp, .soundcloud, .site_web {
	display: contents;
}

#infos {
    padding: 20px 0%;
    font-size: 1.1em;
    color: #000;
    font-weight: bold;
    text-transform: uppercase;
}

.dj, .infos-plus{
	text-align:justify;
    margin-top: 40px;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
}

.descriptif {
    font-size: 0.9em;
    line-height: 1.5em;
}

.video { 
	margin-top:20px;
	position: relative; 
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	max-width: 100%;
	height: auto;
} 

.video iframe,
.video object,
.video embed { 
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
}

.affiche {
margin-top:10px;
}

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

.fbk_event{
    display: table;
    text-align: center;
	width:100%;
	height:50px;
	background-color: #EEEEEE;
}

.fbk_event a{
	background-color:#5347f6;
	color: #ffffff!important;
	display: table-cell;
	vertical-align:middle;
	text-decoration:none;
}

.fbk_event a:hover{
	background-color:#FFF;
	color: #5347f6!important;
	display: table-cell;
	vertical-align:middle;
	text-decoration:none;
}

.lien_billetterie{
    display: table;
    text-align: center;
	width:100%;
	height:50px;
	margin-bottom:10px;
}

.lien_billetterie a {
    color: #FFFFFF!important;
    background-color: #000;
    display: table-cell;
    vertical-align: middle;
    text-decoration: none;
}

.lien_billetterie a:hover{
	color: #000000!important;
	background-color: #FFFFFF;
	text-decoration: none;
}

/* MAPS */

.acf-map {
    width: 100%;
    height: 300px;
    border: #ccc solid 1px;
    margin: 20px 0px;
}

/************************************************
				FOOTER
************************************************/

#footer {
    text-align: center;
    width: 90%;
    background-color: #000;
    color: #FFF;
    padding: 2% 5%;
    font-size: 0.8em;
    float: left;
	font-weight:700;
	margin: 50px 0px 0px 0px;
}

#credits {
    text-align: center;
    float: left;
    width: 96%;
    padding: 2%;
    font-size: 0.8em;
    background-color: #000;
    color: #FFF;
}

.item-footer {
    float: left;
    width: 16%;
    padding: 2%;
    text-align: left;
}

.item-footer a{
	color:#FFF;
	text-decoration:none;
}

.item-footer a:hover{
	text-decoration:underline;
}

.item-footer img{
    max-height: 50px;
	max-width: 300px;
    width: 100%;
}

.item-footer .fa{
	font-size: 2em;	
}

#mc_embed_signup form{
	margin:0px!important;
}


/* COMMENTAIRES */


/* -------------------------------------------------------------- */
/* TABLET
/* -------------------------------------------------------------- */

@media (min-width: 768px) and (max-width: 979px)  {

}

/* -------------------------------------------------------------- */
/* MOBILE
/* -------------------------------------------------------------- */

@media (max-width: 767px) {
	
#content {
    width: 90%;
    margin: 0 5%;
}

.image-festival{
	display:none;
}

.image-festival-mobile{
	display:block;
	width:100%;
	height:auto;
}	
	
.image-festival-mobile img{
	width:100%;
	height:auto;
}
	
.item-programmation {
    flex: 1 0 98%;
}
	
#button-menu {
    display: block;
    font-size: 2.5em;
    color: #000;
    position: absolute;
    top: 5px;
    left: 10px;
}
	
#menu {
	display:none;
}
	
.menu-festival {
    font-size: 0.75em;
	letter-spacing:-1px;
}

.menu-festival a{
    padding: 5px;
}
	
.menu-festival a:hover{
    padding: 5px;
}
	
#header{
	width:100%;
	margin:0;
	padding:0;
}
	
#logo {
    width: 100%;
    margin: 20px 0px;
    text-align: center;
}
	
#logo img {
    max-width: 200px;
    width: 100%;
}
	
#menu {
	float: initial;
}
	
.menu{font-size:0.7em;}
	
.menu li a{
	padding:5px;
}
	
.menu li ul {
	display:grid;
	padding-inline-start: 40px;
 }

#formulaire{
	width:100%; 
	float: left;
}

#reseau{
	width:100%; 
	float: left;
}

#page-single{
	float:left;
	width: 100%;
}

#sidebar-single{
	float:left;
	width:100%;
	padding: 10% 0%;
}

#titre{
	width: 100%;
	margin-bottom:10px;
}
	
.titre, .nom, .item-titre {
    font-size: 1.5em;
}

.titre-page::after {
	display:none;
}

.item {
    float: left;
    flex: 1 0 98%;
    margin: 2% 0%;
}

#page{
	width: 100%;
}

#sidebar{
	width:100%;
}

#cat{
	display:none;
}
	
.item-footer {
    float: left;
    width: 96%;
    padding: 2%;
    text-align: left;
}

}