/*
 * Accueil
 */
body {
  padding-top: 0;
}
#accueil_introduction {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  height: 100vh;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding-bottom: 65px;
  color: #fff;
  text-align: center;
}
@media only screen and (max-width: 1092px) {
  #accueil_introduction {
    display: block;
    min-height: 100vh;
    height: auto;
    padding-top: 200px;
  }
}
#accueil_introduction ._content {
  position: relative;
  z-index: 2;
}
#accueil_introduction ._content ._lien {
  position: relative;
  display: inline-block;
  margin-bottom: 155px;
  padding-top: 40px;
  text-transform: uppercase;
  font-family: Gotham-Light, sans-serif;
  font-size: 16px;
  color: #fff;
  font-weight: normal;
  transition: 0.5s all ease-in-out;
  -webkit-transition: 0.5s all ease-in-out;
}
@media only screen and (max-width: 768px) {
  #accueil_introduction ._content ._lien {
    margin-bottom: 80px;
  }
}
#accueil_introduction ._content ._lien:before,
#accueil_introduction ._content ._lien:after {
  content: '';
  position: absolute;
  background: #fff;
  margin: auto;
  left: 0;
  right: 0;
  transition: 0.5s all ease-in-out;
  -webkit-transition: 0.5s all ease-in-out;
}
#accueil_introduction ._content ._lien:before {
  width: 26px;
  height: 2px;
  top: 12px;
}
#accueil_introduction ._content ._lien:after {
  width: 2px;
  height: 26px;
  top: 0;
}
#accueil_introduction ._content ._lien:hover {
  opacity: 0.7;
}
#accueil_introduction ._content ._lien:hover:before,
#accueil_introduction ._content ._lien:hover:after {
  transform: rotate(180deg);
  transform-origin: 50% 50%;
  -webkit-transform: rotate(180deg);
  -webkit-transform-origin: 50% 50%;
}
#accueil_introduction h2 {
  text-transform: uppercase;
  font-family: AutoScape, sans-serif;
  font-size: 80px;
  color: #fff;
  font-weight: normal;
  line-height: 85px;
  margin-bottom: 5px;
}
@media only screen and (max-width: 768px) {
  #accueil_introduction h2 {
    font-size: 30px;
    line-height: 35px;
  }
}
#accueil_introduction ._sous-titre {
  font-size: 14px;
  margin-bottom: 55px;
}
#accueil_introduction ._scrolldown {
  display: inline-block;
  height: 8px;
  width: 20px;
  background: url(../img/scrolldown.svg) no-repeat center;
  background-size: contain;
  cursor: pointer;
  transition: 0.5s all ease-in-out;
  -webkit-transition: 0.5s all ease-in-out;
}
#accueil_introduction ._scrolldown:hover {
  opacity: 0.7;
}
#accueil_introduction ._neufneuf {
  position: absolute;
  right: 75px;
  bottom: 75px;
  width: 227px;
  height: 51px;
  border: 1px solid #fff;
  line-height: 49px;
  text-align: center;
  text-transform: none;
  font-family: Gotham-Medium, sans-serif;
  font-size: 14px;
  color: #fff;
  font-weight: normal;
  transition: 0.5s all ease-in-out;
  -webkit-transition: 0.5s all ease-in-out;
  /*&:before{
            content: '';
            position: absolute;
            left: 0; right: 0;
            height: 61px;
            bottom: 100%;
            background: url(../img/le_neufneuf.svg) no-repeat center bottom;
            background-size: 170px 61px;
        }*/
}
@media only screen and (max-width: 1092px) {
  #accueil_introduction ._neufneuf {
    display: block;
    margin: auto;
    position: relative;
    right: auto;
    bottom: auto;
    margin-top: 120px;
  }
}
#accueil_introduction ._neufneuf:hover {
  opacity: 0.7;
}
#accueil_blocs {
  padding-top: 133px;
}
@media only screen and (max-width: 1092px) {
  #accueil_blocs {
    padding-top: 0;
  }
}
#accueil_blocs ._line {
  padding-bottom: 133px;
}
@media only screen and (max-width: 1092px) {
  #accueil_blocs ._line {
    padding-bottom: 20px;
  }
}
#accueil_blocs ._line:last-child {
  padding-bottom: 0;
}
#accueil_blocs ._line ._bloc {
  margin: auto;
  width: 1370px;
}
@media only screen and (max-width: 1370px) {
  #accueil_blocs ._line ._bloc {
    width: 100%;
  }
}
#accueil_blocs ._line ._bloc ._image {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  overflow: hidden;
}
#accueil_blocs ._line ._bloc ._image img {
  position: absolute;
  opacity: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
#accueil_blocs ._line ._bloc h2 {
  text-transform: none;
  font-family: AutoScape, sans-serif;
  font-size: 20px;
  color: #000;
  font-weight: normal;
  margin-bottom: 20px;
}
#accueil_blocs ._line ._bloc p {
  margin-bottom: 20px;
}
#accueil_blocs ._line ._bloc p:last-child {
  margin-bottom: 0;
}
#accueil_blocs ._line ._bloc ._lien {
  display: inline-block;
  margin-top: 100px;
  border: 1px solid #000;
  width: 227px;
  height: 51px;
  line-height: 51px;
  text-align: center;
  text-transform: none;
  font-family: Gotham-Medium, sans-serif;
  font-size: 14px;
  color: #000;
  font-weight: normal;
  transition: 0.5s all ease-in-out;
  -webkit-transition: 0.5s all ease-in-out;
}
#accueil_blocs ._line ._bloc ._lien:hover {
  background: #000;
  color: #fff;
}
@media only screen and (max-width: 1092px) {
  #accueil_blocs ._line ._bloc ._lien {
    margin-top: 30px;
  }
}
#accueil_blocs ._line._style_1 ._bloc {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 1092px) {
  #accueil_blocs ._line._style_1 ._bloc {
    flex-wrap: wrap;
  }
}
#accueil_blocs ._line._style_1 ._bloc ._image_container {
  flex: 0 0 933px;
}
#accueil_blocs ._line._style_1 ._bloc ._image_container ._image {
  height: 547px;
}
@media only screen and (max-width: 1370px) {
  #accueil_blocs ._line._style_1 ._bloc ._image_container {
    flex: 0 0 70%;
  }
}
@media only screen and (max-width: 1092px) {
  #accueil_blocs ._line._style_1 ._bloc ._image_container {
    flex: 0 0 100%;
    margin-bottom: 20px;
  }
}
#accueil_blocs ._line._style_1 ._bloc ._content_container {
  flex: 0 0 360px;
}
@media only screen and (max-width: 1370px) {
  #accueil_blocs ._line._style_1 ._bloc ._content_container {
    flex: 0 0 30%;
  }
  #accueil_blocs ._line._style_1 ._bloc ._content_container ._content {
    padding: 0 10px;
  }
}
@media only screen and (max-width: 1092px) {
  #accueil_blocs ._line._style_1 ._bloc ._content_container {
    flex: 0 0 100%;
  }
}
#accueil_blocs ._line._style_2 {
  display: flex;
  justify-content: space-between;
  padding-left: 165px;
  padding-right: 60px;
}
@media only screen and (max-width: 1370px) {
  #accueil_blocs ._line._style_2 {
    padding: 0;
  }
}
@media only screen and (max-width: 1092px) {
  #accueil_blocs ._line._style_2 {
    flex-wrap: wrap;
  }
  #accueil_blocs ._line._style_2 ._bloc {
    margin-bottom: 20px;
  }
}
#accueil_blocs ._line._style_2 > div:first-child {
  flex: 0 0 638px;
  padding-top: 220px;
}
@media only screen and (max-width: 1370px) {
  #accueil_blocs ._line._style_2 > div:first-child {
    flex: 0 0 70%;
  }
}
@media only screen and (max-width: 1092px) {
  #accueil_blocs ._line._style_2 > div:first-child {
    flex: 0 0 100%;
    padding-top: 0px;
  }
}
#accueil_blocs ._line._style_2 > div:first-child ._image {
  height: 505px;
  margin-bottom: 80px;
}
@media only screen and (max-width: 1092px) {
  #accueil_blocs ._line._style_2 > div:first-child ._image {
    margin-bottom: 20px;
  }
}
#accueil_blocs ._line._style_2 > div:first-child ._content {
  width: 362px;
}
@media only screen and (max-width: 1092px) {
  #accueil_blocs ._line._style_2 > div:first-child ._content {
    width: 100%;
  }
}
#accueil_blocs ._line._style_2 > div:last-child {
  flex: 0 0 365px;
}
@media only screen and (max-width: 1370px) {
  #accueil_blocs ._line._style_2 > div:last-child {
    flex: 0 0 30%;
    max-width: 30%;
    padding: 0 10px;
  }
}
@media only screen and (max-width: 1092px) {
  #accueil_blocs ._line._style_2 > div:last-child {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0 0;
  }
}
#accueil_blocs ._line._style_2 > div:last-child ._image {
  height: 544px;
  margin: 0 auto 80px;
  max-width: 365px;
}
@media only screen and (max-width: 1092px) {
  #accueil_blocs ._line._style_2 > div:last-child ._image {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 1092px) {
  #accueil_blocs ._line._style_2 > div ._content {
    padding: 0 10px;
  }
}
#accueil_blocs ._line._style_3 ._bloc {
  padding-left: 440px;
  padding-right: 70px;
}
@media only screen and (max-width: 1092px) {
  #accueil_blocs ._line._style_3 ._bloc {
    padding-left: 0;
    padding-right: 0;
  }
  #accueil_blocs ._line._style_3 ._bloc ._content {
    padding: 0 10px;
  }
}
#accueil_blocs ._line._style_3 ._bloc ._image {
  margin-bottom: 75px;
  height: 484px;
}
@media only screen and (max-width: 1092px) {
  #accueil_blocs ._line._style_3 ._bloc ._image {
    margin-bottom: 20px;
  }
}
#accueil_blocs ._line._style_3 ._bloc ._lien {
  margin-top: 75px;
}
@media only screen and (max-width: 1092px) {
  #accueil_blocs ._line._style_3 ._bloc ._lien {
    margin-top: 30px;
  }
}
#bloc_texte_intro {
  width: 1200px;
  margin: 0 auto 125px;
}
#bloc_texte_intro h2,
#bloc_texte_intro h2 strong {
  text-transform: none;
  font-family: AutoScape, sans-serif;
  font-size: 20px;
  color: #000;
  font-weight: normal;
  line-height: 20px;
  box-sizing: border-box;
}
#bloc_texte_intro h2 {
  margin-bottom: 40px;
}
#bloc_texte_intro h3,
#bloc_texte_intro h3 strong {
  font-size: 16px;
  font-family: AutoScape, sans-serif;
}
#bloc_texte_intro h3 {
  margin: 20px 0;
}
#bloc_texte_intro strong {
  font-family: Gotham-Light, sans-serif;
}
@media only screen and (max-width: 1200px) {
  #bloc_texte_intro {
    width: 100%;
    padding: 40px;
    flex-wrap: wrap;
  }
}
/*# sourceMappingURL=accueil.css.map */