/* CSS Document */
/* GRIDS */
[class*=grid-] {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-left: -2rem;
}

[class*=grid-] > * {
  box-sizing: border-box;
  flex: 0 0 auto;
  width: calc(100% - 2rem - 0.01px);
  min-width: 0;
  min-height: 0;
  margin-left: 2rem;
}

[class*=grid-].no-gutter {
  margin-left: 0;
}

[class*=grid-].no-gutter > * {
  margin-left: 0;
}

[class*=grid-] > * {
  width: calc(100% - 2rem - 0.01px);
  margin-left: 2rem;
}

[class*=grid-2] > * {
  width: calc(50% - 2rem - 0.01px);
}

[class*=grid-3] > * {
  width: calc(33.3333333333% - 2rem - 0.01px);
}

[class*=grid-4] > * {
  width: calc(25% - 2rem - 0.01px);
}

[class*=grid-5] > * {
  width: calc(20% - 2rem - 0.01px);
}

[class*=grid-4].no-gutter > * {
  width: calc(25% - 0.01px);
  margin-left: 0;
}

[class*=grid-6] > * {
  width: calc(16.6666666667% - 2rem - 0.01px);
}

[class*=grid-3-5] > *:first-child {
  width: calc(40% - 2rem - 0.01px);
}

[class*=grid-3-5] > * {
  width: calc(60% - 2rem - 0.01px);
}

.bl {
  padding: 5% 0;
}

@media (min-width: 1025px) {
  [class*=grid-] {
    margin-left: -3rem;
  }
  [class*=grid-].gutter-small {
    margin-left: -1rem;
  }
  [class*=grid-] > * {
    width: calc(100% - 3rem - 0.01px);
    margin-left: 3rem;
  }
  [class*=grid-2] > * {
    width: calc(50% - 3rem - 0.01px);
  }
  [class*=grid-2].gutter-small > * {
    width: calc(50% - 1rem - 0.01px);
    margin-left: 1rem;
  }
  [class*=grid-3] > * {
    width: calc(33.3333333333% - 3rem - 0.01px);
  }
  [class*=grid-4] > * {
    width: calc(25% - 3rem - 0.01px);
  }
  [class*=grid-4].no-gutter > * {
    width: calc(25% - 0.01px);
    margin-left: 0;
  }
  [class*=grid-5] > * {
    width: calc(20% - 3rem - 0.01px);
  }
  [class*=grid-5].no-gutter > * {
    width: calc(20% - 0.01px);
    margin-left: 0;
  }
  [class*=grid-6] > * {
    width: calc(16.6666666667% - 3rem - 0.01px);
  }
  [class*=grid-3-5] > *:first-child {
    width: calc(60% - 3rem - 0.01px);
  }
  [class*=grid-3-5] > * {
    width: calc(40% - 3rem - 0.01px);
  }
}
@media (max-width: 1024px) {
  .row {
    margin: 2rem auto;
  }
  [class*=-large-1] > * {
    width: calc(100% - 2rem - 0.01px);
  }
  [class*=-large-2] > * {
    width: calc(50% - 2rem - 0.01px);
  }
  [class*=-large-3] > * {
    width: calc(33.3333333333% - 2rem - 0.01px);
  }
}
@media (max-width: 768px) {
  [class*=-medium-3] > * {
    width: calc(33.3333333333% - 2rem - 0.01px);
  }
  [class*=-medium-2] > * {
    width: calc(50% - 2rem - 0.01px);
  }
  [class*=-medium-1] > * {
    width: calc(100% - 2rem - 0.01px);
  }
}
@media (max-width: 640px) {
  .header-content {
    padding: 1rem 0;
  }
  [class*=-small-4] > * {
    width: calc(25% - 2rem - 0.01px);
  }
  [class*=-small-3] > * {
    width: calc(33.3333333333% - 2rem - 0.01px);
  }
  [class*=-small-2] > * {
    width: calc(50% - 2rem - 0.01px);
  }
  [class*=-small-2].no-gutter > * {
    width: calc(50% - 0.01px);
  }
  [class*=-small-1] > * {
    width: calc(100% - 2rem - 0.01px);
  }
}
@media (max-width: 480px) {
  [class*=-tiny-1] > * {
    width: calc(100% - 2rem - 0.01px);
  }
  [class*=-tiny-1].no-gutter > * {
    width: calc(100% - 0.01px);
  }
  [class*=bl-] {
    padding: 1rem 0;
  }
}
/* CSS Document */
[class^=icon-] {
  display: inline-block;
  vertical-align: bottom;
}

.icon-16 {
  width: 16px;
  height: 16px;
}

.icon-24 {
  width: 24px;
  height: 24px;
}

.icon-32 {
  width: 32px;
  height: 32px;
}

.icon-48 {
  width: 48px;
  height: 48px;
}

.icon-64 {
  width: 64px;
  height: 64px;
}

.icon-72 {
  width: 72px;
  height: 72px;
}

.icon-96 {
  width: 96px;
  height: 96px;
}

.icon-128 {
  width: 128px;
  height: 128px;
}

.icon-clock {
  width: 20px;
  height: 20px;
  background-image: url("/img/icons/heure.svg");
  opacity: 1;
  display: none;
  margin-right: 2px;
}

* {
  box-sizing: border-box;
}

::-moz-selection {
  color: #fff;
  background: #111;
}

::selection {
  color: #fff;
  background: #111;
}

html {
  -ms-text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
}

html,
body {
  width: 100%;
  min-height: 100%;
  margin: 0;
  padding: 0;
  font-family: "Poppins", sans-serif;
  font-size: 1rem;
}

body {
  background-image: url("../img/carte-motif.svg"), linear-gradient(#fff, #fff);
  background-repeat: repeat;
  background-position: left bottom;
}

h1, h2, h3, h4, h5 {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
}

h1 {
  font-size: 1.8rem;
  color: #222;
  margin: 0 0 1rem 0;
  font-weight: bold;
  letter-spacing: 1px;
}

h2 {
  font-size: 1.3rem;
  letter-spacing: 1px;
}

h3 {
  font-size: 1.2rem;
  margin: 1rem 0 0.5rem 0;
  letter-spacing: 1px;
}

h4 {
  font-size: 1.1rem;
  margin-bottom: 1rem;
  letter-spacing: 1px;
}

h5 {
  font-size: 1rem;
  margin: 1rem 0 0.5rem 0;
}

p {
  margin: 0 0 1rem 0;
  line-height: 1.5rem;
}

h3 + h4 {
  margin-top: 0;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom; /*backface-visibility: hidden;*/
}

ul {
  margin: 0 0 1rem 0;
  padding-left: 20px;
}

ul li {
  margin: 0.5rem 0;
}

#topbar {
  padding: 10px 0;
}

#topbar .container {
  display: flex;
}

.message {
  font-size: 14px;
  padding: 10px 30px 10px 50px;
  position: relative;
  line-height: 18px;
  border-radius: 3px;
  background-color: #ccc;
  color: #111;
  width: 100%;
}

.message a {
  color: #111;
  white-space: nowrap;
}

.message .svgb {
  position: absolute;
  fill: #111;
  display: block;
}

.message .svgb[data-icon=infos] {
  top: 3px;
  left: 15px;
}

.message .svgb[data-icon=close] {
  top: -10px;
  right: -10px;
  cursor: pointer;
}

#header {
  margin-bottom: 1rem;
}

.lignes-menu {
  display: flex;
  list-style: none;
  padding: 10px 0;
  margin: 0;
  border-radius: 3px;
}

.lignes-menu li {
  margin: 0 20px 0 0;
  position: relative;
  width: 100%;
  text-align: center;
}

.lignes-menu li:last-child {
  margin-right: 0;
}

.lignes-menu li a {
  display: block;
  text-align: center;
  color: #111;
  background-color: #fff;
  text-decoration: none;
  padding: 5px 10px;
  border-radius: 3px 3px 0 0;
  box-shadow: 0 0 10px #ccc;
  transition: 1s all;
}

.lignes-menu li a > span > span {
  display: block;
  font-size: 12px;
  text-transform: uppercase;
  white-space: nowrap;
}

.lignes-menu li a > span > span:first-child {
  display: none;
}

.lignes-menu li a > span > span + span {
  font-weight: bold;
  font-size: 18px;
  line-height: 18px;
}

.lignes-menu li a:hover {
  color: #fff;
}

.lignes-menu li.l1 a:hover {
  background-color: #e3001b;
}

.lignes-menu li.l2 a:hover {
  background-color: #00aeef;
}

[class^=ar-]:before {
  font-size: 32px;
  margin-top: -6px;
  display: inline-block;
}

.l1 a {
  border-bottom: 4px solid #e3001b;
}

.l2 a {
  border-bottom: 4px solid #00aeef;
}

.is-tracking:before {
  content: "";
  background-image: url("../img/share.svg");
  display: block;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  position: absolute;
  bottom: -8px;
  right: -8px;
  z-index: 10;
}

.l1.is-tracking:before {
  background-color: #e3001b;
}

.l2.is-tracking:before {
  background-color: #00aeef;
}

/* LIGNES */
#lignes .lignes-wrapper header {
  display: flex;
  margin-bottom: 1rem;
  line-height: 2rem;
}

#lignes .lignes-wrapper header h2 {
  width: 100%;
  background-color: #e2212d;
  color: #fff;
  padding: 10px;
  margin-right: 1rem;
  font-weight: 600;
  display: flex;
}

#lignes .lignes-wrapper header h2 span {
  white-space: nowrap;
}

#lignes .lignes-wrapper header .svgb {
  margin-left: auto;
  fill: #fff;
}

#lignes .lignes-wrapper header .svgb svg {
  fill: #fff;
}

#lignes .lignes-wrapper header a {
  margin-left: auto;
  display: block;
  padding: 10px;
  text-align: center;
  white-space: nowrap;
  background-color: #111;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  border-radius: 3px;
  font-size: 0.9rem;
}

#lignes .lignes-wrapper header a span {
  display: inline-block;
  margin-top: 3px;
}

.ligne-horaire {
  padding: 1rem;
  margin-bottom: 2rem;
  background-color: #fff;
  box-shadow: 0 0 10px #ccc;
  border-radius: 3px;
}

#lignes h2 {
  margin: 0;
  margin: auto 0;
}

#lignes h3 {
  margin: 0 0 1rem 0;
  font-size: 1.2rem;
  margin: auto 0 auto auto;
  text-align: right;
}

#lignes h4 {
  margin: 0;
  font-size: 1.2rem;
  line-height: 1.4rem;
  font-weight: bold;
}

#ligne-1 h2 {
  border-bottom: 4px solid #e3001b;
}

#ligne-2 h2 {
  border-bottom: 4px solid #00aeef;
}

.ld {
  color: #111;
  border-bottom: 1px solid #ccc;
  padding: 0 0 1rem 0;
  margin: 0 0 1rem 0;
}

.btn-track {
  color: #333;
  text-decoration: none;
  padding: 3px 5px;
  display: inline-block;
  border: 1px solid;
  border-radius: 3px;
  font-size: 0.9rem;
}

.btn-track svg {
  vertical-align: text-bottom;
}

.btn {
  line-height: 32px;
  display: inline-block;
  padding: 5px 20px;
  background-color: #fff;
  box-shadow: 0 0 10px #ccc;
  text-decoration: none;
  color: #111;
  border-radius: 3px;
  transition: 0.8s;
}

.btn svg {
  margin-right: 5px;
}

.btn:hover {
  background-color: #111;
  color: #fff;
}

.btn:hover svg {
  fill: #fff;
}

#map {
  min-height: 60vh;
  width: 100%;
  border-radius: 3px;
  position: relative;
  box-shadow: 0 0 10px #ccc;
}

.map-container .leaflet-touch .leaflet-bar {
  border: none;
}

.map-container .leaflet-touch .leaflet-bar a {
  background-color: #111;
  color: #fff;
  font-weight: normal;
  width: 44px;
  height: 44px;
  line-height: 44px;
}

.map-container .leaflet-touch .leaflet-control-layers {
  border: none;
  border-radius: 3px;
}

.map-container .leaflet-retina .leaflet-control-layers-toggle {
  background-color: #111;
}

.map-container .leaflet-tile-pane {
  filter: grayscale(1);
}

.map-container .leaflet-control-layers-toggle {
  background-image: url("../img/layers.svg") !important;
  background-color: #111 !important;
  border-radius: 3px;
}

.container {
  max-width: 90%;
  margin: auto;
}

.js-btn-recentrer {
  position: absolute;
  width: 44px;
  height: 44px;
  background-color: #111;
  bottom: 10px;
  left: 10px;
  outline: none;
  border-radius: 3px;
  z-index: 10000;
  border: none;
  cursor: pointer;
}

.js-btn-recentrer svg {
  fill: #fff;
}

#footer p {
  text-align: center;
  margin: 0;
  padding: 10px;
  color: #111;
}

#footer a {
  color: #111;
  text-decoration: none;
}

#footer a:hover {
  color: #e2212d;
}

@media (min-width: 1080px) {
  #header {
    margin-bottom: 2rem;
  }
  .container {
    max-width: 80%;
  }
}
@media (min-width: 769px) {
  .container {
    max-width: 80%;
  }
  #header .container {
    display: flex;
  }
  h1 {
    font-size: 3rem;
    margin-bottom: 2rem;
  }
  h2 {
    font-size: 1.8rem;
  }
  h3 {
    font-size: 1.8rem;
  }
  h4 {
    font-size: 1.5rem;
  }
  .lignes-menu {
    margin-left: auto;
    margin-top: auto;
  }
  .lignes-menu li a > span {
    font-size: 18px;
    line-height: 18px;
  }
  .lignes-menu li a {
    padding: 10px 30px;
  }
  .logo {
    position: relative;
    z-index: 1001;
  }
  .ligne-horaire {
    padding: 2rem;
    margin-bottom: 3rem;
  }
}
@media (min-width: 681px) {
  .hr {
    display: flex;
  }
  .hj {
    margin-left: auto;
    text-align: right;
  }
}
@media (min-width: 641px) {
  .logo {
    display: block;
  }
  #lignes .lignes-wrapper header a {
    padding: 5px 20px 5px 10px;
    margin-top: auto;
  }
  #lignes .lignes-wrapper header h2 span {
    font-size: 1.2rem;
  }
}
@media (max-width: 640px) {
  #header {
    position: relative;
  }
  #lignes .ligne-horaire {
    display: none;
  }
  #lignes .ligne-horaire.is-active {
    display: block;
  }
  .logo {
    margin-bottom: 1rem;
    display: block;
    text-align: center;
  }
  .lignes-menu {
    border-radius: 3px;
    padding: 5px;
  }
  .lignes-menu li {
    margin-right: 5px;
  }
  #lignes .lignes-wrapper header a span {
    display: none;
  }
}
@media (max-width: 440px) {
  .lignes-menu li a > span > span + span {
    font-size: 14px;
  }
  #lignes .lignes-wrapper header h2 {
    font-size: 1rem;
    text-wrap: nowrap;
  }
  #lignes h4 {
    font-size: 1rem;
  }
}/*# sourceMappingURL=main.css.map */