@charset "utf-8";
/* CSS Document */

body{
	font-family: "Exo", Arial, Helvetica, sans-serif !important;
	color: #8f8f8f;
}
#page{
	width:960px;
	margin:0 auto;
}


/* ----anchor---- */
a, a:link{
	color:#F37C0E;
	text-decoration:none;
}
a:hover, a:active{
	color: #575757;
	text-decoration: none;
}


/* ----headers---- */
h1, h2, h3, h4, h5, h6 {font-family: "Exo", Arial, Helvetica, sans-serif !important;
	font-weight: 100;
}
h2, h3{
	text-transform:uppercase;
	color:#575757;
	margin-bottom:20px;
}
h2{
	font-size: 3em;
	line-height: 80px;
	font-weight: 100;
	color:#575757;
}
h3{
	font-size: 1.6em;
	line-height: 2em;
	font-weight: 100;
	text-transform: uppercase;
}
h4{
	font-size: 1.4em;
	line-height: 2em;
	color: #575757;
	margin-bottom: 20px;
	font-weight: 100;
}
h5 {
	font-weight: 100;
	font-family: Exo, Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #FFF;
}
p{
	line-height: 22px;
	margin-bottom: 20px;
	font-weight: 100;
}

/* ----aside---- */
aside{
	float: left;
	width: 248px;
	position: fixed;
}

/* ----nav---- */
nav{
	text-align: left;
	margin-bottom: 20px;
}

nav .logo{
	display: block;
	background-color: #000;
}
nav .logo span{
	font-size: 0.6em;
	display: block;
	background: url(../images/a_portfolio_bg.png) no-repeat center .2em;
	color: #c4bab7;
	font-weight: normal;
}

nav ul{
	font-size: 1.4em;
	padding-top: 30px;
	text-transform: uppercase;
	background-color: #000;
}
#work p {
	font-family: 'Exo', Arial, Helvetica, sans-serif;
	font-size: 0.85em;
	line-height: 1.5em;
	padding-bottom: 10px;
	margin-top: -10px;
}
nav ul li{
	position:relative;
	margin-top:-7px;
}
nav ul li a, nav ul li a:link{
	color: #fff;
	text-decoration: none;
	display: block;
	text-shadow: #222 0px 1px 0px;
	font-weight: 100;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 40px;
}
nav ul li a:hover{
	text-decoration:none;
	color:#5AB6B2;
}
nav ul li.active{
}
nav ul li.active a{
	color: #f37C0E;
	text-shadow: #2b0d09 0px 1px 0px;
	font-weight: 100;
}
nav .bg_bottom{
	height: 147px;
	background-image: url(../images/nav_bg.png);
	background-repeat: no-repeat;
}

#main-content{
	float:right;
	width:670px;
}
.a_propos {
	font-size: 1.25em;
	line-height: 1.5em;
	font-weight: 100;
}

/* ----ps_container---- */
.ps_container{
	display: none;
	width: 672px;
	height: 343px;
	position: relative;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 60px;
	margin-left: auto;
}
.ps_image_wrapper{
	width:672px;
	height:343px;
	overflow:hidden;
	position:relative;
	margin:0 auto;
	
	
}
.ps_image_wrapper img{
	position:absolute;
	left:0px;
	top:0px;
}
.ps_prev,
.ps_next{
	width:30px;
	height:30px;
	position:absolute;
	top:50%;
	margin-top:-40px;
	cursor:pointer;
}
.ps_prev{
	background:transparent url(../images/prev.png) no-repeat top center;
	left:20px;
}
.ps_next{
	background:transparent url(../images/next.png) no-repeat top center;
	right:20px;
}
.ps_prev:hover,
.ps_next:hover{
	opacity:0.9;
}

ul.ps_nav{
	list-style: none;
	margin: 0;
	padding: 0;
	width: 260px;
	position: relative;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
}
ul.ps_nav li{
	float:left;
}
ul.ps_nav li a{
	display:block;
	text-indent:-9000px;
	width:13px;
	height:13px;
	outline:none;
	padding:0px 5px;
	background:transparent url(../images/dot2.png) no-repeat top center;
}
ul.ps_nav li a:hover,ul.ps_nav li.selected a{
	background-position:50% -13px;
}
ul.ps_nav li.ps_preview{
	display:none;
	width:85px;
	height:91px;
	top:-87px;
	left:-34.5px; /*First item, next ones is leftDot - 0.5*wThis + 0.5*wDot, i.e. second one is (16 - 42.5 + 8) = -18.5 */
	position:absolute;
}
ul.ps_nav li.ps_preview span{
	background:transparent url(../images/triangle.png) no-repeat top center;
	width:15px;
	height:10px;
	position:absolute;
	top:81px;
	left:35px;
}
.ps_preview_wrapper{
	width:75px;
	height:75px;
	border:3px solid #fff;
	overflow:hidden;
	position:relative;
	-moz-box-shadow:0px 0px 5px #999;
	-webkit-box-shadow:0px 0px 5px #999;
	box-shadow:0px 0px 5px #999;
}
.ps_preview_wrapper img{
	position:absolute;
	top:0px;
	left:0px;
}

/* ----sections---- */

#home, #work, #about, #contact, #telecharge, #date, #video{
	position: relative;
	margin-bottom: 400px;
	float: left;
	width: 100%;
}
#top{
	margin-bottom:0px;
}
#work, #about, #contact, #telecharge, #date .columns, .intro-text{
	padding:10px;
}
#footer{
	position: relative;
	float: left;
	width: 100%;
	background-color: #5ab6b2;
	height: 250px;
	padding-top: 20px;
	border-radius: 40px 40px 0 0;
	text-align: center;
	border-bottom-width: 7px;
	border-bottom-style: solid;
	border-bottom-color: #F37C0E;
}
/*----footer----*/
#footer p {
	font-size: 0.7em;
	font-weight: 100;
	color: #FFF;
	line-height: 3em;
}
#footer p a {
	color: #FFF;
	font-weight: 400;
}
#footer p a:hover {
	color: #FFF;
	font-weight: 400;
	text-decoration: none;
}
#footer header h5 {
	font-size: 1.1em;
	font-weight: 100;
	color: #575757;
	text-decoration: none;
}

#footer header h5 a {
	font-weight: 400;
	color: #575757;
	text-decoration: none;
}
#footer .projects.list3 li figure a{
	display: inline-block;
	position: relative;
	text-decoration: none;
}

#footer .projects.list3 li figure a:after {
	content: attr(title);
	display: none;
	position: absolute;
	left: -10px;
	bottom: 40px;
	margin-bottom: 10px;
	min-width: 120px;
	padding: 27px 5px 5px 5px;
	color: #FFF;
	text-align: center;
	background-image: url(../images/icon_bulle.png);
	background-repeat: no-repeat;
	background-position: center center;
	height: 56px;
	width: 140px;
}

#footer .projects.list3 li figure a:hover:after {
  display:block;
}
/* ----divider---- */
.divider {
	text-align:center;
}
.divider h2{
	background:url(../images/border_bg.gif) repeat-x bottom left;
	/*padding-bottom:40px;*/
	margin-bottom:20px;
}
#main-content section .intro-text h2{
	font-family:"LaneNarrowRegular", Arial, Helvetica, sans-serif;
	font-size:40px;
	line-height:44px;
	padding-bottom:20px;
	
}
 .intro-text .contact-me{
	 font-family:"LaneNarrowRegular", Arial, Helvetica, sans-serif;
	background:url(../images/button.gif) no-repeat;
	margin:-28px 0 0 200px;
	position:relative;
	font-size:20px;
	height:42px;
	width:237px;
	text-align:center;
	text-transform:uppercase;
} 
.intro-text .contact-me a{
	padding:10px 40px;
	text-decoration:none;
	color:#fff;
	display:block;
	text-shadow: #b04d35 1px -1px 0px;	
}
.iframe{
	width: 100px;
	height: 100px;
	border-radius: 50px 50px 50px 50px;
	background-color: #B8B627;
}

/* ----columns---- */
.columns{
	float: left;
	width: 100%;
	margin-bottom: 5px;
}
.two-column{
	width: 314px;
	float: left;
	margin-right: 42px;
}
.three-column{
	width:200px;
	float:left;
	margin-right:30px;
}
.last{
	margin-right:0px;
}

/* ----figure---- */
figure{
	background-repeat: no-repeat;
	padding: 4px;
	float: left;
	position: relative;
	text-align: center;
}
figure p a {
	line-height: 2em;
	text-decoration: none;
}
figure p a:hover {
	line-height: 2em;
	background-image: none;
	text-decoration: none;
	color: #666;
}

figure img{
	float:left;
}

figure figcaption{
	position:absolute;
	bottom:0px;
	margin-bottom:-5px;
	width:170px;
}

figure figcaption a{
	left:0;
	position:absolute;
	-webkit-transition: color 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: color 0.3s ease;
    transition: color 0.3s ease;
}
figure figcaption a:hover{
	text-decoration:none;
	color:#343434;
}
figure figcaption a span{
	display:none;
	position:absolute;
}
figure figcaption a:hover span{
	display:inline;
}

/* ----margin---- */
.marginLeft{
	margin-left:30px;
}
.marginRight{
	margin-right:30px;
}

/* ----float---- */
.floatRight{
	float:right;
}
.floatLeft{
	float:left;
}

/* ----testimony---- */
.testimony blockquote{
	background:url(../images/quote.jpg) no-repeat left .4em;
	float:right;
	width:530px;
	padding-left:30px;
}
.testimony figure{
	float:left;
}
.testimony blockquote p{
	font-size: 16px;
	font-style: italic;
	color: #8c8c8c;
	line-height: 24px;
	margin-top: 10px;
}
.testimony blockquote cite{
	display:block;
	font-size:17px;
}
.says{
	clear:both;
	margin-bottom:20px;
}

/* ----list---- */
.list{
	float:left;
	width:100%;
	margin:0;
	padding:0;
}
.list li{
	background-image: url(../images/icon_magnify.gif);
	display: inline;
	margin-right: 42px;
	float: left;
	margin-bottom: 3px;
	background-repeat: no-repeat;
	background-position: center center;
}
.projects.list2 li figure p {
	text-align: center;
}
.list2 li{
	display: inline;
	margin-right: 90px;
	float: left;
	margin-bottom: 17px;
	background-image: url(../images/icon_download.gif);
	background-repeat: no-repeat;
	background-position: center 45px;
}
.list3 li{
	display: inline;
	float: left;
	margin-bottom: 17px;
	background-image: url(../images/icon_magnify.gif);
	background-repeat: no-repeat;
	background-position: center center;
	margin-left: 80px;
	margin-right: 30px;
}

.list li.last{
	margin-right:0px;
}

.list li.first{
	margin-left:200px;
}

/* ----skills---- */
.skills{
	padding: 0;
	margin: 0;
	position: relative;
	margin-bottom: 15px;
}
.skills li{
	padding: 16px;
	list-style: none;
	font-weight: 100;
	color: #FFFFFF;
	font-family: Exo, Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	text-transform: none;
}
.skills li span{
	-webkit-border-radius: 0 10px 10px 0;
	-moz-border-radius: 0 10px 10px 0;
	border-radius: 0 10px 10px 0;

	position: absolute;
	left: 0;
	font-weight: normal;
}
.bar_100, .bar_90, .bar_80, .bar_70, .bar_60, .bar_50, .bar_40, .bar_30, .bar_20, .bar_10{
	height: 32px;
	margin-top: -1px;
	z-index: -999;
	background-color: #5AB6B2;
}
.bar_100{ width:600px; }
.bar_90{ width:540px; }
.bar_80{ width:480px; }
.bar_70{ width:420px; }
.bar_60{ width:360px; }
.bar_50{ width:300px; }
.bar_40{ width:240px; }
.bar_30{ width:180px; }
.bar_20{ width:120px; }
.bar_10{ width:60px; }

.skills li em {
	font-size: 75%;
	color: #FFF;
}


/* ----social sites icons---- */
.social_wrapper{
	float:left;
	width:100%;
	padding:20px 0;
	margin-bottom:20px;
	border-top:1px solid #e7e7e7;
	border-bottom:1px solid #e7e7e7;
}
.social_wrapper h3{
	margin-bottom:0px;
	float:left;
}
.social{
	padding:0;
	margin:7px 0 0 0;
	float:right;
	width:370px;
}
.social li{
	text-indent:-9999999px;
	display:block;
	float:left;
	margin:0 4px;
}

.social li.dribble a{
	background:url(../images/icon_dribble.png) no-repeat;
	width:29px;
	height:29px;
	display:block;
}
.social li.twitter a{
	background:url(../images/icon_twitter.png) no-repeat;
	width:29px;
	height:29px;
	display:block;
}
.social li.lastfm a{
	background:url(../images/icon_lastfm.png) no-repeat;
	width:29px;
	height:29px;
	display:block;
}
.social li.facebook a{
	background:url(../images/icon_facebook.png) no-repeat;
	width:29px;
	height:29px;
	display:block;
}
.social li.location a{
	background:url(../images/icon_location.png) no-repeat;
	width:29px;
	height:29px;
	display:block;
}
.social li.forrst a{
	background:url(../images/icon_forrst.png) no-repeat;
	width:29px;
	height:29px;
	display:block;
}
.social li a{
	opacity:.5;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.social li a:hover{
	opacity:1;
}


/*----les dates----*/

.agenda {
    margin-top: 50px;
	list-style: none;
}

.pins{
    width: 50px;
    height: 80px;
    position: absolute;
    background-image: url(../images/icon_pins.png);
    z-index: 999;
    background-repeat: no-repeat;
    background-position: center center;
    margin-top: -64px;
    margin-left: -46px;
    transform: rotate(-45deg);
}
.divpost {
	border-radius: 10px 0 0 10px;
	margin-top: 45px;
	border-right-width: 10px;
	border-right-style: solid;
	border-right-color: #5AB6B2;
	background-color: #8AD9C0;
	padding: 20px;
}

.dates {
	font-size: 2em;
	font-weight: 400;
	line-height: 0.9em;
	color: #FFF;
}
.lieu {
	color: #000;
    padding: 5px;
    font-size: 1.4em;
}
.ticket, .reserv {
	font-size: 22px;
}
.ticket a:hover, .reserv a:hover {
	color:#fff;
}
.ticket {
    text-align: left;
}
.reserv {
    text-align: right;
}
.imgagenda{ 
	margin: 20 0;
}
.imgagenda img {
    float: left;
    max-height: 100px;
	margin-right: 20px;
}

.blog_content p{
	font-size: 1em;
	padding-top: 12px;
	color:#FFF;
}
.blog_content p a{
	color: #F37C0E;
}
.blog_content p a:hover{
	color: #575757;
	text-decoration: none;

}

.blog_content h3{
	font-size: 2.5em;
	line-height: 2em;
	font-weight: 100;
	color: #000;
	text-transform: none;
}
.blog_content h4{
	margin-top: -25px;
	text-transform: none;
	font-size: 1.5em;
	font-weight: 100;
	color: #FFF;
}

/* ----form---- */
form {
	margin-bottom:40px;
}
form input, form textarea{
	border-radius: 5px;
	padding: 12px;
	font-size: 18px;
	margin-bottom: 20px;
	background-color: #8AD9C0;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
#name, #email, #url, #message{
	font-family:"Exo",Arial,Helvetica,sans-serif;
	font-weight:100;
	color:#575757;
}
#name, #email, #url{
	width:80%;
}
#message{
	width:80%;
}
form  .button{
	font-family: "Exo", Arial, Helvetica, sans-serif;
	font-weight: 400;
	padding-left: 47px;
	background-image: url(../images/mail.png);
	background-position: left top;
	background-repeat: no-repeat;
    margin-top: 20px !important;
	width: 237px;
	height: 47px;
	border: 0;
	text-transform: uppercase;
	color: #575757;
}
form  .button:hover{
	text-shadow: #000;
}
#contact_form_errorloc.err {
    font-size:45px;
    color:red;
    font-weight: 700;
    list-style-type: none;
}


/* ----copyright---- */
.copyright{
	margin-top:100px;
	padding-top:10px;
	float:left;
	width:100%;
	background:url(../images/line_border.gif) repeat-x;
}
.copyright small{
	font-size:11px;
}
.copyright a{
	color:#b5b5b5;
	text-decoration:none;
	font-weight:bold;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.copyright a:hover{
	color:#616161;
	text-decoration:underline;
}
