﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

a.navbar-brand {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  font-size: 14px;
}
@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.border-top {
  border-top: 1px solid #e5e5e5;
}
.border-bottom {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
  font-size: 1rem;
  line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}

body {
  /* Margin bottom by footer height */
  margin-bottom: 60px;
  background-color:#f5f5f5;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  /* Set the fixed height of the footer here */
  height: 60px;
  line-height: 60px; /* Vertically center the text there */
}

.item { background-color: white; border-top: solid 1px #ccc; border-bottom: solid 1px #ccc; padding: 5px; }
	.item small { color: #808080; }

.prix { font-size: 1.8rem; font-weight: bold; }
.horaire { font-size: 1.5rem; font-weight: bold }

.btn.fa, .btn.numBusAller, .btn.numBusRetour { background-color: transparent !important; }
.btn.numBusAller.focus, .btn.numBusRetour.focus { box-shadow: none; }
.btn.numBusAller.focus > div, .btn.numBusRetour.focus > div { background-color: #714f77; color:#fff; }

.table-header { border-bottom: 1px solid #eee; text-transform: uppercase; font-size: 10px; padding-bottom: 5px; margin-top: 5px; }
.table-cell { border-bottom: 1px solid #eee; padding-top: 20px; padding-bottom: 20px; /*background: #fff;*/ position: relative; }

.infobus { font-size: 0.6rem; top: -10px; padding: 0 }
.infolien { cursor:pointer; }

.hidden {
    display: none !important;
    visibility: hidden !important;
}

th.active, td.active {
    background-color: #f00
}

.fa-info-circle:before {
    color: #c08fc9 !important;
}

#resultAller, #resultRetour {
    color: #000
}

.secondary {
    color: #9c56a8
}

#assuranceDeskop {
    visibility: hidden;
    padding: 0;
    margin: 0;
    width: 0;
    height: 0
}
.fa-chevron-left, .fa-chevron-right {
    visibility: hidden;
    padding: 0;
    margin: 0;
    width: 0;
    height: 0
}


.modal {
    display: none;
}

.modal-back {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba( 0, 0, 0, .25 )
}

.modal-container {
    position: fixed;
    top: 50%;
    left: 50%;
    padding: 25px;
    background: #f7142f;
    color: #fff;
    transform: translate(-50%, -50%)
}

.modal-container a, .modal-container a :hover {
    color: #fff;
}

.modal-containerMinisite {
    position: fixed;
    top: 50%;
    left: 50%;
    padding: 25px;
    background: #fff;
    border: 4px solid #44b2cf;
    transform: translate(-50%, -50%)
}



@media (min-width: 576px) {
    #assuranceMobile {
        visibility: hidden;
        padding: 0;
        margin: 0;
        width: 0;
        height: 0
    }
    #assuranceDeskop, .fa-chevron-left, .fa-chevron-right {
        visibility: visible;
        padding: auto;
        margin: auto;
        width: auto;
        height: auto
    }
}
