/* http://meyerweb.com/eric/tools/css/reset/
v2.0 | 20110126
License: none (public domain)
*/
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, 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;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}

/* CLEARFIX */
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.clearfix { display: inline-block; }
* html .clearfix { height: 1%; }
.clearfix { display: block; }


/* BOX SIZING */
html {
	box-sizing: border-box;
	-moz-box-sizing:border-box;
}

*, *:before, *:after {
	box-sizing: inherit;
	-moz-box-sizing: inherit;
	max-width:100%;
}





/* STYLE PRINCIPAL du site */
html { height: 100%; font-size:100%;}
body {
	min-height: 100%;
	font-family:'Lato', sans-serif;
	font-size:1em;
	width:100%;
	overflow:hidden;
	position:relative;
	-webkit-transition:all .6s ease;
	transition:all .6s ease;
} 

a,
a:hover {
	text-decoration:none;
}

img {
	display:block;
	width:100%;

	height:auto;
}

video {
	display:block;
	margin:0 auto; 
	width:100%;
}
.desktop video {
	height:100%;
}  /*
#remote {
	display:none!important;
} */

svg.svgpath {
	width:0;
	height:0;
}

.lien_thematique {
	width:100%;
	height:100%;
	color:inherit;
	text-decoration:none;
}                                                         


#cookies {
	display: none;
	width: 100%;
	height: 100%;
	text-align: center;
	background: url(../img/bg_intro.jpg) no-repeat center center;
    background-size: auto auto;
	font-size: 1.2em;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 20000;
	background-size: cover;

}
#cookies:target {
	display:flex;
	align-items:center;
	flex-direction:column;
	justify-content:center;
}
#cookies .rond.vert_parent {
    font-size: 1.8em;
}
#get_remote {
	position:fixed;
	top:10px;
	right:10px;
	z-index:1;
	height:40px;
	width:40px;
	border:2px solid white;
	color:white;
	cursor:pointer;
	text-align:center;
	border-radius:50%;
	padding:3px;
	font-weight:700;
	font-size:1.4em;
	background:hsla(0, 0%, 100%, 0.5) none repeat scroll 0 0;
}
#get_remote:after {
	content:"|||";
	position:absolute;
	top:22%;
	left:31%;
	z-index:1;
	display:block;
	-webkit-transform:rotate(90deg) ;
	-moz-transform:rotate(90deg) ;
	-ms-transform:rotate(90deg) ;
	transform:rotate(90deg) ;
	
}
#remote.on {
	display:block!important;
	opacity:1!important;
	right:20px!important;
}
#get_remote.on:after {
	content:"+";
	-webkit-transform:rotate(45deg) ;
	-moz-transform:rotate(45deg) ;
	-ms-transform:rotate(45deg) ;
	transform:rotate(45deg) ;
	top:20%;
	left:33%;
}
body.video_intro #remote,
body.video_intro #remote.on,
body.video_intro #get_remote {
	opacity:0!important;
	right:-200px!important;			
}
#remote,
body.portrait #remote {
	position: fixed;
	height:100px;
	top:80px;
	right:-200px;
	opacity:0;
	display:block;
	
	-webkit-transition:all .8s ease .4s;
	-moz-transition:all .8s ease .4s;
	transition:all .8s ease .4s;
}
/*body.thematiques #remote,
body.thematique_choisie #remote {
	right:20px;
	opacity:1;
	
	-webkit-transition:all .8s ease .4s;
	-moz-transition:all .8s ease .4s;
	transition:all .8s ease .4s;
}   */
body.portrait #remote {
	right:-200px;
	opacity:0;
}

#remote .sectionRemote {
	position:relative;
	width:6px;
	height:33.333%;
	background:rgba(255,255,255,.7);
	margin-bottom:16px;
}
#remote .sectionRemote:last-child {
	height:0;
}
#remote .round {
	position:absolute;
	z-index:1;
	top:-16px;
	left:-6px;
	width:18px;
	height:18px;		
	background:rgba(255,255,255,.5);
	border:2px solid rgba(255,255,255,1);
	border-radius:50%;
	max-width:none;
	-webkit-transition:border .4s ease;
	-moz-transition:border .4s ease;
	transition:border .4s ease;
}
.desktop #remote .round:hover {
	border:4px solid rgba(255,255,255,1);
	cursor:pointer;
}
.desktop #sectionRemote4 .round:hover {
	border:2px solid rgba(255,255,255,1);
	cursor:default;
}

#remote .sectionRemote span {
	font-size:.85em;
	color:rgba(255,255,255,.65);
	text-align: right;
	position: absolute;
	top: 2px;
	right: 20px;
	width: auto;
	min-width: 120px;
	display: inline-block;
	float: right;
}

#remote .sectionRemote.active .round {
	/*border: 2px solid rgba(0,0,0,.65);*/
	background:rgba(0,0,0,.6);
}

#remote .sectionRemote.active span {
	font-size:1em;
	color:rgba(0,0,0,.85);
	top:-2px;
}

#remote .niv2 {
	display:none;
}

#wrapper {
	width:100%;
	height:100%;
	max-height:100%;
	/*height:100vh;
	max-height:100vh; */
	overflow:hidden;
}     
section {
	width:100%;
	height:0;
	position:absolute;
	z-index:0;
	top:0;
	left:0;
	overflow:hidden;
	-webkit-transition:all .6s ease;
	transition:all .6s ease;
}  
body {
	background:white;
}

body.intro,
body.video_intro{
	background:url(../img/bg_intro.jpg) no-repeat fixed center center;
	background-size:cover;
	-webkit-background-size:cover;
}

 
/* 
#section1 {
	background:url(../img/bg_intro.jpg) no-repeat scroll center center;
	background-size:cover;
	-webkit-background-size:cover;
}  */

.mobile #tags {
	display:none;
}
.desktop #tags {
	position:absolute;
	z-index:-1;
	top:0;
	left:0;
	width:100%;
	height:100%;
	opacity:0;
	-webkit-filter:blur(4px);
	filter:blur(4px);
	background:url(../img/bg_intro_mots.jpg) no-repeat center center;
	background-size:cover;
	-webkit-background-size:cover;	
	-webkit-transform:scale(1.3);
	-moz-transform:scale(1.3);
	-ms-transform:scale(1.3);
	transform:scale(1.3);

} 
.intro_flipped #tags { 
	opacity:1;
	-webkit-filter:blur(0px);
	filter:blur(0px);
	-webkit-transform:scale(1);
	-moz-transform:scale(1);
	-ms-transform:scale(1);
	transform:scale(1);
	-webkit-transition:all 1.2s ease 0.3s;
	-moz-transition:all 1.2s ease 0.3s;
	-ms-transition:all 1.2s ease 0.3s;
	transition:all 1.2s ease 0.3s;
}

.video_intro #section2 {
	background:white;
	box-shadow:0 0 150px black;
}

#section3 {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#78b789+0,b9bf16+100 */
	background: rgb(120,183,137); /* Old browsers */ /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(120,183,137,1) 0%,rgba(185,191,22,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(120,183,137,1) 0%,rgba(185,191,22,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#78b789', endColorstr='#b9bf16',GradientType=0 ); /* IE6-9 */
}
body, #section4 {
	top:0;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#19736e+0,4ba2a2+48,78b789+100 */
	background: rgb(25,115,110); /* Old browsers */ /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(25,115,110,1) 0%,rgba(75,162,162,1) 48%,rgba(120,183,137,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(25,115,110,1) 0%,rgba(75,162,162,1) 48%,rgba(120,183,137,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#19736e', endColorstr='#78b789',GradientType=0 ); /* IE6-9 */
}
#section5 {
	background:black;
}


body.intro #section1 {
	top:0;
	height:100%;
}
body.video_intro #section1 {
	top:100%;
	opacity:0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	height:0;
}
body.video_intro #section2 {
	height:100%;
	-webkit-transition:height .6s ease 1s;
	transition:height .6s ease 1s;
}
body.thematiques #section2 {
	height:0;
	top:100%;
}
body.thematiques #video1 {
 	height:auto;
}
body.thematiques #section3 {
	overflow-y: scroll;
	height:100%;
}
/*
body.thematique_choisie{
	background: rgb(25,115,110);
	background: -moz-linear-gradient(top,  rgba(25,115,110,1) 0%, rgba(75,162,162,1) 48%, rgba(120,183,137,1) 100%);
	background: -webkit-linear-gradient(top,  rgba(25,115,110,1) 0%,rgba(75,162,162,1) 48%,rgba(120,183,137,1) 100%);
	background: linear-gradient(to bottom,  rgba(25,115,110,1) 0%,rgba(75,162,162,1) 48%,rgba(120,183,137,1) 100%); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#19736e', endColorstr='#78b789',GradientType=0 ); 
}
*/
body.thematique_choisie #section3 {
	-webkit-transition:all .6s ease;
	transition:all .6s ease;
	overflow-y: hidden;
	height:0 !important;
	top:100%;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
body.thematique_choisie #section3 > * {
	opacity:0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	-webkit-transition:opacity .6s ease;
	transition:opacity .6s ease;
}
body.thematique_choisie #section4 {
	height:100%;	
}
body.portrait #section4 {
	height:0;
}
body.portrait #section5 {
	height:100%;
}
/*
.vert_parent {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	-webkit-flex-direction: column;
		-ms-flex-direction: column;
			flex-direction:column;
	-webkit-justify-content: center;
		-ms-justify-content: center;
			justify-content:center;
}  */

.vert_parent {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-orient:vertical;
	-webkit-box-direction:normal;
	    -ms-flex-direction:column;
	        flex-direction:column;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	-ms-flex-wrap:no-wrap;
	    flex-wrap:no-wrap;
	-webkit-box-pack:center;
	    -ms-flex-pack:center;
	        justify-content:center;   
	        
}

.vert_center {
	position:relative;
	width:100%;
	/*height:100%;*/
	max-height:700px;
	margin:0;
}


.polygon {
	display:inline-block;
	width:auto;
	height:auto;
	padding:15px 20px 5px;
	font-family: 'Give You Glory', cursive;
	text-align:center;
	line-height:1.2;
	clip-path: url(../#polygon_txt);
	-webkit-clip-path: polygon(0 0, 100% 9%, 98% 97%, 2% 100%);
	clip-path: polygon(0 0, 100% 9%, 98% 97%, 2% 100%);
}






.polygon.gris {
	background:rgba(52,52,52,1);
	color:rgba(255,255,255,1);
}
.polygon.vert {
	background:rgba(184,185,8,1);
	color:rgba(255,255,255,1);
}
.polygon.vert_fonce {
	background:rgba(25,115,110,1);
	color:rgba(255,255,255,1);
}


/* ECRAN 1 */
#intro_rond ,
#intro_rond2{
	position:relative;
	height:300px;
	width:300px;
	margin:0 auto;
	text-align:center;
	z-index:1; 
	border-radius:50%;
}
.rond {
	position:absolute;
	z-index:1;                       
	top:0%;
	left:0%;
	margin-top:0px;
	margin-left:0px;
		background:rgba(255,255,255,1);
	border:6px solid rgba(255,255,255,1);
	box-shadow:inset 0 0 20px rgba(0,0,0,.2);
	border-radius:50%;
	height:300px;
	width:300px;

	-webkit-transition:all .6s ease;
	transition:all .6s ease;

}
#rond1 {
	padding-top:30px;
	-webkit-transform:rotateY(0) translateZ(0);
	        transform:rotateY(0) translateZ(0);
	opacity:1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	font-size:1.4em;
}


#rond1 p {
	-webkit-transform:rotateX(-90deg);
	        transform:rotateX(-90deg);

	-webkit-transition:all .6s ease 1s;
	transition:all .6s ease 1s;
	font-size:1.4em;
}

#rond1 #rond_femmes,
#rond1 #rond_hommes {
	font-family:'Lato';
	white-space: nowrap;
}
#rond1 #rond_femmes {
	font-weight:300;
	
	-webkit-transition:all .6s ease .4s;
	transition:all .6s ease .4s;
}


#rond1 #rond_hommes {

	font-weight:700;
	 padding:12px 20px;
	-webkit-transition:all .6s ease .6s;
	transition:all .6s ease .6s;
}


#rond1 #rond_font {
	font-family: 'Give You Glory', cursive;
	line-height: 1.6;
	margin-bottom: -.5em;
	
	-webkit-transition:all .6s ease .8s;
	transition:all .6s ease .8s;
}


#rond1 #rond_ansamble {

	white-space: nowrap;
	padding:14px 20px 8px 20px;
	
	-webkit-transition:all .6s ease 1s;
	transition:all .6s ease 1s;
}


#rond2 {
	background:rgba(196,185,0,1);
	padding:60px 30px;
	-webkit-transform:rotateY(90deg);
	        transform:rotateY(90deg);
	opacity:0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
#rond2 p {
	font-size:1.3em;
	color:white;
	text-transform:uppercase;
}
#rond2 p strong {
	font-weight:700;
}
#rond2 .skipper {
	background:rgba(255,255,255,1);
	color:rgba(196,185,0,1);
	margin-top:10px;
}
body.intro_flipped #rond1 {
	-webkit-transform:rotateY(-90deg);
	        transform:rotateY(-90deg);
	opacity:0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
body.intro_flipped #rond2 {
	-webkit-transform:rotateY(0);
	        transform:rotateY(0);
	opacity:1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

#logo {
	max-width:228px;
	margin:40px auto;
}

.skipper,
#skipper0,
#skipper1,
#skipper3,
a.polygon {
	-webkit-transition:all .3s ease;
	transition:all .3s ease;
}
#skipper1 {
	position:absolute;
	bottom:-20px;
	left:50%;
	z-index:3;
	-webkit-transform:translate3d(-50%,0,0) rotateX(90deg) ;
	transform:translate3d(-50%,0,0) rotateX(90deg);
	-webkit-transform-origin: 50%  51%;
	transform-origin: 50%  51%;
	-webkit-transition:all .3s ease 3s;
	transition:all .3s ease 3s;
	font-size:1em;
}

.desktop  a.polygon:hover {
	/*clip-path: url(../#polygon_hover);*/
	-webkit-clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);
	clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);
}


#ext_links {
	position:absolute;
	bottom:20px;
	right:20px;
	z-index:1;
	display:inline-block;
}
#ext_links li {
	display:inline-block;
}
#ext_links li a{
	color:white;
	text-decoration:none;
}

a:active, a:link {
	outline:none;
}


.desktop {
	display:none;
}
body.desktop {
	display:block;
}
/*
#osez {
	position:absolute;;
	bottom:0;
	left:0;
	right:0;
	width:100%;
	height:180px;
	background:rgba(255,255,255,1);
	text-align:center;
	
	-webkit-transition:all .6s ease;
	transition:all .6s ease;
	
	clip-path:url(../#polygon_oser1);
	-webkit-clip-path: polygon(0 50%, 100% 0%, 100% 100%, 0% 100%);
	clip-path: polygon(0 50%, 100% 0%, 100% 100%, 0% 100%);
}
#osez span {
	position:absolute;
	left:0;
	bottom:20px;
	width:100%;
	height:80px;
	font-family: 'Give You Glory', cursive;
	font-size:1.3em;
	color:#373626;
	text-align:center;
	line-height:135px;
	
	-webkit-transition:all .6s ease;
	transition:all .6s ease;
}

body.intro_flipped #osez {
	height:60px;
	clip-path:url(../#polygon_oser2);
	-webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
	clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}
body.intro_flipped #osez span {
	height:60px;
	line-height:60px;
	bottom:0;
}
*/
#osez {
	display:none;
}


#video1 {
	-webkit-transition:all .6s ease;
	transition:all .6s ease;
}
#placeSkipper3 {
	position: absolute;
	z-index:2000;
	right:10px;
	bottom:10px;
}
#placeSkipper0 {
	position: absolute;
	z-index:2000;
	left:10px;
	bottom:10px;
}
#skipper3,
#skipper0 {
	width:200px;
	opacity:0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	display:block;
	-webkit-transition:all .3s ease, opacity .6s ease 2s;
	transition:all .3s ease, opacity .6s ease 2s;	
}
#skipper0 {
	width:100px;
	
}

#skipper3 a,
#skipper0 a {
	color:white;
	display:block;
}
body.video_intro #skipper3,
body.video_intro #skipper0 {
	opacity:1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.col {
	position:relative;
	width:100%;
	height:auto;
	display:block;
}

.bloc_thematique {
	position:relative;
	width:90%;
	text-align:center;
	font-size:1em;
	cursor:pointer;
	margin: 0 auto;
	-webkit-transition: all .6s ease, border .2s linear .4s;
	transition:all .6s ease, border .2s linear .4s;
}

.bloc_thematique {
	border:1px solid white;
	padding-bottom:10px;
	margin:40px auto;
}

.bloc_thematique a {
	display: block;
	border:12px solid rgba(255,255,255,0);	
}


.bloc_thematique .teaser,
.bloc_thematique .description {
	align-items: center;
	display: flex;
	flex-direction: column;
	height: 100%;
	justify-content: center;
	
	margin: 0;
	/*position: absolute; 
	left: 0;   */
	text-align: center;
	transition: all 0.5s ease 0.2s;
	width: 100%;
	-webkit-transition:all .5s ease .2s;
	transition:all .5s ease .2s;
}
.bloc_thematique .description {
	display:none;
	opacity:0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
.bloc_thematique .teaser span.title {
	display:block;
	font-weight:800;
	margin:10px 4px;
	color:white;
}
.bloc_thematique .teaser span.title span {
	font-weight:100;
}
.bloc_thematique .teaser span.ss-title {
	font-size:1.5em;
}
.bloc_thematique .description span.desc-title {
	font-size:1.8em;
}
.bloc_thematique .description ul li {
	font-size:.8em;
}

.desktop .bloc_thematique,
.desktop .bloc_thematique * {
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}  
.desktop .bloc_thematique a:hover span.title {
	color:#19736E;
}



.desktop .bloc_thematique a:hover span.ss-title.polygon.vert_fonce {
	color:#19736E;
	background:white;
	margin-top:10px;
	margin-bottom:10px;	
}

/*.bloc_thematique a:hover {
	background: rgba(255,255,255,.9);
	border:12px solid rgba(255,255,255,1);
}
.bloc_thematique:hover .teaser {
	opacity:0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	
	-webkit-transition:all .2s ease;
	transition:all .2s ease;
}
.bloc_thematique:hover .description {
	opacity:1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}  */

#backMotion,
#backThematiques,
#backZoomThematique {
	margin:20px auto;
	font-size:1em;
	display:none;
	width:280px;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	-webkit-transition: all 0s ease, opacity 0s linear 0s;
	transition:all 0s ease, opacity 0s linear 0s;
}

#backZoomThematique {
	position:absolute;
	bottom:0;
}

/* PORTRAITS */
body.thematiques #backMotion,
body.thematique_choisie #backThematiques,
body.portrait #backZoomThematique {
	opacity:1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	-webkit-transition: all .6s ease, opacity .6s linear 1.5s;
	transition:all .6s ease, opacity .6s linear 1.5s;
	display:block;
}

.thema {
	position:relative;
	margin:20px auto;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	width:0;
	overflow:hidden;
	font-size:0.7em;
	display:none;
}
.desktop .thema {
	opacity:0;
}
.desktop .thema.thema_open {
	opacity:1;
}
.thema.thema_open {
	opacity:1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	width:90%;
	-webkit-transition: all .6s ease, opacity .6s linear 1.5s;
	transition:all .6s ease, opacity .6s linear 1.5s;
	overflow:auto;
	padding-bottom:50px;
}
.thema_titre {
	text-align:center;
	font-size:1.3em;
	margin-bottom: 20px;
}
.thema_titre h3 {
	font-family:'Lato', sans-serif;
	padding:15px;
	width:auto;
	display:inline-block;
	background:rgba(255,255,255,1);
	font-weight: bold;
	clip-path: url("#clipTitle");
	-webkit-clip-path: polygon(0 100%,100% 100%,97% 0,3% 0);
	clip-path: polygon(0 100%,100% 100%,97% 0,3% 0);
}
.thema_titre h3 span {
	font-weight:100;
}
.thema_titre .ss-title {
	margin-top: -20px;
}
.thema_titre .ss-title.polygon.vert {
	background:#72b099;
}
.thema_vignette {
	position:relative;
	width:100%;
	max-width:420px;
	margin: 50px auto;
	z-index:1;
}
.thema_vignette .vignette {
	position:relative;
}
.thema_vignette img {
	display:block;
	position:relative;
	transition: all ease .4s;
	border:6px solid rgba(255,255,255,0);
}
.thema_vignette .legende {
	transition: all ease .4s;
}
.desktop .thema_vignette:hover .legende {
	left:0;
}
.desktop .thema_vignette:hover img {
	border:6px solid rgba(255,255,255,.8);
}
.desktop .thema_vignette:hover .vignette:after {
	content:"";
	position:absolute;
	display:block;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:url(../img/play_logo.png) no-repeat center center;
	cursor:pointer;
	z-index:3;
}
body.thematique_choisie .thema_vignette {
	/* transitions sur les vignettes ne marchaient pas... je ne sais pas pourquoi :( */
}

.lien_portrait {
	position:relative;
	width:100%;
	height:100%;
}

.legende {
	text-align:left;
    padding: 10px 8px;
}


.legende .prenom {
	font-size: 1.6em;
	line-height: .7;
}
.legende .fonction {
	font-family:'Lato', sans-serif;
}

.portrait_full {
	position:relative;
	opacity:0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	width:0;
	display:none;
}

.mobile.portrait #section5 {
	overflow:auto;
	height:100%;
	display:block;
	
}

.portrait_full.portrait_open {
	opacity:1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	width:100%;
	height:auto;
	margin:0 auto;
	-webkit-transition: all .6s ease, opacity .6s linear 1.5s;
	transition:all .6s ease, opacity .6s linear 1.5s;	
}
.desktop .portrait_full.portrait_open {
	height:100%;  
	padding:80px 20px;/*lecture des sous-titres malgré le bouton de retour à la thématique*/
}
.desktop .portrait_full.portrait_open video {
	height:100%;
	width:auto;
}

.portrait_full .overlay {
	display:none;
}

.info_portrait {
	background:rgba(57,57,57,1);
	color:rgba(255,255,255,1);
	font-family:'Lato', sans-serif;
	line-height:1.3;
	padding:100px 40px 40px 40px;
	text-align:left;

}
.mobile .info_portrait {
	padding:40px
}
.desktop .info_portrait {
	position:absolute;
	width:400px;
	height:auto;
	z-index:1;
	top:90px;
	left:-400px;
	color:rgba(255,255,255,0);
	opacity:0;
		-webkit-transition:left .6s ease, opacity .6s, color 0s linear 0s;
	transition:left .6s ease, opacity .6s, color 0s linear 0s;

}
.mobile .info_portrait {
	clip-path: none;
	-webkit-clip-path: none;
	clip-path: none;
}
.desktop .portrait_full.portrait_open.info_ouvert .info_portrait {
	left:0px;
	height:auto;
	opacity:1;
	color:rgba(255,255,255,1);
	-webkit-transition:left .6s ease, opacity .6s, color .3s linear .7s;
	transition:left .6s ease, opacity .6s, color .3s linear .7s;
}
.info_portrait * {
	color:inherit!important;
}
.switch_info {
	background:url(../img/picto_info.png) no-repeat center center;
	display:block;
	width:52px;
	height:52px;
	position:absolute;
	top:50%;
	left:16px;
	z-index:3;
	cursor:pointer;
	-webkit-transition:all .6s ease;
	transition:all .6s ease;
}
.portrait_full.portrait_open.info_ouvert .switch_info {
	background:url(../img/picto_fermer.png) no-repeat center center;
	height: 32px;
    left: 40px;
    top: 132px;
    width: 32px;
}




.mobile .switch_info {
	display:none;
}


.info_portrait h3 {
	font-family: 'Give You Glory', cursive;
	font-size: 2.5em;
	padding-left:10px;
}

.info_portrait h5 {
	background:#d0a786;
	padding:7px;
	margin:5px 0;
	text-transform:uppercase;
	font-weight:700;
	color:white;
}
.info_portrait h4 {
	margin:10px 0 20px 0;
	padding-left:10px;
}
.info_portrait p {
	padding-left:10px;
}


@media only screen and (min-width: 600px) and (min-height: 480px) {
	.rond,	
	#intro_rond,
	#intro_rond2 {
		height:424px;
		width:424px;
	}
/*	.rond {
		margin-left:-212px;
	} */
	
	#rond1 {
		font-size:0.85em;
	}
	#skipper1 {
		font-size:1.5em;
	}
	#rond1 #rond_femmes {
		font-size:4.2em;
	}
	#rond1 #rond_hommes {
		font-size:3.8em;
	/*	margin-left:-35px;    */
	}
	#rond1 #rond_font {
		font-size:2.2em;
		line-height: 1.6;
		margin-bottom: -.5em;
	}
	#rond1 #rond_ansamble {
		font-size:5.6em;
		padding:21px 20px 0;
	}
	
	#rond2 p {
		font-size:1.6em;
		line-height:1.3;
	}
	#rond2 .skipper {
		margin-top:30px;
		width:220px;
	}

	.bloc_thematique .teaser span.ss-title {
		font-size:1.7em;
	}
	.thema_titre {
		text-align:center;
		font-size:2.3em;
		margin-bottom: 40px;
	}
	.legende {
		position: absolute;
	    bottom: -40px;
	    left: 4%;
	    padding: 25px 15px;
	    z-index:2;
	}
}




@media only screen and (min-width: 1024px) and (min-height:640px){

	.desktop {
		display:block;
	}
	
	 .desktop #backMotion,
	 .desktop #backThematiques,
	 .desktop #backZoomThematique {

		position:absolute;
		bottom:0;
		left:50%;
		
		z-index: 2;
		-webkit-transform:translateX(-50%);
				transform:translateX(-50%);
		opacity:0;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
		-webkit-transition: all 0s ease, opacity 0s linear 0s;
		transition:all 0s ease, opacity 0s linear 0s;
	}
	
	#feuille1,
	#feuille2,
	#feuille3,
	#feuille4,
	#feuille6,
	#arbre,
	#branche {
		position:absolute;
		z-index:0;
		width:100%;
		height:100%;
		top:50%;
		left:50%;
		-webkit-transition:all .6s ease;
		transition:all .6s ease;
	}
	#feuille3,
	#feuille4,
	#feuille6,
	#branche {
		-webkit-transition:all .6s ease 1.2s;
		transition:all .6s ease 1.2s;
	}
	#feuille1 {
		background:url(../img/feuille1.png) no-repeat center center;
		width:537px;
		height:670px;
		top:10%;
		left:50%;
		-webkit-transform:rotate(-30deg) translate(-35%, -25%) scale(.4);
		transform:rotate(-30deg) translate(-35%, -25%) scale(.4);
	}
	#feuille2,
	#feuille3 {
		background:url(../img/feuille3.png) no-repeat center center;
		background-size:contain;
		width:20%;
		height:670px;
		top:20%;
		left:30%;
		-webkit-transform:rotate(30deg) translate(-2%, -25%) scale(.4);
		        transform:rotate(30deg) translate(-2%, -25%) scale(.4);
	}
	#feuille4 {
		background:url(../img/feuille2.png) no-repeat center center;
		width:529px;
		height:464px;
		top:30%;
		left:50%;
		-webkit-transform:rotate(30deg) translate(-2%, -25%) scale(.4);
		        transform:rotate(30deg) translate(-2%, -25%) scale(.4);
	}

	#branche {
		background:url(../img/branche1.png) no-repeat center center;
		width:595px;
		height:501px;
		top:0;
		left:50%;
		margin-left:-300px;
		-webkit-transition:opacity .6s ease 1.2s;
		transition:opacity .6s ease 1.2s;
		
		opacity:0;
		
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	}
	.thematique_choisie #branche {
		opacity:1;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	}
	#arbre {
		background:url(../img/arbre.png) no-repeat center center;
		top:0;
		width:668px;
		height:500px;
		left:50%;
		-webkit-transform:translateX(-50%) translate(-50px);
		        transform:translateX(-50%) translate(-50px);
		opacity:.2;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
	}
	
	body.intro_flipped #feuille1,
	body.intro_flipped #feuille2,
	body.thematique_choisie #feuille3,
	body.thematique_choisie #feuille4 {
		-webkit-transform:rotate(0) translateX(0) scale(1);
		        transform:rotate(0) translateX(0) scale(1);
	}
	body.intro_flipped #arbre {
		-webkit-transform:translateX(-50%) translateY(0) scale(1);
		        transform:translateX(-50%) translateY(0) scale(1);
		opacity:1;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	}
	
	#feuille6 {
		background:url(../img/leaves2.png) no-repeat center center;
		-webkit-background-size: auto 100%;
		background-size:auto 100%;
		width:100%;
		height:100%;
		top:100%;
		left:0%;
		-webkit-transition:all .6s ease 1.3s;
		transition:all .6s ease 1.3s;
	
	}
	body.thematiques #feuille6 {
	  	top:0%;
	}
	
	.vert_center_desktop {
		position:relative;
		width:100%;
		height:100%;
		max-height:700px;
		margin:10px auto;
	}
	
	body.thematiques #section3 {
		overflow-y:hidden;
	}
	.col {
		position:absolute;
		z-index:0;
		top:0;
		bottom:0;
		width:50%;
		height:0;
		left:0;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		
		-webkit-transition:height .7s linear 1s;
		transition:height .7s linear 1s;
	}
	.col_g {
		/*border-right:8px solid rgba(255,255,255,1);*/
	}
	.col_d {
		/*border-left:8px solid rgba(255,255,255,1);*/
		left:50%;
		margin-left:-1px;
	}
	.bloc_thematique {
		max-width:600px;
		max-height:400px;
		height:40%;
		margin:2% auto;
		opacity:0;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
		
		-webkit-transition:opacity .2s linear 0s;
		transition:opacity .2s linear 0s;
	}
	.bloc_thematique {
		font-size:1.6em;
	}
	body.thematiques .col {
		height:100%;
	}
	body.thematiques .bloc_thematique {
		opacity:1;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
		
		-webkit-transition:opacity 1s linear 2s;
		transition:opacity 1s linear 2s;
	}
	.bloc_thematique a {
		background:url('../img/andale.png') no-repeat scroll center bottom;
	-webkit-transition:all 0.4s;
	transition:all 0.4s;
	}
	
	.desktop .bloc_thematique:before{
		position:absolute;
		top:50%;
		left:50%;
		width:300px;
		height:300px;
		content:"";
		border-radius:50%;
		z-index:-1;
		background: hsla(0, 0%, 100%, 0) none repeat scroll 0 0;
	    border: 8px solid hsla(0, 0%, 100%, 0);
	    box-shadow: 0 0 0 1px hsla(0, 0%, 100%, 0);
	    margin:-150px auto auto -150px;
	    -webkit-transition: all 0.5s;
		transition: all 0.5s;
		-webkit-transform:scale(0);
		-moz-transform:scale(0);
		-ms-transform:scale(0);
		transform:scale(0);
	}
	/*.desktop .bloc_thematique:hover:before {
		background: hsla(0, 0%, 100%, 0.1) none repeat scroll 0 0;
	    border: 8px solid hsla(0, 0%, 100%, 0.3);
	    box-shadow: 0 0 0 1px hsla(0, 0%, 100%, 0.7);
		-webkit-transform:scale(1);
		-moz-transform:scale(1);
		-ms-transform:scale(1);
		transform:scale(1);
	} */
	.desktop .bloc_thematique a:hover {
		/*background:url('../img/andale.png') no-repeat scroll 54% bottom;   */
	}
	.separateur {
		position:absolute;
		bottom:-100%;
		left:50%;
		margin-left:-8px;
		width:16px;
		height:0;
		background:rgba(255,255,255,1);
		z-index:-1;
		-webkit-transition:height .7s linear 1s;
		transition:height .7s linear 1s;
	}
	
	
	body.thematiques #section3 .separateur,
	body.thematique_choisie #section4 .separateur {
		height:100%; 
		bottom:0;
	}
	 .bloc_thematique {
		border:none;
		padding-bottom:0px;
		margin:0px auto;
	}
	
	.thema {
		max-width:960px;
	}
	.thema_vignette {
		width:50%;
		margin: 20px auto;
		max-width:100%;
	}
	.dual .thema_vignette {
		width:50%;
		margin:20px 0;
		padding:0 3%;
		float:left;
	}
	
	.portrait_full .playPause {
		opacity:0;
		width:256px;
		height:256px;
		background:url(../img/play_logo.png) no-repeat center center;
		position:absolute;
		top:100%;
		left:50%;
		z-index:5;
		
		-webkit-transition:all .8s ease .4s, top 0 ease 0;
		-moz-transition:all .8s ease .4s, top 0 ease 0;
		transition:all .8s ease .4s, top 0 ease 0;
	}
	.portrait_full.paused .playPause {
		opacity:1;
		top:50%;
		-webkit-transform:translate(-50%, -50%);
		-moz-transform:translate(-50%, -50%);
		transform:translate(-50%, -50%);
	}

	#backMotion,
	#backThematiques,
	#backZoomThematique {
		font-size:1.2em;
	}
	.thema {
		font-size:1em;
	}
	
	.legende .prenom {
	font-size: 1.2em;
	}
	.portrait_full.portrait_open.info_ouvert .switch_info {
	    top: 232px;
	}
	.desktop .info_portrait {
		top:190px
	}
	
	
	.info_portrait h3 {
	
		font-size: 2em;
	}
}

/*
.pace-done #osez {
	height:100px;
	
	clip-path:url(../#polygon_oser1);
	-webkit-clip-path: polygon(0 50%, 100% 0%, 100% 100%, 0% 100%);
	clip-path: polygon(0 50%, 100% 0%, 100% 100%, 0% 100%);
}
.pace-done #osez span {
	line-height:135px;
}   */




@media only screen and (max-height: 760px) and (max-width:1025px ){
	.dual .thema_vignette {
		width: 50%;
		margin: 20px 0;
		float:left;
	}
}


@media only screen and (min-height: 730px) {
	/*.pace-done #osez {
		height:180px;
	}
	.pace-done #osez span {
		line-height:70px;
	}  */
	.thema {
		margin:-100px auto 20px;
	}
	
	.bloc_thematique {
		margin:5% auto;
	}
}






@media only screen and (max-device-width: 480px) and (-webkit-device-pixel-ratio: 2){
	#intro_rond,
	#intro_rond2 {
		height:600px;
		width:600px;
	}
}


/*
#osez {
	z-index:2;
	height:100%;

	-webkit-transition:all 1s ease, -webkit-clip-path .5s linear 1s;
	transition: all 1s ease, -webkit-clip-path .5s linear 1s;
	transition: all 1s ease, clip-path .5s linear 1s;
	transition:all 1s ease, clip-path .5s linear 1s, -webkit-clip-path .5s linear 1s;

	clip-path:url(../#polygon_oser2);
	-webkit-clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);
	clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);
}  */

.pace-done #rond1 p {
	-webkit-transform:rotateX(0deg);
			transform:rotateX(0deg);
}




@-webkit-keyframes bounce {
	0%, 100% {
		-webkit-transform:translateX(-50%) translateY(0) translateZ(0) scale(1.0, 1.0) rotateX(0);
		transform:translateX(-50%) translateY(0) translateZ(0) scale(1.0, 1.0) rotateX(0);
		
	}
	50% {
		-webkit-transform:translateX(-50%) translateY(-20%) translateZ(0) scale(1.0, 1.0) rotateX(0);
		transform:translateX(-50%) translateY(-20%) translateZ(0) scale(1.0, 1.0) rotateX(0);
	}
}
@keyframes bounce {
	0%, 100% {
		-webkit-transform:translateX(-50%) translateY(0) translateZ(0) scale(1.0, 1.0) rotateX(0);
		transform:translateX(-50%) translateY(0) translateZ(0) scale(1.0, 1.0) rotateX(0);
	}
	50% {
		-webkit-transform:translateX(-50%) translateY(-20%) translateZ(0) scale(1.0, 1.0) rotateX(0);
		transform:translateX(-50%) translateY(-20%) translateZ(0) scale(1.0, 1.0) rotateX(0);
	}
}




.pace-done #skipper1 {
	-webkit-transform:translateX(-50%) translateY(0) translateZ(0) scale(1.0, 1.0) rotateX(0);
	transform:translateX(-50%) translateY(0) translateZ(0) scale(1.0, 1.0) rotateX(0);
		
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	
	-webkit-animation: bounce 5s infinite 2s;
	animation: bounce 5s infinite 2s;
}
 

