/***********************************************
Theme Name: Le Grand Soufflet
Theme URI: 
Description: Le Grand Soufflet
Version: 1.0
Author: Ben Ben Ben
Author URI: https://www.benbenben.fr
*************************************************/


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

@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

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

body{
	margin: 0;
	padding: 0;
	width:100%;
	font-family: "Montserrat", sans-serif;
	font-size:1.1em;
	font-weight: normal;
	background-color:#eee;
}

html{
	scroll-behavior:smooth;
}

#bg-image{
	float:left;
	width:100%;
	background-position: center!important;
	background-repeat: no-repeat!important;
	background-size: cover!important;
	background-attachment: fixed!important;
}

#breadcrumbs{
	margin: 0 0 1em 0;
	mix-blend-mode: difference;
    filter: invert(1);
}

/************************************************
		TYPOGRAPHY
************************************************/

h1, h2, h3{
	font-family: "Montserrat", sans-serif;                                    
	font-weight:700;
}

#content h1::after, #content-page h1::after,  #content-festival h1::after{
	content: "";
    display: block;
    width: 50px;
    position: relative;
    bottom: 0px;
}

#content h1, #content-page h1, #content-festival h1{
	font-size:4em;
}

#content-right h1{
	margin:0;
}

b, strong {
		font-weight: 700;
}

/************************************************
		HACKS
************************************************/

.wp-block-columns{
	margin-bottom:0px!important;
}

.wp-block-button a{
	position: relative;
	top: 0;
	transition: top ease 0.5s;
	text-decoration:none!important;
}

.wp-block-button a:hover{
	opacity:0.7;
	top: -10px;
}

.wp-block-cover, .wp-block-cover-image{
	padding:3em!important;
}

summary{
	font-size: 1.5em;
    font-weight: bold;
}

details{
	margin: 20px 0px;
}

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

#header {
    width: 96%;
    padding: 1% 2%;
    margin: 0%;
    float: left;
	background-color:#FFF;
	position:fixed;
	z-index:2;
	-moz-box-shadow: 0px 0px 15px 5px rgba(30,30,30,0.05);
    -webkit-box-shadow: 0px 0px 15px 5px rgb(30 30 30 / 5%);
    -o-box-shadow: 0px 0px 15px 5px rgba(30,30,30,0.05);
    box-shadow: 0px 0px 15px 5px rgb(30 30 30 / 5%);
}

#logo{
    padding: 0%;
	margin: 0%;
    float: left;
}

.element{
	width: 300px;
    height: auto;
	float: right;
    position: absolute;
    margin-top: 100px;
    animation-name: apparition;
    animation-duration: 4s;
    animation-iteration-count: infinite;
}

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

@keyframes apparition {
0% {
	right:0px; top:0px;
	-webkit-transform: rotate3d(0, 0, 1, 0deg);
	transform: rotate3d(0, 0, 1, 0deg);
	}
25%	{
	right:5px; top:5px;
	-webkit-transform: rotate3d(0, 0, 1, 5deg);
	transform: rotate3d(0, 0, 1, 5deg);
	}
50%	{
	right:10px; top:10px;
	-webkit-transform: rotate3d(0, 0, 1, -5deg);
	transform: rotate3d(0, 0, 1, -5deg);
	}
75%	{
	right:5px; top:5px;
	-webkit-transform: rotate3d(0, 0, 1, 2deg);
	transform: rotate3d(0, 0, 1, 2deg);
	}
100% {
	right:0px; top:0px;
	-webkit-transform: rotate3d(0, 0, 1, 0deg);
	transform: rotate3d(0, 0, 1, 0deg);
	}
}

#logo img{
	max-height:70px;
	width:auto;
}

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

#menu {
	display: flex;
    justify-content: center;
    align-items: center;
    text-align: right;
    float: right;
    margin: 0;
    padding: 0;
	height:70px;
	font-size: 0.9em;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: inline-block;
}

#menu li {
	display: inline-flex;
	float:left;
	margin:auto;
	padding:10px;
}

#menu li a {
    display: block;
    text-decoration: none;
    cursor: pointer;
	text-transform: lowercase;
    font-weight: 700;
}

#menu li a::after {
    content: '';
    display: block;
    width: 0;
    height: 5px;
    transition: width .3s;
}

#menu li a:hover::after {
    width: 100%;
    //transition: width .3s;
}

/************************************************
		RESPONSIVE MENU
************************************************/

#menu-mobile{
	font-size:2em;
	cursor:pointer;
	display:none;
	color:#FFF;
}

.overlay {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 2;
  top: 0;
  left: 0;
  background-color: rgba(0,0,0, 1);
  overflow-x: hidden;
  transition: 0.5s;
}

.overlay-content {
  position: relative;
  top: 25%;
  width: 100%;
  text-align: center;
}

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

.overlay-content img{
	max-width: 80%;
    height: auto;
	margin-bottom:20px;
}

.overlay a {
  padding: 0px;
  text-decoration: none;
  font-size: 1em;
  color: #818181;
  display: block;
  transition: 0.3s;
}

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

.overlay .closebtn {
  position: absolute;
  top: 20px;
  right: 45px;
  font-size: 60px;
}

/************************************************
			NEWSLETTER MODAL
************************************************/

#newsletter{
	float: right; 
	font-size: 0.8em; 
	padding-right: 10px; 
	font-weight: 700; 
	cursor:pointer;
}

#newsletter::after {
    content: '';
    display: block;
    width: 0;
    height: 5px;
    transition: width .3s;
}

#newsletter:hover::after {
    width: 100%;
    //transition: width .3s;
}

.modal {
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0,0.4);
}

.modal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
}

.close {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

/************************************************
		MENU FESTIVAL
************************************************/

#menu-festival{
	margin: 20px 0px 0px 0px;
    width: 100%;
    float: left;
    text-align: center;
}

#menu-festival ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: inline-block;
}

#menu-festival li {
	display: inline-flex;
	margin:auto;
	padding:10px;
}

#menu-festival li a {
	display: block;
    text-decoration: none;
    cursor: pointer;
    color: #FFF;
    background-color: #5661a1;
    font-weight: 700;
    padding: 10px 10px 5px 10px;
}

#menu-festival li a::after {
    content: '';
    display: block;
    width: 0;
    height: 5px;
    transition: width .3s;
}

#menu-festival li a:hover::after {
    width: 100%;
    //transition: width .3s;
}

/************************************************
		TABS DAY
************************************************/

.tab {
  overflow: hidden;
  background-color: #f1f1f1;
}

.tab button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
}

.tab button:hover {
  background-color: #ddd;
}

.tab button.active {
  background-color: #ccc;
}

.tabcontent {
  display: none;
  padding: 6px 12px;
  border-top: none;
}

/************************************************
		MENU FOOTER
************************************************/

.menu-footer-container ul{
	margin:0;
	padding:0;
}

#menu-footer li{
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#menu-footer li a {
    display: block;
    text-decoration: none;
    cursor: pointer;
	color:#FFF;
}

#menu-footer li a:hover {
	opacity:0.5;
}

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

#cover{
	display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
	width:100%;
	float:left;
	margin: 0 0 20px 0;
	padding:0;
	height:auto;
    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: top!important;
}

#cover-festival{
	display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
	width:100%;
	float:left;
	margin: 0 0 20px 0;
	padding:0;
    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: top!important;
}

#cover h1, #cover-festival h1{
	color:#FFF;
	display: inline-block;
	-ms-word-break: break-all;
    word-break: break-word;
    word-wrap: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
}

.grid-item-home {
	width: 96%;
	padding:0% 2% 2% 2%;
	float:left;
}

.item-home {
    min-height: 430px;
    width: 50%;
	float:left;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    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;
	background-color:#000!important;
}

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

/************************************************
					PAGE
************************************************/

#content{
	float: left;
    width: 92%;
    margin: 125px 2% 2% 2%;
	padding: 2%;
    background-color: rgb(255,255,255,1);
}

#content-festival{
	float: left;
    width: 92%;
    margin: 125px 2% 2% 2%;
	padding: 2%;
    background-color: rgb(255,255,255,0);
}

#content-festival #breadcrumbs{
	color:#FFF;
	filter:none;
}

#content-festival #breadcrumbs a{
	color:#FFF;
	filter:none;
}

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

#content-home{
	float: left;
    width: 100%;
    margin: 75px 0% 0% 0%;
}

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

#content a:hover{
	opacity:0.5;
}

/************************************************
					FILTERS ITEM
************************************************/

.filters{
	float: left;
    width: 100%;
    margin: 0px 0px 20px 0px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#content-festival .filters{
	color:#FFF;
}

.filters select{
	font-size:1em;
}

.item {
    width: 23%;
	margin:1%;
	float:left;
	-moz-box-shadow: 0px 0px 15px 5px rgba(30,30,30,0.05);
    -webkit-box-shadow: 0px 0px 15px 5px rgb(30 30 30 / 5%);
    -o-box-shadow: 0px 0px 15px 5px rgba(30,30,30,0.05);
    box-shadow: 0px 0px 15px 5px rgb(30 30 30 / 5%);
}

.item-img {
	overflow:hidden;
}

.item-img img{
	width:100%;
	height:auto;
	transition: transform 1s;
}

.item-img img:hover{
	transform: scale(1.1);
}

.item-txt{
	background-color: #FFFFFF;
    padding: 5%;
}

.item-txt h2{
	font-size: 1.4em;
	margin: 0;
	overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.item-txt a{
	color:#000;
	text-decoration:none!important;
}

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

/* clear fix */
.grid-item:after {
  content: '';
  display: block;
  clear: both;
}

/* ui group */

.ui-group {
  display: inline-block;
  margin-right: 20px;
}

.ui-group h3 {
	display: inline-block;
	margin-right: 0.2em;
	font-size: 16px;
	color:#5661a1;
}

.ui-group .button-group {
  display: inline-block;
  margin-right: 20px;
}

/************************************************
				PAGE ARTISTE
************************************************/

#content-left{
	width:50%;
	float:left;
}

#content-left img{
	width:100%;
	height:auto;
}

#content-right{
	width: 46%;
    padding: 0% 2%;
    float: left;
}

#texte-artiste{
	
}

#image-artiste{
	font-size: 0.8em;
}

#video-artiste{
	width:100%;
	float:left;
	margin:20px 0px 0px 0px;
}

#galerie-photos{
	width:100%;
	float:left;
	margin:20px 0px 0px 0px;
}

#video-artiste-mobile{
	display:none;
}

#galerie-photos-mobile{
	display:none;
}

#liens-artiste .fa{
	font-size: 1.5em;
}

#liens-artiste a{
	color:#000;
	text-decoration:none;
	margin-right:15px;
}

#liens-artiste a:hover{
	opacity:0.5;
}


/************************************************
					MAP
************************************************/

.leaflet-popup-content h2, .leaflet-popup-content h3{
	margin: 0;
}

.leaflet-popup-content .fa{
font-size: 1.5em;
    margin-right: 5px;
}

/************************************************
				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%;
}

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

#reseaux{
	width: 96%;
    padding: 2%;
    float: left;
    text-align: center;
}

#reseaux a{
	color:#000;
}

#reseaux-mobile{
	margin:20px 0px 0px 0px;
}

#reseaux-mobile a{
    display: inline-block;
    padding: 10px;
}

#reseaux a:hover{
	opacity:0.5;
}

#reseaux .fa{
	font-size: 1.5em;
	padding: 0 15px;
}

#footer{
	width: 96%;
    margin: 0;
    padding: 0% 2% 2% 2%;
    float: left;
    background-color: #000;
    color: #FFF;
    display: flex;
    column-gap: 20px;
}

.item-footer{
	padding: 2%;
    margin: 0%;
    float: left;
    display: flex;
	flex: 1;
}

.item-footer-logo{
	padding: 2%;
    margin: 0%;
    float: left;
    display: flex;
	flex: 1;
}

.item-footer-logo img{
	max-width:250px;
	height:auto;
	margin-top: 20px;
}

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


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

@media (max-width: 767px) {
	
/************************************************
				ANIMATION
************************************************/		
	
.element{
	display:none;
}
	
/************************************************
					TYPO
************************************************/	
	
#content h1, #content-page h1, #content-festival h1{
	font-size:3em;
}	
	
/************************************************
					FILTERS ITEM
************************************************/

.filters{
    display: block;
	text-align:center;
}
	
/************************************************
					GRID ITEM
************************************************/	
		
#content-home{
	width: 100%;
}
	
.item {
    width: 98%;
	margin:1%;
}
	
/************************************************
				HEADER
************************************************/
	
#header{
	text-align:center;
}
	
#logo{
	float:initial;
}
	
/************************************************
				PAGE ARTISTE
************************************************/

#content-left{
	width:100%;
	float:left;
}

#content-right{
	width: 96%;
    padding: 0% 2%;
    float: left;
}
	
#video-artiste-mobile{
	display:block;
	width:100%;
	float:left;
	margin:20px 0px 0px 0px;
}

#galerie-photos-mobile{
	display:block;
	width:100%;
	float:left;
	margin:20px 0px 0px 0px;
	text-align:center;
}
	
#galerie-photos-mobile a{
	width: 90%;
    padding: 5%;
	display: block;
    background-color: #000;
    color: #FFF;
    text-decoration: none;
}
	
#galerie-photos-mobile iframe{
	max-width:100%!important;
	height:auto;
}
	
#video-artiste{
	display:none;
}
	
#galerie-photos{
	display:none;
}

/************************************************
				FOOTER
************************************************/	
	
#reseaux{
	width: 96%;
    padding: 5% 2%;
    float: left;
    text-align: center;
}
	
#footer{
	width: 90%;
    padding: 5%;
    float: left;
    display: block;
}

.item-footer{
	width: 96%;
	padding: 2%;
    margin: 0%;
    float: left;
    display: block;
}

.item-footer-logo{
	width: 96%;
	padding: 2%;
    margin: 0%;
    float: left;
    display: block;
}
	
/************************************************
				MENU
************************************************/
	
#menu-mobile{
	display:block;
	float:left;
}
	
#menu {
	display:none;
}
	
.overlay a {
}

.overlay .closebtn {
  font-size: 40px;
  top: 15px;
  right: 35px;
}

}