/*
	Theme Name: TEDxMontpellier2014
	Theme URI: http://www.bientotlapeniche.com
	Description: TEDxMontpellier theme
	Version: 1
	Author: Fernand Dutilleux(@bientot la peniche)
	Author URI: http://www.bientotlapeniche.com
*/

/*------------------------------------*\
    MAIN
\*------------------------------------*/
html, body {
	padding: 0;
	margin: 0;
}
/* global box-sizing */
*,
*:after,
*:before {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
}
/* html element 62.5% font-size for REM use */
html {
	font-size: 62.5%;
}
body {
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 13px;
	font-size: 1.3rem;
	line-height: 1.42857;
	color: #444;
}
/* clear */
.clear:before,
.clear:after {
	content: ' ';
	display: table;
}
.clear:after {
	clear: both;
}
.clear {
	*zoom: 1;
}
img {
	max-width: 100%;
	vertical-align: bottom;
}
a {
	color: #e62b1e;
	text-decoration: none;
}
a:hover {
	color: #e62b1e;
	cursor: pointer;
}
a:focus {
	outline: 0;
}
a:hover,
a:active {
	outline: 0;
}
input:focus {
	outline: 0;
	border: 1px solid #04a4cc;
}
.rouge { color: #ac7f2c }
#contend {
	border-top: 10rem solid transparent;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
/*

#swipe-container {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 1;

  -webkit-transition: opacity 0.6s ease-in-out;
  -moz-transition: opacity 0.6s ease-in-out;
  -o-transition: opacity 0.6s ease-in-out;
  -ms-transition: opacity 0.6s ease-in-out;
  transition: opacity 0.6s ease-in-out;
  cursor: hand;
  cursor: -moz-grab;
  cursor: -webkit-grab;
  cursor: grab;
}
*/

#swipe-container {
	cursor: hand;
	cursor: -moz-grab;
	cursor: -webkit-grab;
	cursor: grab;
}
/*------------------------------------*\
    SECTION CONTACT
\*------------------------------------*/

.formulaireDeContactHideShow { display: none }
.contactFormulaire {
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	padding: 0; margin: 0 auto;
	width: 100%;
	max-width: 350px;
	padding: 30px;
	text-align: center;
	color: #e62b1e;
}
.contactFormulaire p {
	font-size: 12px; font-size: 1.2rem;
}
div.wpcf7 input { width: 100%; border: 1px solid #e62b1e; padding: 5px; -webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px; }
div.wpcf7 textarea { width: 100%; border: 1px solid #e62b1e; padding: 5px; -webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px; }
div.wpcf7 input[type="submit"] { background-color: #e62b1e; color: #fff; }
div.wpcf7-mail-sent-ok { background-color: #000000; color: #fff; margin: 2em 0 1em; border: none; }
span.wpcf7-not-valid-tip { color: #000 }
div.wpcf7-validation-errors { border: none; }
div.wpcf7-response-output { background-color: #000000; color: #fff; margin: 0.5em 0 1em; border: none; padding: 1em 1em; -webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px; }
/*------------------------------------*\
    BOUTON ET MENU
\*------------------------------------*/

.logoMenu { text-align: center; position: absolute;
	top: 0px;
	width: 100%; }
.logoMenu img {
	margin: 0px auto;
	display: block;
	fill: #fff;
	width: 116px;
	height: 45px;
	transform: translateY(-60px);
	transition-property: transform;
	transition-duration: 0.4s;
	transition-delay: 0.2s;
}
.menu { position: fixed; z-index: 20; background-color: #000000; height: 100%; width: 100%; display: none; }
.menu ul {
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	padding: 0; margin: 0;
}
.menu ul li { color: #fff; font-size: 40px; font-size: 4rem; letter-spacing: -0.05em; list-style: none; text-align: center; border-bottom: 1px dotted #666; text-transform: uppercase; font-weight: bold; line-height: normal; margin: 0; padding: 0 }
.menu ul li a { color: #ffffff }
.menu ul li a:hover { color: #e62b1e; text-decoration: none }
.icon-container {
	height: auto;
	background: #fff;
	position: fixed;
	top: 15px; right: 30px;
	z-index: 200;
}
.button-square {
	font-size: 20px;
	color: #666;
	line-height: 48px;
	text-align: center;
	background: transparent;
	display: block;
	width: 48px;
	height: 48px;
	cursor: pointer;
	padding: 0px;
	float: left;
	margin: 0 3px;
}
/* Icons */

.icon-box-toggle {
	height: 100%;
	width: 100%;
	background: tranparent;
	position: relative;
	display: block;
}
.icon-line-center {
	position: absolute;
	width: 20px;
	height: 3px;
	background: #666;
	margin: -1.5px 0 0 -10px;
	left: 50%;
	top: 50%;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
}
.icon-line-top {
	position: absolute;
	width: 20px;
	height: 3px;
	background: #666;
	margin: -3px 0 0 -10px;
	left: 50%;
	top: 40%;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
}
.icon-line-bottom {
	position: absolute;
	width: 20px;
	height: 3px;
	background: #666;
	margin: 1.5px 0 0 -10px;
	left: 50%;
	top: 60%;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
}
/* Effect 4  */

.ef-4.active > span.rotate {

	/*transform*/
	-webkit-transform: rotate(90deg);
	-moz-transform: translate(0px, 0px) rotate(90deg);
	-ms-transform: translate(0px, 0px) rotate(90deg);
	-o-transform: translate(0px, 0px) rotate(90deg);
	transform: translate(0px, 0px) rotate(90deg);
}
.ef-4.active > span > i.icon-line-center {
	visibility: hidden;
	width: 1px;
	height: 3px;
	left: 70%;
}
.ef-4.active > span > i.icon-line-bottom {
	margin: -1.5px 0 0 -10px;
	left: 50%;
	top: 50%;
	/*transform*/
	-webkit-transform: rotate(135deg);
	-moz-transform: translate(0px, 0px) rotate(135deg);
	-ms-transform: translate(0px, 0px) rotate(135deg);
	-o-transform: translate(0px, 0px) rotate(135deg);
	transform: translate(0px, 0px) rotate(135deg);
}
.ef-4.active > span > i.icon-line-top {
	margin: -1.5px 0 0 -10px;
	left: 50%;
	top: 50%;
	/*transform*/
	-webkit-transform: rotate(45deg);
	-moz-transform: translate(0px, 0px) rotate(45deg);
	-ms-transform: translate(0px, 0px) rotate(45deg);
	-o-transform: translate(0px, 0px) rotate(45deg);
	transform: translate(0px, 0px) rotate(45deg);
}
/*------------------------------------*\
   SVG
\*------------------------------------*/
.blocIntro { position: absolute; top: 0; left: 0; z-index: 1000; width: 507px; height: 405px; }
.interfaceHelp { position: absolute; bottom: 10px; left: 47px; z-index: 1000; width: 240px; height: 92px; }
.blocTitre { position: absolute; top: 0; left: 37px; z-index: 1000; width: 380px; height: 290px; }
.titreSurImage { position: absolute; top: 30px; left: 20px; }
/*------------------------------------*\
   TYPO
\*------------------------------------*/

.chapoColonne {
	font-size: 20px; font-size: 2rem; line-height: 20px; font-weight: bold;
}
.section h3 { font-weight: bold; font-size: 16px; color: #e62b1e; margin-top: 0; }
.section .tedxmontpellier h3 { color: #000; }
.titre-sur-les-colonnes h3 { margin-top: 0px; padding-top: 0px }
.titre-sur-les-colonnes { border-bottom: 1px dotted #000; margin-bottom: 15px; }
.separateurChapo { width: 50px; height: 5px; float: left; background-color: #000; clear: both; margin-top: 15px; margin-bottom: 30px; }
.textCenter { text-align: center }
/*------------------------------------*\
    PAGE LOAD
\*------------------------------------*/

/* POUR PACE */
.cover {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 1998;
	background: rgb(255, 255, 255);
}
/* A faire en plusieurs r閟olutions Avec un SVG dedans : */
#loading { position: absolute !important;
	top: 50%;
	left: 50%;
	margin: -30px 0 0 -150px;
	width: 300px;
	display: table;
	height: 61px;
	position: relative;
	z-index: 1999;
}
.pace .pace-progress {
	background: #e62b1e;
	position: fixed;
	z-index: 2000;
	top: 0;
	left: 0;
	height: 2px;
	-webkit-transition: width 1s;
	-moz-transition: width 1s;
	-o-transition: width 1s;
	transition: width 1s;
}
.pace-inactive {
	display: none;
}
.pourcentage {
	display: block;
	/*position: absolute;
	top: 0;
	right: .5rem;*/
	content: attr(data-progress-text);
	font-family: "Helvetica Neue", sans-serif;
	font-weight: 100;
	font-size: 5rem;
	line-height: 1;
	text-align: right;
	color: rgba(0, 0, 0, 0.19999999999999996);
}
/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/

/* wrapper */
.wrapper {
	width: 100%;
	/*position:relative;*/
	/*-moz-opacity: 0.00;
	-khtml-opacity: 0.00;
	opacity: 0.00;*/
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha"(Opacity=0);
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
	filter: alpha(opacity=0);
}
/* logo */
.logo {
	height: 60px; overflow: hidden; position: absolute; top: 0; left: 0
}
.logo-img {
}
/* sidebar */
.sidebar {
}
/* footer */
.footer {
}
.conteneur { padding: 0 40px; margin-top: 30px; max-width: 1800px; position: relative; }
.conteneurTop { margin-top: 5px; position: relative; }
/*------------------------------------*\
    SECTIONS GENERAL
\*------------------------------------*/
section { position: relative; }
.TTtitre { border-top: 3px solid #000; border-bottom: 1px dotted #000; position: relative }
section.section-noir .TTtitre { border-top: 3px solid #000; border-bottom: 1px dotted #fff; position: relative }
.TTtitre h2 { font-size: 30px; font-weight: bold; margin-top: 15px; margin-bottom: 15px; }
.TTtitre .flecheBas { background-image: url(img/flecheTitre.png); width: 39px; height: 29px; position: absolute; bottom: -29px; left: 0; }
.colonne-chapeau { width: 33%; float: left; position: relative; z-index: 2000 }
.colonne-body { width: 66%; float: left; position: relative; z-index: 2000 }
.chapo { position: absolute; bottom: 35px; left: 20px; width: 95%; color: #ffffff; font-size: 50px; font-size: 5rem; font-weight: bold; line-height: 1; }
.padChapo { padding: 20px; }
.chapo .smallTextFullscreen { font-size: 16px; font-size: 1.6rem; line-height: 1.1; margin-top: 20px; }
.marge-colonne-droite { padding-right: 30px; }
.marginbottomTT { margin-bottom: 40px; }
.colonneRetrait { float: left; width: 20%; margin-top: 300px; }
.contenuInterieur { float: right; width: 80%; margin-top: 200px; margin-bottom: 30px; }
.pageNoir { background-color: #e62b1e; }
/*------------------------------------*\
    SECTIONS HOME
\*------------------------------------*/

/* bloc Logo */

#blocLogo { margin: 120px auto; max-width: 780px; width: 70%; position: relative; }
#logo { float: right; width: 70%; margin-top: 5% }
#sousLogo { margin: 20px 0; }
#blocLogo #logo img { max-width: 550px; width: 100%; height: auto; }
#pastilleNoire { width: 25%; height: 25%; display: block; float: left; }
#pastilleNoire img { width: 100%; height: auto; max-width: 196px; max-height: 195px; }
/*------------------------------------*\
    TALKS
\*------------------------------------*/

.closeAjax { font-size: 15px; font-size: 1.5rem; text-transform: uppercase; font-weight: bold; float: right; }
.lesTalks .grid-sizer > div { margin: 3.5% }
.lesTalks .blocTalk .interieurBlocTalk { margin: 3.5% }
.lesTalks .interieurBlocTalk h3 { font-size: 14px; font-weight: bold; margin-top: 10px; }
.lesTalks .interieurBlocTalk span.titre { font-size: 12px; }
.interieurColonne-Talk { margin: 20px 3.5%; overflow: hidden; }
.interieurColonne-gauche { padding-right: 20px; list-style: none; }
.vignetteTalker img { width: 100%; height: auto; -webkit-transform: scale(1); -moz-transform: scale(1); -ms-transform: scale(1); -o-transform: scale(1); transform: scale(1);
	-webkit-transition: 0.3s linear; -moz-transition: 0.3s linear; -ms-transition: 0.3s linear; -o-transition: 0.3s linear; transition: 0.3s linear;
}
#filtres a { font-weight: bold; color: #666; line-height: 30px; font-size: 14px; }
#filtres a:hover, #filtres a:link { color: #ac7f2c; text-decoration: none; }
#filtres a.lienActif { color: #ac7f2c; text-decoration: none; }
#filtres { padding-bottom: 5px; border-bottom: 1px solid #000; }
.titreFiltre { padding-bottom: 10px; border-bottom: 3px solid #000; text-transform: uppercase; margin-bottom: 10px; font-size: 20px; color: #333; }
.separAvantTalks { border-bottom: 1px dotted #000 }
.infoBlocTalk { margin: 0 0 25px 0; padding-bottom: 10px; border-bottom: 1px dotted #000; }
.infoBlocTalk h3 { margin-bottom: 5px; }
.titreIntervention {
	/*font-style:italic; */
	max-height: 51px; overflow: hidden; display: inline-block;
	font-size: 12px; font-size: 1.2rem;
	/*line-height: 16px;*/
}
.colonneFiltre { float: left; width: 20%; margin-top: 300px; }
.contenuTalk { float: right; width: 80%; }
/* Hover on talk */
.blocTalk a { color: #444; text-decoration: none }
.lesTalks .vignetteTalker {
	position: relative; overflow: hidden;
	/* float: left;
	 margin-bottom: 5px;
	 width: 25%;
	 overflow: hidden;*/
}
.effects .vignetteTalker:nth-child(n) {
	margin-right: 5px;
}
.effects .vignetteTalker:first-child {
	margin-left: -15px;
}
.effects .vignetteTalker:last-child {
	margin-right: 0;
}
.vignetteTalker img {
	display: block;
	margin: 0;
	padding: 0;
	max-width: 100%;
	height: auto;
}
.overlay {
	display: block;
	position: absolute;
	z-index: 20;
	/*background: rgba(230, 43, 30, 1);
	background: rgba(0, 0, 0, 0.8);*/
	background-image: url(../images/bg_hover.gif);
	overflow: hidden;
	/*transition: all 0.5s;*/
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
a.close-overlay {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 100;
	width: 45px;
	height: 45px;
	font-size: 20px;
	font-weight: 700;
	color: #fff;
	line-height: 45px;
	text-align: center;
	background-color: #000;
	cursor: pointer;
}
a.close-overlay.hidden {
	display: none;
}
a.expand {
	display: block;
	position: absolute;
	z-index: 100;
	width: 60px;
	height: 60px;
	/*border: solid 5px #e62b1e;*/
	background-color: #fff;
	text-align: center;
	color: #ac7f2c;
	line-height: 50px;
	font-weight: 700;
	font-size: 30px;
	border-radius: 30px;
}
.blocHover h3 {
	color: #ac7f2c;
}
/* ANIM TALK */
.vignetteTalker .overlay {
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 0;
}
.lesTalks .overlay a.expand {
	left: 0;
	right: 0;
	bottom: 50%;
	margin: 0 auto -30px auto;
}
/*.lesTalks .vignetteTalker.hover .overlay {
 height: 100%;
}*/
.lesTalks .vignetteTalker.hover img {
	-webkit-transform: scale(1.05); -moz-transform: scale(1.05); -ms-transform: scale(1.05); -o-transform: scale(1.05); transform: scale(1.05);
}
/*------------------------------------*\
   PAGE PROGRAMMATION
\*------------------------------------*/

.lesTalksProg { margin-top: 30px; }
.lesTalksProg .grid-sizerProg > div { margin: 3.5% }
.lesTalksProg .blocTalkProg .interieurBlocTalk { margin: 3.5% }
.lesTalksProg .interieurBlocTalk h3 { font-size: 16px; font-size: 1.6rem; font-weight: bold; margin-top: 10px; }
.lesTalksProg .interieurBlocTalk span.titre { font-size: 12px; }
.lesTalksProg .liseret { border: 1px solid #ccc }
.masqueBio { height: 0; overflow: hidden }
/* Hover on talk Prog */
.blocTalkProg a { color: #444; text-decoration: none }
.lesTalksProg .vignetteTalker {
	position: relative; overflow: hidden;
}
/* ANIM TALK Prog */

.lesTalksProg .overlay a.expand {
	left: 0;
	right: 0;
	bottom: 50%;
	margin: 0 auto -30px auto;
	color: #e62b1e;
}
.lesTalksProg .vignetteTalker.hover .overlay {
	height: 100%;
}
.bioDeroul { padding-top: 20px }
/*------------------------------------*\
   SINGLE TALK
\*------------------------------------*/

.conteneurSingleTalk { max-width: 950px; margin: 0 auto; background-color: #000000; }
.singleTalkGauche { float: left; width: 33% }
.singleTalkDroit { float: right; width: 66% }
.conteneurSingleTalk { color: #fff }
.conteneurSingleTalk h1 { color: #fff; font-weight: bold; font-size: 28px; font-size: 2.8rem }
.conteneurSingleTalk h2 { color: #fff; font-weight: normal; font-style: italic; font-size: 24px; font-size: 2.4rem; padding-bottom: 10px; }
.separateurNomIntervenant { width: 50px; height: 5px; float: left; background-color: #fff; clear: both; margin-top: 5px; margin-bottom: 0px; }
.chapoIntervenant { color: #e62b1e; font-style: italic; font-size: 15px; font-size: 1.5rem; padding-top: 10px; border-top: 1px dotted #fff; }
.conteneurSingleTalk .pad20 { padding: 0 20px }
.bioTalker { padding: 10px 0; border-top: 1px dotted #fff; border-bottom: 1px dotted #fff; font-size: 14px; font-size: 1.4rem; margin-top: 10px; margin-bottom: 10px; }
.dateTalk { font-style: italic; font-size: 14px; font-size: 1.4rem; margin-top: 15px; }
.conteneurSingleTalk a.btnSocialTalk { background-image: url(img/socialiconTalk.gif); background-repeat: no-repeat; width: 30px; height: 29px; float: left; text-decoration: none; margin: 5px 5px 25px 0 }
.conteneurSingleTalk a.btnSocialTalk:hover { text-decoration: none }
.conteneurSingleTalk #btnWeb { background-position: 0 0 }
.conteneurSingleTalk #btnTwitter { background-position: -64px 0 }
.conteneurSingleTalk #btnFacebook { background-position: -32px 0 }
.conteneurSingleTalk #btnLinkedin { background-position: -96px 0 }
.conteneurSingleTalk #btnWeb:hover { background-position: 0 -30px }
.conteneurSingleTalk #btnTwitter:hover { background-position: -64px -30px }
.conteneurSingleTalk #btnFacebook:hover { background-position: -32px -30px }
.conteneurSingleTalk #btnLinkedin:hover { background-position: -96px -30px }
/* AJAX */
#contentAjax { background-color: #000; position: relative; overflow: hidden; margin-top: 80px; display: none; }
.absoluteAjax { padding: 0 20px; width: 100% }
.messageChargement { width: 31px; height: 31px; background-image: url(img/ajax-loader.gif); margin: 59px auto; }
/*------------------------------------*\
    SECTION TED
\*------------------------------------*/

.titre-sur-les-colonnes { margin-top: 0px; }
/*------------------------------------*\
    SECTION EQUIPE
\*------------------------------------*/

.separateurEquipe { width: 50px; height: 5px; float: left; background-color: #000; clear: both; margin-top: 0px; margin-bottom: 10px; }
.marginEquipe { margin-top: 30px; }
.marginEquipeNeg { margin-top: -30px; }
/*------------------------------------*\
    IMAGES
\*------------------------------------*/

/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/

/*------------------------------------*\
    SECTION LIVE
\*------------------------------------*/

.conteneurFullWidthMarge { width: 100%; height: 100%; padding: 20px; }
.backgroundHash { background-image: url(img/stripeHash.png); width: 100%; height: 100%; position: relative }
.blockLive { font-weight: bold; position: absolute; bottom: 20px; padding: 0 20px; width: 100% }
.bigTypo { font-size: 80px; font-size: 8rem; line-height: 0.95; max-width: 760px; }
.moyenneTypo { font-size: 30px; font-size: 3rem; line-height: 0.95; }
.installation { font-size: 20px; font-size: 2rem; line-height: 0.95; padding: 30px 20px; }
.installation hr { color: #666; background-color: #fff; border: 1px dotted #666; border-style: none none dotted; }
.installation a { color: #e62b1e; font-weight: bold; }
.infosBasLive { background-color: #fff; padding: 20px; margin-top: 40px; }
.infosBasLive a { color: #444; text-decoration: none }
.infosBasLive a:hover { color: #e62b1e; text-decoration: none }
.mobileHideSpan { display: inline }
.mobileShowSpan { display: none }
/* ETAPE OUVERTURE BILLET */
.visuIdentiteVisuelleLive { width: 550px; height: auto; margin: 00px auto; position: relative; padding-top: 60px; }
.zoneDate { position: absolute; width: 175px; height: 219px; bottom: -130px; left: 100px; }
.dateZoneBilletterie { width: 175px; height: auto; }
.zoneBilletterie { position: absolute; top: 35px; right: 30px; width: 265px; height: auto; }
.boutonBilletterie { width: 100%; height: auto; background-color: #e62b1e; }
.flecheSousBoutonBillet { float: right; margin-right: 20px; width: 28px; }
.accrocheLive { width: 650px; margin: 130px auto 0; padding-bottom: 40px; font-size: 40px; font-size: 4rem; line-height: 0.95; font-weight: bold; text-align: center; }
/*------------------------------------*\
    SECTION SPONSORS
\*------------------------------------*/
.contientSponsors {
	width: 550px;
	margin: 0 auto;
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.contientSponsors h3 { color: #000 }
.block-sponsor { width: 170px; float: left; background-color: #fff; height: 230px; }
.block-sponsor .blockLogo { position: relative; }
.block-sponsor .blockLogo img { width: 100%; height: auto }
.block-sponsor-first, .block-sponsor-second { margin-right: 20px; margin-bottom: 0; }
.block-sponsor .pad { padding: 10px;
	position: relative;
}
.block-sponsor .img1 { position: absolute; top: 0; left: 0 }
.block-sponsor .img2 { position: absolute; top: 0; left: 0 }
.block-sponsor-second .pad { margin-top: 10px; }
.block-sponsor-last .pad { margin-top: 26px; }
.block-sponsor-first-second .pad { margin-top: 30px; }
.block-sponsor-suite { margin-top: 10px; }
@media only screen and (max-width: 580px) {
	.contientSponsors {
		width: 290px;
	}
	.block-sponsor { width: 90px; float: left; background-color: #fff; height: 121px; }
	.block-sponsor-first, .block-sponsor-second { margin-right: 10px; margin-bottom: 0; }
	.block-sponsor-second .pad { margin-top: 5px; }
	.block-sponsor-last .pad { margin-top: 12px; }
	.block-sponsor-first-second .pad { margin-top: 15px; }

}
@media only screen and (max-width: 340px) {
	.contientSponsors {
		width: 260px;
	}
	.block-sponsor { width: 80px; float: left; background-color: #fff; height: 107px; }
	.block-sponsor-second .pad { margin-top: 4px; }
	.block-sponsor-last .pad { margin-top: 10px; }
	.block-sponsor-first-second .pad { margin-top: 13px; }
}
/*------------------------------------*\
	PARALLAX
\*------------------------------------*/
* {
	padding: 0;
	margin: 0;
}
/* fullscreen setup */
html, body {
	/* give this to all tags from html to .fullscreen */
}
.fullscreen {
	width: 100%;
	min-height: 100%;
	position: relative;
}
/* background setup */
.background {
	background-repeat: no-repeat;
	/* custom background-position */
	background-position: 50% 50%;
	/* ie8- graceful degradation */
	background-position: 50% 50% !important;
}
.backgroundEnd { background-color: #fff; }
.backgroundTEDx {
	background-image: url(img/imageSectionTEDxFlou.jpg);
	/*background-image: url(img/imageSectionTEDxFlou.jpg) no-repeat center fixed; */
	-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閑 */
}
.end:hover { cursor: pointer }
/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/
@media only screen and (max-width: 768px) {
	/* ////////////////////////////////////////////////////////////////////////////////////////////////// */
	/* bloc SVG */
	.blocIntro { position: absolute; top: 0; left: 0; z-index: 1000; width: 338px; height: 270px; }
	.interfaceHelp { position: absolute; bottom: 10px; left: 32px; z-index: 1000; width: 160px; height: 61px; }
	/* ////////////////////////////////////////////////////////////////////////////////////////////////// */
	/* GENERAL */
	.conteneur { padding: 0 20px; }
	.blocTitre { top: 0; left: 17px; width: 380px; height: 290px; }

}
@media only screen and (max-width: 320px) {
	.bigTypo { font-size: 30px; font-size: 3rem; line-height: 0.95; max-width: 300px; }
	.infosBasLive { margin-top: 20px; }
}
@media only screen
and (min-width: 481px)
and (max-width: 650px) {

	/* ETAPE OUVERTURE BILLET */
	.visuIdentiteVisuelleLive { width: 420px; height: auto; margin: 00px auto; position: relative; padding-top: 60px; }
	.zoneDate { position: absolute; width: 150px; bottom: -150px; left: 70px; }
	.dateZoneBilletterie { width: 100%; height: auto; }
	.zoneBilletterie { position: absolute; top: 35px; right: 30px; width: 200px; height: auto; }
	.boutonBilletterie { width: 100%; height: auto; background-color: #636363; }
	.flecheSousBoutonBillet { float: right; margin-right: 10px; width: 30px; margin-top: -2px }
	.accrocheLive { width: 380px; margin: 110px auto 0; padding-bottom: 40px; font-size: 30px; font-size: 3rem; line-height: 0.95; font-weight: bold; text-align: center; }

}
@media only screen
and (min-width: 320px)
and (max-width: 480px) {

	/* ETAPE OUVERTURE BILLET */
	.visuIdentiteVisuelleLive { width: 250px; height: auto; margin: 00px auto; position: relative; padding-top: 60px; }
	.zoneDate { position: absolute; width: 120px; bottom: -180px; left: 23px; }
	.dateZoneBilletterie { width: 100%; height: auto; }
	.zoneBilletterie { position: absolute; top: 45px; right: 10px; width: 130px; height: auto; }
	.boutonBilletterie { width: 100%; height: auto; background-color: #636363; }
	.flecheSousBoutonBillet { float: right; margin-right: 10px; width: 20px; margin-top: -2px; }
	.accrocheLive { width: 280px; margin: 100px auto 0; padding-bottom: 40px; font-size: 20px; font-size: 2rem; line-height: 0.95; font-weight: bold; text-align: center; }

}
@media only screen
and (max-width: 320px) {

	/* ETAPE OUVERTURE BILLET */
	.visuIdentiteVisuelleLive { width: 250px; height: auto; margin: 00px auto; position: relative; padding-top: 60px; }
	.zoneDate { position: absolute; width: 120px; bottom: -180px; left: 23px; }
	.dateZoneBilletterie { width: 100%; height: auto; }
	.zoneBilletterie { position: absolute; top: 45px; right: 10px; width: 130px; height: auto; }
	.boutonBilletterie { width: 100%; height: auto; background-color: #636363; }
	.flecheSousBoutonBillet { float: right; margin-right: 10px; width: 20px; margin-top: -2px; }
	.accrocheLive { width: 280px; margin: 100px auto 0; padding-bottom: 40px; font-size: 20px; font-size: 2rem; line-height: 0.95; font-weight: bold; text-align: center; }

}
@media only screen and (max-width: 480px) {

	/* ////////////////////////////////////////////////////////////////////////////////////////////////// */
	/* bloc SVG */
	.blocIntro { position: absolute; top: 7px; left: 0; z-index: 1000; width: 253px; height: 202px; }
	.interfaceHelp { position: absolute; bottom: 10px; left: 5px; z-index: 1000; width: 160px; height: 61px; }
	.mobileHideSpan { display: none }
	.mobileShowSpan { display: inline }
	.bigTypo { font-size: 40px; font-size: 4rem; line-height: 0.95; max-width: 460px; }
	.infosBasLive { margin-top: 20px; }
	.titreIntervention { display: none; }
	/*
		.contactFormulaire {
		  position: relative;
		  top: 40px;
		  -webkit-transform: translateY(0);
		  -ms-transform: translateY(0);
		   -moz-transform: translateY(0);
		   -o-transform: translateY(0);
		  transform: translateY(0);
		  padding:0; margin:0 auto;
		  width:100%;
		  max-width:350px;
		  padding:30px;
		  text-align:center;
		  color:#e62b1e;
		  }
	  */
	.formulaireDeContactHideMobile { display: none }
	.formulaireDeContactHideShow { display: inline-block }

}
/* LOADING GRAND */
@media only screen and (min-width: 500px) {
	#loading { position: absolute !important;
		top: 50%;
		left: 50%;
		margin: -45px 0 0 -244px;
		width: 488px;
		display: table;
		height: 99px;
		position: relative;
		z-index: 1999;
	}
}
@media only screen and (max-width: 650px) {

	/* AJAX TALK */
	.singleTalkGauche { width: 100% }
	.singleTalkDroit { width: 100% }
	.conteneurSingleTalk .pad20 { padding: 0 00px }
	.bigTypo { font-size: 50px; font-size: 5rem; line-height: 0.95; max-width: 760px; }
	.infosBasLive { margin-top: 20px; }
	.chapo { position: absolute; bottom: 35px; left: 20px; width: 95%; color: #ffffff; font-size: 30px; font-size: 3rem; font-weight: bold; line-height: 1; }
	.padChapo { padding: 15px; }
	.chapo .smallTextFullscreen { font-size: 14px; font-size: 1.4rem; line-height: 1.1; margin-top: 20px; }

}
@media only screen and (max-width: 320px) {
	.bigTypo { font-size: 30px; font-size: 3rem; line-height: 0.95; max-width: 300px; }
	.infosBasLive { margin-top: 20px; }

}
@media only screen and (max-width: 480px) {

	.bigTypo { font-size: 30px; font-size: 3rem; line-height: 0.95; max-width: 460px; }
	.infosBasLive { margin-top: 20px; }
	.chapo { position: absolute; bottom: 10px; left: 5px; width: 95%; color: #ffffff; font-size: 15px; font-size: 1.5rem; font-weight: bold; line-height: 1; }
	.padChapo { padding: 10px; }
	.chapo .smallTextFullscreen { font-size: 12px; font-size: 1.2rem; line-height: 1.1; margin-top: 10px; }

}
@media only screen and (max-width: 1024px) {

	.colonne-chapeau { width: 40%; float: left }
	.colonne-body { width: 60%; float: left; }

}
@media only screen and (max-width: 768px) {
	.colonne-chapeau { width: 100%; float: left }
	.colonne-body { width: 100%; float: left; }
	.titre-sur-les-colonnes { margin-top: 20px; }

}
@media only screen and (max-width: 1140px) {

}
@media only screen and (min-width: 1280px) {

}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi) {

}
/* RESPONSIVE TALKS */
@media screen and (min-width: 300px) {
	.lesTalks .grid-sizer { width: 50%; }
	.lesTalks .blocTalk { width: 50%; }
	/*.interieurColonne-Talk li {float:left; margin-right:20px; margin-top:10px; list-style:none;}*/
	.conteneur { padding: 0 20px; }
	.colonneFiltre { float: none; width: 100%; margin-top: 20px; padding-right: 00px; }
	.interieurColonne-gauche { padding-right: 0 }
	.contenuTalk { float: none; width: 100%; }
	.colonneRetrait { display: none; }
	.contenuInterieur { float: none; width: 100%; margin-top: 20px; }
	.blocTitre { position: relative; left: -3px; width: 50%; height: auto; }
	/* PROG LIVE */
	.lesTalksProg .grid-sizerProg { width: 100%; }
	.lesTalksProg .blocTalkProg { width: 100%; }

}
@media screen and (min-width: 320px) {
	.menu ul li { font-size: 20px; font-size: 2rem; line-height: 7px; padding-bottom: 11px; }
}
@media screen and (min-width: 650px) {
	.menu ul li { font-size: 40px; }

}
@media screen and (min-width: 420px) {
	/* PROG LIVE */
	.lesTalksProg .grid-sizerProg { width: 50%; }
	.lesTalksProg .blocTalkProg { width: 50%; }
}
@media screen and (min-width: 650px) {
	.lesTalks .grid-sizer { width: 33.33333%; }
	.lesTalks .blocTalk { width: 33.33333%; }
	.colonneFleche-talks { width: 33.33333%; float: left; }
	.colonneTexte-talks { width: 66.66666%; float: left; }
	.colonneFiltre-talks { width: 100%; float: left; }
	.interieurColonne-Talk { margin: 20px 0 0 0; overflow: hidden; }
	.interieurColonne-Talk li { display: inline; }
	.colonneFiltre { float: left; width: 20%; }
	.interieurColonne-gauche { padding-right: 20px }
	.contenuTalk { float: right; width: 80%; }
	.contenuInterieur { float: right; width: 90%; margin-top: 200px }
	/*.contenuInterieur {float: none;
width: 100%;
padding-top: 310px;
}*/
	.colonneRetrait { float: left; width: 10%; margin-top: 300px; }
	/*.colonneRetrait {display:none}*/
	.blocTitre { position: absolute; left: 17px; width: 20%; }
	.titreSurImage { position: absolute; top: 30px; left: 20px; }
	/* PROG LIVE */
	.lesTalksProg .grid-sizerProg { width: 50%; }
	.lesTalksProg .blocTalkProg { width: 50%; }

}
@media screen and (min-width: 768px) {

	.contenuInterieur { float: right; width: 90%; margin-top: 200px; padding-top: 0; }
	.colonneRetrait { float: left; width: 10%; margin-top: 300px; }

}
@media screen and (min-width: 1000px) {
	.lesTalks .grid-sizer { width: 33.33%; }
	.lesTalks .blocTalk { width: 33.33%; }
	.colonneFleche-talks { width: 33.33%; float: left; }
	.colonneFiltre-talks { width: 33.33; float: left; }
	.interieurColonne-Talk li { display: block; }
	.contenuInterieur { float: right; width: 80%; margin-top: 200px }
	.colonneRetrait { float: left; width: 20%; margin-top: 300px; }
	/* PROG LIVE */
	.lesTalksProg .grid-sizerProg { width: 33.33%; }
	.lesTalksProg .blocTalkProg { width: 33.33%; }

}
@media screen and (min-width: 1500px) {
	.lesTalks .grid-sizer { width: 25%; }
	.lesTalks .blocTalk { width: 25%; }
	.colonneFleche-talks { width: 25%; float: left; }
	.colonneFiltre-talks { width: 25%; float: left; }
	.conteneur { padding: 0px; margin: 30px auto 0; max-width: 1350px; }
	.blocTitre { top: 0; left: 17px; width: 380px; }
	.titreSurImage { position: absolute; top: 30px; left: 20px; }
	/* PROG LIVE */
	.lesTalksProg .grid-sizerProg { width: 33.33%; }
	.lesTalksProg .blocTalkProg { width: 33.33%; }

}
@media screen and (min-width: 1800px) {
	.lesTalks .grid-sizer { width: 20%; }
	.lesTalks .blocTalk { width: 20%; }
	.colonneFleche-talks { width: 20%; float: left; }
	.colonneFiltre-talks { width: 20%; float: left; }
	.conteneur { padding: 0px; margin: 30px auto 0; max-width: 1600px; }
	.blocTitre { top: 0; left: 17px; width: 20%; }

}
/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
	background: #04a4cc;
	color: #fff;
	text-shadow: none;
}
::-webkit-selection {
	background: #04a4cc;
	color: #fff;
	text-shadow: none;
}
::-moz-selection {
	background: #04a4cc;
	color: #fff;
	text-shadow: none;
}
/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.alignnone {
	margin: 5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
	display: block;
	margin: 5px auto 5px auto;
}
.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}
.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}
a img.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}
a img.alignnone {
	margin: 5px 20px 20px 0;
}
a img.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}
a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.wp-caption {
	background: #fff;
	border: 1px solid #f0f0f0;
	max-width: 96%;
	padding: 5px 3px 10px;
	text-align: center;
}
.wp-caption.alignnone {
	margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
	margin: 5px 0 20px 20px;
}
.wp-caption img {
	border: 0 none;
	height: auto;
	margin: 0;
	max-width: 98.5%;
	padding: 0;
	width: auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	font-size: 11px;
	line-height: 17px;
	margin: 0;
	padding: 0 4px 5px;
}
.sticky {
}
.bypostauthor {
}
/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
	* {
		background: transparent !important;
		color: #000 !important;
		box-shadow: none !important;
		text-shadow: none !important;
	}
	a,
	a:visited {
		text-decoration: underline;
	}
	a[href]:after {
		content: " (" attr(href) ")";
	}
	abbr[title]:after {
		content: " (" attr(title) ")";
	}
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content: "";
	}
	pre, blockquote {
		border: 1px solid #999;
		page-break-inside: avoid;
	}
	thead {
		display: table-header-group;
	}
	tr, img {
		page-break-inside: avoid;
	}
	img {
		max-width: 100% !important;
	}
	@page {
		margin: 0.5cm;
	}
	p,
	h2,
	h3 {
		orphans: 3;
		widows: 3;
	}
	h2,
	h3 {
		page-break-after: avoid;
	}
}
/* CSS FOR IE 10+ */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
	/* + talker */
	a.expand {
		line-height: 60px;
	}
	/* croix menu actif*/
	.button-square span.active {
		top: 25px;
	}
}
/* SWIPE */
.swiper-container {
	width: 100%;
	height: 100%;
}
.fullWidth { width: 100%; }
.contenuTalk {
	margin-top: 40px;
}
.interieurColonne-gauche {
	padding-right: 40px !important;
}



.infoBlocTalk_more{ -webkit-transition: 0.3s linear; -moz-transition: 0.3s linear; -ms-transition: 0.3s linear; -o-transition: 0.3s linear; transition: 0.3s linear;}
.blocHover .infoBlocTalk_more{ color: #ac7f2c;}