html,
body {
  overflow-y: auto;
}

body {
  margin-top: 50px;
  background: #eee;
  font: 14px/18px "Roboto", Helvetica, Arial, sans-serif;
}

a {
  color: #3a3a3a;
  text-decoration: none;
  -moz-transition: color 0.2s, background 0.2s;
  -o-transition: color 0.2s, background 0.2s;
  -webkit-transition: color 0.2s, background 0.2s;
  transition: color 0.2s, background 0.2s;
}

ul {
  list-style: none;
}

p {
  color: #212121;
  font: 300 14px/18px "Roboto", Helvetica, Arial, sans-serif;
  word-break: break-word;
}

.main-content {
  padding-bottom: 20px !important;
  overflow-y: hidden !important;
  margin-bottom: 0;
  background-color: #eee;
}

.block {
  border: 1px solid #e0e0e0;
  background: #fff;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -moz-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.1);
}

.no-item {
  max-width: 700px;
  padding: 20px;
  margin: 20px auto;
}

.no-item p {
  margin-bottom: 10px;
  text-align: center;
}

.no-item p a {
  text-decoration: underline;
}

.main-footer {
  position: fixed;
  z-index: 1001 !important;
  right: 0;
  bottom: 0;
  left: 0;
  height: 50px;
  border-top: 1px solid #bdbdbd;
  background: rgba(238, 238, 238, 0.9);
  -webkit-transform: translate3d(0, 0, 0);
}


.main-footer ul {
  position: absolute;
  left: 0;
}

.main-footer ul li {
  display: inline-block;
  margin-left: 5px;
}

.main-footer ul li a {
  display: block;
  padding: 0 10px;
  color: #9e9e9e;
  font: 12px/50px "Roboto", Helvetica, Arial, sans-serif;
}

.main-footer .copyright {
  position: absolute;
  right: 0;
}

.main-footer .copyright a {
  display: block;
  width: 80px;
  height: 50px;
  background: url("//www.idcity.fr/assets/widget/logo-57a837b5a8382451e7e2d9b49b630ca2.png") no-repeat center center;
  filter: progid:dximagetransform.microsoft.alpha(opacity=30);
  font-size: 0;
  opacity: 0.3;
  -moz-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.main-footer .copyright a:hover {
  filter: progid:dximagetransform.microsoft.alpha(opacity=60);
  opacity: 0.6;
}
