body {
  background-color: #fff !important;
  font-family: "Roboto", sans-serif;
}
h1 {
  color: rgb(0, 0, 0);
  align-self: center;
  align-items: center;
  position: relative;
}
.woa-app-header {
  margin-top: 200px !important;
}
.empty-header {
  width: 5%;
  background-color: #898989;
  border-right: 15px solid #fff;
}
.hero-banner {
  border-bottom: 6px solid #fff;
  overflow: hidden;
  white-space: nowrap;
  display: flex;
  flex-direction: row;
  height: 150px;
  width: 100%;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1030;
  transition: 0.2s;
}
.hero-image-header {
  width: 50%;
  display: inline-block;
  height: 160px;
  position: relative;
  vertical-align: top;
}
.peugeot-header,
.citroen-header {
  width: 22.5%;
  border-right: 15px solid #fff;
  overflow: hidden;
  z-index: 1;
  margin-top: -120px;
  transition: 0.2s;
}
.citroen-header {
  background-color: #898989;
}
.peugeot-header {
  background-color: #000;
}
.peugeot-header .logo {
  background: url("src/Peugeot-Logo.png");
  background-position: center;
  background-size: 12vw;
  background-repeat: no-repeat;
}
.citroen-header .logo {
  background: url("src/Citroen-Logo.png");
  background-position: center;
  background-size: 8.5vw;
  background-repeat: no-repeat;
}
.logo {
  margin-top: 115px;
  height: 140px;
  transition: 0.2s;
}
.bmw-image {
  width: 100%;
  height: 100%;
  background: url("src/HeroImageBMW.png");
  background-size: 100%;
  background-position-y: center;
  background-repeat: no-repeat;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition: 0.2s;
  margin-top: -15px;
}
.bmw-image h2 {
  font-size: 2vw;
  font-family: "Roboto", sans-serif;
  color: white;
  background-color: #40404093;
  height: 2.4vw;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
  transition: 0.2s;
}
.bmw-image .powered-af {
  margin-right: auto;
  position: absolute;
  bottom: 25px;
  left: 10px;
  transition: 0.2s;
}
.bmw-image .powered-af img {
  max-width: 30vw;
}
.footer-action {
  height: 150px;
  max-width: 1570px;
  margin: 0px auto;
}
.footer-action .row {
  height: 80%;
  margin: 0;
}
.footer-action .col-sm {
  transition: all 0.2s ease-in-out;
  cursor: pointer;
}
.footer-action .col-sm:hover {
  transform: scale(1.07);
}
.footer-action h6 {
  color: black;
  text-align: center;
  font-weight: bold;
  font-size: 15px;
  margin-left: 10px;
}
.footer-action a:hover {
  text-decoration: none;
}
.footer-action a {
  display: flex;
  flex-direction: inherit;
  justify-content: center;
  align-items: center;
  width: 100%; /* 
  background: #f3f3f3; */
}
.footer-action h6 p {
  margin: 0;
}
.footer-action .envelope p {
  font-weight: 300;
  font-size: 11px;
  max-width: 70%;
  margin-left: auto;
  margin-right: auto;
}
.footer-action .col-sm {
  display: flex;
  flex-direction: inherit;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  border: solid 2px #dddddd;
  margin: 7px;
  background-color: #fff;
  padding: 10px 0px;
}
.footer-action img {
  height: 50px;
}
.footer-action .book img {
  height: 53px;
}
.footer {
  background-color: #404040;
  padding: 0px 100px;
  height: 100px;
}
.footer .row {
  padding: 20px 0px;
  height: -webkit-fill-available;
}
.footer .row .col-md {
  display: flex;
  align-self: center;
  align-items: center;
}
.footer .row .logo-footer {
  justify-content: right;
}
.footer h9 {
  font-size: 1vw;
  color: #fff;
  cursor: pointer;
}
.footer .col-md .copyright {
  cursor: default;
}
.footer .terms-conditions-portal {
  padding: 0px 25px;
  margin: 0px 25px;
  border-right: 2px solid white;
  border-left: 2px solid white;
}
.footer .footer-headers {
  width: 70%;
}
.footer .logo-footer {
  width: 30%;
}
.footer .footer-headers .tcpp h9 a {
  color: white;
  text-decoration: none;
}
.material-tooltip {
  background-color: #404040 !important;
  border-radius: 5px !important;
}
.material-tooltip .tooltip-content {
  font-size: 1.5rem !important;
}
.confirmation-modal--global .modal-sm.modal-dialog {
  z-index: 99999;
}

/* POPUPS */
#terms-conditions-content,
#privacy-policy-content {
  background: rgba(0, 0, 0, 0.4);
  cursor: pointer;
  display: none;
  height: 100%;
  position: fixed;
  text-align: center;
  top: 0;
  width: 100%;
  z-index: 10000;
  overflow-y: auto;
}
#terms-conditions-content .helper,
#privacy-policy-content .helper {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
#terms-conditions-content > div,
#privacy-policy-content > div {
  background-color: #fff;
  box-shadow: 10px 10px 60px #555;
  display: inline-block;
  height: auto;
  max-width: 1100px;
  min-height: 900px;
  vertical-align: middle;
  width: 80%;
  position: relative;
  border-radius: 8px;
  padding: 15px 5%;
  margin: 50px;
  text-align: left;
}
.popupCloseButton,
.popupCloseButtonPrivacyPolicy {
  background-color: #fff;
  border: 3px solid #999;
  border-radius: 50px;
  cursor: pointer;
  display: inline-block;
  font-family: arial;
  font-weight: bold;
  position: absolute;
  top: -20px;
  right: -20px;
  font-size: 25px;
  line-height: 25px;
  width: 30px;
  height: 30px;
  text-align: center;
}
.popupCloseButton:hover,
.popupCloseButtonPrivacyPolicy:hover {
  background-color: #ccc;
}

@media only screen and (max-width: 992px) {
  .body-content {
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-direction: column;
}
  .footer-action {
    height: unset;
    max-width: 970px;
  }
  .footer-action img {
    height: 35px;
  }
  .footer .footer-headers {
    width: 60%;
  }
  .footer .logo-footer {
    width: 40%;
  }
  .footer {
    padding: 0px 50px;
  }
  .footer .logo-footer img {
    width: 25vw;
  }
  .footer-action .row {
    display: grid;
    grid-template-columns: 2fr 2fr;
    margin: 0px;
  }
  .footer-action .row .col-sm {
    height: 125px;
    width: 99%;
  }
  .footer-action .row::before {
    content: unset;
  }

  #terms-conditions-content h1,
  #privacy-policy-content h1 {
    font-size: 20px;
  }
  #terms-conditions-content > div,
  #privacy-policy-content > div {
    margin: 30px 10px;
    padding: 0px 3%;
    width: 90%;
  }
  .popupCloseButton,
  .popupCloseButtonPrivacyPolicy {
    background-color: #fff;
    border: 3px solid #999;
    border-radius: 50px;
    cursor: pointer;
    display: inline-block;
    font-family: arial;
    font-weight: bold;
    position: absolute;
    top: -20px;
    right: -20px;
    font-size: 25px;
    line-height: 25px;
    width: 30px;
    height: 30px;
    text-align: center;
  }
}
@media only screen and (max-width: 820px) {
  .footer-action img {
    height: 30px;
  }
  .peugeot-header .logo {
    background-size: 100% !important;
  }
  .citroen-header .logo {
    background-size: 75% !important;
  }
  .bmw-image {
    background-size: cover;
  }
  .footer {
    height: 150px;
  }
  .footer h9 {
    font-size: 10px;
    height: auto;
  }
  .footer .row {
    flex-direction: column-reverse;
  }
  .footer .row .col-md {
    align-items: center;
  }
  .footer .logo-footer {
    align-self: flex-start;
    justify-content: left;
    margin-bottom: 15px;
  }
  .footer .logo-footer img {
    width: 30vw;
  }
  .footer .footer-headers {
    display: flex;
    flex-direction: column;
    align-self: start;
    width: 75%;
  }
  .footer .footer-headers .terms-conditions-portal {
    padding-left: unset;
    border-left: unset;
    margin-left: unset;
  }
}

@media only screen and (max-width: 400px) {
  .body-content {
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-direction: column;
  }
}
@media only screen and (max-width: 480px) {
  .hero-banner {
    height: 100px;
  }
  .empty-header,
  .peugeot-header,
  .citroen-header {
    border-right: 10px solid #fff;
  }
  .hero-image-header {
    margin-left: 0px;
    width: 45%;
  }
  .peugeot-header,
  .citroen-header {
    width: 22.5%;
    margin-top: -130px;
  }

  .empty-header {
    width: 10%;
  }
  .bmw-image {
    background-position-x: unset;
    padding: 0;
  }
  .hero-image-header .bmw-image h2 {
    font-size: 2.5vw;
    height: 2.9vw;
    margin-top: -20px;
  }

  .bmw-image .powered-af {
    bottom: 65px;
  }
  .bmw-image .powered-af img {
    width: 135px;
  }
  .footer-action {
    height: 100%;
    margin-bottom: 25px;
  }
  .footer-action .row {
    margin: 0;
    flex-flow: column;
  }
  .footer-action .row .col-sm {
    height: 130px;
    padding: 5px;
    margin: 5px 0;
  }

  .footer-action .envelope p {
    max-width: 100%;
  }
  .col-sm h6 p {
    font-weight: 500;
  }
  .footer-action img {
    height: 40px;
  }
  .footer {
    padding: 0px 20px;
    height: 170px;
  }
  .footer .row {
    flex-direction: column-reverse;
  }
  .footer .row .col-md {
    align-self: start;
    align-items: start;
  }
  .footer .row .logo-footer img {
    width: 200px;
  }
  .footer .row .logo-footer {
    justify-content: unset !important;
    margin-bottom: 10px;
  }
  .footer .footer-headers,
  .footer .logo-footer,
  .footer .footer-headers {
    width: 80%;
  }
  .footer .footer-headers .terms-conditions-portal {
    padding-left: unset;
    border-left: unset;
    margin-left: unset;
  }
  .footer-action .row {
    display: unset;
    grid-template-columns: unset;
  }
}
@media only screen and (min-width: 1200px) {
  .footer-action {
    max-width: 1170px;
  }
}
@media only screen and (min-width: 1400px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1370px;
  }
  .footer h9 {
    font-size: 1.5rem;
  }
  .footer-action {
    max-width: 1370px;
  }
}
@media only screen and (min-width: 1600px) {
  .footer-action {
    max-width: 1570px !important;
  }
}
@media only screen and (min-width: 768px) {
  .col-md {
    flex: unset;
  }
}
