<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i);

@font-face {
    font-family: 'Intro Rust';
    src: url('../fonts/introrust.woff2') format('woff2'),
        url('../fonts/introrust.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


*{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;}
	
	.desktop{display: block;}
	.mobile{display:none;}

p{margin-bottom:1.4rem;}
p:last-child{margin-bottom:0;}

a{color:#104146}
a:hover{opacity:.8}

header{position: relative;}
header img{width: 100%}
header .navHeader{
	position: absolute;
    bottom: 0;
    left: 0;

}
header .navHeader a{
	color: #104146;
	text-decoration: none;
    text-transform: uppercase;
    background: #FFF;
    border-radius: 10px 10px 0 0;
    padding: 10px;
	display: inline-block;
	margin-left:20px;		
}
header .navHeader a:hover{
	opacity:1
}

#evenement, #programmation, #pratique{
	padding: 50px;
	text-align: left;
	display: flex;
}
h1{
	color: #104146;
	font-family: 'Intro Rust', sans-serif;
	font-weight:normal;
	margin-bottom: 20px;
}

#evenement .texte{
	width:80%;
	padding-right: 50px;
}

#evenement .illus{
	width:20%;
}

#evenement .illus img{
	max-width: 100%;
	border-radius: 10px;
}
#programmation{
	flex-direction: column;
	gap:50px;
	background:#0c656b;
	color: #FFF;
}
#programmation h1{ color: #f8d032; margin-bottom: 0;}
#programmation h2{margin-bottom: 20px;}
#programmation h3{
	color: #f8d032;
	font-family: 'Intro Rust', sans-serif;
	font-weight:normal;
	font-size:4rem;
}
#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;}
.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: 272px;    
	margin-top: 5px;
    border-radius: 10px;
}

.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 .texte .infos a{
	color:rgba(255,255,255,.5)
}
.groupe .texte .infos a:hover{
	color:#FFF;
}
.groupe .laiusartiste{    
	display: flex;
    gap: 20px;
	background-image:url(../assets/images/svg/citation.svg);
	background-position:top right;
	background-repeat: no-repeat;
	background-size: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,.5);
	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:url(../assets/images/nta2022/bgtexture.jpg) center;
	background-size:cover;
	width:100%;
	overflow:hidden;
}

#pratique h3{
	margin-top:50px;
	color: #0c656b;
    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 img{
	max-height:100px;
	margin-right:20px;
}

#partenaires{
	padding: 50px;
	text-align: center;
}
#partenaires p{
	margin-bottom: 1.4rem;
}
#partenaires p:last-child{
	margin-bottom: 0;
}

#partenaires .partenairesprincipaux{
	margin-bottom:50px;
	display:flex;
	gap:50px; 
    justify-content: center;
	align-items:center;
}

#partenaires .partenairesprincipaux img{
	max-height:150px;
	max-width: 400px;
}

#partenaires .partenairessecondaires{
	margin-bottom:50px;
	display:flex;
	gap:50px; 
    justify-content: center;
	align-items:center;
}

#partenaires .partenairessecondaires img{
	max-height:100px;
	max-width: 300px;
}

#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;
}
#retrospective h1{
	color:#FFF;
}

#retrospective .images{
	display: flex;
	gap: 50px;    
	align-items: center;
}
#retrospective .images .affiche{
	width: calc((100% - 400px) / 9);
}
#retrospective .images .affiche img{
	width: 100%;
}

#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){
	
	.mobile{display: block;}
	.desktop{display:none;}
	
	#evenement, #programmation .groupe{flex-direction:column;}
	#evenement .texte, #evenement .illus{width:100%}
	.groupe .image, .groupe .image img.photofull{width: 100%}
	.groupe .image iframe{
		height: 300px;
	}
	
	#programmation h3 span{display:block;margin-left:0;margin-bottom:20px;}
	
	#retrospective .images{flex-wrap:wrap;justify-content: center;}
	#retrospective .images .affiche{width: calc((100% - 400px) / 4);}
	
	.romainmarchand a img{height:10vw;width:auto;}
	
	img.icone{height:1.5rem;vertical-align:baseline;margin:0 1rem 0 0;}

}</pre></body></html>