:root{
	--couleurPrincipale: #415781;
	--couleurSecondaire : #996a31;
	--binge:#f7f3f0;
}


*{margin:0;padding:0;}html{width:100%;box-sizing: border-box;font-size:100%;overflow-x:hidden;scroll-behavior: smooth;}img{border:none;}*, *:after, *:before{box-sizing: border-box;}
body{background:#FFF;font-family:"Open Sans", Arial, sans-serif;font-weight:400;font-size:1.4rem;color:#1D1D1D;text-align:center;}
	
	header.desktop{display: grid;}
	header.mobile{display:none;}

p, ul{margin-bottom:1.4rem;}
li{margin:0 0 .5rem 1.2rem;}
p:last-child, ul:last-child, li:last-child{margin-bottom:0;}

a{color:var(--couleurPrincipale);}
a:hover{opacity:.8}

header{
	display: grid;
	grid-template-columns: 40px 1fr auto 40px;
	grid-template-rows: 40px 1fr auto auto;
}
header img.splash{
	width: 100%;	
	grid-area: 1 / 1 / 5 / 5;
}
header a.lienLogo{
	grid-area: 3 / 3 / 4 / 4;
}
header svg.logoFolkafon{
	height: 10vh;
	fill: var(--couleurPrincipale);
	background-color: var(--binge);
	aspect-ratio: 1 / 1;
	border-radius: 50%;
	padding: 10px;
}
header .navHeader{
	grid-area: 4 / 2 / 5 / 4;
	display: flex;
	gap: 20px;

}
header .navHeader a{
	color: var(--couleurPrincipale);
	text-decoration: none;
    text-transform: uppercase;
    background: #FFF;
    border-radius: 10px 10px 0 0;
    padding: 10px;
	display: inline-block;	
}
header .navHeader a:hover{
	opacity:1
}

#evenement, #programmation, #pratique{
	padding: 50px;
	text-align: left;
	display: flex;
}
h1{
	color: var(--couleurPrincipale);
	font-family: "Special Gothic Condensed One", sans-serif;
	font-weight:normal;
	margin-bottom: 20px;
	text-transform: uppercase;
}

#evenement .texte{
	width:80%;
	padding-right: 50px;
}

#evenement .signature{
	display: flex;
	justify-content: right;
	
	img{
		height: 100px;
	}
}

#evenement .illus{
	width:20%;
}

#evenement .illus img{
	max-width: 100%;
	border-radius: 10px;
}
#programmation{
	flex-direction: column;
	gap:50px;
	background:var(--couleurPrincipale);
	color: #FFF;
}
#programmation h1{ color: #FFF; margin-bottom: 0;}
#programmation h2{
	margin-bottom: 20px;
	font-family: "Special Gothic Condensed One", sans-serif;
}
#programmation h3{
	color: rgb(255,255,255,.8);
	font-family: "Special Gothic Condensed One", sans-serif;
	font-weight:normal;
	font-size:4rem;
}
#programmation h4{
	font-family: "Special Gothic Condensed One", sans-serif;
	font-weight:normal;
	font-size:2.2rem;
}
#programmation h3 span{
	color: rgba(255,255,255,.5);
	font-family:"Open Sans", Arial, sans-serif;
	font-weight:normal;
	margin-left: 10px;
	font-size:1.2rem;
}
.groupe{
	padding: 50px;
	background: rgba(2,7,13,.2);
	border-radius: 20px;
	display: flex;
	gap:50px;
	margin-bottom: 50px
}

.groupe .image{width: 500px;  min-width: 500px;}
.groupe .image img{border-radius:10px;}
.groupe .image img.photofull{width: 500px;}
.groupe .image .vignettes img.photosmall{max-width: calc((100% - 30px) / 3);margin: 5px;float:left;}

.groupe .image iframe {
    width: 100%;
    height: auto;
	aspect-ratio: 16 / 9;
	margin-top: 5px;
    border-radius: 10px;
}

.groupe .texte{
	flex-grow: 2;
}

.groupe .texte .infos {
    font-size: 1rem;
    margin-top: 20px;
	margin-bottom: 20px;
    padding-top: 20px;
    border-top: 1px solid rgba(255,255,255,.2);
}
.groupe a{
	color:rgba(255,255,255,.7)
}
.groupe a:hover{
	color:#FFF;
}
.groupe .laiusartiste {
	display: flex;
	gap: 20px;
	padding: 20px;
	border-radius: 20px;
	border: 1px solid rgba(255, 255, 255, 0.3);
}
.groupe .laiusartiste .photoartiste img{
	max-width:150px;
	border-radius: 10px;
}
.groupe .laiusartiste .texteartiste{
	
	display: flex;
    flex-direction: column;
	gap: 10px;
}
.groupe .laiusartiste .texteartiste p{
	
	font-style: italic;
	color:rgba(255,255,255,.7);
	font-size:1.2rem;
	margin-bottom: 0
}
.groupe .legende{
	font-size:.8rem;
	color:rgba(255,255,255,.5);
	text-align:center;
	font-style:italic;
}

#pratique{
	background-color: var(--binge);
	width:100%;
	overflow:hidden;
}

#pratique h3{
	font-family: "Special Gothic Condensed One", sans-serif;
	margin-top:50px;
	color: var(--couleurSecondaire);
    text-transform: uppercase;
    font-weight: 900;
	border-bottom: 2px dotted rgba(0,0,0,.2);
    margin-bottom: 10px;
}

#pratique iframe{
	border: 2px solid #c5bab3;
    width: 100%;
	max-width:calc(100vw - 100px);
}

#pratique p.paragraphepartenaires{
	display: flex;
	gap: 20px;
	align-items: center;
	flex-wrap: wrap;
}

#pratique p.paragraphepartenaires a{
	display: flex;
	height: 100%;
	align-items: center;
}

#pratique p.paragraphepartenaires img{
	height:150px;
	width: auto;
	object-fit: contain;
}

#partenaires{
	padding: 50px;
	text-align: center;
}
#partenaires p{
	margin-bottom: 1.4rem;
}
#partenaires p:last-child{
	margin-bottom: 0;
}

#partenaires .phrasepartenaires{
	margin-bottom:20px;
	display:flex;
	gap:50px; 
    justify-content: center;
	align-items:center;
}

#partenaires .partenairesprincipaux{
	margin-bottom:50px;
	display:flex;
	gap:20px 50px; 
    justify-content: center;
	align-items:center;
	flex-wrap: wrap;
}

#partenaires .partenairesprincipaux img{
	max-height: 160px;
	width: 250px;
	object-fit: contain;
}

#partenaires .partenairessecondaires{
	margin-bottom:50px;
	display:flex;
	gap:20px 50px; 
    justify-content: center;
	align-items:center;
	flex-wrap: wrap;
}

#partenaires .partenairessecondaires img{
	max-height: 80px;
	width: 125px;
	object-fit: contain;
}

#partenaires .partenairesmedia{
	max-width:50%;
	max-height:50px;
	margin-bottom:50px;
}

#partenaires .partenairesfleuchey{
	max-width:50%;
	max-height:100px;
	margin-bottom:100px;
}

#partenaires .partenairesnuits{
	max-width:50%;
	max-height:100px;
}

#retrospective{
	padding: 50px;
	background:#02070d;
	color:#FFF;
	display: flex;
	flex-direction: column;
	gap: 20px;
}
#retrospective h1{
	color:#FFF;
}

#retrospective .images{
	display: grid;
	gap: 50px;    
	grid-template-columns: repeat(10,1fr);
}
#retrospective .images .affiche img{
	width: 100%;
	height: 100%;
	object-fit: fill;
}

#footer{background:#1D1D1D;padding:1rem;color:#FFF;}
#footer a{color:#FFF;font-weight:600;white-space:nowrap}

img.icone{height:1.4rem;vertical-align:baseline;margin:0 .5rem 0 0;}

.romainmarchand{margin:0 !important}
.romainmarchand a{font-size:.8rem;opacity:.3;transition:opacity .2s;}
.romainmarchand a:hover{opacity:.5;}
.romainmarchand a img {width: 2vw;height: auto;margin: 0;}

@media screen and (max-width : 1080px){
	
	header.mobile{display: grid;grid-template-columns: 6vw 1fr auto 6vw;}
	header.desktop{display:none;}
	
	header.mobile .navHeader a {
  		font-size: 1.3rem;
	}
	
	header svg.logoFolkafon{
		height: 12vw;
	}
	
	#evenement, #programmation .groupe{flex-direction:column;}
	#evenement .texte, #evenement .illus{width:100%}
	.groupe .image, .groupe .image img.photofull{width: 100%}
	
	#programmation h3 span{display:block;margin-left:0;margin-bottom:20px;}
	
	#retrospective .images{grid-template-columns:repeat(5,1fr);gap: 20px;}
	
	.romainmarchand a img{height:10vw;width:auto;}
	
	img.icone{height:1.5rem;vertical-align:baseline;margin:0 1rem 0 0;}

}