/*
 *Résidence
 */
h2 {
  text-transform: none;
  font-family: AutoScape, sans-serif;
  font-size: 20px;
  color: #000;
  font-weight: normal;
  line-height: 20px;
}
aside {
  position: fixed;
  top: 225px;
  left: 120px;
  z-index: 2;
}
@media only screen and (max-width: 1680px) {
  aside {
    left: 10px;
  }
}
@media only screen and (max-width: 768px) {
  aside {
    position: relative;
    top: auto;
    left: auto;
    text-align: center;
  }
}
aside ._back {
  transition: 0.5s all ease-in-out;
  -webkit-transition: 0.5s all ease-in-out;
}
aside ._back:hover {
  opacity: 0.7;
}
aside nav {
  margin-top: 25px;
}
aside nav li {
  list-style: none;
  margin-bottom: 5px;
}
aside nav li a {
  position: relative;
  text-transform: none;
  font-family: Gotham-Medium, sans-serif;
  font-size: 28px;
  color: #000;
  font-weight: normal;
  line-height: 28px;
}
aside nav li a:before,
aside nav li a:after {
  content: '';
  position: absolute;
  height: 3px;
  top: 0;
  bottom: 0;
  margin: auto;
  background: #000;
  width: 0;
  transition: 0.5s all ease-in-out;
  -webkit-transition: 0.5s all ease-in-out;
}
aside nav li a:before {
  left: 50%;
}
aside nav li a:after {
  right: 50%;
}
aside nav li a:hover:before,
aside nav li a:hover:after {
  width: 51%;
}
._content {
  position: relative;
  width: 1320px;
  margin: auto;
}
@media only screen and (max-width: 1320px) {
  ._content {
    width: 100%;
  }
}
._content header {
  display: flex;
  margin-bottom: 165px;
  padding-left: 280px;
  justify-content: space-between;
}
@media only screen and (max-width: 1320px) {
  ._content header {
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 1092px) {
  ._content header {
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 768px) {
  ._content header {
    padding-left: 0;
  }
}
._content header > div:first-child {
  padding-top: 65px;
}
._content header > div:first-child img {
  width: 638px;
}
@media only screen and (max-width: 1092px) {
  ._content header > div:first-child {
    flex: 0 0 100%;
    text-align: right;
  }
}
@media only screen and (max-width: 768px) {
  ._content header > div:first-child {
    text-align: center;
  }
}
._content header > div:last-child {
  flex: 0 0 265px;
}
@media only screen and (max-width: 1320px) {
  ._content header > div:last-child {
    padding-left: 10px;
  }
}
@media only screen and (max-width: 1092px) {
  ._content header > div:last-child {
    flex: 0 0 100%;
    max-width: 100%;
  }
  ._content header > div:last-child img {
    display: none;
  }
}
._content header > div:last-child h1 {
  text-transform: uppercase;
  font-family: AutoScape, sans-serif;
  font-size: 40px;
  color: #000;
  font-weight: normal;
  text-align: right;
  margin: 29px 0 5px;
  line-height: 40px;
}
@media only screen and (max-width: 1320px) {
  ._content header > div:last-child h1 {
    padding-right: 10px;
  }
}
@media only screen and (max-width: 768px) {
  ._content header > div:last-child h1 {
    text-align: center;
    padding-left: 10px;
    font-size: 30px;
    line-height: 35px;
  }
  ._content header > div:last-child h1 br {
    display: none;
  }
}
._content header > div:last-child p {
  text-align: right;
}
@media only screen and (max-width: 1320px) {
  ._content header > div:last-child p {
    padding-right: 10px;
  }
}
@media only screen and (max-width: 768px) {
  ._content header > div:last-child p {
    text-align: center;
    padding-left: 10px;
  }
}
#residence_programmation {
  margin-bottom: 120px;
}
@media only screen and (max-width: 1320px) {
  #residence_programmation {
    padding-left: 280px;
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 768px) {
  #residence_programmation {
    padding-left: 0;
  }
}
#residence_programmation h2 {
  width: 815px;
  text-align: right;
}
@media only screen and (max-width: 1320px) {
  #residence_programmation h2 {
    width: 100%;
    text-align: left;
  }
}
@media only screen and (max-width: 768px) {
  #residence_programmation h2 {
    padding: 0 10px;
    text-align: center;
  }
}
#residence_programmation ._contenu {
  padding-left: 845px;
}
#residence_programmation ._contenu ._acces a {
  font-family: 'Gotham-Medium', sans-serif;
  text-decoration: underline;
  transition: 0.5s all ease-in-out;
  -webkit-transition: 0.5s all ease-in-out;
}
#residence_programmation ._contenu ._acces a:hover {
  opacity: 0.7;
}
@media only screen and (max-width: 1320px) {
  #residence_programmation ._contenu {
    padding-left: 0;
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 768px) {
  #residence_programmation ._contenu {
    padding: 0 10px;
    text-align: center;
  }
}
#residence_propos {
  margin-bottom: 120px;
}
@media only screen and (max-width: 1320px) {
  #residence_propos {
    padding-left: 280px;
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 768px) {
  #residence_propos {
    padding-left: 0;
  }
}
#residence_propos h2 {
  width: 815px;
  text-align: right;
}
@media only screen and (max-width: 1320px) {
  #residence_propos h2 {
    width: 100%;
    text-align: left;
  }
}
@media only screen and (max-width: 768px) {
  #residence_propos h2 {
    padding: 0 10px;
  }
}
#residence_propos ._texte_1 {
  padding-left: 845px;
  margin-top: -15px;
  margin-bottom: 150px;
}
@media only screen and (max-width: 1320px) {
  #residence_propos ._texte_1 {
    padding-left: 0;
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 768px) {
  #residence_propos ._texte_1 {
    padding: 0 10px;
  }
}
#residence_propos ._image {
  margin-left: 385px;
  margin-bottom: 100px;
  height: 584px;
}
@media only screen and (max-width: 1320px) {
  #residence_propos ._image {
    margin-left: 0;
    margin-bottom: 30px;
  }
}
#residence_propos ._textes_bas {
  display: flex;
  justify-content: space-between;
  margin-left: 340px;
}
@media only screen and (max-width: 1320px) {
  #residence_propos ._textes_bas {
    margin-left: 0;
  }
}
@media only screen and (max-width: 768px) {
  #residence_propos ._textes_bas {
    padding: 0 10px;
    flex-wrap: wrap;
  }
}
#residence_propos ._textes_bas > div {
  flex: 0 0 49%;
}
@media only screen and (max-width: 768px) {
  #residence_propos ._textes_bas > div {
    flex: 0 0 100%;
    margin-bottom: 15px;
  }
  #residence_propos ._textes_bas > div:last-child {
    margin-bottom: 0;
  }
}
#misc {
  display: flex;
  margin-bottom: 70px;
  padding-left: 280px;
}
@media only screen and (max-width: 1320px) {
  #misc {
    padding-right: 10px;
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 1092px) {
  #misc {
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 768px) {
  #misc {
    padding-left: 0;
  }
}
#misc > div:first-child {
  flex: 0 0 430px;
  padding-top: 150px;
}
@media only screen and (max-width: 1092px) {
  #misc > div:first-child {
    flex: 0 0 100%;
    padding-top: 0;
    text-align: center;
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 768px) {
  #misc > div:last-child {
    padding: 0 10px;
  }
}
@media only screen and (max-width: 1092px) {
  #misc > div {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
#misc #residence_distribution {
  margin-bottom: 130px;
}
@media only screen and (max-width: 1092px) {
  #misc #residence_distribution {
    margin-bottom: 50px;
  }
}
#misc #residence_distribution h2 {
  margin-bottom: 20px;
}
#misc #residence_distribution ._distribution {
  margin-top: -5px;
  padding-left: 134px;
}
@media only screen and (max-width: 1092px) {
  #misc #residence_distribution ._distribution {
    margin-top: 0;
    padding-left: 0;
  }
}
#misc #residence_distribution ._distribution p {
  margin-bottom: 20px;
}
#misc #residence_distribution ._distribution p:last-child {
  margin-bottom: 0;
}
#misc #residence_coproducteurs {
  padding-left: 134px;
  margin-bottom: 130px;
}
@media only screen and (max-width: 1092px) {
  #misc #residence_coproducteurs {
    padding-left: 0;
    margin-bottom: 50px;
  }
}
#misc #residence_coproducteurs h2 {
  margin-bottom: 25px;
}
#misc #residence_parcours {
  padding-left: 134px;
  margin-bottom: 130px;
}
@media only screen and (max-width: 1092px) {
  #misc #residence_parcours {
    padding-left: 0;
    margin-bottom: 50px;
  }
}
#misc #residence_parcours h2 {
  margin-bottom: 25px;
}
@media only screen and (max-width: 1320px) {
  #residence_contact {
    padding-left: 280px;
  }
}
@media only screen and (max-width: 768px) {
  #residence_contact {
    padding-left: 0;
  }
}
#residence_contact h2 {
  width: 815px;
  text-align: right;
}
@media only screen and (max-width: 1320px) {
  #residence_contact h2 {
    width: 100%;
    text-align: left;
  }
}
@media only screen and (max-width: 768px) {
  #residence_contact h2 {
    padding: 0 10px;
    text-align: center;
  }
}
#residence_contact ._contenu {
  padding-left: 845px;
}
#residence_contact ._contenu ._site {
  font-style: italic;
}
@media only screen and (max-width: 1320px) {
  #residence_contact ._contenu {
    padding-left: 0;
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 768px) {
  #residence_contact ._contenu {
    padding: 0 10px;
    text-align: center;
  }
}
/*# sourceMappingURL=residence.css.map */