/* Fonts */
@font-face {
  font-family: "Linux Biolinum O";
  font-style: normal;
  font-weight: normal;
  src: url("/static/polices/LinBiolinum_R.otf") format("opentype");
}
@font-face {
  font-family: "Linux Biolinum O";
  font-style: normal;
  font-weight: bold;
  src: url("/static/polices/LinBiolinum_RB.otf") format("opentype");
}
@font-face {
  font-family: "Linux Biolinum O";
  font-style: italic;
  font-weight: normal;
  src: url("/static/polices/LinBiolinum_RI.otf") format("opentype");
}

.top-bar-section ul li > a, button, .button, .tabs, .side-nav, h1, h2, h3, h4, h5, h6 {
  font-family: 'Linux Biolinum O', sans-serif;
  color: #fff4e9;
}
.top-bar {
  height: 50px;
}
.top-bar .name h1 a {
  font-size: 1.8em;
  padding: 0px 15px 0px 0px;
  color: #fff4e9;
}



.top-bar-section li:not(.has-form) a:not(.button) {
  line-height: 50px;
}
.top-bar, .contain-to-grid {
  background: #909090;
  margin-bottom: 15px;
}
.top-bar.expanded .title-area {
  background: #909090;
}
.top-bar-section li:not(.has-form) a:not(.button) {
  background: #909090;
}
.top-bar-section li:not(.has-form) a:not(.button):hover {
 background: #454545;
}
.top-bar-section ul li > a {
    font-size: 1.2rem;
}

body {
  font-family: 'Linux Biolinum O', sans-serif;
  background-color: #fff4e9;
}
p, li {
  color: rgb(68, 68, 68);
  font-size: 1.3rem;
  text-align: justify;
}

a {
  color: #724040;
}

.centre {
  text-align: center;	
}	

.centreTit {
  text-align: center;
  font-size: 2.5rem;
  font-variant: small-caps;
}	

a:hover{
  color: #491a1a;
}

sup {
  font-size: 0.6em;	
}	

table.juxta {
  background: white;
  width: 90%;
  margin: 0 auto;
  border-collapse: collapse;
  color: red;
}

table.juxta tr td {
    padding: 0.1em 1em;
    font-size: 1em;
    color: rgb(68, 68, 68);
    background-color: #ebebeb;
}

table.generique {
  border:0px solid blacK;
  padding: 0.1em 1em;
  font-size: 1em;
  color: rgb(68, 68, 68);
  background-color: #fff4e9;
}  

table.generique tr td {
   
   font-size:1em;
   text-align:center;
   background-color: #fff4e9;
}  

h1, h2, h3, h4, h5 {
 color: rgb(68, 68, 68);	
}	

h2 {
 font-size: 1.8em;
 font-weight: bold;
}

h4 {
 font-weight: bold;	
}
img {
 padding: 20px;
 display: block;
 margin: 0 auto;
}	


video {
  padding:20px;
  display: block;
  margin: 0 auto;
}	

audio {
  /*padding:20px;*/ /*Fait planter firefox 55*/
  display: block;
  margin: 0 auto;
}	

img.gauche {
  border: 1px;
  float: left;	
}	

ul{ 
  list-style: circle;
}

ol.focus {
    counter-reset: li; /* Initiate a counter */
    list-style: none; /* Remove default numbering */
    *list-style: decimal; /* Keep using default numbering for IE6/7 */
    font: 0.8rem ;
    padding: 0;
    margin-bottom: 2em;
    /*text-shadow: 0 1px 0 rgba(255,255,255,.5);*/
}	

.focus a{
    position: relative;
    display: block;
    padding: .4em .4em .4em .8em;
    *padding: .4em;
    margin: 0 0 0 2.5rem;
    background: #909090;
    color: #fff4e9;
    text-decoration: none;
    text-align: left;
    transition: all .3s ease-out;
    width: 90%;
}

.focus a:hover{
    background: #454545;
}   


.focus a:before{
    content: counter(li);
    counter-increment: li;
    position: absolute; 
    left: -2.5em;
    top: 50%;
    margin-top: -1em;
    background: #724040;
    height: 2em;
    width: 2em;
    line-height: 2em;
    text-align: center;
    font-weight: bold;
}

.focus a:after{
    position: absolute; 
    content: '';
    border: .5em solid transparent;
    left: -1em;
    top: 50%;
    margin-top: -.5em;
    transition: all .3s ease-out;               
}

.focus a:hover:after{
    left: -.5em;
    border-left-color: #724040;             
}   

.focus li{
    margin: 0 0 0 0;
}	

/* Post date */
.post-title {
    font-size: 1.5rem;
}
.post-date {
  color: rgb(125, 125, 125);
  font-size: 1.2rem;
  font-style: italic;
  margin-bottom: 15px;
}
.post-block .post-date {
    margin-bottom: 5px;
}
.post-description {
    font-size: 1.2rem;
}

.about-image {
  float: right;
  margin: 10px 10px 10px 0px;
}

/* Post listings */
.post-listing ol {
    list-style-type: none;
    margin: 0;
}
.post-listing .post-date {
    margin: 0;
}
.post-listing ol li {
    float: left;
    width: 50%;
    margin-bottom: 20px;
}

/* Polaroids */
.aligncenter {
  margin-left: auto;
  margin-right: auto;
}
.wp-caption {
  margin-bottom: 10px;
  text-align: center;
}
.wp-caption-text {
  font-size: 1rem;
  font-style: italic;
  color: rgb(125, 125, 125);
}
.wp-caption img {
  background-color: #F3F3F3;
  border: 1px solid #DDDDDD;
  border-radius: 3px 3px 3px 3px;
  max-width: 100%;
  padding: 4px 4px 4px 4px;
  text-align: center;
}
/* code snippets */
code {
    color: #3E3E3E;
    background-color: #EAEAEA;
    border: 1px solid #DBDBDB;
    font-size: 15px;
}
footer {
    float: right;
    margin-bottom: 1.5rem;
}


#prev {
    margin-bottom: 1.5rem;
}
#next {
    margin-bottom: 2.5rem;
}
/* Footer */
#footer {
  background: #909090;
  font-style: italic;
  margin: 15px 0px 0px 0px;
  padding-top: 5px;
  width: 100%;
}
#footer p {
  color: white;
  font-size: 1.2rem;
  margin-bottom: 0.5rem;
  text-align: center;
}

/* Photo sets */
.photoset {
    overflow: hidden;
    width: 100%;
}
.photoset .photoset-row {
    margin-bottom: .5rem;
    overflow: hidden;
    width: 150%;
}
.photoset .photoset-row:last-child { margin: 0; }
.photoset .photoset-item {
    display: block;
    float: left;
    margin: 0 .25rem;
}
.photoset .photoset-item:first-child { margin-left: 0; }
.photoset .photoset-item:last-child  { margin-right: 0; }
.photoset figure {
    margin: 0;
    overflow: hidden;
    position: relative;
}
.photoset figcaption {
    background-color: rgba(255, 255, 255, .75);
    box-sizing: border-box;
    font-size: .75rem;
    padding: .5rem;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    transition: all .5s ease-in-out;
}
.photoset-item a {
    background-position: center center;
    background-size: cover;
    border: 0;
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
}
.photoset .photoset-item:hover a + figcaption {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
.photoset img {
    display: block;
    max-width: 100%;
    transition: all .25s ease-in-out;
}
