html {
  background: #eee;
  overflow-y: scroll; 
}

body {
  font-family:  "Source Sans Pro",Verdana,"Bitstream Vera", Helvetica,"Droid Sans",sans-serif;
  background-color: #f8f8f8;
  color: #444;
  font-size: 16px;
  line-height: 1.42;
  padding-top: 50px;
}

body > .container {
  background-color: white;
  padding-bottom: 20px;
  box-shadow: 0px 0px 10px rgba(0,0,0,.5);
}

nav.navbar {
  box-shadow: 0px -12px 20px rgba(0,0,0,.5);
  font-size: 1em;
}

nav.navbar .dropdown-menu {
  font-size: 1em;
}

.nav > li > a {
  padding-left: 10px;
  padding-right: 10px;
}

/* .nav > li > a { */
/*   padding-top: 5px; */
/*   padding-bootm: 5px; */
/* } */

#dev {
  color: red;
  font-size: .8em;
  font-style: italic;
  font-weight: bold;
  position: fixed;
  top: 0;
  white-space: nowrap;
  text-align: center;
  margin: 0;
  padding: .2em 30px;
  right: 0;
  z-index: 1050;
}

#decompte {
  font-size: .7em;
}


/* le header */

header {
  padding-top: 20px;
  line-height: 1.2em;
}

header h1 {
  font-size: 1em;
}

header .CP {
  font-size: 6em;
  line-height: .4em;
  /* font-style: italic; */
  font-weight: bold;
}

header .year {
  font-size: 5em;
  line-height: .5em;
  font-weight: normal;
  letter-spacing: -5px;
}

header .confname {
  display: inline-block;
  font-size: 1em;
  font-weight: normal;
  font-style: italic;
}

header .dates {
  display: inline-block;
  font-size: 1em;
  font-weight: normal;
  text-align: right;
}

header a:link {
  color: #444;
  text-decoration: none;
}

header a:visited {
  color: #444;
  text-decoration: none;
}

header a:hover {text-decoration: none}

/* le footer */
#footer {
  /* margin: 20px -50px -30px; */
  /* margin: 20px 0 0; */
  background-color: #eee;
  /* border-top: 1px dotted #888; */
  text-align: center;
  padding: 1em;
  margin-left: -15px;
  margin-right: -15px;
  color: #666;
  border-top: 1px solid #aaa;
}

#footer small {
  font-size: .75em;
}

#rightcol .news {
  border-radius: 3px;
  padding: 0 10px;
  margin: 0 0 10px;
}

#rightcol .news .row {
  margin-bottom: .75em;
}

#rightcol .news a:link {
  color: #a00;
}

#rightcol .news a:visited {
  color: #800;
}

#rightcol .news p {
  margin: 0;
}

#rightcol .sponsors {
  border-radius: 3px;
  padding: 0 10px;
  margin: 0 0 10px;
}

#rightcol .organizers {
  border-radius: 3px;
  padding: 0 10px;
  margin: 0 0 10px;
}

#rightcol .rightcol-title {
  font-weight: 600;
  font-size: 1em;
}

#rightcol .sponsor {
  text-align: center;
  margin-bottom: 10px;
}

#rightcol .sponsor img {
  margin: 0 0 10px;
  width: 100%;
  max-width: 140px;
}

#rightcol .organizer {
  text-align: center;
  margin-bottom: 10px;
}

#rightcol .organizer img {
  width: 100%;
  max-width: 140px;
}

#content {
  line-height: 1.42;
  max-width: 45em;
  margin-left: auto;
  margin-right: auto;
}

#content a {text-decoration: none;}

#content a:link {color: #a00;}

#content a:visited {color: #800;}

#content a:hover {border-bottom: 1px solid #a00;}

#content ul {
  list-style-type: square;
}

#content ul ul {
  list-style-type: circle;
}

#content a[href^="https://"]::after,
#content a[href^="https://"]::after,
#menu a[href^="https://"]::after,
#menu a[href^="https://"]::after {
  font-size: .6em;
  color: #888;
  font-family: 'Glyphicons Halflings';
  content: "\e164";
  padding-left: .2em;
  padding-right: .2em;
}

#content a[href^="https://"].button::after,
#content a[href^="https://"].button::after,
#content a[href^="https://"].nomarker::after,
#content a[href^="https://"].nomarker::after {
  content: "";
  padding: 0;
}

#content a.button {
  text-align: center;
  display: block;
}

#content a.button:hover {
  border-bottom-width: 0;
}

#content p {
  text-align: justify;
  /* text-align: left; */
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -o-hyphens: auto;
  word-break: normal;
  hyphens: auto;
}

#content .right-small-link {
  float: right;
  margin: 0;
  font-style: italic;
  padding: 0;
  position: relative;
  top: -10px;
}

#content .right-small-link a::before {
  content:">\00a0"; /* > + nbsp */
  font-size: .9em;
}

#content .invited-talk {
  /* border-top: 1px solid gray; */
  border-bottom: 1px solid #ccc;
  margin-bottom: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
}

#content .invited-talk .topic {
  /* border: 1px solid #aaa; */
  /* border-radius: 1em; */
  /* background-color: #fff8f0; */
  padding: 0em 0;
}

#content .topic h4 {
  margin: 0 0 1em;
}

#content .invited-talk .person {
  text-align: center;
}

#content .invited-talk .portrait {
  width: 50%;
}


h1, h2, h3, h4 {
  font-weight: 600;
  text-align: left;
}

a[href].mailto::after {
  content: "\00a0\2709"; /* nbsp + enveloppe */
  color: #888;
}

.panel {
  box-shadow: none;
  border-width: 0px;
}

.cp-panel {
  cursor: pointer;
}

.cp-panel::before {
  font-family: 'Glyphicons Halflings';
  content: "\e106"; /* closed eye */
  content: "\e082"; /* minus circle */
  content: "\e083"; /* mult circle */
  content: "\e014"; /* mult */
  content: "\e252"; /* triangle bottom */
  content: "\e114"; /* chevron bottom */
  font-size: .5em;
  float: left;
  width: 1.5em;
  margin-left: 0;
  padding-left: 0;
  padding-right:0;
  line-height: 2.4em;
}

.cp-panel:hover,
.cp-panel:hover::before {
  color: #a00;
}

.cp-panel.collapsed::before {
  content: "\e105"; /* opened eye */
  content: "\e081"; /* plus circle */
  content: "\2b"; /* plus */
  content: "\e250"; /* triangle right */
  content: "\e080"; /* chevron right */
}

#content del {
  color: #888;
}

#content dl.strip dt:nth-of-type(odd),
#content dl.strip dd:nth-of-type(odd) {
  background-color: #eee;
}

#content .im-inline {
  border: 0px solid white;
  box-shadow: 0px 0px 0px rgba(0,0,0,.5);
  border-radius: 0px;
  height: 1.4em;
  vertical-align: text-bottom;
}

#content .im-top-right,
#content .im-top-right-20,
#content .im-top-right-30,
#content .im-top-right-40 {
  float: right;
  text-align: right;
  margin: .2em 0 .5em 5%;
}

#content .im-top-right { width: 60%; }
#content .im-top-right-20 { width: 20%; }
#content .im-top-right-30 { width: 30%; }
#content .im-top-right-40 { width: 40%; }

#content .im-top-left,
#content .im-top-left-20,
#content .im-top-left-30,
#content .im-top-left-40 {
  float: left;
  margin: .2em 5% .2em 0;
  text-align: left;
}

#content .im-top-left { width: 60%; }
#content .im-top-left-20 { width: 20%; }
#content .im-top-left-30 { width: 30%; }
#content .im-top-left-40 { width: 40%; }

#content .im-top-right img,
#content .im-top-left img,
#content .im-top-right-20 img,
#content .im-top-left-20 img,
#content .im-top-right-30 img,
#content .im-top-left-30 img,
#content .im-top-right-40 img,
#content .im-top-left-40 img {
  width: 100%;
}

#content .im-top-left a::after,
#content .im-top-left-20 a::after,
#content .im-top-left-30 a::after,
#content .im-top-left-40 a::after,
#content .im-top-right a::after,
#content .im-top-right-20 a::after,
#content .im-top-right-30 a::after,
#content .im-top-right-40 a::after {
  content: none;
}

#content .im-top-left a:hover img,
#content .im-top-left-20 a:hover img,
#content .im-top-left-30 a:hover img,
#content .im-top-left-40 a:hover img,
#content .im-top-right a:hover img,
#content .im-top-right-20 a:hover img,
#content .im-top-right-30 a:hover img,
#content .im-top-right-40 a:hover img {
  padding: 1px;
  border: 2px solid #a00;
}

.full-div {
  margin: 30px 0;
}

.aspect-ratio-16-9 {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
}

.aspect-ratio-16-9 iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0; top: 0;
}

#content img,
#content iframe {
  border: 3px solid white;
  box-shadow: 0px 0px 12px rgba(0,0,0,.5);
  border-radius: 5px;
}

#content .special-cbmb img {
  border-width:0px;
  width: 100%;
}

#content .special-cbmb {
  margin-top: 20px;
}

#content .special-cbmb h1 {
  margin-top: 0;
}

#content legend {
  font-size: 1em;
  margin-bottom: .5em;
}

#content legend small {
  font-size: .8em;
  color: #666;
}

#fees {
  border-bottom: 1px solid #ddd;
}

#fees th {
  font-size: .8em;
  white-space: nowrap;
  border-bottom: 1px solid #ddd;
  text-align: center;
  color: #666;
  /* font-style: italic;*/
}

#fees td {
  text-align:center;
  vertical-align: middle;
  padding: .2em .5em;
}

#fees th, #fees td {
  vertical-align: middle;
  padding: .2em .5em;
}

#fees tr:nth-child(1) th {
  text-align:center;
}

#fees col.current {
  background-color: #fec;
}

#cp2016-sched {
  border: 1px solid #ddd;
}

#cp2016-sched iframe {
  border-width: 0px;
  box-shadow: none;
}

#content #menuchallenge {
  font-size: .9em;
  margin-bottom: 20px;
}

#content .nav li a {
  padding: 3px 5px;
}

/*
 fix position of internal anchors with a fixed navbar
 <http://nicolasgallagher.com/jump-links-and-viewport-positioning/demo/>
 <https://github.com/twbs/bootstrap/issues/1768>
*/

*[id]:before { 
  display: block; 
  content: " "; 
  margin-top: -75px; 
  height: 75px; 
  visibility: hidden; 
}

.papers {
  padding-top: 20pt;
}

.paper {
  border-bottom: 1px solid gray;
  display: block;
  padding-bottom: 10pt;
  margin-bottom: 10pt;
}

.paper .title {
  display: block;
  font-size: 1.1em;
  text-align: left;
}

.paper .authors {
  display: block;
  font-style: italic;
  text-align: left;
}