      /************/
     /** POLICE **/
    /************/
@font-face{
    font-family: 'Louis-George';
    src:url('../font/Louis_George_Cafe_Light.ttf');
}

@font-face {
    font-family: 'exilL';
    src:url('../font/Existence-Light.otf'),
        url('../font/Existence-Light.ttf');
}
@font-face {
    font-family: 'roboto';
    src:url('../font/Roboto-Light.ttf'),
        url('../font/Roboto-Light.woff'),
        url('../font/Roboto-Light.eot'),
        url('../font/Roboto-Light.svg');
}
      /*************/
     /** GENERAL **/
    /*************/
html, body {
    height:100%;
    margin:0;
    padding:0;
}
p{
    font-family: Louis_George, Serif, sans-serif;
}
h1{
    width: 100%;
    margin: 0 auto;
    padding-top: 25px;
    text-align: center;
    font-family: Louis_George, exilL, Roboto, cursive, Serif, sans-serif;
}
h2 {
    display: block;
    position: relative;
    height: 50px;
    line-height: 50px;
    padding: 0 15px;
    margin: 0;
    background: linear-gradient(to left, white, #00bfff);
    color: white;
    font-family: Louis_George, exilL, Serif, sans-serif;
}
h3{
    color: #00bfff;
}
span{
    margin: 0 auto;
    padding : 6px;
    background: #d9d9d9;
    border-radius: 10px;
    font-size: 1em;
    font-weight: lighter;
    font-family: Roboto, Serif, sans-serif;
}
      /************/
     /** HEADER **/
    /************/
header{
    display: flex;
    flex-direction: row;
    align-content: space-between;
    height: 70px;
    padding-bottom: 15px;
    background-color: #f1f1f1;
}
#logo{
    height: 80px;
    margin-left: 10%;
}
#logovelo{
    height: 80px;
    margin-right: 10%;
}

      /***********/
     /** SLIDE **/
    /***********/

#slider{
    margin-bottom: 5%;
}

#slideshow{
    margin-top: 3%;

}

#slides {
    position: relative;
    width:826px;
    height: 550px;
    margin: 0 auto;
    padding: 0px;
    border: 1px solid #b0b0b0;
    list-style-type: none;
}
.slide {
    position: absolute;
    z-index: 1;
    height: 100%;
    top: 0px;
    opacity: 0;

    -webkit-transition: opacity 1s;
    -moz-transition: opacity 1s;
    -o-transition: opacity 1s;
    transition: opacity 1s;
  }
.showing {
    z-index: 2;
    opacity: 1;
}

/** BOUTONS **/
#slideBoutton{
    display: flex;
    justify-content: center;
}
.controls{
    width: 70px;
    margin: 10px;
    padding: 10px 0px;
    background: #fff;
    color: #333;
    border: none;
    border: 2px solid #eee;
    font-size: 20px;
    cursor: pointer;
}
.controls:hover{
    background: #eee;
    color: #333;
}
#pause.play{
    padding:50px;
}
#slideBoutton{
    top: 0px;
    left: 0px;
    font-size: 0px;
}

/** SLIDE RESPONSIVE **/
#slideshowresponsive{
    display: none;
    line-height: 25px;
    font-size: 1.2em;
    font-family: Roboto, Serif, sans-serif;
}

      /*****************/
     /** Reservation **/
    /*****************/
#reservation{
    height:100%;
}

      /*********/
     /** Map **/
    /*********/
#map{
    width : 100%;
    height: calc(100% - 50px);
    margin:0;
}
      /*****************/
     /** FORMULAIRE  **/
    /*****************/
#form{
    position:absolute;
    z-index:900;
    width:250px;
    height:595px;
    line-height: 20px;
    top:1070px;
    right:5%;
    padding:15px;
    background:rgba(255,255,255,0.9);
    border-radius: 10px;
}
#formPart1{
    height: 150px;
}
#formPart2{
    transition: 250ms;
}
#infomarker{
    line-height: 20px;
}
input{
    width:70%;
    line-height: 20px;
    border-radius: 2px;
}
#nom{
    margin-bottom: 5%;
    margin-left: 7%;
}
#prenom{
    margin-bottom: 5%;
}
/*** SIGNATURE ***/
#sign{
    margin-bottom: 5%;
}
#signature{
    position:relative;
    width:250px;
    height:150px;
    background: #fff;
    border-top: 2px solid #9b9b9b;
    border-left: 2px solid #9b9b9b;
    border-right: 2px solid #ededed;
    border-bottom: 2px solid #ededed;
    border-radius: 2px;
}
#signature #dessin{
    position:absolute;
    top:0;
    z-index:10;
}
#signature #tmp_canvas{
    position:absolute;
    top:0;
    margin-top:2px;
    z-index:15;
}
#clearSignature{
    margin-top: 10%;
}

/** SHOW & HIDE **/
#form.show{
    right:5%;
}
#form.hide{
    display:none;
}
#formPart2.show{
    opacity: 1;
}
#formPart2.hide{
    opacity:0;
}
/**BOUTON FORMULAIRE ET INFOS**/
button{
    display: block;
    margin: 0 auto;
    padding : 6px;
    background: #d9d9d9;
    border-radius: 10px;
    cursor: pointer;
}
button:hover{
    background: #b0b0b0;
}
#boutonReserve{
    margin-top: 8%;
}
#boutonAnnule{
    margin: 0 53%;
}
       /***********/
      /** INFOS **/
     /***********/

#infos{
    position:absolute;
    z-index:900;
    width:auto;
    height:135px;
    top: 1550px;
    right: 30%;
    padding:15px 150px 40px 50px;
    background:rgba(255,255,255,0.9);
    border-radius: 10px;
}
/** TIMER **/
#timer{
    padding: 10px 0;
}
/** SHOW & HIDE **/
#infos.hide{
    opacity: 0;
}
#infos.show{
    bottom:10%;
    opacity: 1;
}