.ui-content .ui-listview, .ui-panel-inner>.ui-listview {
    margin: 0;
}

.ui-content {
    padding: 10px 20px 70px 20px !important;
}

.ui-button.ui-widget{
     height: auto;
     width: 100%;
}

.ui-button.ui-widget .ui-button-text{
    line-height: normal;
    font-size: 1.2em;
    overflow: visible;
  }

div.ui-btn.ui-input-btn.ui-corner-all.ui-shadow {
  white-space:normal;
  margin: 10px;
  width: 30%;
  height: 80px;
  background-color: #CCCCCC;
  display: inline-block;
}

/* Pour le random */
input[type='submit'] {
       position: absolute;
  }

img {
    width: 100%;
}

td {
    padding-right: 20px;
}

#map .ui-content {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 56px;
    left: 0;
    padding: 0 !important;
}

#mapdiv {
    width: 100%;
    height: 100%;
}

body {
  background-color: white;
}

#btn-1,
#btn-2,
#btn-3,
#btn-4 {
  background-color: #aaa;
}

.questions .ui-btn-text {
    overflow: hidden;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: center;
    margin: 0 auto;
}

.reponse {
  display: none;
}

#help,
#credits,
#feedback,
#config {
  display:none;
}

.legend{
  display: block;
  text-align: left;
  color: gray;
  font-size: 11px;
}

img.max800{
  width:100%;
  max-width:800px;
}

.gm{ display: none; }
.nogm{ display: block; }

.theme_icon {
  background-color: white;
  width: 20%;
  vertical-align: top;
  margin-top: 20px;
  margin-bottom: 20px;
  max-width: 100px;
}

.theme_descr {
  font-size: 14px;
  color: black;
  width: 70%;
  margin-left: 5%;
  display: inline-block;

}

.theme_line {
    border-style: solid;
    border-color: gray;
    border-width: 0px 0px 4px 0px;
}


div.header-left {
  float: left;
  text-shadow: none !important;
  font-weight: 100;
  margin: 0.7em 0.2em 0em 1em;
  color: #777;
  cursor: pointer;
}

.div-navbtn {
  text-align: center;
  margin: 2em auto;
  max-width: 250px;
}
