
header .logo-thesoc {
  float:left; 
  padding: 5px 1%;
}
header h1 {
  /* float: left; */
  display:inline-block;
}
header h1, header p {
  margin: 0 20px 0 20px;
}
header h2 {
  display:inline-block;
  margin: 0 0 0 10px;
  padding-top: 0.5rem;
}
/* header p {
  padding-bottom: 5px;
  clear: both;
} */
main {
  padding: 3%;
}
/*
header {
  position: absolute; top:0px;
}
main {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height:100%;
    padding: 70px 10px !important;
}
*/
footer { position:static; bottom:0; left:0; clear: both; text-align: center; }
footer nav {padding: 10px; }
footer nav ul {list-style-type:none;margin:0;padding:0;text-align: center;}
footer nav li {display:inline;}
footer nav li img{vertical-align:top;}

header,
header nav,
footer,
footer nav {
  z-index: 99;
  width: 100%;
}
  
header.shadow,
nav.shadow,
footer.shadow {
  -moz-box-shadow: 0 0 15px 5px rgba(0,0,0,0.5);
  -webkit-box-shadow: 0 0 15px 5px rgba(0,0,0,0.5);
  -o-box-shadow: 0 0 15px 5px rgba(0,0,0,0.5);
  filter:progid:DXImageTransform.Microsoft.Shadow(color=rgba(0,0,0,0.5), Direction=NaN, Strength=15);
  box-shadow: 0 0 15px 5px rgba(0,0,0,0.5);
}

.select-lang {
  float: right;
  padding: 5px;
}

figure { 
  display:block; 
  width: 80%;
  margin:1em auto auto;
  text-align: center;
}
figcaption { display:block; }

th {
  height: 2em;
}
td {
  vertical-align: middle;
  padding: 5px;
}

ul.publications {
        list-style-type: none;
}
ul.publications li {
        text-indent: -1.5em;
        margin-bottom: 0.5em;
}

/* jquery.tablesorter : */
table.sortable th.header {
  cursor:pointer;
}
table.sortable th.header:hover {
  text-decoration: underline;
}
th.headerSortDown:after {
  content: "d";
} 
th.headerSortUp:after {
  content: "u";
}
th.headerSortDown:after,
th.headerSortUp:after {
  display:inline-block;
  position:relative;
  left: 5px;
  font-family: "thesoc-icons" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* no-JS specificities : */
html.js .no-js-button {
  display:none;
  visibility:hidden;
  overflow:hidden;
  height:0;
}
html.js .top-bar .row.collapse div {
  width:100%;
}

/* accessibility specificities : */
.only-for-accessibility {
	/* let's make it visible only to assistive technologies (screen readers) : */
	position: absolute !important; 
	clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
	clip: rect(1px, 1px, 1px, 1px); 
}

/* en chantier : */
.select-lang {
  display: none;
}
.top-bar .right .has-form {
  display: none;
}
