footer {
  width: 100%;
  text-align: center;
  color: #fff;
}

#stepFooter {
    background-color: #000;
    position: relative;
    display: inline-block;
    width: 100%;
}

footer p.conditions a {
  color: #fff;
  margin-top: 20px;
  display: inline-block;
}

#ml_content {
  position: fixed;
  width: 80%;
  background: #fff;
  border: 2px #000 solid;
  top: 40px;
  z-index: 1000;
  padding: 30px;
  height: 80vh;
  overflow: scroll;
  left: 10%;
  display: none;
}

.ml-close {
  position: absolute;
  right: 10px;
  top: 10px;
  cursor: pointer;
  display: inline-block;
  max-width: 5%;
  width: 20px;
}

.container-fluid.stellantis-pricacy {
  overflow: scroll;
  height: 100%;
}

.ml_toggle_close
{
	cursor:pointer;
}

.conditions a {
  text-transform: uppercase;
}

div.footer-link a {
  color: #fff;
  text-transform: capitalize;
}