@import url("https://fonts.googleapis.com/css?family=Montserrat:300,400,700|Source+Sans+Pro:300,400,700&display=swap");
.alert {
  position: fixed;
  bottom: 16px;
  right: 16px;
  z-index: 1000; }

.avatar {
  width: 40px;
  border-radius: 50%; }

.avatar-large {
  width: 56px;
  border-radius: 50%; }

.avatar-bordered {
  width: 40px;
  border-radius: 50%;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  border: white 1px solid; }

.avatar-square {
  width: 40px;
  border-radius: 0px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  border: white 1px solid; }

.avatar-large-square {
  width: 170px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  border-radius: 50%; }

.avatar-small-square {
  width: 32px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  border-radius: 50%; }

.banner {
  height: 100vh; }

.title-main {
  margin: 0; }

.main-container {
  max-width: 580px;
  margin: 0px auto;
  background-color: white;
  padding: 24px;
  margin-bottom: 24px; }
  .main-container p {
    font-size: 18px; }

.wrapper-white {
  background-color: white;
  margin-bottom: 24px;
  border-radius: 5px; }

h2 {
  font-weight: bolder; }

.booking {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 16px 0; }
  .booking .booking-left {
    display: flex;
    align-items: center; }
  .booking .booking-actions {
    display: flex;
    align-items: center; }
  .booking .booking-tag {
    margin: 1px 4px;
    padding: 2px 5px 0px 5px;
    background-color: #bfbfbf;
    color: white;
    border-radius: 8px;
    font-weight: lighter;
    font-size: 12px; }

.booking-info {
  display: flex;
  flex-direction: column;
  margin-left: 8px; }
  .booking-info .booking-info-title {
    font-weight: bolder;
    font-size: 1.2em; }
  .booking-info .booking-info-details {
    font-weight: lighter; }

.card-category {
  background-size: cover;
  background-position: center;
  height: 240px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  position: relative;
  margin-bottom: 7em; }

.card-description {
  background-color: white;
  padding: 24px;
  margin-top: -24px;
  position: absolute;
  bottom: -108px;
  width: 85%;
  border-radius: 5px;
  height: 154px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  display: flex;
  flex-direction: column;
  justify-content: space-between; }
  .card-description span {
    color: #cccccc;
    font-size: 22px; }
  .card-description p {
    margin-bottom: 4px;
    font-weight: lighter; }
  .card-description h5 {
    font-weight: bold; }
  .card-description:hover .external-link {
    opacity: 1; }
  .card-description .offline {
    color: white;
    background-color: #cccccc;
    padding: 0 8px;
    font-size: 12px;
    border-radius: 12px;
    text-decoration: none; }
    .card-description .offline:hover {
      background-color: #cccccc;
      color: white;
      text-decoration: none; }

.cards {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 16px;
  padding: 24px; }

.external-link {
  margin-left: 8px;
  opacity: 0;
  color: #868686;
  transition: opacity 1s; }
  .external-link:hover {
    cursor: pointer;
    color: #333333; }

.card-trip {
  overflow: hidden;
  background: white;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  position: relative; }

.card-trip > img {
  height: 200px;
  width: 100%;
  object-fit: cover; }

.card-trip h2 {
  font-size: 16px;
  font-weight: bold;
  margin: 0; }

.card-trip p {
  font-size: 12px;
  opacity: .7;
  margin: 0; }

.card-trip .card-trip-infos {
  padding: 16px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  position: relative; }

.card-trip-infos .card-trip-user {
  position: absolute;
  right: 16px;
  top: -20px;
  width: 40px; }

.card-link {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%; }

@media (min-width: 100px) and (max-width: 575px) {
  .cards {
    grid-template-columns: 1fr; }

  .external-link {
    opacity: 1; } }
@media (min-width: 576px) {
  .cards {
    grid-template-columns: 1fr; }

  .external-link {
    opacity: 1; } }
@media (min-width: 768px) {
  .cards {
    grid-template-columns: 1fr 1fr; }

  .external-link {
    opacity: 0; } }
@media (min-width: 992px) {
  .cards {
    grid-template-columns: 1fr 1fr 1fr; } }
@media (min-width: 1200px) {
  .cards {
    grid-template-columns: 1fr 1fr 1fr; } }
.bg-gray {
  background-color: #333333; }
  .bg-gray:hover {
    background-color: #333333;
    opacity: .8; }

.small-container {
  max-width: 750px;
  margin: auto;
  width: 100%; }

.small-h1-header {
  font-size: 32px;
  font-weight: bold; }

.small-h3-header {
  font-size: 20px;
  font-weight: bold; }

.small-h5-header {
  font-size: 16px;
  font-weight: bold; }

.tutorial-container {
  background: white;
  padding: 20px;
  width: 100%;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
  margin: 10px auto;
  position: relative;
  overflow: hidden; }

.code-wrapper {
  background: white;
  padding: 20px 0 0 20px;
  width: 100%;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
  margin: 10px auto;
  position: relative;
  overflow: hidden; }

.highlight {
  background-color: white !important; }

.tutorial-section {
  padding: 16px 0; }
  .tutorial-section p {
    margin: 0; }

.tutorial-feature {
  background-color: #F4F4F4; }

.ul-title {
  flex-wrap: wrap;
  margin: 16px 0; }
  .ul-title a {
    color: #333333;
    text-decoration: none;
    font-weight: lighter; }
  .ul-title a:hover {
    text-decoration: none;
    color: #868686; }

.navbar-lewagon {
  justify-content: space-between;
  background: white; }

.navbar-lewagon .navbar-collapse {
  flex-grow: 0; }

.navbar-lewagon .navbar-brand img {
  width: 40px; }

.navigation-buttons {
  flex-wrap: wrap; }

.navigation-button {
  padding: 0 16px;
  position: relative;
  font-size: 20px; }
  .navigation-button:hover {
    opacity: 0.7; }

.navigation-button-link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

.btn-dark {
  color: #bfbfbf;
  color: white; }

.nav-group {
  display: flex;
  margin: 20px 0 0 20px;
  align-items: center;
  position: relative; }

.nav-group-link {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 66px; }

.nav-arrow {
  font-size: 32px; }

.link-gray {
  color: #868686; }
  .link-gray:hover {
    text-decoration: none;
    color: #bfbfbf; }

.tabs-underlined {
  display: flex;
  align-items: center; }

.tabs-underlined .tab-underlined {
  color: black;
  padding: 8px;
  margin: 8px 16px;
  opacity: .4;
  cursor: pointer;
  text-decoration: none;
  border-bottom: 4px solid transparent;
  display: block; }
.tabs-underlined .tab-underlined:hover {
  opacity: 0.5; }

.tabs-underlined .tab-underlined.active {
  opacity: 1;
  border-bottom: 3px solid #555555; }

.tutorial-tags {
  margin: 16px 0; }

.tutorial-tag {
  margin: 1px 4px;
  padding: 2px 5px 0px 5px;
  background-color: #4d4c4c;
  color: white;
  border-radius: 8px;
  font-weight: lighter;
  font-size: 12px; }

body {
  font-family: 'Source Sans Pro', sans-serif;
  color: #333333;
  background-image: url(../images/greyzz.png); }

h1 {
  font-family: 'Montserrat', sans-serif;
  font-size: 4.5rem; }

iframe {
  width: 100%;
  min-height: 400px; }
