#header {
  background-color: #ffffff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
#logo {
  width: 100%;
  padding: 10px;
  display: flex;
  align-items: center;
  position: fixed;
  top: 0;
  background-color: white;
  -webkit-box-shadow: 0px 2px 4px 1px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 2px 4px 1px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 2px 4px 1px rgba(0, 0, 0, 0.75);
  z-index: 500;
}
#logo img {
  width: 45%;
}
@media (max-width: 600px) {
  #logo img {
    width: 60%;
  }
}
@media (max-width: 1000px) and (min-width: 600px) {
  #logo img {
    width: 30%;
  }
}
.menu,
.menu::before,
.menu::after {
  box-sizing: border-box;
}
html {
  font-size: 18px;
}
body {
  font-family: "Cutive Mono", serif;
  line-height: 1.6;
  overflow-x: hidden;
}
label .menu {
  position: fixed;
  right: -12px;
  top: -9px;
  z-index: 600;
  width: 67px;
  height: 60px;
  background: #003a72;
  border-radius: 50% 50% 50% 50%;
  transition: 0.5s ease-in-out;
  box-shadow: 0 0 0 0 #003a72, 0 0 0 0 #003a72;
  cursor: pointer;
  font-family: "HelveticaNeueLTStd-Bd", serif;
}
label .hamburger {
  position: absolute;
  top: 31px;
  left: 18px;
  width: 25px;
  height: 2px;
  background: #ffffff;
  display: block;
  -webkit-transform-origin: center;
  transform-origin: center;
  transition: 0.5s ease-in-out;
}
label .hamburger:after,
label .hamburger:before {
  transition: 0.5s ease-in-out;
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background: #ffffff;
}
label .hamburger:before {
  top: -10px;
}
label .hamburger:after {
  bottom: -10px;
}
label input {
  display: none;
}
label input:checked + .menu {
  box-shadow: 0 0 0 100vw #003a72, 0 0 0 100vh #003a72;
  border-radius: 0;
}
label input:checked + .menu .hamburger {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
label input:checked + .menu .hamburger:after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  bottom: 0;
}
label input:checked + .menu .hamburger:before {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  top: 0;
}
label input:checked + .menu + #menu {
  opacity: 1;
  color: #ffffff;
  z-index: 601;
}
label #menu {
  position: fixed;
  display: flex;
  flex-direction: column;
  justify-content: center;
  opacity: 0;
  transition: 0.25s 0s ease-in-out;
  width: 100%;
  height: 100%;
  left: 0;
}
#menu div {
  text-align: center;
  margin-bottom: 15px;
}
#menu div a {
  color: white;
}
#menu div img {
  width: 35px;
}
@media (max-width: 600px) {
  #menu div {
    margin-bottom: 5px;
  }
}
#bottom {
  filter: drop-shadow(0 0 0.2rem black);
  background-color: #003a72;
  display: flex;
  justify-content: center;
  padding: 10px;
  width: 100%;
  z-index: 1000;
}
.fix {
  position: fixed;
  bottom: 0;
}
#logoFooter {
  height: 17px;
}
@media (max-height: 700px) {
  #bottom {
    padding: 5px;
  }
  #logoFooter {
    height: 14px;
  }
}
html,
body {
  height: 100%;
  margin: 0;
  padding: 0;
  -moz-user-select: none;
  /* Firefox */
  -webkit-user-select: none;
  /* Chrome, Safari, Opéra depuis la version 15 */
  -ms-user-select: none;
  /* Internet explorer depuis la version 10 et Edge */
  user-select: none;
  /* Propriété standard */
  position: fixed;
  z-index: -1;
}
body {
  margin: 0;
  padding: 0;
  font-family: "HelveticaNeueLTStd-Bd";
  background-position: left;
}
#content {
  position: fixed;
  height: 88%;
  width: 100%;
  top: 20px;
}
@media (max-height: 850px) {
  #content {
    zoom: 105%;
  }
}
@media (max-height: 700px) {
  #content {
    zoom: 82%;
  }
}
@media (max-height: 600px) {
  #content {
    zoom: 65%;
  }
}
#titreSelectParking {
  width: 242px;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 6px solid transparent;
  border-top: 35px solid #003a72;
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  z-index: 5;
  top: 78px;
  left: 50%;
  transform: translate(-50%, 0);
}
#titreSelectParking span {
  margin-top: -32px;
  color: #ffffff;
  font-size: 20px;
  text-transform: uppercase;
  font-family: Olender;
}
@media (max-height: 600px) {
  #titreSelectParking span {
    font-size: 12px;
  }
}
#etape1 {
  position: fixed;
  top: 55px;
  left: 4px;
}
#etape1 img {
  width: 60px;
}
#etape2 {
  position: fixed;
  top: 280px;
  left: 4px;
  z-index: -1;
}
@media (min-width: 1024px) {
  #etape2 {
    top: 320px;
  }
}
@media (min-width: 1500px) {
  #etape2 {
    top: 400px;
  }
}
#etape2 img {
  width: 60px;
}
.selected {
  margin: 0 !important;
  padding: 3px;
  font-size: 13px;
}
.selected .label {
  color: white !important;
}
#selctParking {
  margin-top: 88px;
  display: flex;
  text-align: center;
}
#selctParking .selectParking {
  margin: 5px;
  background-color: #dedede;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: white;
}
#selctParking .selectParking span {
  background-color: rgba(51, 51, 51, 0.7);
  width: 80%;
  line-height: 1.3;
  padding: 8px 0 2px 0;
  font-size: 16px;
}
#selctParking .select {
  color: white !important;
  height: 120px !important;
  margin: 5px !important;
}
.wagram {
  background-image: url("img/wagram.jpg?201910221030");
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position-y: center;
}
.halles {
  background-image: url("img/halles.png?201910221539");
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position-y: center;
}
.coupole {
  background-image: url("img/coupole.jpg?201910221539");
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position-y: center;
}
.nemausus {
  background-image: url("img/nemausus.png?201910221030");
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position-y: center;
}
.cambrone {
  background-image: url("img/cambrone.jpg?201910221030");
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position-y: bottom;
}
.salpetriere {
  background-image: url("img/salpetriere.jpg?201910221030");
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position-y: center;
}
.castres {
  background-image: url("img/castres.jpg?201910221030");
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position-y: center;
}
.albi {
  background-image: url("img/albi.jpg?201910221030");
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position-y: bottom;
}
.antibes {
  background-image: url("img/antibes.png?201910221030");
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position-y: bottom;
}
.grayAlbion {
  background-image: url("img/gray_albion.png?201910221030");
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position-y: bottom;
}
#textTarification {
  width: 100%;
  font-size: 14px;
  text-align: center;
  margin-top: 12px;
  margin-bottom: 12px;
  color: #003a72;
  line-height: 1.3;
  padding: 0 25px 0 25px;
  position: relative;
}
.elt-slider {
  cursor: pointer;
}
#slider {
  display: flex;
  justify-content: center;
  position: absolute;
  top: 0;
  width: 100%;
  font-size: 12px;
  z-index: 1;
}
#slider div {
  margin-right: 2px;
}
#slider .jour div,
#slider .heure div,
#slider .temps div {
  margin: 10px;
}
#slider #tns1,
#slider #tns2,
#slider #tns3 {
  font-size: 12px !important;
  text-align: center;
  width: 100px;
  color: rgba(0, 58, 114, 0.6);
  z-index: 200;
}
#slider #tns1-mw,
#slider #tns2-mw,
#slider #tns3-mw {
  height: 90px !important;
}
#slider .titleSelect {
  height: 50px;
  width: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #003a72;
  color: white;
  text-transform: uppercase;
  text-align: center;
  font-family: Olender;
  font-size: 17px;
  line-height: 1.2;
}
@media (max-height: 600px) {
  #slider .titleSelect {
    font-size: 10px;
  }
}
#selecteur {
  display: flex;
  justify-content: center;
  width: 100%;
  height: 25px;
  position: absolute;
  top: 79px;
  color: white;
}
#selecteur .barreBleu {
  background-color: #003a72;
  width: 350px;
}
#box {
  position: absolute;
  display: flex;
  justify-content: center;
  top: 50px;
  width: 100%;
  z-index: -1;
  height: 100px;
}
#box .indivBox {
  background-color: white;
  margin-right: 2px;
  margin-top: 0;
  width: 100px;
  height: 81px;
}
.blueSelect {
  width: 100px;
  height: 25px;
  margin-left: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#result {
  display: flex;
  justify-content: center;
  position: relative;
  width: 100%;
}
#result #prix,
#result #avantage {
  width: 35%;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#result #prix .titleResultat,
#result #avantage .titleResultat {
  width: 90%;
  color: #003a72;
}
#result #prix .resultatFinal,
#result #avantage .resultatFinal {
  width: 80%;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 6px solid transparent;
  border-top: 40px solid #003a72;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 5px;
}
#result #prix .resultatFinal span,
#result #avantage .resultatFinal span {
  margin-top: -34px;
  color: #ffffff;
  font-size: 20px;
  text-transform: uppercase;
}
#result #egal {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
}
#result #egal img {
  width: 50%;
}
#boutton {
  background-color: #003a72;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  left: 50%;
  padding: 5px;
  border-radius: 15px;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  text-decoration: none;
}
#cts {
  color: #003a72;
}
@font-face {
  font-family: HelveticaNeueLTStd-Bd;
  src: url("font/HelveticaNeueLTStd-Bd_0.otf");
}
@font-face {
  font-family: Olender;
  src: url("font/Olenber.otf");
}
#mentionleg {
  text-align: center;
  color: #003a72;
  width: 100%;
  margin: 0;
  overflow: auto;
  font-size: 13px;
  height: 91%;
  position: fixed;
  top: 53px;
  padding: 0 10px 20px 10px;
}
@media (max-width: 600px) {
  #prv img {
    width: 70%;
  }
  #mentionleg {
    text-align: center;
    color: #003a72;
    width: 99%;
    margin: 0;
    overflow: auto;
    font-size: 13px;
    height: 83%;
    position: fixed;
    top: 53px;
  }
}
.blue {
  border-top: 40px solid #00afec !important;
}
.blue span {
  font-size: 12px !important;
}
.green {
  border-top: 40px solid #74bd4c !important;
}
.yellow {
  border-top: 40px solid #ffc410 !important;
}
.orange {
  border-top: 40px solid #ef5b2f !important;
}
#elt {
  position: absolute;
  /* right: -53px; */
  /* bottom: 62px; */
  z-index: -1;
  top: 546px;
  left: 295px;
}
#elt img {
  width: 30%;
}
.nav {
  padding: 80px 0;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  background: #003a72;
  color: #ffffff;
  margin: 0;
  width: 100%;
  text-align: center;
}
.nav a {
  color: white;
  text-decoration: none;
}
.nav li {
  padding: 20px;
}
.nav img {
  width: 35px;
}
#tarifd {
  text-align: center;
  color: #003a72;
  margin: 0px;
  height: 93%;
  position: fixed;
  width: 100%;
  top: 53px;
  overflow-x: hidden;
}
#clrtarif {
  width: 90%;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 6px solid transparent;
  border-top: 55px solid #003a72;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 5;
  top: 218px;
  color: #fff;
  font-family: Olender;
  font-size: 22px;
}
@media (min-width: 700px) {
  #clrtarif {
    width: 45%;
  }
}
@media (min-width: 1700px) {
  #clrtarif {
    width: 25%;
  }
}
#titreSelectParkingTarifd {
  width: 50%;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 6px solid transparent;
  border-top: 55px solid #003a72;
  display: flex;
  align-items: center;
  justify-content: center;
}
#titreSelectParkingTarifd span {
  color: #ffffff;
  font-size: 20px;
  text-transform: uppercase;
  font-family: Olender;
}
.slider {
  position: relative;
  width: 400px;
  margin: auto;
}
.blueBar {
  position: absolute;
  top: 77px;
  left: -5%;
  width: 350px;
  height: 27px;
  background-color: rgba(0, 58, 114, 0.4);
  overflow-y: scroll;
}
.selector {
  display: inline-block;
  width: 100px;
  position: relative;
}
.titleSelect {
  text-transform: uppercase;
  text-align: center;
  font-size: 12px;
  line-height: 17px;
  color: white;
  background-color: #003a72;
  height: 50px;
  font-family: Olender, serif;
  display: flex;
  justify-content: center;
  align-items: center;
}
.container {
  margin: 0;
  height: 81px;
  width: 100%;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  overflow-x: hidden;
}
.innerContainer {
  overflow-x: hidden;
}
.container-shadow {
  margin-top: 50px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  margin-right: 0 !important;
  background: linear-gradient(to bottom, #b9cddf 0%, rgba(185, 205, 223, 0) 17%, rgba(185, 205, 223, 0) 50%, rgba(185, 205, 223, 0) 83%, #b9cddf 94%, #b9cddf 100%);
}
.wrapper {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}
.carousel {
  padding: 0;
  margin: 0;
}
.carousel-cell {
  width: 100%;
  height: 27px;
  margin: 0;
  padding: 0;
  background: transparent;
  cursor: pointer;
  overflow-x: hidden;
}
.carousel-cell > .label {
  height: 27px;
  padding: 5px 0 0 0;
  display: block;
  text-align: center;
  line-height: 17px;
  font-size: 12px;
  color: rgba(0, 58, 114, 0.4);
  font-weight: bolder;
  font-family: "Roboto", sans-serif;
  overflow-x: hidden;
}
.container::-webkit-scrollbar {
  display: none;
  width: 0;
  background: transparent;
  visibility: hidden;
}
.container::-webkit-scrollbar-thumb {
  background: transparent;
}
.container {
  scrollbar-width: none;
  -ms-overflow-style: none;
  overflow: -moz-scrollbars-none;
}
#valider {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: baseline;
  width: 100%;
  flex-direction: row-reverse;
}
#valider img {
  width: 23px;
}
#crazyTrad {
  position: fixed;
  bottom: 45px;
  right: 8px;
  font-size: 10px;
  color: #003a72;
}
@media (min-width: 1100px) and (min-height: 801px) {
  #selecteur,
  #box,
  #slider {
    transform: scale(1.5) translate(0px, 40px);
    -moz-transform: scale(1.5) translate(0px, 40px);
  }
  #result {
    margin-top: 120px;
  }
  #slider .container {
    padding-right: 5px;
    padding-left: 5px;
  }
  #box {
    top: 66px;
  }
  #selecteur {
    top: 90px;
  }
  #valider img {
    width: 50px;
  }
  #boutton {
    zoom: 120%;
  }
}
@media (max-height: 600px) and (min-height: 501px) {
  #selctParking {
    margin-top: 77px;
  }
  #titreSelectParking span {
    font-size: 17px;
  }
}
@media (max-height: 850px) and (min-height: 601px) {
  #selctParking {
    margin-top: 88px;
  }
  #titreSelectParking span {
    font-size: 17px;
  }
}
@media (max-height: 600px) {
  #titreSelectParking {
    top: 100px;
  }
  #selctParking {
    margin-top: 88px;
  }
  #etape1 {
    top: 67px;
  }
  #textTarification {
    margin-top: 12px;
    line-height: 17px;
  }
  .carousel-cell .label {
    font-size: 9px;
  }
  #crazyTrad {
    bottom: 50px;
  }
  .blue span {
    font-size: 9px !important;
    line-height: 18px;
  }
  #selecteur {
    top: 79px;
  }
  #box {
    top: 50px;
  }
  #slider {
    top: 0;
  }
  .resultatFinal span {
    font-size: 15px;
  }
  #menu {
    zoom: 80%;
  }
  #tarifd {
    top: 86px;
    height: 84%;
  }
  #tarifd #clrtarif {
    font-size: 20px;
  }
  #mentionleg {
    top: 93px;
  }
}
@media (max-width: 760px) {
  #tarifd {
    height: 86%;
  }
}
.prev {
  position: fixed;
  top: 177px;
  z-index: 50;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  left: 0;
  background-color: #003a72;
  border: none;
  color: white;
  outline: none;
  -webkit-box-shadow: 0px 0px 11px -1px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 0px 0px 11px -1px rgba(0, 0, 0, 0.6);
  box-shadow: 0px 0px 11px -1px rgba(0, 0, 0, 0.6);
}
.next {
  position: fixed;
  top: 177px;
  z-index: 50;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  right: 0;
  background-color: #003a72;
  border: none;
  color: white;
  outline: none;
  -webkit-box-shadow: 0px 0px 11px -1px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 0px 0px 11px -1px rgba(0, 0, 0, 0.6);
  box-shadow: 0px 0px 11px -1px rgba(0, 0, 0, 0.6);
}
.tns-controls {
  position: fixed;
}
.container {
  padding-left: 0!important;
  padding-right: 0 !important;
}
#divSelectPrice {
  position: absolute;
  width: 100%;
}
#typeTarif a {
  color: #003a72;
  text-decoration: underline;
}
@media (min-width: 765px) {
  #mentionleg,
  #tarifd {
    padding: 0 5% 20px 5%;
  }
}
@media (min-width: 1280px) {
  #mentionleg,
  #tarifd {
    padding: 0 15% 20px 15%;
  }
}
/*# sourceMappingURL=style.css.map */