/* 
    Document   : default
    Created on : 17 févr. 2013, 17:05:49
    Author     : Nicolas kapfer
    Description:
        Purpose of the stylesheet follows.
*/
* {
 margin: 0;
 padding: 0;
}

body {
	background-color: #000000;
	margin: 0px 0;
	font-family: Georgia;
	font-size: 12px;
	color: #ffffff;
	height: 100%;
}
.clear {
	clear: both;
}
#loadedObj {
    display: none;
    visibility: hidden;
}

#noscript{
	width: 500px;
	padding: 30px;
	margin: 100px auto;
	color: white;
	font-weight: 800;
	font-size: 18px;
	text-align: center;
}
a img {
	border: 0px solid;
}
#player {
	display: none;
}
#global_loading{
	width: 100%;
	height: 100%;
	min-height: 100%;
	position: absolute;
	display: none;
	z-index: 100;
	top: 0;
	left: 0;
	background-color: black;
}
#loading{
	width: 500px;
	margin: 200px auto;
}
#loading .loading_title{
	font-size: 110px;
	text-align: center;
}
#loading .loading_subtitle {
	text-align: center;
	font-size: 14px;
}
#progressbar {
	width: 500px;
	height: 10px;
	margin: 40px auto;
}
.progress-label{
	float: left;
	margin-left: 50%;
	margin-top: 5px;
	font-weight: bold;
	text-shadow: 1px 1px 0 #fff;
}
#top {
	position: absolute;
	z-index: 5;
	top: 0px;
	left: 0px;
	height: 48px;
	width: 100%;
	background: white;
	display: none;
}
#top table{
	width: 100%;
	height: 50px;
	border-collapse: collapse;
	border: 0px;
}
#top table td{
	padding: 0px 2px;
	cursor: pointer;
	color: white;
	background: black;
	font-size: 11px;
	text-align: center;
	border-left: 5px solid white;
	border-right: 5px solid white;
	border-bottom: 5px solid white;
	border-top: 5px solid white;
	font-family: Arial, sans-serif;
	font-weight: bold;
}
#top table .menu{
	font-size: 28px;
	width: 176px;
	font-family: Georgia, sans-serif;
        font-weight: normal;
}
#top table .sound {
	width: 46px;
	background-image: url('../uploads/documents/mute_unmute.png');
	background-position-x: center;
	background-repeat: no-repeat;
}
#top table .sound[rel=off]{
	background-position-y: -49px;
	background-position: 0px -49px;
}
#top table .sound[rel=on]{
	background-position-y: -2px;
	background-position: 0px -2px;
}
#top1{
        position: absolute;
	z-index: 5;
	top: 0px;
	left: 0px;
	height: 48px;
	width: 100%;
        display: none;
}
#top1 table{
	height: 50px;
	border-collapse: collapse;
	border: 0px;
}
#top1 table td{
	padding: 0px 2px;
	cursor: pointer;
	color: white;
	background: black;
	font-size: 11px;
	text-align: center;
	border-left: 5px solid white;
	border-right: 5px solid white;
	border-bottom: 5px solid white;
	border-top: 5px solid white;
	font-family: Arial, sans-serif;
	font-weight: bold;
}
#top1 table .menu{
	font-size: 28px;
	width: 176px;
	font-family: Georgia, sans-serif;
        font-weight: normal;
}
#top1 table .empty_space {
        background: transparent;
        border: 5px solid transparent;
       /* border-right: 5px solid white;*/
}
#top1 table .sound_home {
	width: 46px;
	background: transparent url('../uploads/documents/mute_unmute_home.png');
	background-position-x: center;
	background-repeat: no-repeat;
        border: 5px solid transparent;
       /* border-left: 5px solid white;*/
}
#top1 table .sound_home[rel=off]{
	background-position-y: -49px;
	background-position: 0px -49px;
}
#top1 table .sound_home[rel=on]{
	background-position-y: -2px;
	background-position: 0px -2px;
}

#menu {
	width: 183px;
	position: absolute;
	top: 54px;
	left: 5px;
	display: none;
	z-index: 6;
	list-style: none;
	background: transparent;
}
#menu li{
	color: white;
	background: black;
	text-align: center;
	padding: 2px 4px;
	cursor: pointer;
	margin-bottom: 4px;
	border: 1px solid black;
	min-height: 30px;
    line-height: 30px;
	font-size: 12px;
    font-weight: 500;
}
#menu li[rel='/fr/home']{
	background-image: url('../uploads/documents/home_button.png');
	background-position: 15px 6px;
	background-repeat: no-repeat;
}
#menu li:hover{
	color: white;
}
#menu_volume {
	width: 46px;
	height: 130px;
	position: absolute;
	top: 54px;
	right: 5px;
	display: none;
	z-index: 6;
	background: black;
}
#volume {
	width: 30px;
	height: 110px;
	background-color: #202020;
}
#global {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-color: black;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	background-position: center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
}

/**
* Apps
**/
.app {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    min-height: 100%;
    margin: 0;
    background-color: transparent;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    overflow: hidden;
}
.app-prepare {
    z-index: 2;
}
.app-active {
    z-index: 3;
}
.app-clean{
    z-index: 1;
}

/* Social Plugins */
.social{
	clear: both;
	width: 117px;
	height: 40px;
}
.social .facebook {
	float: left;
	width: 19px;
	height: 40px;
	background: transparent url('../uploads/documents/logo_fb.png') top left no-repeat;
	margin: 0px 10px;
	cursor: pointer;
}
.social .twitter {
	float: left;
	width: 58px;
	height: 40px;
	background: transparent url('../uploads/documents/logo_tw.png') top left no-repeat;
	margin: 0px 10px;
	cursor: pointer;
}
#global_loading,
.loading_app {
    background: black;
}

/* Home Application */
.home_app {
	background-image: url('../uploads/documents/home_bg.jpg');
}
.texteintro {
	position: absolute;
	top: 110px;
	right: 60px;
	font-size: 22px;
	transform: rotate(2deg);
	-webkit-transform: rotate(2deg);
	-moz-transform: rotate(2deg);
	-o-transform: rotate(2deg);
	writing-mode: lr-tb;
	-webkit-font-smoothing:antialiased;
}
.home {
	position: absolute;
	bottom: 150px;
	left: 0px;
	text-align: center;
	width: 100%;
        height: 240px;
}
.home_title {
	font-size: 60px;
	font-weight: 700;
	color: black;
	/*z-index: 3;*/
	width: 100%;
}
.home_avatars {
	width: 1008px;
        height: 94px;
	margin: 20px auto;
	text-align: center;
}
.home_avatars .cafe {
	float: left;
	width: 92px;
	height: 92px;
	margin: 0px 9px;
	cursor: pointer;
	border: 1px solid transparent;
	background-repeat: no-repeat;
	background-position: top left;
}
.home_txt {
    width: 100%;
    font-size: 16px;
    text-align: center;
    color: black;
    margin-top: 20px;
}
.home_txt a,
.home_txt a:hover{
	font-weight: bold;
}
.home_app .social{
	margin: 10px auto;
}

/* Cafe Application */
.cafe_app { }
.cafe_app .day_protagonists {
    position: absolute;
    top: 60px;
    right: 5px;
    clear: both;
	z-index: 5;
}

.cafe_app .day_protagonists .protagonist{
    float: right;
    cursor: pointer;
    width: 75px;
    height: 75px;
	margin: 0px 5px;
	text-align: center;
	font-style: italic;
	font-weight: 600;
	color: transparent;
}
.cafe_app .day_protagonists .avatar{
    width: 75px;
    height: 75px;
    background-position-y: 0px;
	background-position: 0px 0px;
    margin-bottom: 5px;
	/*border: 1px solid transparent;*/
	background-repeat: no-repeat;
	background-position: top left;
}
.cafe_app .day_protagonists .empty{
    border-radius: 37.5px;
    border: 1px solid white;
    background: black;
}
.cafe_infos{
	margin: 80px 30px;
	position: relative;
	width: 700px;
	height: 560px;
}
.cafe_infos .cafe_left {
	position: absolute;
	top: 0px;
	left: 0px;
	background: white;
	padding: 10px;
	width: 400px;
	height: 540px;
	color: black;
	overflow: hidden;
}
.cafe_infos .cafe_left h1 {
	font-size: 30px;
	font-weight: normal;
	padding-left: 10px;
	margin-top: 15px;
}
.cafe_infos .cafe_left h2 {
	font-size: 18px;
	font-weight: normal;
	padding-left: 10px;
}
.cafe_titre .cafe_city {
	margin-top: 5px;
	font-size: 18px;
}
.cafe_avatar{
	position: absolute;
	top: 0px;
	left: 420px;
	width: 110px;
	height: 110px;
	background: white;
	background-position: 10px 10px;
	background-repeat: no-repeat;
	
}
.cafe_txt {
	padding: 0px 5px;
        color: black;
        height: 393px;
        text-align: justify;
        overflow: hidden;
        font-size: 13px;
        font-weight: normal;
        margin-top: 25px;
}
.cafe_txt p {
	margin-bottom: 17px;
	line-height: 17px;
}
.cafe_txt p:first-child {
	margin-top: 0px;
}
.cafe_txt p:last-child {
	margin-bottom: 0px;
}
.cafe_enter {
	position: absolute;
	top: 245px;
	right: 0px;
	color: white;
	text-align: center;
	font-size: 50px;
	font-weight: 800;
	width: 250px;
	height: 60px;
	line-height: 60px;
	cursor: pointer;
	border: 1px solid transparent;
}
.geobloc {
	position: absolute;
	bottom: 0px;
	left: 420px;
	background: white;
	width: 260px;
	height: 140px;
	padding: 10px;
}
#geomap {
	height: 140px;
}


/* Day Application */
.day_app {
	transition: background 1s ease-in-out;
    -moz-transition: background 1s ease-in-out;
    -webkit-transition: background 1s ease-in-out;
    -o-transition: background 1s ease-in-out;
	background-color: black;
}
.day_app .heure {
	background: transparent;
	height: 30px;
	/*width: 80px;
	color: white;*/
	position: absolute;
	top: 500px;
	left: 63px;
	font-size: 70px;
	text-align: left;
	font-weight: normal;
	font-family: Georgia;
}
.day_app .prev {
	position: absolute;
	/*z-index: 4;*/
	top: 340px;
	left: 10px;
	height: 50px;
	width: 43px;
	background: transparent url('../uploads/documents/arrow_left.png') center no-repeat;
	cursor: pointer;
	border: 1px solid transparent;
}
.day_app .next {
	position: absolute;
	/*z-index: 4;*/
	top: 340px;
	right: 10px;
	height: 50px;
	width: 43px;
	background: transparent url('../uploads/documents/arrow_right.png') center no-repeat;
	cursor: pointer;
	border: 1px solid transparent;
}
.day_app .next.first{
    background: transparent url('../uploads/documents/arrow_end.png') center no-repeat;
}
.day_app .day_protagonists {
    position: absolute;
    top: 60px;
    right: 5px;
    clear: both;
}
.day_app .day_protagonists .protagonist{
    float: right;
    cursor: pointer;
    width: 75px;
    height: 75px;
    margin: 0px 5px;
    text-align: center;
    font-style: italic;
    font-weight: 600;
    color: transparent;
	
}
.day_app .day_protagonists .avatar{
    width: 75px;
    height: 75px;
    background-position-y: 0px;
	background-position: 0px 0px;
    margin-bottom: 5px;
    /*border: 1px solid transparent;*/
    background-repeat: no-repeat;
    background-position: top left;
}
.day_app .day_protagonists .active{
	background-position-y: -225px;
	background-position: 0px -225px;
}
.day_app .day_protagonists .empty{
    border-radius: 35px;
    border: 1px solid white;
    background: black;
}
.start_discussion {
	position: absolute;
	top: 240px;
	left: 0px;
	color: white;
}
.start_discussion .txt {
	font-size: 26px;
	font-weight: 100;
	margin-bottom: 15px;
        font-family: Arial, sans-serif;
}
.start_discussion .themes {
    clear: both;
}
.start_discussion .themes .theme {
	float: left;
	padding: 10px;
	border: 2px solid white;
	color: white;
	font-size: 26px;
	font-weight: 600;
	margin: 0px 5px 5px 0px;
	cursor: pointer;
    font-family: Arial, sans-serif;
}


/* Discussion Application */
.discussion_app{ }
.discussion_app .themes {
	z-index: 4;
	margin: 0px;
	text-align: center;
	position: absolute;
}
.discussion_app .theme {
	display: block;
	padding: 10px;
	font-size: 16px;
	font-weight: 600;
	margin: 10px 0px;
	background: black;
	/*font-family: Arial, sans-serif;*/
}
.discussion_app .theme.off{
	color: #202020;
	border: 5px solid #202020;
	cursor: default;
}
.discussion_app .theme.dispo{
	border: 5px solid white;
	color: white;
	cursor: pointer;
}
.discussion_app .theme.on {
	cursor: default;
}
.discussion_app .return_cafe {
	position: absolute;
	top: 110px;
    right: 70px;
	background: transparent url('../uploads/documents/retourcafe.png') top left no-repeat;
	width: 120px;
	height: 80px;
	cursor: pointer;
	z-index: 4;
}
.discussion_app .left {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 50%;
	background-color: black;
	height: 100%;
	min-height: 100%;
}
.discussion_app .explanation {
	margin-top: 7px;
	font-size: 10px;
	font-style: italic;
	text-align: center;
	width: 100%;
}
.discussion_app .protagonists {
	width: 470px;
	margin: 0px auto;
}
.discussion_app .protagonists .protagonist {
	float: left;
	margin: 7px;
	width: 65px;
	height: 65px;
}
.discussion_app .protagonists .empty{
	border: 1px solid white;
	border-radius: 31.5px;
	text-align: center;
	font-size: 10px;
	line-height: 63px;
    width: 63px;
    height: 63px;
	overflow: hidden;
}
.discussion_app .protagonists .empty.off{
	color: #202020;
	border: 1px solid #202020;
}
.discussion_app .protagonists .empty.dispo{
	color: white;
	border: 1px solid white;
}
.discussion_app .protagonists .off {
	background-position-y: 0px;
	background-position: 0px 0px;
	opacity: 0.30;
	-moz-opacity: 0.30;
	-webkit-opacity: 0.30;
	-o-opacity: 0.30;
}
.discussion_app .protagonists .on {
	background-position-y: -65px;
	background-position: 0px -65px;
}
.discussion_app .protagonists .dispo,
.discussion_app .protagonists .preactif{
	background-position-y: -195px;
	background-position: 0px -195px;
	cursor: pointer;
}
.discussion_app .protagonists .actif {
	background-position-y: -130px;
	background-position: 0px -130px;
	cursor: pointer;
}
.discussion_app .right {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 50%;
	height: 100%;
	min-height: 100%;
	border-left: 5px solid white;
	background-color: black;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
}
.discussion_app .subtitle {
    position: absolute;
    top: 600px;
    right: 10px;
    font-size: 22px;
    text-align: right;
    width: 340px;
    display: none;
}
.discussion_app .right .protagonist_info{
	position: absolute;
	bottom: 100px;
	left: 0px;
	width: 100%;
	text-align: center;
}
.protagonist_info .playpause {
	width: 212px;
	margin: 5px auto;
}
.protagonist_info .play {
	width: 35px;
	height: 35px;
	background-position: 0px;
	background-image: url('../uploads/documents/play.png');
	float: left;
}
.protagonist_info .play[rel=off]{
	/*background-position-y: 0px;*/
	cursor: pointer;
}
.protagonist_info .play[rel=on]{
	/*background-position-y: -48px;*/
	opacity: 0.30;
	-moz-opacity: 0.30;
	-webkit-opacity: 0.30;
	-o-opacity: 0.30;
}
.protagonist_info .pause {
	width: 35px;
	height: 35px;
	background-position: 0px;
	background-image: url('../uploads/documents/pause.png');
	float: left;
	margin-left: 18px;
}
.protagonist_info .pause[rel=off]{
	background-position-y: 0px;
	cursor: pointer;
}
.protagonist_info .pause[rel=on]{
	/*background-position-y: -48px;*/
	opacity: 0.30;
	-moz-opacity: 0.30;
	-webkit-opacity: 0.30;
	-o-opacity: 0.30;
}
.protagonist_info .interview_duration {
    float: left;
    margin-left: 18px;
    line-height: 35px;
    vertical-align: middle;
    font-size: 18px;
    font-family: Arial, sans-serif;
}
.protagonist_info .h1 {
	font-size: 25px;
	font-weight: normal;
}
.protagonist_info h2 {
	font-size: 35px;
	color: white;
	font-style: italic;
	font-weight: normal;
}
.protagonist_info p {
	font-size: 18px;
	color: white;
	padding: 0px 50px;
}
.protagonist_info iframe {
	margin-top: 10px;
}
.discussion_app .social{
	margin: 10px auto;
}

/* Pages Application */
.pages_app{
	background-color: black;
}
.pages_app .page {
	width: 800px;
	height: 460px;
	margin: 100px auto;
	border: 18px solid transparent;
	clear: both;
	background-color: black;
}
.pages_app .page .page_left {
	float: left;
	padding: 0px;
	margin: 0px;
	width: 300px;
}
.pages_app .page .page_left img {
	width: 332px;
	height: 460px;
}
.pages_app .page .page_right {
	padding: 10px;
	margin: 0px;
	margin-left: 332px;
}
.pages_app .page .page_right h1{
	font-size: 30px;
	margin-bottom: 10px;
}
.pages_app .page .page_right h2{
	font-size: 24px;
	maring-bottom: 10px;
}
.pages_app .page .page_right p {
	margin-bottom: 7px;
	font-size: 12px;
	line-height: 18px;
	text-align: justify;
}
.pages_app .page p strike {
	text-decoration: none;
}
.pages_app .page .page_right p:last-child {
	margin-bottom: 0px;
}

/* Hover Effect on Buttons */
.home_avatars .cafe:hover,
.cafe_enter:hover,
.day_app .prev:hover,
.day_app .next:hover{
	border-top: 2px solid transparent;
	border-left: 2px solid transparent;
	border-bottom: 0px solid transparent;
	border-right: 0px solid transparent;
}

/* Pagination */
.pagination{
}
.pagination .pg {
	float: left;
	width: 25px;
	height: 25px;
	line-height: 25px;
	text-align: center;
	border: 1px solid black;
	margin: 10px 5px;
	cursor: pointer;
	font-family: Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: white;
	background-color: black;
}
.pagination .pg.active{
	
}
