body {
    color: #555;
    font-family: Roboto, sans-serif;
    font-size: 14px;
    margin: 0;
}

a {
    color: #018db4;
    text-decoration: none;
    outline: 0 none;
    background-color: transparent;
}

h1 {
    margin-top: 10px;
    font-size: 24pt;
}

h2 {
    margin-top: 10px;
    font-size: 20pt;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
}

table {
  width: 100%;
  background: #eee;
  padding: 0.5em 1em;
  border-bottom: 1px solid #ddd;
  border-collapse: collapse;
  border-spacing: 0px;
}

table td {
    border-right: 1px solid #ddd;
    padding: 0.6em;
}


table th {
    text-align: left;
    color: #666;
    border: 0.1em solid #e7e7e7;
    border-style: solid solid none;
    background: #ddd;
}

table tr {
  background: #f3f3f3;
  border: 0.1em solid #e7e7e7;
  border-style: solid solid none;
}

th {
   font-weight: bold;
   padding: 0.6em;
}

table td th {
   /* padding: 0.5em 1em;*/
    vertical-align: top;
}


.messageFrom {
    border: 1px solid White;
    border-style: none none solid none;
    background-color: #dddddd;
    padding: 0.5em 1em;
    font-size: 90%;
}

.btn-post-forum {
    background-color: transparent;
    color: #428bca;
    border-color: #357ebd;
    padding: 6px 12px;
    border-radius: 4px;
}

pre {
  white-space: pre-wrap;
}

.title-convers {
    width: 50em;
}

.mlg {
    color: #858789;
}


#login-form {
    margin: 2em auto 2em auto;
    padding: 20px;
    width: 340px;
    border: 1px solid #d9d9d9;
    background-color: #f7f4ee;
    border-radius: 4px;
    box-sizing: border-box;
}

#login-form input[type=text], #login-form input[type="password"] {
    border: 1px solid #ccc;
    border-radius: 3px;
    margin-bottom: 20px;
    padding: 7px;
    display: block;
    width: 100%;
    box-sizing: border-box;
    font-size: 18px;
}

.message {
  color: red;
}


/* --- */
.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

#containerHeader {
    background: #fff url(https://modeleprojet.cerfacs.fr/wp-content/uploads/sites/2/2019/05/header-cerfacs.png) repeat-x top left;
    text-align: right;
}

#headerTitle {
    display: table-cell;
    vertical-align: middle;
    margin: 0;
}

#siteTitle {
    color: #6f7b86;
    font-family: Open Sans;
    font-weight: regular;
    font-size: 28px;
    display: block;
}

#siteLogo {
    height: 70px;
}

#containerMenu {
    width: 100%;
    min-height: 50px;
    background: #03bef3;
    margin: 0;
    box-shadow: rgb(0 0 0 / 20%) 0px 5px 5px;
}

i {
    vertical-align: middle;
}

#bodyContent {
  margin-top: 2%;
  margin-bottom: 15%;
  margin-left: 15%;
  margin-right: 15%;
}

.message {
  color: red;
}

.theme {
  font-size:  1.2em;
}
