/* Generated by less 2.5.1 */
@charset "utf-8";
header,
section,
footer,
aside,
nav,
main,
article,
figure {
  display: block;
}
div,
header,
nav,
article,
section,
aside,
footer,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
ul,
li,
figure,
figcaption,
class,
img {
  margin: 0;
  padding: 0;
}
* {
  box-sizing: border-box;
}
html,
body {
  height: 100%;
  background-image: -moz-linear-gradient(90deg, #000000 0%, #3e3e3e 100%);
  background-image: -webkit-linear-gradient(90deg, #000000 0%, #3e3e3e 100%);
  background-image: -ms-linear-gradient(90deg, #000000 0%, #3e3e3e 100%);
  border: 0 solid transparent;
  font-size: 16px;
  margin: 0;
  padding: 0;
  width: 100%;
  display: block;
  font-family: 'Montserrat', sans-serif;
}
img,
object,
embed,
canvas,
video,
audio,
picture {
  max-width: 100%;
  height: auto;
}
img {
  display: block;
}
a {
  text-decoration: none;
  color: #ffdeb1;
}
/* ------------------------------- RECURENTES -- */
.clear {
  display: block;
  zoom: 1;
}
.clear:after {
  content: " ";
  display: block;
  font-size: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}
.center {
  width: 960px;
  margin: 0 auto;
}
/* ------------------------------- END RECURENTES -- */
section.intro {
  background-color: black;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  height: 100vh;
}
div.menu {
  height: 100vh;
  width: 40%;
  background-color: black;
  position: fixed;
  right: 0;
  z-index: 999;
  transform: translateX(100%);
  overflow-x: hidden;
  transition: all 0.3s ease-in-out;
}
div.menu.is-open {
  transform: translateX(0);
}
div.menu div.burger {
  position: absolute;
  top: 5%;
  right: 10%;
}
div.menu div.burger p {
  font-size: 16px;
  color: #ffdeb1;
  text-transform: uppercase;
  font-weight: 600;
  cursor: pointer;
}
div.menu ul {
  position: absolute;
  top: 10%;
  transform: translateY(50%);
  width: 100%;
}
div.menu ul li {
  list-style-type: none;
  display: block;
  margin-bottom: 20px;
}
div.menu ul li a {
  display: block;
  font-size: 35px;
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 48px;
  padding-left: 20px;
  position: relative;
  transition: all 0.3s;
}
div.menu ul li a:hover {
  letter-spacing: 3px;
}
main {
  background-image: url(../images/kardashian-or02.png);
  background-repeat: no-repeat;
  background-position: 60% 100%;
  background-size: auto;
  padding: 50px;
  height: 100%;
  width: 100%;
}
main header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: auto;
}
main header img {
  width: 320px;
}
main header div.contact-menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 1px solid #ffdeb1;
  width: 280px;
  height: 50px;
}
main header div.contact-menu a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 210px;
  height: 50px;
  font-size: 16px;
  font-weight: 800;
  text-transform: uppercase;
}
main header div.contact-menu a:hover {
  background-color: #ffdeb1;
  color: black;
}
main header div.contact-menu div.burger {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 70px;
  height: 50px;
  border-left: 1px solid #ffdeb1;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
main header div.contact-menu div.burger i {
  font-size: 45px;
  color: #ffdeb1;
}
main header div.contact-menu div.burger:hover {
  background-color: #ffdeb1;
}
main header div.contact-menu div.burger:hover i {
  color: black;
}
main section.accueil {
  position: absolute;
  top: 245px;
  width: 580px;
}
main section.accueil h1 {
  font-size: 60px;
  font-weight: 700;
  line-height: 60px;
  margin-bottom: 40px;
  color: #ffdeb1;
}
main section.accueil p {
  color: #ffdeb1;
  font-weight: 500;
  margin-bottom: 35px;
}
main section.accueil a {
  display: inline-block;
  text-transform: uppercase;
  border: 1px solid #ffdeb1;
  padding: 10px 35px;
  font-weight: 400;
}
main section.accueil a:hover {
  background-color: #ffdeb1;
  color: black;
}
main footer p {
  position: absolute;
  bottom: 30px;
  color: #ffdeb1;
  font-weight: 300;
  font-size: 12px;
  letter-spacing: 1px;
}
main footer div.socials {
  position: absolute;
  bottom: 30px;
  right: 50px;
}
main footer div.socials a {
  display: inline-block;
  width: 45px;
  height: 45px;
  margin-left: 10px;
  border: 1px solid #ffdeb1;
}
main footer div.socials a i {
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
}
main footer div.socials a:hover {
  background-color: #ffdeb1;
}
main footer div.socials a:hover > i {
  color: black;
}
main.main-lessoeurs {
  padding: 0;
  background-image: none;
}
main.main-lessoeurs header {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  position: absolute;
  top: 40px;
  right: 40px;
}
main.main-lessoeurs header div.contact-menu {
  width: auto;
}
main.main-lessoeurs section.lessoeurs {
  display: flex;
  width: auto;
}
main.main-lessoeurs section.lessoeurs h1,
main.main-lessoeurs section.lessoeurs h2,
main.main-lessoeurs section.lessoeurs h3,
main.main-lessoeurs section.lessoeurs h4,
main.main-lessoeurs section.lessoeurs h5 {
  display: none;
  color: #ffdeb1;
  text-align: center;
  font-size: 50px;
  padding: 0 10px;
}
main.main-lessoeurs section.lessoeurs div.kourtney {
  background-image: url(../images/soeurs/kourtney.jpg);
  background-position: center top;
  background-repeat: no-repeat;
  height: 100vh;
  width: 100%;
}
main.main-lessoeurs section.lessoeurs div.kourtney:hover a {
  height: 100vh;
  width: 100%;
}
main.main-lessoeurs section.lessoeurs div.kourtney:hover a h1 {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.7);
}
main.main-lessoeurs section.lessoeurs div.khloe {
  background-image: url(../images/soeurs/khloe.jpg);
  background-position: center top;
  background-repeat: no-repeat;
  width: 100%;
}
main.main-lessoeurs section.lessoeurs div.khloe:hover a {
  height: 100vh;
  width: 100%;
}
main.main-lessoeurs section.lessoeurs div.khloe:hover a h2 {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.7);
}
main.main-lessoeurs section.lessoeurs div.kylie {
  background-image: url(../images/soeurs/kylie.jpg);
  background-position: center top;
  background-repeat: no-repeat;
  width: 100%;
}
main.main-lessoeurs section.lessoeurs div.kylie:hover a {
  height: 100vh;
  width: 100%;
}
main.main-lessoeurs section.lessoeurs div.kylie:hover a h3 {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.7);
}
main.main-lessoeurs section.lessoeurs div.kim {
  background-image: url(../images/soeurs/kim.jpg);
  background-position: center top;
  background-repeat: no-repeat;
  width: 100%;
}
main.main-lessoeurs section.lessoeurs div.kim:hover a {
  height: 100vh;
  width: 100%;
}
main.main-lessoeurs section.lessoeurs div.kim:hover a h4 {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.7);
}
main.main-lessoeurs section.lessoeurs div.kendall {
  background-image: url(../images/soeurs/kendall.jpg);
  background-position: center top;
  background-repeat: no-repeat;
  width: 100%;
}
main.main-lessoeurs section.lessoeurs div.kendall:hover a {
  height: 100vh;
  width: 100%;
}
main.main-lessoeurs section.lessoeurs div.kendall:hover a h5 {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.7);
}
main.main-lessoeurs footer {
  padding-left: 50px;
}
main.main-page {
  position: absolute;
  z-index: 1;
  background-image: none;
}
section.container-page {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: translateY(50%);
  width: 100%;
  padding: 0 25px;
  z-index: 2;
}
section.container-page article.page {
  display: flex;
  justify-content: center;
}
section.container-page article.page img {
  margin-right: 55px;
  width: 450px;
  height: 450px;
}
section.container-page article.page iframe {
  margin-right: 55px;
  width: 560px;
  height: 450px;
}
section.container-page article.page form {
  display: flex;
  flex-direction: column;
  width: 450px;
  height: 450px;
  margin-right: 55px;
}
section.container-page article.page form input,
section.container-page article.page form textarea {
  color: #ffdeb1;
  font-size: 16px;
  border: 0;
  padding: 20px;
  border-bottom: 1px solid #ffdeb1;
  background-color: transparent;
  font-family: 'Montserrat', sans-serif;
}
section.container-page article.page form input::placeholder,
section.container-page article.page form textarea::placeholder {
  color: #ffdeb1;
}
section.container-page article.page form input.go-form {
  background-color: transparent;
  border: 1px solid #ffdeb1;
  color: #ffdeb1;
  font-size: 20px;
  padding: 20px;
  margin-top: 20px;
  font-weight: 700;
  text-transform: uppercase;
  cursor: pointer;
}
section.container-page article.page form input.go-form:hover {
  background-color: #ffdeb1;
  color: black;
}
section.container-page article.page div.chiffres {
  display: flex;
  flex-direction: column;
  text-align: center;
  height: 450px;
  width: 500px;
}
section.container-page article.page div.chiffres span.count {
  font-size: 60px;
  font-weight: 600;
  color: #ffdeb1;
}
section.container-page article.page div.chiffres p {
  font-size: 20px;
  color: #ffdeb1;
}
section.container-page article.page div.chiffres br {
  line-height: 30px;
}
section.container-page article.page div.text-page {
  position: relative;
  width: 580px;
}
section.container-page article.page div.text-page h1 {
  font-size: 60px;
  font-weight: 700;
  line-height: 60px;
  margin-bottom: 40px;
  color: #ffdeb1;
}
section.container-page article.page div.text-page p {
  color: #ffdeb1;
  font-weight: 500;
  margin-bottom: 35px;
}
section.container-page article.page div.text-page p br {
  line-height: 35px;
}
section.container-page article.page div.text-page a {
  position: absolute;
  right: 0;
  bottom: 0;
  display: inline-block;
  text-transform: uppercase;
  border: 1px solid #ffdeb1;
  padding: 10px 35px;
  font-weight: 400;
}
section.container-page article.page div.text-page a:hover {
  background-color: #ffdeb1;
  color: black;
}
section.container-page article.page div.text-page a.contact {
  position: absolute;
  right: 200px;
  bottom: 100px;
  display: inline-block;
  text-transform: uppercase;
  border: 1px solid #ffdeb1;
  padding: 10px 35px;
  font-weight: 400;
}
section.container-page article.page div.text-page a.contact:hover {
  background-color: #ffdeb1;
  color: black;
}
section.container-page-resp {
  display: none;
}
/* ------------------------------------------------------------------------- */
/* ----------------------------------------------MEDIA QUERIES 960px ---- */
/* ------------------------------------------------------------------------- */
@media screen and (max-width: 960px) {
  .center {
    width: 100%;
    margin: 0 auto;
  }
  main {
    padding: 25px;
    background-size: contain;
  }
  section.container-page {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    transform: translateY(50%);
    width: 100%;
    padding: 0 25px;
    z-index: 2;
  }
  section.container-page article.page {
    display: flex;
    justify-content: center;
  }
  section.container-page article.page img {
    margin-right: 25px;
    width: 300px;
    height: 300px;
  }
  section.container-page article.page div.text-page {
    position: relative;
    width: 580px;
  }
  section.container-page article.page div.text-page h1 {
    font-size: 40px;
    font-weight: 700;
    line-height: 40px;
    margin-bottom: 20px;
    color: #ffdeb1;
  }
  section.container-page article.page div.text-page p {
    color: #ffdeb1;
    font-weight: 500;
    margin-bottom: 35px;
  }
  section.container-page article.page div.text-page p br {
    line-height: 35px;
  }
  section.container-page article.page div.text-page a {
    position: absolute;
    right: 0;
    bottom: -50px;
    display: inline-block;
    text-transform: uppercase;
    border: 1px solid #ffdeb1;
    padding: 10px 35px;
    font-weight: 400;
  }
  section.container-page article.page div.text-page a:hover {
    background-color: #ffdeb1;
    color: black;
  }
}
/* ------------------------------------------------------------------------- */
/* ----------------------------------------------MEDIA QUERIES 768px ---- */
/* ------------------------------------------------------------------------- */
@media screen and (max-width: 768px) {
  div.menu {
    width: 100%;
  }
}
/* ------------------------------------------------------------------------- */
/* ----------------------------------------------MEDIA QUERIES 670px ---- */
/* ------------------------------------------------------------------------- */
@media screen and (max-width: 670px) {
  main {
    background-image: -moz-linear-gradient(90deg, #000000 0%, #3e3e3e 100%);
    background-image: -webkit-linear-gradient(90deg, #000000 0%, #3e3e3e 100%);
    background-image: -ms-linear-gradient(90deg, #000000 0%, #3e3e3e 100%);
    height: auto;
  }
  main header {
    flex-direction: column;
  }
  main header img {
    width: 280px;
    margin-bottom: 20px;
  }
  main section.accueil {
    position: static;
    margin-top: 40px;
    width: 100%;
  }
  main section.accueil h1 {
    font-size: 40px;
    line-height: 40px;
  }
  main footer {
    display: flex;
    align-items: center;
    flex-direction: column;
    height: 100px;
    margin-top: 50px;
  }
  main footer p {
    position: static;
    color: #ffdeb1;
    text-align: center;
  }
  main footer div.socials {
    position: static;
    margin-bottom: 20px;
  }
  div.menu ul {
    top: 0%;
    transform: translateY(30%);
  }
  main.main-lessoeurs header {
    top: 20px;
    right: 20px;
  }
  main.main-lessoeurs section.lessoeurs {
    flex-direction: column;
  }
  main.main-lessoeurs section.lessoeurs div.kourtney,
  main.main-lessoeurs section.lessoeurs div.khloe,
  main.main-lessoeurs section.lessoeurs div.kylie,
  main.main-lessoeurs section.lessoeurs div.kim,
  main.main-lessoeurs section.lessoeurs div.kendall {
    display: block;
    background-position-y: 10%;
    height: 20vh;
    width: 100%;
  }
  main.main-lessoeurs section.lessoeurs div.kourtney h1,
  main.main-lessoeurs section.lessoeurs div.khloe h1,
  main.main-lessoeurs section.lessoeurs div.kylie h1,
  main.main-lessoeurs section.lessoeurs div.kim h1,
  main.main-lessoeurs section.lessoeurs div.kendall h1,
  main.main-lessoeurs section.lessoeurs div.kourtney h2,
  main.main-lessoeurs section.lessoeurs div.khloe h2,
  main.main-lessoeurs section.lessoeurs div.kylie h2,
  main.main-lessoeurs section.lessoeurs div.kim h2,
  main.main-lessoeurs section.lessoeurs div.kendall h2,
  main.main-lessoeurs section.lessoeurs div.kourtney h3,
  main.main-lessoeurs section.lessoeurs div.khloe h3,
  main.main-lessoeurs section.lessoeurs div.kylie h3,
  main.main-lessoeurs section.lessoeurs div.kim h3,
  main.main-lessoeurs section.lessoeurs div.kendall h3,
  main.main-lessoeurs section.lessoeurs div.kourtney h4,
  main.main-lessoeurs section.lessoeurs div.khloe h4,
  main.main-lessoeurs section.lessoeurs div.kylie h4,
  main.main-lessoeurs section.lessoeurs div.kim h4,
  main.main-lessoeurs section.lessoeurs div.kendall h4,
  main.main-lessoeurs section.lessoeurs div.kourtney h5,
  main.main-lessoeurs section.lessoeurs div.khloe h5,
  main.main-lessoeurs section.lessoeurs div.kylie h5,
  main.main-lessoeurs section.lessoeurs div.kim h5,
  main.main-lessoeurs section.lessoeurs div.kendall h5 {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 30px;
    text-align: left;
    height: 20vh;
    width: 100%;
    padding-left: 20px;
    background-color: rgba(0, 0, 0, 0.7);
  }
  main.main-lessoeurs footer {
    padding: 0;
  }
  main.main-lessoeurs footer p {
    padding: 10px 20px;
  }
  main.main-page {
    background-image: -moz-linear-gradient(90deg, #000000 0%, #3e3e3e 100%);
    background-image: -webkit-linear-gradient(90deg, #000000 0%, #3e3e3e 100%);
    background-image: -ms-linear-gradient(90deg, #000000 0%, #3e3e3e 100%);
    height: auto;
  }
  main.main-page header {
    flex-direction: column;
  }
  main.main-page header img {
    width: 280px;
    margin-bottom: 20px;
  }
  main.main-page section.container-page-resp {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    margin-bottom: 70px;
  }
  main.main-page section.container-page-resp article.page-resp {
    display: flex;
    justify-content: center;
    flex-direction: column;
  }
  main.main-page section.container-page-resp article.page-resp img {
    margin-top: 50px;
    margin-bottom: 50px;
    margin-right: 55px;
    width: 450px;
    height: auto;
  }
  main.main-page section.container-page-resp article.page-resp iframe {
    margin-top: 50px;
    margin-bottom: 50px;
    width: auto;
    margin-right: 0px;
  }
  main.main-page section.container-page-resp article.page-resp form {
    display: flex;
    flex-direction: column;
    width: 350px;
    height: 450px;
    margin-top: 70px;
  }
  main.main-page section.container-page-resp article.page-resp form input,
  main.main-page section.container-page-resp article.page-resp form textarea {
    color: #ffdeb1;
    font-size: 16px;
    border: 0;
    padding: 20px;
    border-bottom: 1px solid #ffdeb1;
    background-color: transparent;
    font-family: 'Montserrat', sans-serif;
  }
  main.main-page section.container-page-resp article.page-resp form input::placeholder,
  main.main-page section.container-page-resp article.page-resp form textarea::placeholder {
    color: #ffdeb1;
  }
  main.main-page section.container-page-resp article.page-resp form input.go-form {
    background-color: transparent;
    border: 1px solid #ffdeb1;
    color: #ffdeb1;
    font-size: 20px;
    padding: 20px;
    margin-top: 20px;
    font-weight: 700;
    text-transform: uppercase;
    cursor: pointer;
  }
  main.main-page section.container-page-resp article.page-resp form input.go-form:hover {
    background-color: #ffdeb1;
    color: black;
  }
  main.main-page section.container-page-resp article.page-resp div.chiffres {
    margin: 40px 0;
    display: flex;
    flex-direction: column;
    text-align: left;
    height: 450px;
    width: auto;
  }
  main.main-page section.container-page-resp article.page-resp div.chiffres span.count {
    font-size: 60px;
    font-weight: 600;
    color: #ffdeb1;
  }
  main.main-page section.container-page-resp article.page-resp div.chiffres p {
    font-size: 20px;
    color: #ffdeb1;
  }
  main.main-page section.container-page-resp article.page-resp div.chiffres br {
    line-height: 30px;
  }
  main.main-page section.container-page-resp article.page-resp div.text-page-resp h1 {
    font-size: 40px;
    font-weight: 700;
    line-height: 40px;
    margin-bottom: 40px;
    color: #ffdeb1;
  }
  main.main-page section.container-page-resp article.page-resp div.text-page-resp p {
    color: #ffdeb1;
    font-weight: 500;
    margin-bottom: 35px;
  }
  main.main-page section.container-page-resp article.page-resp div.text-page-resp p br {
    line-height: 35px;
  }
  main.main-page section.container-page-resp article.page-resp div.text-page-resp a {
    position: relative;
    display: inline-block;
    text-transform: uppercase;
    border: 1px solid #ffdeb1;
    padding: 10px 35px;
    font-weight: 400;
  }
  main.main-page section.container-page-resp article.page-resp div.text-page-resp a:hover {
    background-color: #ffdeb1;
    color: black;
  }
  main.main-page footer {
    display: flex;
    align-items: center;
    flex-direction: column;
    height: 100px;
    margin-top: 50px;
  }
  main.main-page footer p {
    position: static;
    color: #ffdeb1;
    text-align: center;
  }
  main.main-page footer div.socials {
    position: static;
    margin-bottom: 20px;
  }
  section.container-page {
    display: none;
  }
}
/* ------------------------------------------------------------------------- */
/* ----------------------------------------------MEDIA QUERIES 320px ---- */
/* ------------------------------------------------------------------------- */
@media screen and (max-width: 320px) {
  main.main-page section.container-page-resp article.page-resp form {
    width: 250px;
  }
}
