/*@import url(http://fonts.googleapis.com/css?family=Karla|Quicksand);
@import url('styles/boots-bones.css');*/
@import url('scala/stylesheet.css');
/*
Theme Name: Naked Wordpress
Theme URI: http://bckmn.com/naked-wordpress
Author: J Beckman
Author URI: http://bckmn.com
Description: A super bare theme for designers who don't know Wordpress PHP but want to build with Wordpress.
Version: 1.0
License: GNU General Public License

-------------------------------------------------------------- */
/* Reset
-------------------------------------------------------------- */

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;
  vertical-align: baseline;
  font: inherit;
  font-size: 100%;
}

div, ul, li{
  margin: 0;
  padding: 0;
  list-style-type: none;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html {
  margin: 5px 10px;
  padding: 0;
  font-size: 62.5%;
  /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */

  -webkit-text-size-adjust: 100%;
  /* Prevents iOS text size adjust after orientation change, without disabling user zoom */

  -ms-text-size-adjust: 100%;
  /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */

}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-spacing: 0;
  border-collapse: collapse;
}
code,
kbd,
tt,
var {
  font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}
mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}
sup,
sub {
  font-size: 75%;
  height: 0;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  bottom: 1ex;
}
sub {
  top: .5ex;
}
small {
  font-size: 75%;
}
big {
  font-size: 125%;
}
figure {
  margin: 0;
}
table {
  margin: 0 0 1.5em;
  width: 100%;
}

button,
input,
select,
textarea {
  font-size: 100%;
  /* Corrects font size not being inherited in all browsers */

  margin: 0;
  /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */

  vertical-align: baseline;
  *vertical-align: middle;
  /* Improves appearance and consistency in all browsers */

}
button,
input {
  line-height: normal;
  /* Addresses FF3/4 setting line-height using !important in the UA stylesheet */

  *overflow: visible;
  /* Corrects inner spacing displayed oddly in IE6/7 */

}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: none;
  border-radius: 10px;
  background: #ccc;
  cursor: pointer;
  /* Improves usability and consistency of cursor style between image-type 'input' and others */

  -webkit-appearance: button;
  /* Corrects inability to style clickable 'input' types in iOS */

  font-size: 12px;
  font-size: 1.4rem;
  line-height: 1;
  padding: 1.12em 1.5em 1em;
}
button:hover,
html input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  -webkit-box-shadow: 0 0 3px rgba(0,0,0,0.5);
  -moz-box-shadow: 0 0 3px rgba(0,0,0,0.5);
  box-shadow: 0 0 3px rgba(0,0,0,0.5);
}
button:focus,
html input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
html input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
  -webkit-box-shadow: 0 0 3px rgba(0,0,0,0.5);
  -moz-box-shadow: 0 0 3px rgba(0,0,0,0.5);
  box-shadow: 0 0 3px rgba(0,0,0,0.5);
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* Addresses box sizing set to content-box in IE8/9 */

  padding: 0;
  /* Addresses excess padding in IE8/9 */

}
input[type="search"] {
  -webkit-appearance: textfield;
  /* Addresses appearance set to searchfield in S5, Chrome */

  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */

  box-sizing: content-box;
}
input[type="search"]::-webkit-search-decoration {
  /* Corrects inner padding displayed oddly in S5, Chrome on OSX */

  -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */

  border: 0;
  padding: 0;
}
input[type=text],
input[type=email],
textarea {
  border: 1px solid #dddddd;
  border-radius: 5px;
}
input[type=text]:focus,
input[type=email]:focus,
textarea:focus {
  color: #101010;
}
input[type=text],
input[type=email] {
  padding: 3px;
}
textarea {
  overflow: auto;
  /* Removes default vertical scrollbar in IE6/7/8/9 */

  padding: 10px;
  vertical-align: top;
  /* Improves readability and alignment in all browsers */

  width: 98%;
}
/* styles
-------------------------------------------------------------- */
body,
button,
input,
select {
  padding: 0;
  margin: 0;
  background: #ffffff;
  color: #777777;
  font-family: "scalasansregular", Helvetica, sans-serif;
  /*line-height: 26.64px;*/
  font-size: 18px;
  font-size: 1.8rem;
}

body{
	margin: 0 auto;
	max-width: 920px;
}
/* typography
-------------------------------------------------------------- */
/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  font-family: "scalasans_capsregular", Helvetica, sans-serif;
}
h1,h2 {
  font-weight:normal;
}

h3 {
  line-height: 41px;
  font-size: 28px;
  font-size: 2.8rem;
}
h4 {
  line-height: 26px;
  font-size: 18px;
  font-size: 1.8rem;
}
hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}
/* Text elements */
p {
font-size: 14px;
line-height: 20px;
margin-bottom:15px;
}

}


dt {
  font-weight: bold;
}
dd {
  margin: 0 1.5em 1.5em;
}
b,
strong {
  font-weight: bold;
}
dfn,
cite,
em,
i {
  font-style: italic;
}
blockquote {
  margin: 0 1.5em;
}
address {
  margin: 0 0 1.5em;
}
pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 0.7em;
  line-height: 1.5em;
  margin-bottom: 1.6em;
  padding: 1.6em;
  overflow: auto;
  max-width: 100%;
  box-shadow: 0 3px 5px #ddd inset;
}
/* Links */
a {
  color: #777777;
  -webkit-transition: color 0.15s ease-in-out;
  -moz-transition: color 0.15s ease-in-out;
  -o-transition: color 0.15s ease-in-out;
  -ms-transition: color 0.15s ease-in-out;
  transition: color 0.15s ease-in-out;
  text-decoration: none;
}
a:hover,
a:focus,
a:active {
  color: rgba(0, 121, 152, 0.5);
}
/* Alignment */
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}
.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}
.aligncenter {
  clear: both;
  display: block;
  margin: 0 auto;
}
.center {
  text-align: center;
}
/* Header
-------------------------------------------------------------- */
header {
	margin: 20px auto 10px;
    padding: 0;
 /* height: 400px;*/
}
header img{
margin: 0 auto 60px 0;
height:302px;;
}


/* Menu / Navigation Principale
-------------------------------------------------------------- */


header nav {
 max-width: 920px;
}

#menu {
  list-style: none;
  margin: 0;
  padding:0;
text-align: justify;

}
#menu * {
  display: inline;
}
#menu span {
  display: inline-block;
  position: relative;
background:url("image/triangle-blanc.png") repeat-x;
width:100%;
height:7px;
}
#menu  ul li {
 display:inline-block;
    margin:0;
font-size:16px;
  font-family: "scalasans_capsregular", Helvetica, sans-serif;
  
   display: inline-block;



}



.current-menu-item a{
color:black;
}
#menu-item-438 a{ /* SHOP */
color:#c08591;
}
#menu-item-181 a{/* CONTACT */
color:#71a1c0;
}

.container.floatable {
max-width: 920px;
position: fixed;
top:0;
left:0;
right:0;
z-index:2;
}

#menu.container.floatable{
margin: 0px auto;
}

#menu-menu-principal{
background:white;
   max-width: 920px;
}

.container.floatable #menu-menu-principal{
padding:0 10px;
}


	
/* Page d'accueil
-------------------------------------------------------------- */


#primary{

    padding:0;
    position: relative; 
  margin: 0;


}
ul#content{

    text-align: justify;
  text-justify: distribute-all-lines;
    font-size: 0.1px; /*hide whitespace between elements*/

}

ul#content:after{
  content: '';
  display: inline-block;
  width: 100%;
}
 
ul#content li {
  position:relative;
  display: inline-block;
  /*max-width:185px;*/
  width: 23%;
  padding-top: 23%; /* Used instead of height to give elements fluid, width-based height */
  margin-bottom: 2.5%;
  /*background: #eee;*/
  /*
  width: 185px;
height:185px;
margin:20px;*/
}

ul#content li.break{
padding: 0;
}

.post-index img{

  position:absolute;
  top:0;
  left:0;
}

ul#content .post h1{
  width:100%;
    height:100%;
}

.post-index .title a{

  -webkit-transition: opacity 0.15s ease-in-out, padding 0.15s ease-in-out;
  -moz-transition: opacity 0.15s ease-in-out, padding 0.15s ease-in-out;
  -o-transition: opacity 0.15s ease-in-out, padding 0.15s ease-in-out;
  -ms-transition: opacity 0.15s ease-in-out, padding 0.15s ease-in-out;
  transition: opacity 0.15s ease-in-out, padding 0.15s ease-in-out;
  
background: #FFF none repeat scroll 0px 0px;
padding: 30% 0px 0px;
position: absolute;
text-align: center;
width: 100%;
height: 100%;
color: #777;
opacity: 0;
font-size: 18px;
margin: -100% 0 0 0;
}
.post-index .title a:hover{
padding: 35% 0 0;
opacity: 0.85;
}
.vaguelette{
 background: url("image/triangle2.jpg") repeat-x;
  height: 20px;
  clear: both;
  margin:20px 0;
 }
.post-index .vaguelette{
  position: absolute;
  width:80%;
  margin:10px 20px;
}


/* Posts/Articles
-------------------------------------------------------------- */
article .the-content p {
 /* text-align: justify;*/
}
.post{

}
.post .image{
width:65%;
max-width: 550px;
margin: 0 4% 0 0;
float:left;
text-align:center;
}
.post .image iframe{
margin: 10px 0 30px;
 }
.post .texte{
width: 30%;
max-width:270px;
float:left;
}
.post .image img{
margin: 0px 0px 3%;
clear: both;
width: auto;
height:auto;
max-height: 700px;
max-width:100%;
}

.post .texte a {
text-decoration:underline;
}

.texte.floatable{
margin:36px 0 0 0;
position:fixed;
 z-index:1;
}

.post .vaguelette{
  margin: 0 0 10px;
}

.post h1{
text-align:left;
margin:10px 0 10px 0;
}


.post .texte h1{
text-align:left;
font-size:15px;
}

.post .texte h1 br{
display: none;
}

.post .next {
background: url("image/fleche.png") no-repeat;
font-family: "scalasansitalic",arial;
padding: 0 0 0 17px;
text-align:left;
}
.post .texte .next a {
text-decoration:none;
}

.post .image .ordi-bg{
background:url(image/ordi.jpg);
height:240px;
width:321px;
margin: 50px auto;
}

.post .image a .ordi-play{
position:absolute;
background:url(image/play.png);
height:150px;
width:285px;
margin: -167px 18px;
opacity: 0.9;
}

.post .image a:hover .ordi-play{
opacity: 1;
}

.post .image .ordinateur a{
height:240px;
width:321px;
}

.post .image a.ordinateur img{
height:150px;
width:285px;
margin: 18px auto;
opacity: 0.8;
}
.post .image a:hover.ordinateur  img{
opacity: 1;
}


/* Shop
-------------------------------------------------------------- */
#shop{
 font-size: 13px;
  }
#shop img{
  height:178px;
	width:auto;
  margin:5px;
  box-shadow: -2px -2px 5px #ccc;
  }
#shop .livre{

  float:left;
  margin:0 15px 20px;
 

  }
#shop p{

  
  padding:0;
  margin:0 5px;

  }
#shop .fin{

clear:both;

  }

/* Footer
-------------------------------------------------------------- */

footer {
  text-align: left;
 padding: 60px 0 40px;
  
  clear:both;
  color: #808080;
}

footer p {
    font-size: 11px;
    line-height: 16px;
}
/* Misc & mixens
-------------------------------------------------------------- */
.site-footer{
}
.hide-text {
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}
.clear {
  clear: both;
}
/* clear floats */
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.clearfix {
  display: inline-block;
}
html[xmlns] .clearfix {
  display: block;
}
* html .clearfix {
  height: 1%;
}

/* #Media Queries
================================================== */



/* Tablet Portrait size to standard 960 (devices and browsers) */

	#menu ul li {
		/*margin: 5px;*/
		font-size:15px;
	}

	p {
		font-size:12px;
	}
	.post-index img{
	  width:185px;/*160px;*/
  height:185px;/*160px;*/

}
	*/
@media only screen and (max-width: 890px){
	#content{
		/*max-width:720px; /* 860 - 215 */
	}
	.post-index img{
		width:160px;
	  height:160px;
	}
	.post-index .title a{
		width: 160px;
		height: 105px;
	}
	.post-index {
	  margin: 10px;
	}
	#menu ul li {
  /*  margin: 6px;*/
    font-size: 12px;
	}
}
@media only screen and (max-width: 750px){
	#content{
		/*max-width:540px; /* 860 - 215 */
	}
	#menu ul li {
  /*  margin: 4px;*/
    font-size: 10px;
	}
  .post-index .title a{
    font-size:12px;
   }
}
@media only screen and (max-width: 580px){
	#content{
	/*	max-width:370px; /* 860 - 215 */
    font-size: 8px;
	}
}
@media only screen and (max-width: 390px){
	#content{
	/*	max-width:180px; /* 860 - 215 */

	}
}