/* ----------------------------------------------------------------------
 *
 * Collapsable
 *
 */
.collapsable {
  width: 100%;
}
.collapsable > .head {
  width: 100%;
  cursor: pointer;
  font-weight: normal;
}
.collapsable > .head .title,
.collapsable-past-event > .head .title {
  font-family: Helvetica, arial, sans-serif;
  min-height: 38px;
  margin-top: 10px;
  margin-bottom: 0px;
  display: block;
}
.collapsable > .head .title .icon {
  width: 14px;
  float: right;
  height: 14px;
  margin-top: 7px;
  *background-position: -28px 0;
  background-image: url(../images/arrow_icon-14x14.png );
}
.collapsable.is-open > .head > .icon {
  width: 14px;
  height: 9px;
  background-image: url(../images/arrow_icon-14x9.png );
}
.collapsable > .content.hidden {
  height: 0;
  display: inherit;
  overflow: hidden;
  visibility: visible;
}
.collapsable > .content {
  padding-top: 30px;
}
.collapsable.level-0 > .head {
  background: #f3efec;
  border-bottom: 1px solid #009de0;
}
.collapsable.level-0 > .head .title {
  line-height: 2em;
  text-transform: none;
  color: #009de0;
  padding-left: 15px;
  font-size: 1.35em;
}
.collapsable.level-0 div.xml {
  margin-left: 15px;
  margin-bottom: 20px;
}
.collapsable.level-1 div.xml {
  margin-left: 30px;
}
.collapsable.level-1 > .head {
  background: #ffffff;
  border-bottom: 1px solid #000000;
}
.collapsable.level-1 > .head .title {
  line-height: 1.8em;
  text-transform: none;
  color: #333333;
  padding-left: 30px;
  font-size: 1.2em;
}
.collapsable.level-2 > .head {
  background: #ffffff;
  border-bottom: 1px solid #000000;
}
.collapsable.level-2 > .head .title {
  line-height: 1.6em;
  text-transform: none;
  color: #333333;
  padding-left: 45px;
  font-size: 1.05em;
}
.collapsable.level-3 > .head {
  background: #ffffff;
  border-bottom: 1px solid #000000;
}
.collapsable.level-3 > .head .title {
  line-height: 1.4em;
  text-transform: none;
  color: #333333;
  padding-left: 60px;
  font-size: 0.9em;
}
.collapsable.level-4 > .head {
  background: #ffffff;
  border-bottom: 1px solid #000000;
}
.collapsable.level-4 > .head .title {
  line-height: 1.2em;
  text-transform: none;
  color: #333333;
  padding-left: 75px;
  font-size: 0.75em;
}
.collapsable.level-5 > .head {
  background: #ffffff;
  border-bottom: 1px solid #000000;
}
.collapsable.level-5 > .head .title {
  line-height: 1em;
  text-transform: none;
  color: #333333;
  padding-left: 90px;
  font-size: 0.6em;
}
.collapsable.level-5 > .head .title i {
  margin-right: 10px;
  line-height: 0.6em;
}
.collapsable.level-4 > .head .title i {
  margin-right: 10px;
  line-height: 0.75em;
}
.collapsable.level-3 > .head .title i {
  margin-right: 10px;
  line-height: 0.9em;
}
.collapsable.level-2 > .head .title i {
  margin-right: 10px;
  line-height: 1.05em;
}
.collapsable.level-1 > .head .title i {
  margin-right: 10px;
  line-height: 1.2em;
}
.collapsable.level-0 > .head .title i {
  margin-right: 10px;
  line-height: 1.35em;
}
.collapsable + .xml {
  margin-top: 20px;
}
.collapsable.level-0 > .head .title {
  text-transform: uppercase;
}
.collapsable ul.students.list {
    margin-bottom: 50px
}
.icon.arrow.blue {
  background-position: -14px 0;
}
.icon.arrow.black {
  background-position: -28px 0;
}
.is-open > header .icon {
  /* arrow blanche par defaut */
}
.is-open > header .icon.arrow.large {
  background: url(../images/arrow_icon-14x9.png ) no-repeat left top transparent;
}
.is-open > header .icon.arrow.large.blue {
  background-position: -14px 0;
}
.is-open > header .icon.arrow.large.black {
  background-position: -28px 0;
}
