/*
 * Les Chauffeurs Bourguignons / Les Chauffeurs Bourguignons Travel
 * Présentation uniforme des marques déposées sur le portail professionnel.
 */

.brand-logo-with-mark--stack {
  display: inline-flex;
  flex: 0 0 auto;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  line-height: 1;
}

.brand-logo-with-mark--stack > img,
.brand-logo-with-mark--stack > .intro-logo-frame {
  display: block;
}

.brand-logo-with-mark--stack > .intro-logo-frame {
  margin-bottom: 5px;
}

.brand-logo-mark {
  display: block;
  margin-top: 5px;
  color: #dfc994;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 10px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0;
  text-align: center;
  text-transform: none;
}

.brand-logo-with-mark--overlay {
  position: relative;
}

.brand-logo-with-mark--overlay > .brand-logo-mark {
  position: absolute;
  right: 8px;
  bottom: 6px;
  z-index: 2;
  margin: 0;
  color: #e8cf98;
  font-size: 9px;
  text-shadow: 0 1px 5px #000;
}

.brand-logo-with-mark--loader {
  margin: 0 auto 20px;
}

.brand-logo-with-mark--loader > .loader-logo,
.brand-logo-with-mark--dialog > .dialog-logo {
  margin-bottom: 3px;
}

.brand-logo-with-mark--dialog {
  display: flex;
  width: max-content;
  margin: 0 auto 22px;
}

.brand-logo-with-mark--dialog > .dialog-logo {
  margin-right: 0;
  margin-left: 0;
}

.brand-logo-with-mark--sidebar > .brand-logo-mark {
  margin-top: 3px;
  font-size: 8px;
}

.request-card-brand .brand-logo-mark,
.trip-brand-lockup .brand-logo-mark,
.agency-proposal-brand .brand-logo-mark {
  display: block;
  margin-top: 3px;
  color: #d8c39a;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 8px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0;
  text-transform: none;
}

@media (max-width: 620px) {
  .brand-logo-mark {
    font-size: 9px;
  }
}
