@font-face {
  font-family: "PetitFormalScript";
  src: url("/bibliotheques/Polices/PetitFormalScript-Regular.ttf") format("opentype");
}
body html {
  background-color: #3c3f44;
  height: 100%;
  max-height: 100vh;
}

#direction {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
  border: solid 1px white;
  width: 100vw;
}
@media screen and (max-width: 600px) {
  #direction {
    justify-content: space-around;
  }
}

#form1,
#form2 {
  display: flex;
  flex-direction: row;
}
@media screen and (max-width: 600px) {
  #form1,
  #form2 {
    flex-direction: column;
    justify-content: space-around;
  }
}

#form1 {
  justify-content: flex-start;
}

#form2 {
  justify-content: flex-end;
}

html,
body,
div,
p,
li,
ul,
form,
set,
h1,
h2,
h3,
h4,
h5,
h6,
fieldset {
  list-style: none;
}

html {
  width: 100vw;
  height: 100vh;
  overflow: no-display;
}

body html {
  width: 100vw;
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  width: 100vw;
  height: 100vh;
  padding: 0px;
  margin: 0px;
}

#container #map {
  width: 100vw;
  height: 100vh;
  margin: auto;
  padding-bottom: 10px;
  padding-top: 10px;
}

#destinationForm {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  width: 100vw;
}
@media screen and (max-width: 380px) {
  #destinationForm {
    flex-direction: column;
    width: 350px;
  }
}

#container #destinationForm {
  margin: 0px 0px 0px 0px;
  background: #eeeeee;
  padding: 0px 0px;
  border: dotted 1px #c0c0c0;
  color: white;
}

#container #destinationForm input[type=text] {
  border: dotted 1px #c0c0c0;
}

h6 {
  margin-top: -50px;
  margin-bottom: 0px;
}

.submit {
  color: white;
  display: inline-block;
  padding: 0px;
  background-color: #729ebf;
  background-image: linear-gradient(to bottom, #ffffff 0%, #000000 100%);
  /*background-image:-webkit-linear-gradient(top, #729EBF 0%, #333A40 100%);*/
  background-image: -o-linear-gradient(to bottom, #ffffff 0%, #000000 100%);
  border-radius: 6px;
  margin-bottom: 2px;
  box-shadow: 3px 3px 3px #999;
  border: solid 1px #333a40;
  text-decoration: none;
  width: 180px;
}
@media screen and (max-width: 580px) {
  .submit {
    width: 190px;
    font-size: 1.2rem;
  }
}

.submit:hover {
  text-decoration: none;
  color: white;
  border-radius: 6px;
  background-image: linear-gradient(to bottom, #000000 0%, #ffffff 100%);
  /*background-image:-webkit-linear-gradient(top, #000000 0%, #333A40 100%);*/
  background-image: -o-linear-gradient(to bottom, #000000 0%, #ffffff 100%);
}

@font-face {
  font-family: "Fuse";
  src: url("polices/FUSENORM.TTF") format("truetype");
}
#map {
  height: 100%;
  width: 100%;
}

.mfp-iframe-holder {
  padding-top: 0px;
}

.mfp-wrap {
  background-color: transparent;
}

.mfp-bg {
  background-color: transparent;
}

.mfp-iframe-holder .mfp-content {
  height: 95%;
}

#sectionCarte {
  width: 100%;
  min-height: 125px;
  margin-top: 2vh;
  margin-left: auto;
  margin-right: auto;
  line-height: 0px;
  z-index: 999999;
}
@media screen and (max-width: 360px) {
  #sectionCarte {
    width: 75vw;
    font-size: 1rem;
    min-height: 50px;
    height: 50px;
  }
}

@media screen and (max-width: 800px) {
  .labelForm {
    display: none;
  }
}

@media screen and (max-width: 360px) {
  .inputText {
    width: 190px;
  }
}

#titreCarte {
  list-style: none;
  font-family: "Solway-Medium";
  top: 0;
  margin-left: auto;
  margin-right: auto;
  font-size: 3em;
  text-align: center;
  margin-top: 5px;
  margin-bottom: 0;
  padding-top: 50px;
  color: white;
  font-weight: 500;
  line-height: 1.1;
  box-sizing: inherit;
  padding: 0;
  padding-bottom: 15px;
}
@media screen and (max-width: 365px) {
  #titreCarte {
    width: 75vw;
    font-size: 2rem;
    min-height: 50px;
    height: 50px;
  }
}
@media screen and (max-width: 360px) {
  #titreCarte {
    width: 75vw;
    font-size: 1rem;
    min-height: 50px;
    height: 50px;
  }
}

#titreImg {
  margin-right: -25px;
  width: 7%;
  max-width: 100%;
  margin: 0 auto;
  vertical-align: middle;
  border: 0;
  box-sizing: inherit;
  padding: 0;
  list-style: none;
  font-family: "Solway-Medium";
  font-size: 4em;
  text-align: center;
  color: white;
  font-weight: 500;
  line-height: 1.1;
}

#googlemap {
  max-height: 100vh;
}

main {
  display: flex;
  position: relative;
  flex-direction: row;
  justify-content: space-around;
}

#map {
  width: 98vw;
  height: 80vh;
}

#panel {
  overflow-y: auto;
  background-color: rgba(255, 255, 255, 0.8);
  z-index: 1000;
  position: relative;
  top: 0;
  bottom: 0;
  right: 0;
  left: auto;
  margin-top: 0px;
  margin-bottom: 30px;
  width: 100%;
  overflow: auto;
  background-color: #3c3f44;
  color: white;
  width: 49vw;
  height: 80vh;
  display: none;
}
@media screen and (max-width: 800px) {
  #panel {
    display: none !important;
  }
}

aside {
  z-index: 9999999;
}

.adp {
  color: white !important;
}

.adp-summary {
  color: white !important;
}

.adp-text {
  color: white !important;
}

.adp-substep {
  color: white !important;
}

.adp-placemark {
  background-color: #3c3f44 !important;
}

.spanSaut {
  display: inline;
}
@media screen and (max-width: 700px) {
  .spanSaut {
    display: block;
  }
}

@media screen and (max-width: 800px) {
  #openClosePanel {
    display: none !important;
  }
}

@media screen and (max-width: 700px) {
  #saut {
    display: none !important;
  }
}
