div.encart {
  background-image: linear-gradient(#ffb239, #ffffff);
  border-radius: 20px;
  border: 2px solid #ffb239;
  color: white;
  margin-bottom: 30px;
  margin-top: 30px;
  padding: 10px 30px 3px;
  position: relative;
}

div.header {
    height: 300px;
    position: relative;
}

/*div.header img, div.header h1 {
    float: left
}*/

div.header h1 {
    margin-left: 15px;
}

div.titre{
    position: absolute;
    bottom: 0;
    text-align: center;
}

p#message {
    color: red;
    text-align: center;
}

div#version {
    position: fixed;
    bottom: 0;
    height: 20px;
    width: 100%;
    text-align: center;
}

.no-padding-right{
    padding-right:0 !important;
}
