﻿html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, E7 dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
html {
	overflow-y: scroll;
	overflow-x: hidden;
	width: 100%;
	height: 100%;
}
body {
	line-height: 1;
	/*overflow-y: scroll;
	overflow-x: hidden;*/
	display: block;
}
.floater {
	padding: 10px 20px;
	background: #f10a6c;
	color: white;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a {
	cursor: pointer;
	color: #00a7e3;
	text-decoration:none;
	font-weight:500;
}
a:hover {
	text-decoration:underline;
}
* {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
html {
	overflow: -moz-scrollbars-vertical;
	overflow-y: scroll;
}
h1, .h1 {
	font-weight: 700;
	text-transform: uppercase;
}

#navigation {
    position: fixed;
    top: 12px;
    left: 12px;
}
.btn-back {
    width: auto;
    height:60px;
	border-radius:100%;
}

sup {
     font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
    top: -0.5em;
}

/*Menu*/



.menu-chapo {
	width:100%;
	text-align:center;
}
.menu-chapo img {
	width:30%;
	max-width:400px;
	transition:all ease 0.2s;
}
	
.menu-chapo img:hover {
	transform: translateY(20px);
}

.grid1 {
	width: 70%;
	max-width:1024px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom:40px;
}

.carte-identite {
	background-color:#ededed;
	padding:1px 30px 30px 30px;
	margin-top:40px;
}


h2 {
	top:0;
	margin-top:10px;
	padding-top:0;
	font-size: 2em;
	line-height:1.3em;
	margin-left: 0px;
	text-align: center;
	color: #fff;
/* 	padding:10px 15px;
	background-color:#00a7e3; */
	width:auto;
	display:inline-block;
	font-family: "Roboto", Arial, serif;
	font-weight:400;
}

h3{
	top:0;
	margin-top:10px;
	padding-top:0;
	font-size: 2em;
	line-height:1.3em;
	text-align: left;
	color: #fff;
	padding:10px 15px;
	 background-color:#00a7e3; 
	width:auto;
	display:inline-block;
	font-family: "Roboto", Arial, serif;
	font-weight:400; 
}

.bg-pad {
  margin-top:200px;
  padding:10px 15px;
  color: #fff;
  background: #00a7e3;
  font-size: 2em;
  font-family: "Roboto", Arial, serif;
  font-weight:400; 
  line-height:1.5em;
}


.bdbc {
  -webkit-box-decoration-break: clone;
          box-decoration-break: clone;
}



h4{
	font-weight: 300;
	display: block;
	width : auto;
	font-size: 2.5em;
	margin-left: 0px;
	text-align: center;
	color: #888;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 5px;
	padding-bottom: 6px;
	line-height: 1.2em;
}

.section-title {
  position: relative;
  width: 100vw;
  height: 70vh;
  background-color:#00a7e3;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; }
  .section-title:before {
    content: "";
    z-index: 1;
    position: absolute;
    background-image: linear-gradient(-180deg, rgba(0, 0, 0, 0) 25%, rgba(255,255,255, 0.2) 50%, rgba(255,255,255, 0.5) 75%, rgba(255,255,255, 1) 100%);
    bottom: 128px;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0; }
  .section-title .section-title__wrapper {
    position: absolute;
    bottom: 200px;
    left: 0;
    width: 100%;
    text-align: center;
    z-index: 4; }
  .section-title h2 {
    color: #000;
    font-size: 5rem;
    line-height: 1.2;
    font-weight: 900;}
  .section-title .bottom-border {
    background: #00a7e3;
    margin: 32px auto 0;
    width: 90px;
    height: 5px; }

.intro_bottom {
	text-shadow: 2px 2px 3px #000;
	text-align: center;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	position: absolute;
	bottom: 40px;
}
.intro_bottom p {
	color: #FFF;
	font-size: 1.1em;
}


html, body {
    font-family:  "Roboto", sans-serif;
	/* letter-spacing:20px; */
	font-weight: 300;
	color:#00464e;
}
.clearfix:before, .clearfix:after {
	content: " ";
	display: table;
}
.clearfix:after {
	clear: both;
}


.container-fx, .container-xl, .container-lg, .container-md, .container-sm, .container-xs {
  margin: 0 20px;
  width: auto; }

@media screen and (min-width: 768px) {
  .container-fx, .container-xl, .container-lg, .container-md, .container-sm, .container-xs {
    margin: 0 20px; } }
/* xs container */
@media screen and (min-width: 360px) {
  .container-xs {
    width: 320px;
    margin: 0 auto; } }
/* sm container */
@media screen and (min-width: 560px) {
  .container-sm {
    width: 520px;
    margin: 0 auto; } }
/* md container */
@media screen and (min-width: 760px) {
  .container-md {
    width: 720px;
    margin: 40px auto 0px auto; } }
/* lg container */
@media screen and (min-width: 1080px) {
  .container-lg {
    width: 1040px;
    margin: 0 auto; } }
/* xl container */
@media screen and (min-width: 1180px) {
  .container-xl {
    max-width: 1140px;
    margin: 0 auto; } }
	
	

.logo {
	display:inline-block;
	position:fixed;
	top: 20px;
	left:20px;
	z-index:100;
	/* width:60px; */
	height:30px;
}

@media screen and (max-width: 460px) {
	.logo {
	bottom: 15px;
    right: 15px;
}
	}
	

.thin {
	font-family: "Roboto", Arial, serif;
	font-weight: 100;
}

#header {
	z-index: 20;
	width: 100%;
	position: fixed;
	top: 3px;
	/* background-color: #000; */
	height:70px;
	
}
#header_lexique {
	z-index: 22;
	width: 100%;
	position: fixed;
	top: 0px;
	height:85px;
	background-color: #000;
	
}


#partage {
	float: right;
	margin: 5px;
	text-align:right;
	padding-right:5px;
	margin-top:13px;
	z-index:20;
}
@media screen and (max-width: 720px) {
#partage {
	display:none;
}}


.footer {
	width: 40%;
	background-color: #fff;
	text-align:left;
	/* padding-top: 30px; */
}

@media screen and (max-width: 720px) {
.footer {
	width: 90%;
	background-color: #fff;
	text-align:left;
	/* padding-top: 30px; */
}}


p {
	margin-top:2em;
	color: #000;
	line-height:26px;
	font-size:18px;
}

/* p:before {
    background-image: url("../img/filet.png");
    background-position: left top;
    background-repeat: no-repeat;
    content: "";
    display: inline-block;
    float: left;
    height: 50px;
    width: 2px;
	margin-left:-20px;
	margin-top:7px;
} */


a.inline:link, a.inline:visited {
	color: #35ff99;
	text-decoration: none;
	border-radius: 5px;
	padding: 2px;
}
a.inline:hover, a.inline:active {
	background: #35ff99;
	color: #202a39;
}
em {
	font-style: italic;
}
html, body {
	height: 100%;
	background: #FFF;
    /* background-image: url("../img/bg-f24.png"); */
    background-repeat: repeat;}

.intro {
	height: 100%;  /* start height */
	width: 100%;
	/*background-size:100%;*/
	background-color:#fff;
	background-image: url(../img/cover.jpg);
	-webkit-background-size: cover; /* pour Chrome et Safari */
	-moz-background-size: cover; /* pour Firefox */
	-o-background-size: cover; /* pour Opera */
	background-size: cover; /* version standardisée */
	background-position: center center;  /* Internet Explorer 7/8 */
	overflow:hidden;
	background-attachment:scroll;
	/* background-repeat: no-repeat;Internet Explorer 7/8 */
}
	
 @media screen and (orientation:portrait) {

.intro {
	background-image: url(../img/cover-mob.jpg);
	background-position: center center; 
	height:100%;
	
}

}


.img-responsive {
	width:100%;
	height:auto;
	margin-top:30px;
}

.photo-responsive {
	width:100%;
	max-width:750px;
	height:auto;
	margin-top:30px;
}

.photo-identite {
	width:30%;
	float:left;
	margin-right:30px;
	margin-top:2em;
}

 @media screen and (max-width: 720px) {
	.carte-identite {
	background-color:#ededed;
	padding:20px;
	margin-top:40px;
	}
	.section-title h2 {
	font-size:2rem;
	}	
	.photo-identite {
	display:none;
	/* width:30%;
	float:left;
	margin-right:30px;
	margin-top:2em;
	margin-bottom:2em; */
	} 
	h3{
	top:0;
	margin-top:10px;
	/* padding-top:0; */
	font-size: 2em;
	line-height:1.3em;
	text-align: left;
	color: #00a7e3;
	padding:0px;
	background-color:rgba(0,0,0,0);
	width:auto;
	display:inline-block;
	font-family: "Roboto", Arial, serif;
	font-weight:400;
	}
}

.carte {
	width:80%;
}

.chapo {
	font-size: 1.5em;
	line-height: 1.5em;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	/* padding-top: 70px; */
	margin-bottom: 50px;
	font-weight: 400;

}

 @media screen and (max-width: 720px) {
	.chapo {
	width: 70%;
	font-size:15px;
	margin-bottom:0px;
	padding-top:0px;
	font-size: 1.3em;
	}
}

#chapo{
	width:100%;
	/* background-image:url(../img/bg-f24.png); */
	background-repeat:repeat;
	line-height:0;
}

#tete_chapitre{
width:100%;
background-color:#e2001a;
}






.titre_chapitre_diapo {
	background-color: rgba(0,0,0, 0.5);
    bottom: 2vw;
    color: #fff;
    display: inline-block;
    font-family: "Roboto", Arial, serif;
    font-size: 3vw;
    font-weight: 500;
    line-height: 3vw;
	padding: 0 20px 0 20px;
    position: absolute;
    text-align: right;
    text-transform: uppercase;
    width: 80%;
    z-index: 5;
	
}

.titre_chapitre {
	
	text-align: left;
	font-family: "Roboto", Arial, serif;
	font-weight: 500;
	font-size: 3.7vw;
	line-height:3.7vw;
	color: #FFF;
	background-color: #e2001a;
	width: 100%;
	padding-left:10%;
	padding-bottom:0.3%;
	display:inline-block;
	position:absolute;
	bottom:6vw;
	padding-left:20px;
	
}

@media screen and (max-width: 640px) {
 .titre_chapitre_diapo {
	font-size: 4vw;
	line-height:4vw;
	padding-left:0;
	min-height:7vw;
	padding-right:0;
	text-shadow: 1px 1px 7px rgba(0,0,0, 0.9);
		
}
}
 
 
.titre-chap {
    color:#000;
    font-size: 3em;
    padding: 50px;
	font-weight:900;
	line-height:2em;
	font-variant-ligatures: none;
	text-transform: uppercase;
}
 
.chap-cartouche {
	background-color:#eee809;
	padding:0px 15px;
	font-size:1.6em;
}	
 
.prllx-1 {
	background-image: url(../img/claire-nouvian.jpg);
    height: 70vh;
	width:100%;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
	margin-top:60px;
}

.prllx-2 {
	background-image: url(../img/yannick-jadot.jpg);
    height: 70vh;
	width:100%;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
	margin-top:60px;
}

.prllx-3 {
	background-image: url(../img/jean-luc-melenchon.jpg);
    height: 70vh;
	width:100%;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
	margin-top:60px;
}

.prllx-4 {
	background-image: url(../img/benoit-hamon.jpg);
    height: 70vh;
	width:100%;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
	margin-top:60px;
}

.prllx-5 {
	background-image: url(../img/fabien-roussel.jpg);
    height: 70vh;
	width:100%;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
	margin-top:60px;
}

.prllx-6 {
	background-image: url(../img/olivier-faure.jpg);
    height: 70vh;
	width:100%;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
	margin-top:60px;
}

.prllx-7 {
	background-image: url(../img/jean-jaures.jpg);
    height: 70vh;
	width:100%;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
	margin-top:60px;
}

.remplacement-photo-mobile {
	display:none;	
}	

@media screen and (max-width: 720px) {
	.cache-mob {
	display:none;
	}
.prllx-1, .prllx-2, .prllx-3, .prllx-4 {
	display:none;
	}
	.remplacement-photo-mobile {
	display:inline-block;
	width:100%;
	height:auto;
	padding:0;
	margin-top:60px;
	}	
	.carte {
	width:100%;
	}	
}

.credit_texte {
	padding-left:20px;
	padding-bottom:20px;
	text-align: left;
	font-family: "Roboto", Arial, serif;
	font-weight: 300;
	font-size: 13px;
	line-height:17px;
	color: #666;
}

@media screen and (max-width: 720px) {
	.credit_texte {
	font-size: 14px;
	line-height:16px;
	}
}

.texte1 a{
	font-weight: 500;
	color: #e2001a;
	text-decoration: none;      
}

 

.texte1 a:hover{
    text-decoration: underline;             
}

.encart {
	display: block;
	background-color:#dcddde;
	clear: both;
	font-size: 0.7em;
	line-height: 1.4em;
	color: #000;
	text-align: left;
	font-family: "Roboto", Arial, serif;
	font-weight: 300;
	padding: 30px;
}


strong {
	font-weight: 700;
}

.citation {
   font-family: "Roboto", Arial, serif;
	background-image: url(../img/quote.png);
	background-repeat: no-repeat;
	background-position:center top;
	padding-top: 75px;
	padding-left:0;
	padding-right:0;
	margin:auto;
	text-align:center;
	width: 60%;
	font-size: 2em;
	line-height: 1.4em;
	font-weight:300;
	color: #000;
	margin-top:30px;
	margin-bottom:10px;
	
}

/* .citation::after {
	content:"";
	background-image: url(../img/citation-02.png);
	background-repeat: no-repeat;
	background-position:center bottom;
	margin:auto;
	text-align:center;
	width:70px;
	height:75px;
	display:block;
	margin-top:25px;
} */


.citation-nom {color:#000; font-size:0.8em; font-weight:300; font-style:italic;}

@media screen and (min-width: 640px) and (max-width: 1280px){
	
	.citation {
	
	width: 90%;
	
}
.citation-nom { font-size:0.7em;}
}

@media screen and (min-width: 300px) and (max-width: 640px){
	
	.citation {
	background-image: url(../img/picto_citation.png) width:50%;
	font-size: 1.2em;
	width: 95%;
	
}
.citation-nom { font-size:0.9em;}	
}


.note {
	background-image: url(../img/note.png);
	background-repeat: no-repeat;
	background-position:center top;
	padding:76px 0px 30px 0px;
	text-align:center;
	width: 70%;
	line-height: 1.5em;
	color: #e2001a;
	margin:30px 0px;
	font-family: "Roboto", Arial, serif;
	font-weight: 300;
	font-size:0.9em;
	
}

.note a{ text-decoration:underline; font-size:0.8em; font-weight:500;}
.note::after {
	content:"";
	background-image: url(../img/citation-02.png);
	background-repeat: no-repeat;
	background-position:center bottom;
	width:100%;
	height:2px;
	display:block;
	margin-left:0;
	margin-top:25px;
}

@media screen and (max-width: 720px){
	.note {
	background-image: url(../img/picto_citation.png) width:50%;
	font-size: 1.2em;
	width: 95%;
	}	
	.menu-chapo {
	width:90%;
	text-align:center;
	}	
	.menu-chapo img {
	width:32%;
	max-width:200px;
	transition:all ease 0.2s;
	}	
	h4{
	font-weight: 300;
	display: block;
	width : auto;
	font-size: 1.8em;
	margin-left: 0px;
	text-align: center;
	color: #aaa;
	padding-top: 5px;
	padding-bottom: 6px;
	line-height: 1.2em;
	}	
}



@media screen and (max-width: 720px){
 .grid1 {
 width:100%;
}
	 .chapo {
	width: 90%;
		 font-size: 1.2em;
line-height: 1.35em;
	}
	 
	 .texte1 {font-size:1.1em;
	 }
	.menu-chapo img {
	width:48%;
	max-width:200px;
	transition:all ease 0.2s;
	}	
}

.video-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}
.video-container iframe, .video-container object, .video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.iframe-container {
  position: relative;
  overflow: hidden;
  padding-bottom: 56.25%;
  padding-top: 30px; }
  .iframe-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
#progressbar {
	position: fixed;
	top: 0px;
	left: 0px;
	border: none;
	z-index: 999999;
	-webkit-appearance: none;
	appearance: none;
	width: 100%;
	height: 5px;
	background-color:rgba(0,0,0,0);
	background-position: center top;
}
 #progressbar::-webkit-progress-bar {
 position: fixed;
 top: 0px;
 left:0px;
 border: none;
 z-index: 999999;
 -webkit-appearance: none;
 appearance: none;
 width: 100%;
 height: 5px;
	background-color:rgba(0,0,0,0);
 background-position: center top;
}
#progressbar::-webkit-progress-value {
 background:#00a7e3;
}
#progressbar::-moz-progress-bar {
 background:#00a7e3;
}

a.tooltip {
	outline: none;
	color: #000;
} 

.legende{
	margin-top:5px;
	color:#999;
	font-size:14px;
	margin-bottom: -10px;
	line-height:20px;
	text-align:center;
}