@font-face {
  font-family: 'latobold';
  src: url('font/lato/lato-bold-webfont.woff2') format('woff2'),
  url('font/lato/lato-bold-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'latoheavy';
  src: url('font/lato/lato-heavy-webfont.woff2') format('woff2'),
  url('font/lato/lato-heavy-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'latolight';
  src: url('font/lato/lato-light-webfont.woff2') format('woff2'),
  url('font/lato/lato-light-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'latomedium';
  src: url('font/lato/lato-medium-webfont.woff2') format('woff2'),
  url('font/lato/lato-medium-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'latoregular';
  src: url('font/lato/lato-regular-webfont.woff2') format('woff2'),
  url('font/lato/lato-regular-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

body {
  margin: 0;
  padding: 0;
  color: #333;
  background: #404040;
}

header {
  height: 50px;
  background: #D58618;
  z-index: 99;
  box-shadow: 0 0 8px #333333;
}

header h1 {
  font-size: 1.3rem;
  color: #DFB41B;
  padding: 17px 20px;
}

header span {
  font-size: 1rem;
}

h1 {
  font-family: 'latoheavy', Arial, sans-serif;
}
p {
  font-size: 16px;
  font-family: 'latoregular', Arial, sans-serif;
}
.container-fluid{
  position: relative;
}
.container-fluid, .row, .col-md-12{
  margin:0;
  padding: 0;
}
/*--------------------------
Slider
---------------------------*/
#slider {
  height: 500px;
  width: 85%;
  position: relative;
  margin: auto;
  z-index: 1;
}

.slide-view {
  /*position: relative;*/
  overflow: hidden;
  height: 500px;
  width: 100%;
}

.slidecontainer {
  width: 600%;
  height: 100%;
  display: flex;
  position: absolute;
  left: 0;
  z-index: 5;
}

.contents{
  position: relative;
  width: 100%;
  height: 500px;
  color: #fff;
  /*float: left;*/
}

.contents a {
  display: block;
}

.contents a:hover {
  color: #600;
}

#slide01 {
  background: linear-gradient(45deg, rgba(24, 24, 24, 0.9) 10%, rgba(255, 255, 255, 0.1) 55%),
  url(images/bike-414278_1920.jpg) no-repeat 0px -140px;
}

#slide01 .text-container {
  color: #fff;
  top: 20%;
  left: 50px;
}

#slide01 .text-container > h2 {
  font-size: 3rem;
  font-family: 'latobold', Arial, sans-serif;
  margin-bottom: 1rem;
}

#slide01 .text-container > h1 {
  font-size: 1.5rem;
  font-family: 'latoregular', Arial, sans-serif;
  line-height: 2.3rem;
}

/* slide 02 */
#slide02 {
  background: linear-gradient(rgba(22, 129, 134, 0.7), rgba(22, 129, 134, 0.7)),
  url(images/old-port-1335880_1920.jpg) 0px -200px no-repeat;
  background-size: cover;
}

#slide02 .text-container,
#slide03 .text-container,
#slide04 .text-container,
#slide05 .text-container,
#slide06 .text-container
{
  margin: 80px auto auto auto;
  text-align: center;
  width:70%;
}

#slide02 .text-container{
  margin: 120px auto auto auto;
}

#slide02 .text-container > h2{
  font-size: 2.8rem;
  margin-bottom: 1.8rem;
}

#slide02 .text-container > p{
  font-size: 1.4rem;
  line-height: 2.3rem;
  font-family: 'latoregular', sans-serif;
}

#slide03 .text-container > h3,
#slide04 .text-container > h3,
#slide05 .text-container > h3,
#slide06 .text-container > h3 {
  font-size: 1.8rem;
  line-height: 2.7rem;
  font-family: 'latoregular', sans-serif;
}

#slide03 .text-container > p,
#slide04 .text-container > p,
#slide05 .text-container > p,
#slide06 .text-container > p {
  font-size: 1.2rem;
  border: 1px solid #fff;
  padding: 5px 3px;
  margin: 5% auto;
}

#slide03 .text-container > img,
#slide04 .text-container > img,
#slide05 .text-container > img,
#slide06 .text-container > img {
  width: 20%;
  margin-bottom: 0;
}

#slide03 {
  background: linear-gradient(rgba(119, 178, 82, 0.8), rgba(119, 178, 82, 0.8)),
  url(images/img_map.png) 0px 0px / 140% no-repeat;
  background-size: cover;
}

#slide04 {
  background:
  linear-gradient(rgba(245, 166, 31, 0.8), rgba(245, 166, 31, 0.8)),
  url(images/bicycle-riders-2071825_1920.jpg) 0px -200px / 100% no-repeat;
  background-size: cover;
}

#slide05 {
  background:
  linear-gradient(rgba(22, 142, 149, 0.8), rgba(22, 142, 149, 0.8)),
  url(images/bicycles-3419243_1920.jpg) 0px -200px / 100% no-repeat;
  background-size: cover;
}


#slide06 {
  background:
  linear-gradient(rgba(142, 119, 182, 0.8), rgba(142, 119, 182, 0.8)),
  url(images/bicycle-2711290_1920.jpg) 0px -50px / 100% no-repeat;
  background-size: cover;
}

.slider-navi {
  z-index: 10;
}

.slider-navi a,
.pagination a {
  overflow: hidden;
}
/*
.slider-navi a.disabled{
display: none;
}
*/

.arrow {
  cursor: pointer;
  position: absolute;
  top: 45%;
  color: #FFF;
  font-size: 1.2rem;
}

.arrow i {
  color: #D75254;
  border: solid 1px #D75254;
  padding: 7px;
}

.arrow i:hover{
  border: solid 1px rgba(255, 255, 255, 0.7);
  background: rgba(64, 64, 64, 0.5);
  color: rgba(215,84,82,0.7);
}

.next {
  position: absolute;
  right: -70px;
}

.prev {
  position: absolute;
  left: -70px;
}

.pagination {
  position: absolute;
  bottom: 30px;
  left: 45%;
  width: 200px;
  z-index: 30;
}

.pagination a {
  float: left;
  margin: 5px 5px 0;
  width: 11px;
  height: 11px;
  border-radius: 5px;
  background: rgba(238, 238, 238, 0.8);
  vertical-align: middle;
}

.pagination a.active{
  cursor: default;
  background: rgba(215,84,82,1);
}

.pagination a.active:before{
  margin-left: -130px;

}


/*--------------------------
La Carte
---------------------------*/
.cartecontainer {
  position: relative;
  overflow: hidden;
  height: 500px;
}

#mapid {
  height: 100%;
  z-index: 0;
}

/*--------------------------
panneau infos
---------------------------*/
.infos {
  background: #FFF;
  height: 100%;
  width: 25%;
  position: absolute;
  right: -25%;
  top:0;
  z-index:20;
  padding: 25px;
  box-shadow: 0 3px 5px #333;
}
/*
.infos.open {
transform: translate(0);
}
*/
.infos p {
  margin: 0.3em;
}

.status {
  font-size: 1em;
  position: absolute;
  top: 10px;
  right: 10px;
  color:#7BB955;
  font-family: 'latolight', Arial, sans-serif;
  margin-bottom: 20px;
}

.info_contents {
  position: absolute;
  top: 60px;
}
.name {
  font-size: 1.4em;
}

.infos ul{
  margin: 1.5em 0 3em 0;
}
.infos li{
  margin: 0.5em 0;
  list-style-position: inside;
  list-style: none;
  background-repeat:no-repeat;
  background-position:0px 2px;
  padding-left: 35px;
  font-size: 1.3em;
}

.available_bikes{
  background-image: url(images/icon/velo_dispo.png);
}

.available_bike_stands{
  background-image: url(images/icon/velo_dispo_parking.png);
}

input.nom, input.prenom {
  background-color: #E2F4FE;
  border-radius: 3px;
  margin-top: 0.25rem;
  margin-left: 10px;
  width: 65%;
}
form div {
  text-align: center;
  margin-top: 18px;
}

.btn-warning, .btn-danger {
  padding: 0.2em 1em;
  border-radius: 5px;
}

#error-message {
  color: red;
  font-size: 0.9em;
  margin-top: 1em;
}

/*--------------------------
espace de signature
---------------------------*/
#signature {
  background: rgba(0, 0, 0, 0.6);
  z-index: 99;
  position: fixed;
  top:0;
  left:0;
  bottom: 0;
  right: 0;
  text-align: center;
  display: none;
}
/*
#signature: active {
display: block;
}
*/
#candiv {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 800px;
  height: 400px;
  background: #e6ecf0;
  padding: 20px 40px;
}

#canvas_container {
  width: 700px;
  height: 250px;
  margin: auto;
  background: white;
  border-radius: 5px;
}

.sig_btn {
  padding: 5px 20px;
  margin: 10px 7px 0 7px;
}

.confirmation:disabled {
  background-color: #8B8B8B;
  border-color: #6B6B6B;
  color:#6B6B6B;
}

.btn-close {
  position: absolute;
  top: 15px;
  right: 15px;
}

.btn-close i {
  color: #C0C0C0;
}

/*--------------------------
Text de réservation
---------------------------*/
#reservation {
  height: 150px;
  background: #D75254;
  padding-top: 0.8em;
}

.text_reservation, .textcountdown, .text_expirer {
  color: white;
  text-align: center;
  margin-bottom: 0em;
}

.text_reservation{
  margin-bottom: 0em;
}

.textcountdown{
  margin-bottom: 0.8em;
}

.text_expirer {
  border: solid 1px white;
  padding: 2px;
  width: 30%;
  margin: auto;
  display: none;
}

#btnannuler {
  display: none;
  font-size: 0.9rem;
  margin: auto;
  border-radius: 10px;
  border: solid 1px #F7BFE3;
  padding: 5px 15px;
}

#modal_validation {
  width: 800px;
  height: 300px;
  top: 20%;
  left: 20%;
}

#modal_confirmation, #modal_confirmation_change {
  width: 500px;
  height: 200px;
  top: 20%;
  left: 33%;
}

#modal_confirmation, #modal_validation, #modal_confirmation_change {
  background: #fff;
  padding: 50px 40px;
  position: fixed;
  text-align: center;
  box-shadow: 0 0 7px #6B6B6B;
  display: none;
  z-index: 99;
}

#modal_confirmation_change {
  color: red;
}

#modal_confirmation p, #modal_confirmation_change p, #modal_validation>p:nth-child(2) {
  font-size: 1.2rem;
}

#modal_validation>p:first-child {
  border-bottom: solid 1px grey;
}

#modal_validation>p:nth-child(3) {
  font-size: 0.9rem;
  color: red;
}
