@import url('https://fonts.googleapis.com/css?family=Open+Sans|Roboto');

html, body{
  margin: 0;
  padding:0;
  overflow: hidden;
  display: block;
  border:0;
  background-color: #262632;
  height: 100%;
  width: 100%;
  font-family: 'noto_serif','Georgia','Hoefler Text','Palatino', 'sans-serif';
  }
  
 a{
     color: #a13232;
 }
 
 a:visited{
    color: #a13232;
 }
 
 a:hover{
     color: #4d2e2e;
 }
 
  #contenu{
    width: 94%;
    height:94%;
    position: relative;
    top: 3%;
    left: 3%;
    z-index: 9000;
    text-align: center;
}

#carte{
    position: absolute;
    top:0;
    bottom: 0;
    height: 100%;
    width: 70%;
    z-index:500;
}

#c3d{
    position: absolute;
    top:0;
    bottom: 0;
    height: 100%;
    width: 70%;
    z-index:600;
}


#back{
    position: absolute;
    top: 0;
    right: 50%;
    height: 50px;
    background: #fff;
    color: #000;
    vertical-align: center;
    line-height: 100%;
    text-align: center;
    font-size: 18px;
    transition: 0.5s;
    border:none;
    cursor: pointer;
    z-index: 1100;
    padding-left: 10px;
    box-shadow: 1px 1px 10px #000;
}

#back:hover{
    background: #e7e7e7;
}

#btn_metho{
    height: 50px;
    background: #000;
    color: #fff;
    padding: 10px 15px;
    vertical-align: center;
    line-height: 100%;
    text-align: center;
    font-size: 20px;
    transition: 0.5s;
    border:none;
    cursor: pointer;
    z-index: 9500;
    box-shadow: 1px 1px 10px #000;
}

#btn_metho:hover{
    background: #d84141;
}

#btn_site{
    height: 50px;
    background: #000;
    color: #fff;
    padding: 10px 15px;
    vertical-align: center;
    line-height: 100%;
    text-align: center;
    font-size: 20px;
    transition: 0.5s;
    border:none;
    cursor: pointer;
    z-index: 9500;
    box-shadow: 1px 1px 10px #000;
}

#btn_site:hover{
    background: #d84141;
}

#close{
    position: relative;
    top: -25px;
    left: -25px;
    height: 50px;
    width: 50px;
    background: #fff;
    color: #000;
    vertical-align: center;
    line-height: 100%;
    text-align: center;
    font-size: 40px;
    transition: 0.5s;
    border:none;
    cursor: pointer;
    z-index: 9999;
    box-shadow: 1px 1px 10px #000;
}

#close:hover{
    background: #d84141;
}

#methoa{
    position: absolute;
    top: 0;
    left: 0;
    height: 50px;
    width: 50px;
    background: #000;
    color: #fff;
    vertical-align: center;
    line-height: 100%;
    text-align: center;
    font-size: 40px;
    transition: 0.5s;
    border:none;
    cursor: pointer;
    z-index: 1600;
}

#methoa:hover{
    background: #d84141;

}

#next{
    position: absolute;
    top: 0;
    left: 0;
    height: 50px;
    width: 300px;
    background: #000;
    color: #fff;
    vertical-align: center;
    line-height: 100%;
    text-align: center;
    font-size: 20px;
    transition: 0.5s;
    border:none;
    cursor: pointer;
    z-index: 1600;
}

#next:hover{
    background: #d84141;

}

#prev{
    position: absolute;
    top: 0;
    left: 0;
    height: 50px;
    width: 300px;
    background: #000;
    color: #fff;
    vertical-align: center;
    line-height: 100%;
    text-align: center;
    font-size: 20px;
    transition: 0.5s;
    border:none;
    cursor: pointer;
    z-index: 1500;
}

#prev:hover{
    background: #d84141;

}

#howto{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.8);
    z-index:5000;

}

#howto_window{
    background: #fff;
    width: 50%;
    height: 50% ;
    position: absolute;
    top: 25%;
    left: 25%;
    z-index:8888;
}

#info{
    width: 30%;
    min-width: 300px;
    height: 100%;
    background-color: #fff;
    z-index: 1600;
    position: absolute;
    top:0;
    right:0;
    box-shadow: 0px 0px 10px #000;
    line-height: 150%;
    max-height: 100%;
}

#texte{
    width: 90%;
    height: 97%;
    background: #fff;
    position: absolute;
    top: 3%;
    left: 5%;
    overflow-y: scroll;
    overflow-x: hidden;
    padding-right: 3%;
}

#texte h1{
    text-align: center;
}

#texte p{
    text-align: justify;
    font-size: 20px;
    line-height: 150%;
}

#menu,
#menu ul,
#menu ul li,
#menu ul li a {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#menu {
  width: 20%;
  font-family: 'Open Sans', sans-serif;
  color: #ffffff;
  position: absolute;
  top: 0;
  right: 30%;
  z-index: 1400;
  box-shadow: 1px 1px 10px #000;
  transition: 0.5s;
}
#menu ul ul {
  display: none;
}
#menu > ul > li.active > ul {
  display: block;
}
.align-right {
  float: right;
}
#menu > ul > li > a {
  padding: 16px 22px;
  cursor: pointer;
  z-index: 2;
  font-size: 20px;
  text-decoration: none;
  color: #ffffff;
  background: #d84141;
  -webkit-transition: color .2s ease;
  -o-transition: color .2s ease;
  transition: color .2s ease;
}
#menu > ul > li > a:hover {
  color: #d8f3f0;
}
#menu ul > li.has-sub > a:after {
  position: absolute;
  right: 26px;
  top: 19px;
  z-index: 5;
  display: block;
  height: 10px;
  width: 2px;
  background: #ffffff;
  content: "";
  -webkit-transition: all 0.1s ease-out;
  -moz-transition: all 0.1s ease-out;
  -ms-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
}
#menu ul > li.has-sub > a:before {
  position: absolute;
  right: 22px;
  top: 23px;
  display: block;
  width: 10px;
  height: 2px;
  background: #ffffff;
  content: "";
  -webkit-transition: all 0.1s ease-out;
  -moz-transition: all 0.1s ease-out;
  -ms-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
}
#menu ul > li.has-sub.open > a:after,
#menu ul > li.has-sub.open > a:before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
#menu ul ul li a {
  padding: 14px 22px;
  cursor: pointer;
  z-index: 2;
  font-size: 18px;
  text-decoration: none;
  color: #dddddd;
  background: #49505a;
  -webkit-transition: color .2s ease;
  -o-transition: color .2s ease;
  transition: color .2s ease;
}
#menu ul ul ul li a {
  padding-left: 32px;
}
#menu ul ul li a:hover {
  color: #ffffff;
}
#menu ul ul > li.has-sub > a:after {
  top: 16px;
  right: 26px;
  background: #dddddd;
}
#menu ul ul > li.has-sub > a:before {
  top: 20px;
  background: #dddddd;
}


h1{
    font-family: 'noto_serif','Georgia','Hoefler Text','Palatino', 'sans-serif';
    font-size:28px;
}
