/* CSS Document */

body {
      font-family: 'Barlow Semi Condensed', sans-serif;
    background-position: top right;
    background-repeat: no-repeat;  
    text-align: center;
    background-color: #191515;
}
.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;  /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;

  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;

  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;

  /* Support for IE. */
  font-feature-settings: 'liga';
}

h1, h2, p{
    font-family: 'Barlow Semi Condensed', sans-serif;
}
h2{ font-weight: bold; font-size:20px; }
#entete{
    margin-top:40px;
    margin-bottom:20px;
    color:#fff;
}
#entete h1{
    font-weight:bold;
    font-size:48px;
}
#entete h2{
    color: #471015;
}
.logo{
    margin-top:10px;
    margin-bottom:10px;
}

.compta {   
   /* background-color: #dc917f;*/
    background-color: rgba(255,255,255,0.5);
    padding:20px 0px 20px 0px; 
    margin:20px 0px 20px 0px;
    color:#181214;
}
.compta h2 { font-weight:bold; }
.compta p { font-size:20px; }
.material-icons {
    vertical-align: middle; 
    background-color: #fff;
    padding:4px;
    border-radius:30px;
    margin-right:5px;
    color:#4f111a;
    font-size:18px;
}
#bureau{
    color:#fff;
}
#bureau h2{font-weight: bold; font-size:30px;  }
#bureau .material-icons { color:#4f111a; }
.bt-mail .material-icons{ background-color: none; }
footer{
    background-color: #191515;
    color:#fff;
    position: fixed;
    bottom: 0px;
} 
footer p{
    padding:7px 7px 7px 7px;
    text-align: right;
}