/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}
body {
  /* Margin bottom by footer height */
  margin-bottom: 60px;
  background-color: #ddb56c;
  /*background: url(../images/bg.png) repeat-x 0 0 #ddb56c;*/
  background: url(../images/1920_1200_75.jpg) 50% 0 fixed no-repeat #ddb56c;
}

.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 90px;
  line-height: 90px;
  background-color: #8c7343;
  color: white;
}
.footer a {
  color: white;
}

.content{
  /*border-top: 8px solid #8c7343;*/
/*  background-color: #FAF6F2;*/
  background-color: rgba(255, 255, 255, 0.5);
  padding-bottom: 100px;
  border-radius: 10px;
}
.menu{
  /*background-color: white;*/
  /*border-bottom: 4px solid #ddb56c;*/
  height: 110px;
}
.menu{
  line-height: 100px;
}
.menu .logo img{
  width: 300px;
}
.menu .souffletpresentation{
  padding: 0;
}

/* Custom page CSS
-------------------------------------------------- */
/* Not required for template or sticky footer method. */

.container {
  width: auto;
  max-width: 1100px;
  padding: 0 15px;
}
.container .text-muted {
  margin: 20px 0;
}
.euronextlink{
  margin: auto;
  width: 300px;
  height: 90px;
  line-height: 90px;
  background-color: white;
  border-radius: 10px;
}
.publications ul{
  list-style-type: none;
}
.publications li{
  margin-bottom: 5px;
}
.ui-accordion-header{
  background: #899262;
  color: white;
}
.ui-accordion-header-active{
  background: #C0CD88;
  color: black;
}
.ui-accordion-content, .ui-widget-content{
  background: rgba(255, 255, 255, 0.5);
}
.warningmessage{
  color: red;
  font-weight: bold;
  font-size: 12pt;
  margin-top: 50px;
  margin-bottom: 50px;
}