html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
}  


.block {
  width: 95%;
  float: left;
  padding: 5px;
  z-index: 10;
  overflow: hidden;
  margin-left:15px;
}


.block > div {
  display: block;
  position: relative;
  /*padding: 0 0 0 10px;*/
  border-bottom: 1px solid white;
  background-color: #F6F6F6; 
  color: black;
  height:100%;
}

.block > div:nth-child(1n+1):before {
  width: 20px;
  font-weight: bold;
  text-align: center;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #466970;
  padding: 7.5px;
  margin: 0;
  color: white;
}

/*
.block > div:nth-child(1):before {
  content: "";
}

.block > div:nth-child(2):before {
  content: "";
}

.block > div:nth-child(3):before {
  content: "";
}

.block > div:nth-child(4):before {
  content: "";
}

.block > div:nth-child(5):before {
  content: "";
}


.block > div:nth-child(6):before {
  content: "";
}

.block > div:nth-child(7):before {
  content: "";
}

.block > div:nth-child(8):before {
  content: "";
}

.block > div:nth-child(9):before {
  content: "";
}

.block > div:nth-child(10):before {
  content: "";
}

.block > div:nth-child(11):before {
  content: "";
}

.block > div:nth-child(12):before {
  content: "";
}

.block > div:nth-child(13):before {
  content: "";
}

.block > div:nth-child(14):before {
  content: "";
}

.block > div:nth-child(15):before {
  content: "";
}

.block > div:nth-child(16):before {
  content: "";
}

.block > div:nth-child(17):before {
  content: "";
}


.block > div:nth-child(18):before {
  content: "18";
}


.block > div:nth-child(19):before {
  content: "19";
}


.block > div:nth-child(20):before {
  content: "20";
}


.block > div:nth-child(21):before {
  content: "21";
}


.block > div:nth-child(22):before {
  content: "22";
}


.block > div:nth-child(23):before {
  content: "23";
}


.block > div:nth-child(24):before {
  content: "24";
}


.block > div:nth-child(25):before {
  content: "25";
}   */



.block > div input + label {
  cursor: pointer;
  display: block;
  padding: 7.5px 15px;
  background-color: lightblue;
  -webkit-transition: background-color 0.25s ease-in-out 0.5s, color 0.25s ease-in-out 0.5s;
  transition: background-color 0.25s ease-in-out 0.5s, color 0.25s ease-in-out 0.5s;
  color: black;
}

.block > div input ~ div {
  visibility: hidden;
  max-height: 0;
  padding: 0;
  opacity: 0;
  -webkit-transition: all 0.5s ease-in-out 0.2s, opacity 0.25s ease-in-out 0.25s, padding 0s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0.2s, opacity 0.25s ease-in-out 0.25s, padding 0s ease-in-out 0s;
}

.block > div input ~ div p { padding: 0 15px; }

.block > div input:checked + label {
  background-color: #D8E6EB;       /* #739fa8;*/
  -webkit-transition: background-color 0s ease-in-out 0s;
  transition: background-color 0s ease-in-out 0s;
  color: black;
}

.block > div input:checked ~ div {
  display: block;
  opacity: 1;
  visibility: visible;
  max-height: 3000px;
  padding: 15px 0;
  -webkit-transition: all 0.5s ease-in-out 0.2s, opacity 0.25s ease-in-out 0.5s, padding 0s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0.2s, opacity 0.25s ease-in-out 0.5s, padding 0s ease-in-out 0s;
}

.titremenuacc {
  font-size:2em;
  font-weight: bold;
  text-align:left;
}

@media screen and (max-width: 599px) {
.block { 
	max-width: 90%;
	margin-left:0px !important; }
}

