
/*
 *
 *    studio 15 000
 *
 *
 */

/*  HTML5 ✰ Boilerplate  */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, 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;
}

blockquote, q { quotes: none; }
blockquote:before, blockquote:after,
q:before, q:after { content: ''; content: none; }
ins { background-color: #ff9; color: #000; text-decoration: none; }
mark { background-color: #ff9; color: #000; font-style: italic; font-weight: bold; }
del { text-decoration: line-through; }
abbr[title], dfn[title] { border-bottom: 1px dotted; cursor: help; }
table { border-collapse: collapse; border-spacing: 0; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }
input, select { vertical-align: middle; }

body { font:13px/1.231 sans-serif; *font-size:small; }
select, input, textarea, button { font:99% sans-serif; }
pre, code, kbd, samp { font-family: monospace, sans-serif; }

html { overflow-y: scroll; }
a:hover, a:active { outline: none; }
ul, ol { margin-left: 2em; }
ol { list-style-type: decimal; }
nav ul, nav li { margin: 0; list-style:none; list-style-image: none; }
small { font-size: 85%; }
strong, th { font-weight: bold; }
td { vertical-align: top; }

sub, sup { font-size: 75%; line-height: 0; position: relative; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }

pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; padding: 15px; }
textarea { overflow: auto; }
.ie6 legend, .ie7 legend { margin-left: -7px; }
input[type="radio"] { vertical-align: text-bottom; }
input[type="checkbox"] { vertical-align: bottom; }
.ie7 input[type="checkbox"] { vertical-align: baseline; }
.ie6 input { vertical-align: text-bottom; }
label, input[type="button"], input[type="submit"], input[type="image"], button { cursor: pointer; }
button, input, select, textarea { margin: 0; }
input:valid, textarea:valid   {  }
input:invalid, textarea:invalid { border-radius: 1px; -moz-box-shadow: 0px 0px 5px red; -webkit-box-shadow: 0px 0px 5px red; box-shadow: 0px 0px 5px red; }
.no-boxshadow input:invalid, .no-boxshadow textarea:invalid { background-color: #f0dddd; }

::-moz-selection{ background: #FF5E99; color:#fff; text-shadow: none; }
::selection { background:#FF5E99; color:#fff; text-shadow: none; }
a:link { -webkit-tap-highlight-color: #FF5E99; }

button {  width: auto; overflow: visible; }
.ie7 img { -ms-interpolation-mode: bicubic; }

body, select, input, textarea {  color: #444; }
h1, h2, h3, h4, h5, h6 { xfont-weight: bold; }
a, a:active, a:visited { color: #607890; }
a:hover { color: #036; }


/* --------------------------------------------------------------------------
	Def & tools

	------------

	Studio - partie 1
	Portfolio - partie 2
	Equipe - partie 3
	Actualités - partie 4
	Labo - partie 5

	texte 			#f9f9f9 	gris clair
	background 		#050608 	gris foncé


--------------------------------------------------------------------------- */

body {
	color: #999;
	background-color: #0a0b0d;
	text-shadow: rgba( 0, 0, 0, 0.4) 0px 1px 0px;
	letter-spacing: 0.08em;
	font: 13px 'Lato', sans-serif;
	line-height: 1.5em;
}

h1, h2 , h3 { font-weight: normal; color: #fff; margin-bottom: 25px; }
h1 { font-size: 24px; height: 22px; line-height: 22px; font-weight: normal; font-style: normal; }
h1.section {display: inline-block; float: left; margin: 0 0 30px 0; padding: 0; }

a:link, a:visited {
	color: #fff;
	text-decoration: none;
	-webkit-transition: color 0.4s ease-in-out;
	-moz-transition: color 0.4s ease-in-out;
	-o-transition: color 0.4s ease-in-out;
	transition: color 0.4s ease-in-out;
}
a:hover { color: #858688; text-decoration: none; }

p { margin-bottom: 1.4em; }
.before-ul { margin-bottom: 0; }

ul {margin-bottom: 1.4em;}


 #container {
 	width: 965px;
 	margin: 0 auto;
 	position: relative;
 }
	header {
	margin: 0 auto;
	position: relative;
	text-align: left;
	width: 915px;
	overflow: hidden;
}

hr.lazer { background: url(../img/lazer-2.jpg) no-repeat center;
           height: 1px;
           border: none;
           margin: 82px auto 18px auto;
}


.site-nav {
	background: url(../img/lazer-2.jpg) no-repeat center bottom;
	font-size: 16px; line-height: 16px;
	margin: 0 0 30px 0;
	padding: 0 0 30px 0; 
}
	.site-nav ul {  margin: 0 auto ; padding: 0; list-style: none; width: 915px; }
	.site-nav li {  padding-right: 1em;  }
	.site-nav a { color: #999; display: block; padding: 15px 20px ; float: left; }
	.site-nav a:hover { background-color: #2E3036; color: #fff; }
	.site-nav a.contact {  background-color: #2E3036; color: #fff;  float: right; }
	.site-nav a.contact:hover { color: #858688; text-decoration: none; }

.contacts {
	list-style: none;
	padding: 0 0 10px 0;
	margin: 15px 0 0 0;
	height: 50px;
	width: 100%;
	position: relative;
	background: url(../img/lazer-2.jpg) no-repeat center bottom;
	font-size: 14px;
}

.infosFooter {
	background: url(../img/lazer-2.jpg) no-repeat center top;
	padding: 30px 0 0 0 ;
	margin: 0 auto;
	width: 915px;
	position: relative;
}
.infosFooter p { padding-top: 15px; margin-right: 200px; }
.btnContact { 
	display: inline-block; padding: 15px 20px ;
	background-color: #2E3036; color: #fff;
	float: right;
}

ul.pagination { list-style-type: none; margin-left: 0;overflow: hidden;display: inline-block; }
/*ul.pagination li { display: inline-block; float: left; font: 13px/17px Arial, Helvetica, Geneva, sans-serif; color: #3c3d41; }*/
ul.pagination li a, p.themeSearch a { color: #3c3d41;  }
ul.pagination li a:hover, p.themeSearch a:hover { color: #fff;  }
ul.pagination li.active a { color: #fff; }
p.themeSearch { xwidth: 250px; 
	float: right; 
	font: 14px/22px Arial, Helvetica, Geneva, sans-serif; 
	color: #3c3d41; 
	height: 22px; 
	text-align: right;
	xbackground-color: #212126;
	padding: 0 5px;
	cursor: pointer;
}

ul.pagination li {
	float: left;
	border-right: 1px solid #3C3D41;
	height: 22px;
	font: 13px/22px Arial, Helvetica, Geneva, sans-serif;
}
ul.pagination li:last-child {
	border-right: none;
}
ul.pagination li a {
	float: left;
	padding: 0 10px;
	text-decoration: none;
	color: #3C3D41;
	border-radius: 4px;
}
ul.pagination li a:hover,
ul.pagination li a:focus {
	color: #333;
}
ul.pagination li a:active {
	color: #666;
}
ul.pagination li.active a {
	/*font-weight: bold;*/
	color: #333;
}




/* 	Studio - partie 1 */

#studio {
	margin: 0 auto;
	padding: 45px 0 0 0;
	text-align: left;
	width: 915px;
	position: relative;
}

#studio img { margin-bottom: 15px; }

#animLogo {
	width: 450px;
	height: 350px;
	position: absolute;
	right: 0;
	top: 40px;

}

h1#logo15000 {
	margin-bottom: 22px;
	margin-right: 90px;
	display: block;
	height: 75px;
	width: 400px;
	background: url(../img/logo-15000.png) top left no-repeat;

}
#studio .TextIntro {
	width: 541px;
	display: block;	
}

/* Portfolio - partie 2 */

#portfolio {  position: relative; }

/* themes */

ul.themes {
  position: absolute;
  right: 0;
  top: 25px;
  list-style: none;

  overflow: hidden;
}
  ul.themes li { float: right; }
  a.theme { margin: 0 5px; }

/* work list */

#listeProjets {
	height: 1007px;
	list-style: none;
	line-height: 0;
	margin: 0 auto;
	position: relative;
	text-align: left;
	width: 915px;
}

#listeProjets li {
	position: absolute;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

#listeProjets a {
	color: #fff;
	display: block;
	font-size: 12px;
	font-weight: 100;
	height: 233px;
	text-decoration: none;
	text-transform: uppercase;
	position: relative;
	width: 295px;
	overflow: hidden;
	background: no-repeat;
	background-color: #2e3036;
}




/* Actualités - partie 4 */

#actualites {
	margin: 0 auto;
	text-align: left;
	padding-bottom: 45px;
	width: 915px;
}

#actualites:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

#actualites article img {
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	margin-bottom: 30px;
}

#actualites article {
	float: left;
	margin: 0 15px 0 0;
	width: 295px;
}
#actualites article p.contentArticle {
	min-height: 230px
}

#actualites article#article3 { margin-right: 0; }
#actualites article p.goSite{
	text-align: right;
	width: 100%;
	background-color: #2e3036;

	}
#actualites article p.goSite a{
	display: inline-block;
	padding: 15px 20px;
	color: #999;
	}
#actualites article p.goSite a:hover { color: #fff;}

/* Section Blabla apropos */

#apropos {
margin: 0 auto;
text-align: left;
padding-bottom: 45px;
/*width: 605px;
padding-right: 310px;*/
width: 915px;
}

	

	.bloc450l {
		width: 450px;
		float: left;
		margin-right: 15px;
	}

	.bloc450r {
		width: 450px;
		float: left;
	}



/* footer */








/* Formulaire d'invitation */

#IframeInvitation {
	width: 825px;
	padding: 120px 45px 45px 45px;
	height: 1007px;
	overflow: hidden;
	
	background-color: #313131; 
}
	.contact-message {
		margin-bottom: 90px;
	}
		.contact-message p {
			/*max-width: 520px;*/
			font-size: 20px;
			line-height: 1.4em;
		}


#invitation {
	/*padding-top: 37px;*/
	width: 500px;
	border-right: 1px solid #464646;
	
}
.form-field{
	margin-bottom:15px;/
	
}
.form-field label{
	display:block;
	float:left;
	width:105px;
	color:#333333;
	margin-right:15px;
	line-height:45px;
	color: #fff;
}
.form-field input,
.form-field textarea{
	border:none;
	padding:0 15px;/*  */
	height:45px;/* 45px; */
	/*background-color:#ebebeb;*/
	background-color: #464646;
	outline-width:0;
	width:300px;
	font-family:"Helvetica Neue",helvetica,arial,sans;
	font-size:1em;
	color: #FFF;
	letter-spacing: 0.2em;
}

.form-field textarea{
	height:245px;
	padding:15px;
}
.form-click{
	margin-left:120px;	
	float:left;
	
	
}


.form-click input{
	cursor:pointer;
	font-family:"Helvetica Neue",helvetica,arial,sans;
	font-size:1em;
	text-transform: uppercase;
	letter-spacing: 0.08em;
	color:#fff;
	border:0;
	background-color:#9B2581;
	height:45px;
	line-height:45px;
	display: block;
	width: 330px;
	
	
}


#FormError {
	clear: left;
	margin-left: 160px;
	padding-top: 30px;
	color: red;
}
.form-field .label-error {color: red;}



/* */
#sidewrapper { 
	float: right;
}
	#contact-pod{
	width: 260px;
}

#contact-pod h3{
	margin-bottom:15px;/* 12/18 */
	font-size: 18px;
	display: block;
	float: none;
}

#contact-pod p{
	/*color:#5c5c5c;*/
	line-height:;
	margin-bottom:1.5em;/* 24/16 */
}

#contact-pod p span.tel{
	font-weight:bold;
	font-size:1.75em;/* 28/16 */
	color:#77b6d7;
}




/* Buttons */

.btn:link,
.btn:visited{
	display:inline-block;
	color:#fff;
	background-color:#77b6d7;
	padding:15px;
	text-align:left;
	text-decoration:none;
	font-size:15px;
	line-height: 15px;
	font-weight:bold;
}


.btn:hover,
.btn:active{
	background-color:#666;
}









.left {float: left;}
.right {float: right;}

.ir { display: block; text-indent: -999em; overflow: hidden; background-repeat: no-repeat; text-align: left; direction: ltr; }
.hidden { display: none; visibility: hidden; }
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }
.invisible { visibility: hidden; }
.clearfix:before, .clearfix:after { content: "\0020"; display: block; height: 0; overflow: hidden; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }


@media all and (orientation:portrait) {

}

@media all and (orientation:landscape) {

}

@media screen and (max-device-width: 480px) {

  /* html { -webkit-text-size-adjust:none; -ms-text-size-adjust:none; } */
}


@media print {
  * { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important;
  -ms-filter: none !important; }
  a, a:visited { color: #444 !important; 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; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3{ page-break-after: avoid; }
}
