.disclaimer {
  overflow-y: scroll;
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.disclaimer .fond {
  position: absolute;
  z-index: 15000;
  width: 100%;
  top: 0px;
  height: 100%;
  background: #000;
  line-height: normal;
  clear: both;
  filter: alpha(opacity=75);
  -moz-opacity: 0.75;
  opacity: 0.75;
  overflow: hidden;
}

.disclaimer .conteneur {
  position: absolute;
  z-index: 15001;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.disclaimer .cadre {
  width: 640px;
  max-width: 90%;
  padding: 10px;
  background: #303030;
  box-shadow: 0px 1px 3px 0px rgb(0 0 0 / 20%), 0px 1px 1px 0px rgb(0 0 0 / 14%), 0px 2px 1px -1px rgb(0 0 0 / 12%);
  margin: 0 auto;
  border-radius: 4px;
}

.disclaimer .title {
  line-height: 1.4em;
  display: block;
  padding: 10px 0 10px 0;
  font-size: 25px;
  text-transform: uppercase;
  text-align: center;
  font-weight: 500;
}

.disclaimer .cadre p {
  display: block;
  line-height: 1.4em;
  margin: 0;
  padding: 10px;
  font-size: 16px;
}

.disclaimer .boutons {
  padding: 10px;
  display: flex;
  justify-content: center;
}

.disclaimer .logo {
  text-align: center;
}

.disclaimer img {
  height: 48px;
  width: auto;
}