:root {
  --wq-purple: #A040A0;
  --wq-purple-transparent: rgba(160,64,160,0);
  --wq-blue: #006BFF;
  --wq-blue-transparent: rgba(0,111,255,0);
  --wq-light-grey: #F7F7F7;
  --wq-dark-grey: #D3D3D3;
}

.logo {
  display: inline-block;
  position: relative;
  z-index: 1;
}

.logo-span {
  display: inline-block;
}

.logo-webqard {
  position: relative;
  z-index: -1;
}

.border-bottom-grey {
  border-bottom: 3px solid var(--wq-dark-grey);
}

body {
  padding-top: 90px;
}

.fixed-top {
  margin: auto;
}

@media (min-width: 576px) {
  .fixed-top {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .fixed-top {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .fixed-top {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .fixed-top {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .fixed-top {
    max-width: 1320px;
  }
}
.card:hover {
  border-color: var(--wq-dark-grey);
}

.btn-primary {
  background-color: var(--wq-blue);
  border-color: var(--wq-blue);
}

/**
 * Accueil.
 */
.card-footer {
  background-color: white;
  border-top: none;
}