@font-face {
    font-family: 'Commune_Nuit_Debout';
    src:    url('../polices/NuitDebout/Commune-Nuit_Debout_web.eot');
    src:    url('../polices/NuitDebout/Commune-Nuit_Debout_web.eot?#iefix') format('embedded-opentype'),
            url('../polices/NuitDebout/Commune-Nuit_Debout_web.woff') format('woff'),
            url('../polices/NuitDebout/Commune-Nuit_Debout_web.woff2') format('woff2'),
            url('../polices/NuitDebout/Commune-Nuit_Debout_web.ttf') format('truetype'),
            url('../polices/NuitDebout/Commune-Nuit_Debout_web.svg#svgFontName') format('svg');
    font-weight: normal;
}

:root {
    --background-color: rgb(255, 92, 92);
	--background-color-light: rgba(255, 92, 92, .4);
}

*{
	box-sizing: border-box;
}	
html{
	background-color: var(--background-color);
}
body{
	padding: 20px;
	font-family: "Palatino Linotype", serif;
}

.main{
	width: 70%;
	margin: auto;
	z-index: 100;
	padding-top: 5vh;
}

h2 {
	display:none;
}

h2 a {
	color: black;
	text-decoration: none;
}

h1 {
	font-family: "Palatino Linotype", serif;
	font-size: 16px;
	font-weight: normal;
	text-align: center;
	padding: 50px 0px 50px 0px;
	line-height: 20px;
	border-bottom-style: solid;
	border-width: 1px;
	visibility: hidden;
}
h1 cite{
	font-family: "Calibri Light";
	font-size: 20px;
}
h1 span{
	display: inline-block;
}
strong{
	font-weight: normal;
}
em{
	font-style: normal;
}
cite{
	font-style: italic;
}
.gras{
	font-weight: bold;
}


nav{
	position: fixed;
	top:0;
	left:0;
	font-family: "Commune_Nuit_Debout";
	font-size:30px;
	z-index:2;
	user-select: none;
}
nav a{
	color:#404245;
	text-decoration:none;
	transition-delay: 2s;
}
nav ul{
	padding:0px;
	margin:20px;
}
nav li{
	list-style: none;
	margin:20px;
	opacity: 0;
}
.bouton{
	border-bottom:solid transparent 1px;
	display: inline;
	transition-duration:500ms;
}
.bouton:hover{
	border-bottom: solid black 1px;
	transition-delay: 100ms;
	transition-duration:500ms;
}
.timeline{
	margin-top: 15vh;
	margin-left: 5px;
	font-size:4vh;
	text-align: left;
	color:#404245;
	position: relative;
	width: 8vw;
}
.timeline ul{
	margin:3vh;
	margin-right: 1vh;
	opacity: 0;
	visibility: hidden;
}
.timeline li{
	text-align: right;
	color: rgba(0, 0, 0, 0.3);
	font-size:3.8vh;
	margin:0;
	border-bottom:solid transparent 1px;
	transition-duration:500ms;
}
.timeline li.active{
	color:#404245;
	border-bottom:solid #404245 1px;
}
.timeline li:hover{
	color:#404245;
	border-bottom:solid #404245 1px;
	transition-delay: 100ms;
	transition-duration:500ms;
	cursor: pointer;
}

.contenu{
	overflow: hidden;
}

.new{
	display: none;
	color:#404245;
	text-align: center;
	font-size: 2.4vh;
}
.new.active{
	display: block;
}
.new h5{
	width: 100%;
	text-align: center;
	visibility: hidden;
	opacity: 0;
	font-family: "Commune_Nuit_Debout";
	font-size: 2.5em;
	font-weight: normal;
	text-transform: uppercase;
	margin-bottom: 1.2em;
}
.new .container-iframe {
	position: relative;
	overflow: hidden;
	width: 60%;
	aspect-ratio: 16 / 9;
	float:left;
	margin-right: 30px;
    margin-bottom: 1rem;
  }
.new iframe {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
}
.new .image-full{
	width: 100%;
	margin: auto;
}
.new .image-float{
	position: relative;
	overflow: hidden;
	width: 60%;
	float:left;
	margin-right: 30px;
    margin-bottom: 1rem;
}

.new .image-float img{
	width: 100%;
	height: auto
}
  .spacer{
    clear: both;
    margin-bottom: 2rem;
}
.new .sous-titre{
	margin-top: .7em;
	font-size: .8em;
}
.new .rdv{
	width: 100%;
	text-align: center;
	font-family: "Commune_Nuit_Debout";
	font-size: 2em;
}
.new .rdv .adresse{
	display: inline-block;
	text-align: left;
	font-size: .9em;
	margin-top: 1em;
}
.new .rdv a{
	text-decoration: none;
	color: #404245;
}
.new .lien{
	text-align: center;
	margin: auto;
	width: fit-content;
	margin-top: 1em;
}
.new .lien .texte-lien{
	display: inline-block;
	font-family: "Commune_Nuit_Debout";
	font-size: .7em;
	border: solid #404245 1px;
	border-radius: 100%;
	height:90px;
	line-height: 80px;
	text-align: center;
	aspect-ratio: 1 / 1;
	
}
.new .lien .texte-lien{
	text-decoration: none;
	color: #404245;
}
.new .lien .texte-lien:hover{
	cursor: pointer;
	background-color: rgba(64, 66, 69, .2);
}

.new .description{
	text-align: justify;
	margin-bottom: 1rem;
}
.new .description a{
	text-decoration : none;
	color: #404245;
}
.new .description a:hover{
	text-decoration: underline;
}
.new .description li{
	list-style: none;
}
.background-image{
	height: 100%;
	position: fixed;
	top: 0;
	left: 50%;
	right: 0;
	bottom: 0;
	background-size: cover;
	z-index: -1;
	opacity: 0;
}


/* Responsive */
@media (max-aspect-ratio: 2) {
	.main{
		margin-left: 16vw;
	}
	.timeline{
		width: 9vw;
	}
	.timeline ul{
		font-size:3.8vh;
	}
	.timeline li{
		font-size:3.6vh;
	}
}
@media (max-aspect-ratio: 16/9) {
	.timeline{
		width: 9vw;
	}
	.timeline ul{
		font-size:3.7vh;
	}
	.timeline li{
		font-size:3.5vh;
	}
}
@media (max-aspect-ratio: 15/9) {
	.main{
		margin-left: 16vw;
	}
	.timeline{
		width: 10.5vw;
	}
	.timeline ul{
		font-size:3.6vh;
	}
	.timeline li{
		font-size:3.4vh;
	}
}
@media (max-aspect-ratio: 13/9) {
	.main{
		margin-left: 16vw;
	}
	.timeline{
		width: 12vw;
	}
	.timeline ul{
		font-size:3.5vh;
	}
	.timeline li{
		font-size:3.3vh;
	}
	.new .image-float{
		width: 100%;
		float: none;
	}
	.new .container-iframe {
		width: 100%;
		aspect-ratio: 16 / 9;
		float:none;
	}
}
@media (max-aspect-ratio: 11/9) {
	.main{
		margin-left: 18vw;
	}
	.timeline{
		width: 14.2vw;
	}
	.timeline ul{
		font-size:3.4vh;
	}
	.timeline li{
		font-size:3.2vh;
	}
}
@media (max-aspect-ratio: 9/9) {
	.main{
		width: 70vw;
		margin-left: 18vw;
	}
	.timeline{
		width: 16vw;
	}
	.timeline ul{
		font-size:3.4vh;
	}
	.timeline li{
		font-size:3.2vh;
	}
	.background-image{
		background-position: 10%;
	}
	.new{
		font-size: 2.3vh;
	}
}
@media (max-aspect-ratio: 8/9) {
	.main{
		width: 66vw;
		margin-left: 20vw;
		padding-top: 7vh;
	}
	.timeline{
		width: 18vw;
	}
	.timeline ul{
		font-size:3.3vh;
	}
	.timeline li{
		font-size:3.1vh;
	}
	.new{
		font-size: 2.2vh;
	}
}
@media (max-aspect-ratio: 7/9) {
	.main{
		width: 66vw;
		margin-left: 20vw;
		padding-top: 9vh;
	}
	.timeline{
		width: 20vw;
	}
	.timeline ul{
		font-size:3.1vh;
	}
	.timeline li{
		font-size:3vh;
	}
	.background-image{
		background-position: 20%;
	}
	.new{
		font-size: 2vh;
	}
}
@media (max-aspect-ratio: 6/9) {
	.main{
		width: 65vw;
		margin-left: 21vw;
	}
	.timeline{
		width: 23vw;
	}
	.timeline ul{
		font-size:3vh;
		margin-right: 0.7vh;
	}
	.timeline li{
		font-size:2.9vh;
	}
	.background-image{
		background-position: 40%;
	}
	.new{
		font-size: 1.8vh;
	}
}
@media (max-aspect-ratio: 5/9) {
	.main{
		width: 62vw;
		margin-left: 23vw;
	}
	.timeline{
		width: 26vw;
	}
	.timeline ul{
		font-size:2.9vh;
	}
	.timeline li{
		font-size:2.8vh;
	}
}