/*
 * Equipe
 */
#equipe_misc {
  display: flex;
  flex-wrap: wrap;
  padding-right: 180px;
  margin-bottom: 110px;
}
@media only screen and (max-width: 1680px) {
  #equipe_misc {
    padding-right: 0;
  }
}
@media only screen and (max-width: 768px) {
  #equipe_misc {
    margin-bottom: 50px;
  }
}
#equipe_misc h2 {
  text-transform: none;
  font-family: AutoScape, sans-serif;
  font-size: 20px;
  color: #000;
  font-weight: normal;
  width: 200px;
  text-align: right;
  line-height: 26px;
}
@media only screen and (max-width: 768px) {
  #equipe_misc h2 {
    width: 100%;
    text-align: left;
    margin-bottom: 30px;
  }
}
#equipe_misc > div:first-child {
  flex: 0 0 40%;
}
#equipe_misc > div:last-child {
  flex: 0 0 60%;
}
@media only screen and (max-width: 1092px) {
  #equipe_misc > div {
    flex: 0 0 100% !important;
  }
}
#equipe_misc > div:first-child ._equipe_image {
  width: 560px;
}
@media only screen and (max-width: 1092px) {
  #equipe_misc > div:first-child {
    text-align: center;
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 1680px) {
  #equipe_misc > div:last-child {
    padding-right: 10px;
  }
}
@media only screen and (max-width: 1092px) {
  #equipe_misc > div:last-child {
    padding-left: 10px;
  }
}
#equipe_misc > div ._danseurs {
  padding-left: 200px;
}
@media only screen and (max-width: 768px) {
  #equipe_misc > div ._danseurs {
    padding-left: 0;
  }
}
#equipe_misc > div ._danseurs ._danseur {
  border-bottom: 1px solid #707070;
}
#equipe_misc > div ._danseurs ._danseur header {
  display: flex;
  justify-content: space-between;
  padding: 25px 0 20px;
  cursor: pointer;
  transition: 0.5s all ease-in-out;
  -webkit-transition: 0.5s all ease-in-out;
}
#equipe_misc > div ._danseurs ._danseur header ._expand {
  display: inline-block;
  position: relative;
  font-family: 'Gotham-Medium', sans-serif;
  padding-right: 22px;
}
@media only screen and (max-width: 768px) {
  #equipe_misc > div ._danseurs ._danseur header ._expand {
    font-size: 0;
  }
}
#equipe_misc > div ._danseurs ._danseur header ._expand:after {
  content: '';
  position: absolute;
  display: block;
  right: 0;
  top: 9px;
  width: 13px;
  height: 7px;
  background: url(../img/arrow.svg) no-repeat center bottom;
  background-size: 13px 13px;
  transition: 0.5s all ease-in-out;
  -webkit-transition: 0.5s all ease-in-out;
}
#equipe_misc > div ._danseurs ._danseur header:hover {
  opacity: 0.7;
}
#equipe_misc > div ._danseurs ._danseur ._content {
  max-height: 0;
  overflow: hidden;
  transition: 0.5s all ease-in-out;
  -webkit-transition: 0.5s all ease-in-out;
}
#equipe_misc > div ._danseurs ._danseur ._content ._danseur_image {
  margin-bottom: 25px;
}
#equipe_misc > div ._danseurs ._danseur ._content h3 {
  text-transform: uppercase;
  font-family: Gotham-Medium, sans-serif;
  font-size: 20px;
  color: #000;
  font-weight: normal;
  margin-bottom: 15px;
}
#equipe_misc > div ._danseurs ._danseur ._content ._description {
  padding-bottom: 15px;
}
#equipe_misc > div ._danseurs ._danseur:first-child header {
  padding-top: 0;
}
#equipe_misc > div ._danseurs ._danseur._active header ._expand:after {
  transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
  transform-origin: center top;
  -webkit-transform-origin: center;
}
#equipe_misc > div ._danseurs ._danseur._active ._content {
  max-height: 500vh;
}
#equipe_misc_2 {
  position: relative;
  display: flex;
}
@media only screen and (max-width: 1680px) {
  #equipe_misc_2 {
    padding: 0 10px;
  }
}
@media only screen and (max-width: 1092px) {
  #equipe_misc_2 {
    flex-wrap: wrap;
  }
}
#equipe_misc_2:before {
  content: '';
  position: absolute;
  z-index: -1;
  display: block;
  left: 0;
  right: 0;
  top: 11px;
  height: 1px;
  background: #000;
}
@media only screen and (max-width: 1680px) {
  #equipe_misc_2:before {
    left: 10px;
  }
}
@media only screen and (max-width: 1092px) {
  #equipe_misc_2:before {
    display: none;
  }
}
#equipe_misc_2 h2 {
  text-transform: uppercase;
  font-family: AutoScape, sans-serif;
  font-size: 20px;
  color: #000;
  font-weight: normal;
  margin-bottom: 65px;
  padding-right: 75px;
  background: #fff;
  display: inline-block;
  line-height: 26px;
}
@media only screen and (max-width: 1680px) {
  #equipe_misc_2 h2 {
    padding-right: 15px;
  }
}
@media only screen and (max-width: 1092px) {
  #equipe_misc_2 h2 {
    margin-bottom: 30px;
  }
}
#equipe_misc_2 > div:nth-child(1),
#equipe_misc_2 > div:nth-child(2) {
  position: relative;
  flex: 0 0 600px;
}
#equipe_misc_2 > div:nth-child(1):after,
#equipe_misc_2 > div:nth-child(2):after {
  content: '';
  position: absolute;
  height: 22px;
  width: 120px;
  background: #fff;
  top: 0;
  right: 0;
}
@media only screen and (max-width: 1680px) {
  #equipe_misc_2 > div:nth-child(1):after,
  #equipe_misc_2 > div:nth-child(2):after {
    width: 15px;
  }
}
@media only screen and (max-width: 1680px) {
  #equipe_misc_2 > div:nth-child(1),
  #equipe_misc_2 > div:nth-child(2) {
    flex: 0 0 38%;
  }
}
@media only screen and (max-width: 1092px) {
  #equipe_misc_2 > div:nth-child(1),
  #equipe_misc_2 > div:nth-child(2) {
    flex: 0 0 100%;
  }
}
@media only screen and (max-width: 1092px) {
  #equipe_misc_2 > div {
    flex: 0 0 100%;
    margin-bottom: 30px;
    text-align: center;
  }
  #equipe_misc_2 > div:last-child {
    margin-bottom: 0;
  }
}
/*# sourceMappingURL=equipe.css.map */