body {
  font-family: sans-serif;
  font-size: 1.1em;
  background-color: #111;
  color: white;
}

.wrapper {
  width: 98%;
  margin: auto;
}

/* Style des contenus */
label {
  background: #333;
  display: block;
  padding: 1em;
  color: #F3ECE5;
  text-align: center;
  font-weight: bold;
  cursor: pointer;
  border: 1px solid #777;
}

input[type="checkbox"] {
  display: none;
}

.contenu {
  background: #555;
  font-size: .9em;
  max-height: 0;
  overflow: hidden;
}


#menu {
  margin-top: 2em;
}

#menu input[type="checkbox"]#montrer1:checked+#contenu1 {
  max-height: 100%;
}

#menu input[type="checkbox"]#montrer2:checked+#contenu2 {
  max-height: 100%;
}

#menu input[type="checkbox"]#montrer3:checked+#contenu3 {
  max-height: 100%;
}

img {
  max-width: 100%;
  height: auto;
}


/* Style tableau webcam */
.divcamRow {
  display: flex;
  flex-direction: row;
}

@media (max-width: 950px) {
  .divcamRow {
    flex-direction: column;
	width: 99%;
  }
}

.divcam {
  display: table-cell;
  padding: 3px;
  text-align: center;
  width: 100%;
}

.divcam2 {
    display: grid;
    padding: 3px 10px;
    margin: 0 auto;
    text-align: center;
}
/* fin Style tableau webcam */


/* Style tableau meteo */
.divmeteoRow {
  display: flex;
  flex-direction: row;
}

@media (max-width: 950px) {
  .divmeteoRow {
    flex-direction: column;
  }
}

.divmeteo {
    display: table-cell;
    padding: 2px 5px;
    text-align: center;
    font-size: calc(7px + .5vw);
    color: black;
    margin: 0 auto;
}

/* fin Style tableau meteo */

/* Style bouton */

.divbtRow {
  display: flex;
  flex-direction: row;
  margin: auto;
}

@media (max-width: 800px) {
  .divbtRow {
    flex-direction: column;
    margin: auto;
  }
}

.divbt {
  display: table-cell;
  padding: 3px 10px;
  text-align: center;
  margin: 0px 15px 0px 15px;
}

.bouton {
  background-color: #333;
  margin: 10px;
  padding: 15px 45px;
  text-align: center;
  text-transform: uppercase;
  background-size: 200% auto;
  color: white;
  display: block;
  cursor: pointer;
}

/* fin Style bouton */
