@viewport {
	width: device-width;
	zoom: 1;
}
@font-face {
	font-family: 'AvenirLTStd-Light';
	src:	url('fonts/AvenirLTStd-Light.woff') format('woff'),
		url('fonts/AvenirLTStd-Light.otf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'AvenirLTStd-Heavy';
	src:	url('fonts/AvenirLTStd-Heavy.woff') format('woff'),
		url('fonts/AvenirLTStd-Heavy.otf') format('truetype');
	font-weight: bold;
	font-style: normal;
}
html, body {
	height: 100%;
	margin:0;
}
body {
	width: 100%;	min-width: 320px;
	display: flex;
	flex-direction: column;
	align-items: center;
	font-family: Corbel, sans-serif;
	background: url("images/marianne.png") bottom right no-repeat fixed, linear-gradient(#eef2f8, #ddd) fixed;
}
#header {
	width: 100%;
	min-height: 65%;
	flex-direction: column;
	position: relative;
	background: url("images/header.jpg") center top, linear-gradient(#0a297e, #1645a2 18%, #5b8cd2 32%, #abcaee 45%, #b5c8e2);
	background-size: cover;
	text-align: center;
	color: #fff;
}
#header::after {
	content: '';
	width: 100%;	height: 256px;
	display: block;
	position: absolute;
	background: linear-gradient(rgba(235,235,235,0), rgba(230,232,240,1), rgba(228,230,235,0));
	bottom: -128px;
}
section {
	box-sizing: border-box;
	width: 100%;
	padding: 8px 32px;
	clear: both;
}
p, ul {
	margin: 0 0 8px;
}
ol, ul {
	padding: 0;
	clear: both;
}
a {
	color: #48f;
	text-decoration: none;
	transition: 0.3s;
}
a:hover {
	color: #248;
	text-decoration: underline;
}
q::before {
	content: '« ';
}
q::after {
	content: ' »';
}
section img {
	margin: 4px 0;
	max-width: 100%;
	float: left;
}
.img_l {
	margin: 0 16px 0 0;
}
.img_r {
	margin: 0 0 0 16px;
	float: right;
}
h1 {
	margin: 128px 0;
	margin: 25vh 0;
	display: inline-block;
	text-transform: uppercase;
	text-shadow: 0 0 8px #00284e;
}
h1 *{
	transition: 0.3s;
}
h1 div:nth-child(1) {
	padding: 5px 8px 0 26px;
	border-right: solid 1px #fff;
	border-bottom: solid 1px #fff;
	font-family: "AvenirLTStd-Light", sans-serif;
	font-size: 32px;
	font-weight: normal;
	letter-spacing: 20px;
	line-height: 31px;
}
h1 div:nth-child(2) {
	line-height: 22px;
	padding: 12px 0 0 6px;
	overflow: hidden;
	text-align: left;
	font-size: 24px;
	border-left: solid 1px #fff;
	font-family: "AvenirLTStd-Heavy", sans-serif;
}
h1 span {
	padding: 0 0 0 1px;
	font-size: 56px;
}

#facebook {
	margin: 8px;	padding: 4px;
	border-radius: 4px;
	position: fixed;	right: 0;	top: 0;
	z-index: 999;
	background: #fff;
	box-shadow: 0 0 8px rgba(0,0,0,0.2);
	opacity: 0.25;
	transition: 0.3s;
}
#facebook:hover {
	opacity: 1;
}
#facebook:hover .close_btn {
	height: 0;
}
#facebook:hover .close_btn {
	height: 32px;
	padding: 0 8px;
	font-weight: bold;
	color: #000;
	text-align: right;
	display: block;
}
#ev_facebook {
	display: flex;
	flex-direction: column;
}
#ev_facebook a {
	margin: 24px auto;
	text-align: center;
}
#facebook a, #ev_facebook a {
	width: 128px;
	padding: 132px 0 0;
	display: block;
	flex-grow: 1;
	background: url("images/facebook.svg") no-repeat center top;
	background-size: 128px;
}
#facebook:hover a {
	text-decoration: none;
}

#en_bref {
	box-sizing: border-box;
	width: 100%;
	position: relative;
	text-shadow: 0 2px 0 rgba(255,255,255,0.8);
}
#en_bref>div {
	overflow: hidden;
}
#introA {
	margin: 32px -32px;    padding: 0;
	text-align: center;
	position: relative; top: -16px;
	list-style: none;
	font-weight: bold;
	font-style: italic;
}
#introA em::before, #introA em::after {
	content: '"';
}
#introA>li:nth-child(1) {
	font-size: 14px;
	opacity: 0.5;
}
#introA>li:nth-child(2) {
	font-size: 28px;
	opacity: 0.7;
}
#introA>li:nth-child(3) {
	padding: 8px 0 0;
	font-size: 36px;
	line-height: 32px;
}

#introB {
	display: flex;
}
#introB p {
	box-sizing: border-box;
	min-width: 204px; width: 33%;
	margin: 0 32px 0 0;	padding: 32px 0 0;
	display: flex;
	flex-direction: column;
	align-items: space-between;
	text-align: justify;
	hyphens: auto;
	font-size: 24px;
	font-weight: bold;
	color: #0060f0;
	opacity: 0.85;
}
#introB p::after {
	content: '';
	width: 160px;	min-height: 128px;
	margin: 0 auto;
	display: block;
	flex-grow: 1;
	background: url("images/megaphone.svg") no-repeat center center;
}
#introB h3 {
	margin: 0 0 4px;
}
#introB ul {
	padding: 0;
	border-radius: 4px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	position: relative;
	overflow: hidden;
	background: rgba(0, 96, 240, 0.85);
	list-style: none;
	font-size: 20px;
	color: #fff;
	text-align: justify;
	text-shadow: 0 2px rgba(255,255,255,0.2);
}
#introB ul::before {
	content: 'Nos revendications';
	position: absolute;	top: 50%;	left: 10px;
	transform: translateX(-50%) translateY(-50%) rotate(90deg);
	font-size: 12px;
	color: rgba(255,255,255,0.4);
	text-transform: uppercase;
	white-space: nowrap;
	text-shadow: none;
}
#introB li a {
	min-height: 64px;
	padding: 16px 16px 16px 80px;
	display: flex;
	align-items: center;
	color: #fff;
	text-shadow: none;
}
#introB li a:hover {
	background-color: #024;
	text-decoration: none;
}
#rev1 a {
	background: url(images/rev_referendum.svg) 8px center no-repeat;
}
#rev2 a {
	background: url(images/rev_radio.svg) 8px center no-repeat;
}
#rev3 a {
	background: url(images/rev_media.svg) 8px center no-repeat;
}

#aider {
	box-sizing: border-box;
	padding: 8px;
	max-width: 256px;
	float: right;
	background: rgba(0, 96, 240, 0.85);
	color: #fff;
	text-shadow: none;
}
#aider a {
	color: #f0f8ff;
}
#aider textarea, #aider select, #aider input {
	display: block;
}


h2 {
	margin: 8px 0;	padding: 0 8px;
	border-bottom: solid 1px #024;
	clear: both;
	background: linear-gradient(rgba(255,255,255,0), rgba(255,255,255,0.5));
	color: #024;
	text-transform: uppercase;
	text-shadow: 0 1px 0 #fff, 0 0 8px rgba(0, 34, 68, 0.3);
}
h3 {
	margin: 16px 0 4px;
	font-size: 20px;
	color: #024;
}
h4 {
	margin: 0 0 4px;	padding: 8px 0 0;
	border-bottom: dotted 1px #0060f0;
	color: #0060f0;
	font-size: 16px;
}

#bref {
	background: url("images/paris.jpg") fixed center center;
	flex: 0 0 auto;
	overflow: hidden;
	position: relative;
}
#bref::before, #bref::after {
	content: '';
	width: 100%;	height: 8px;
	padding: 0 16px;
	position: absolute;	top: -8px;	left: -8px;
	box-shadow: 0 2px 8px rgba(0,0,0,0.5);
}
#bref::after {
	top: auto;
	bottom: -8px;
}
.bref {
	margin: 0 -32px;	padding: 0 32px;
	display: flex;
	flex-wrap: wrap;
	color: #444;
}
p.bref {
	margin: 0;
	padding: 0 16px;
	font-size: 125%;
	text-align: justify;
	hyphens: auto;
}
.bref>div {
	min-width: 400px;
	margin: 16px;	padding: 0 16px 2px;
	border-radius: 4px;
	flex-grow: 1;
	flex-basis: 0;
	background: rgba(255,255,255,0.8);
	box-shadow: 0 0 8px rgba(0,0,0,0.1);
}
.bref dl {
	font-size: 125%;
}
.bref p, .bref li {
	text-align: justify;
	hyphens: auto;
	font-size: 14px;
}
.bref ul {
	padding: 0 0 0 16px;
}
.bref li {
	padding: 4px 0 0;
}
.bref iframe {
	width: 100%;
	margin: 16px 0 8px;
}
.metro, .metro_3, .rer, .rer_c  {
	width: 18px;	height: 18px;
	overflow: hidden;
	display: inline-block;
	float: left;
	text-indent: 999px;
}
.metro  {	background: url('images/transport_metro.svg') no-repeat center center; }
.metro_3  {	background: url('images/transport_metro_3.svg') no-repeat center center; }
.rer  {		background: url('images/transport_rer.svg') no-repeat center center; }
.rer_c  {	background: url('images/transport_rer_c.svg') no-repeat center center; }


#programme {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
#programme>h3 {
	width: 100%;
}
#programme>div {
	box-sizing: border-box;
	width: 320px;
	margin: 8px;	padding: 4px 16px;
	border-radius: 4px;
	background: #fff;
	box-shadow: 0 0 8px rgba(0,32,128,0.2);
}
#programme dl>*:nth-child(4n) {
	margin: 0 -8px;	padding: 0 8px 0 72px;
	border-radius: 3px;
	background: #eee;
}
#programme dt {
	width: 56px;
	position: absolute;
	text-align: center;
}
#programme dd {
	margin: 0;	padding: 0 0 0 64px;
	text-align: justify;
}

.compteur {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.compteur>* {
	box-sizing: border-box;
	width: 320px;
	margin: 4px 8px;
	padding: 16px;
	border-radius: 3px;
	box-shadow: 0 0 2px rgba(0,24,136,0.5), 0 0 8px rgba(0,24,136,0.3);
}
.compteur>a {
	background: linear-gradient(#48d, #028);
	color: #fff;
}
.compteur>a:hover {
	color: #fff;
	text-shadow: unset;
	text-decoration: none;
	box-shadow: 0 0 2px 2px #fff, 0 0 8px rgba(0,24,136,0.3);
}
.compteur>a span {
	display: block;
	font-size: 24px;
	text-align: center;
	color: rgba(255,255,255,0.8);
	text-transform: uppercase;
	transition: 0.3s;
}
.compteur>a:hover span {
	color: #fff;
	text-shadow: 0 0 4px #fff;
	text-decoration: none;
}
.compteur>a strong {
	display: block;
	font-size: 96px;
	text-align: center;
	text-shadow: 0 1px 1px rgba(255,255,255,0.5), 0 -1px 1px #028;
}
.compteur>div{
	background: #fff;
	border-radius: 3px;
}
.compteur ul{
	padding: 0 0 0 16px;
}

.contenu {
	box-sizing: border-box;
	width: 1024px;	max-width: 90%;
	margin: 16px 32px;
	border-radius: 4px;
	position: relative;
	clear: both;
	background: #fff;
	box-shadow: 0 0 8px rgba(0,32,128,0.2);
}
.contenu p, .contenu li {
	text-align: justify;
	hyphens: auto;
}

#dossier_presse {
	width: 160px;
	margin: 0 auto;	padding: 8px;
	border: solid 1px;
	border-radius: 8px;
	display: block;
	background: linear-gradient(#f8f9ff, #f2f4ff);
	text-align: center;
	line-height: 16px;
	box-shadow: 0 0 8px rgba(0,48,64,0.2);
}
#dossier_presse:hover {
	background: linear-gradient(#f2f4ff, #e8decf4);
	text-decoration: none;
}
#dossier_presse::before {
	content: '';
	width: 160px;	height: 180px;
	padding: 0 0 8px;
	display: block;
	background: url("images/dossier_presse.png") no-repeat center top;
	transform: rotate(0deg);
	transition: 1s;
}
#dossier_presse:hover::before {
	transform: rotate(5deg);
}

footer {
	box-sizing: border-box;
	width: 100%;
	padding: 16px;
	border-top: solid 1px #000;
	background: linear-gradient(rgba(0,0,0,0.8), rgba(0,0,0,0.9));
	color: #fff;
	text-align: center;
}
footer>* {
	padding: 0 4px;
}
footer a {
	text-shadow: 0 0 2px rgba(0,0,0,0.1), 0 0 8px #000;
color: #5af;
}
footer a:hover {
	color: #d0ffff;
	text-shadow: 0 0 2px rgba(120, 240, 255, 0.5), 0 0 8px rgba(112, 164, 255, 0.3);
}

.avertissement {
	margin: 8px 0;
	padding: 8px 16px;
	background: #333;
	border-radius: 4px;
	position: relative;
	box-shadow: 0 0 16px rgba(0,0,0,0.5);
	color: #fff;
	text-shadow: 0 1px 0 rgba(255,255,255,0.2);
	cursor: pointer;
	transition: 0.3s;
}
.avertissement:hover {
	background: rgba(51,51,51,0.7);
	box-shadow: 0 0 8px rgba(0,0,0,0.3);
}
.avertissement:hover::after {
	content: '×';
	width: 16px;
	height: 16px;
	border solid 1px #fff;
	border-radius: 50%;
	position: absolute;
	top: 4px;
	right: 4px;
	display: block;
	background: #000;
	color: #fff;
	text-align: center;
	line-height: 14px;
}
.avertissement h2 {
	border-bottom: solid 1px #fff;
	background: none;
	font-weight: normal;
	color: #fff;
}
.avertissement p {
	font-size: 20px;
}
.avertissement a {
	font-weigth: bold;
	color: #fff;
	text-shadow: 0 0 2px #fff;
	transition: 0.3s;
}
.avertissement a:hover {
	color: #fff;
	text-shadow: 0 0 8px #fff;
}


@media screen and (max-width: 640px) {
	h1 div:nth-child(1) {
		padding: 4px 6px 0 19px;
		font-size: 24px;
		letter-spacing: 15px;
		line-height: 23px;
	}
	h1 div:nth-child(2) {
		line-height: 17px;
		padding: 9px 0 0 4px;
		font-size: 18px;
	}
	h1 span {
		font-size: 42px;
	}
	#facebook a {
		width: 64px;
		padding: 68px 0 0;
		display: block;
		background-size: 64px;
		font-size: 12px;
	}
	#introA>li:nth-child(1) {
		font-size: 12px;
		opacity: 0.5;
	}
	#introA>li:nth-child(2) {
		font-size: 22px;
		opacity: 0.7;
	}
	#introA>li:nth-child(3) {
		padding: 4px 0 0;
		font-size: 32px;
		line-height: 28px;
	}
	#introB {
		display: block;
	}
	#introB p {
		width: auto;
		margin: 0;
	}
	.bref {
		padding: 32px;
		display: block;
	}
	.bref>div {
		min-width: auto;
	}
	#aider {
		max-width: 100%;
		float: none;
	}
}
@media screen and (max-width: 446px) {
	#introB ul {
		text-align: left;
	}
}