/* Generated by less 2.5.1 */
@charset "utf-8";
/* ------------------------------ CSS -- */
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-color: white;
  border: 0 solid transparent;
  font-size: 16px;
  margin: 0;
  min-height: 100%;
  padding: 0;
  width: 100%;
  display: block;
  font-family: 'Open Sans', sans-serif;
}
img,
object,
embed,
canvas,
video,
audio,
picture {
  max-width: 100%;
  height: auto;
}
img {
  display: block;
}
a {
  text-decoration: none;
  color: black;
}
/* ------------------------------- RECURENTES -- */
.clear {
  display: block;
  zoom: 1;
}
.clear:after {
  content: " ";
  display: block;
  font-size: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}
.center {
  width: 1440px;
  margin: 0 auto;
}
h2,
h3,
h4,
h6 {
  font-size: 70px;
  color: black;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 2px;
}
p {
  color: #626262;
  font-size: 16px;
  font-weight: 600;
  width: 400px;
}
.titre {
  opacity: 0;
}
.titre-ok {
  opacity: 1;
}
/* ------------------------------- END RECURENTES -- */
nav.menu-burger {
  display: none;
}
header {
  width: 100%;
  background-color: #171819;
}
header div.header-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 110px;
  padding: 0 40px;
}
header div.header-container img {
  height: 55px;
}
header div.header-container div.burger {
  display: none;
}
header div.header-container nav.menu-bar {
  width: 580px;
}
header div.header-container nav.menu-bar ul {
  font-size: 0;
  display: flex;
  justify-content: space-between;
}
header div.header-container nav.menu-bar ul li {
  display: inline-block;
}
header div.header-container nav.menu-bar ul li a {
  display: block;
  font-size: 16px;
  font-weight: 500;
  color: white;
}
header div.header-container div.socials {
  display: flex;
  width: 80px;
  justify-content: space-between;
}
header div.header-container div.socials img {
  height: 20px;
}
section.intro {
  height: 100%;
  box-shadow: inset 2000px 0 0 0 rgba(23, 24, 25, 0.5);
  background-image: url(../images/intro.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
section.intro div.text {
  font-size: 70px;
}
section.intro div.text h1 {
  font-weight: 300;
  text-align: center;
  color: white;
}
section.intro div.text img {
  width: 50px;
  margin: 50px auto;
  animation: fleche 3s linear infinite;
}
@keyframes fleche {
  0% {
    color: #8e0000;
    transform: translateY(0%);
  }
  15% {
    color: #8e0000;
    transform: translateY(0%);
  }
  50% {
    transform: translateY(70%);
  }
  70% {
    transform: translateY(70%);
    opacity: 0;
  }
  90% {
    transform: translateY(0%);
    opacity: 0;
  }
  100% {
    color: #8e0000;
    transform: translateY(0%);
  }
}
article.experience {
  height: 100%;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
article.experience img {
  width: auto;
  height: 1000px;
}
article.experience .iphone {
  opacity: 0;
  transform: translateY(-20%);
  transition: all 1.2s;
}
article.experience .iphone-ok {
  opacity: 1;
  transform: translateY(8%);
}
section.partenaires {
  display: flex;
  justify-content: space-around;
  align-items: center;
  height: 100%;
  box-shadow: inset 2000px 0 0 0 rgba(23, 24, 25, 0.5);
  background-image: url(../images/partenaires.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
}
section.partenaires img {
  height: 250px;
  margin: 70px;
}
section.partenaires .fade-part {
  opacity: 0;
  transform: scale(0.8);
  transition: all 1.2s;
}
section.partenaires .fade-part-ok {
  opacity: 1;
  transform: scale(1);
}
article.artistes {
  height: 100%;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
article.artistes div.celebrite {
  opacity: 0;
  width: 40%;
  height: 100%;
  position: relative;
}
article.artistes div.celebrite div.desc {
  width: 10%;
  position: absolute;
  right: 580px;
  top: 140px;
}
article.artistes div.celebrite div.desc p b {
  font-size: 25px;
  color: black;
  line-height: 50px;
}
article.artistes div.celebrite img {
  align-self: center;
  position: absolute;
  bottom: 0;
}
section.services {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #171819;
}
section.services div.text h4 {
  color: white;
}
section.services div.blocs-icons {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  width: 40%;
}
section.services div.blocs-icons article.icons {
  margin-bottom: 50px;
}
section.services div.blocs-icons article.icons img {
  width: 50px;
}
section.services div.blocs-icons article.icons h5 {
  font-size: 16px;
  color: white;
  margin: 20px 0;
}
section.services div.blocs-icons article.icons p {
  width: 270px;
  padding-right: 15px;
}
section.services .fade-icons {
  opacity: 0;
  transform: scale(0.8);
  transition: all 1.2s;
}
section.services .fade-icons-ok {
  opacity: 1;
  transform: scale(1);
}
section.contact {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: inset 2000px 0 0 0 rgba(23, 24, 25, 0.5);
  background-image: url(../images/contact.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
}
section.contact h6,
section.contact p {
  color: white;
}
section.contact div.form {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  height: 70%;
  width: 30%;
  margin-left: 150px;
  background-color: #171819;
}
section.contact div.form form {
  display: flex;
  flex-direction: column;
  position: relative;
  width: 320px;
}
section.contact div.form form label {
  color: #626262;
  font-weight: 600;
  height: 30px;
}
section.contact div.form form input,
section.contact div.form form textarea {
  border: 0;
  border-bottom: 2px solid white;
  background-color: transparent;
  color: white;
  font-size: 16px;
  padding: 10px;
  width: 320px;
  margin-bottom: 30px;
}
section.contact div.form form input.go-form {
  margin-left: auto;
  width: 160px;
  height: 45px;
  line-height: 45px;
  background-color: white;
  padding: 0;
  border: 0;
  color: black;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 0;
  cursor: pointer;
}
section.contact div.form form ::placeholder {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  color: white;
}
section.contact .fade-form {
  opacity: 0;
  transform: scale(0.8);
  transition: all 1.2s;
}
section.contact .fade-form-ok {
  opacity: 1;
  transform: scale(1);
}
footer {
  background-color: #171819;
  padding: 60px;
}
footer div.part1 {
  width: auto;
  display: flex;
  justify-content: space-between;
  padding-bottom: 50px;
  border-bottom: 2px solid white;
}
footer div.part1 div.identite img {
  width: 195px;
  margin-bottom: 30px;
}
footer div.part1 div.identite p {
  width: 260px;
}
footer div.part1 nav.menu-footer ul {
  font-size: 0;
}
footer div.part1 nav.menu-footer ul li {
  display: inline-block;
  padding: 0 20px;
}
footer div.part1 nav.menu-footer ul li a {
  display: block;
  font-size: 16px;
  font-weight: 600;
  color: #626262;
}
footer div.part2 {
  width: auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 25px;
}
footer div.part2 img {
  width: 90px;
}
footer div.part2 p {
  width: auto;
}
/* ------------------------------------------------------------------------- */
/* ----------------------------------------------MEDIA QUERIES 1400px ---- */
/* ------------------------------------------------------------------------- */
@media screen and (max-width: 1400px) {
  section.intro,
  article.experience,
  section.partenaires,
  article.artistes,
  section.services,
  section.contact {
    height: auto;
  }
  .center {
    width: 100%;
    margin: 0 auto;
  }
  p {
    width: 80%;
  }
  header div.header-container nav.menu-bar {
    width: 60%;
  }
  section.intro {
    padding-top: 220px;
    padding-bottom: 100px;
  }
  article.experience {
    height: auto;
    padding: 100px 100px 0 100px;
    flex-direction: column;
  }
  article.experience div.text {
    width: 100%;
    margin-bottom: 70px;
  }
  article.experience img {
    height: auto;
    width: 70%;
  }
  article.experience .iphone-ok {
    transform: translateY(-10%);
  }
  section.partenaires {
    flex-direction: column;
  }
  article.artistes {
    height: auto;
    flex-direction: column;
    padding: 100px 100px 0 100px;
  }
  article.artistes div.celebrite {
    position: relative;
    width: 80%;
  }
  article.artistes div.celebrite div.desc {
    width: 50%;
    text-align: left;
    position: relative;
    left: -50px;
    top: 180px;
  }
  article.artistes div.celebrite img {
    position: relative;
  }
  section.services {
    flex-direction: column;
    justify-content: space-around;
    padding: 50px 0;
  }
  section.services div.text {
    width: 80%;
    margin-bottom: 70px;
  }
  section.services div.blocs-icons {
    width: 60%;
  }
  section.contact {
    height: auto;
    padding: 100px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  section.contact div.text {
    margin-bottom: 70px;
  }
  section.contact div.form {
    padding: 70px 0;
    width: 100%;
    margin: 0;
  }
  footer div.part1 nav.menu-footer ul li {
    display: block;
    margin: 10px 0;
    text-align: right;
  }
}
/* ------------------------------------------------------------------------- */
/* ----------------------------------------------MEDIA QUERIES 800px ---- */
/* ------------------------------------------------------------------------- */
@media screen and (max-width: 800px) {
  section.intro,
  article.experience,
  section.partenaires,
  article.artistes,
  section.services,
  section.contact {
    height: auto;
  }
  nav.menu-burger {
    display: block;
    height: 100vh;
    width: 100%;
    background-color: #000000;
    position: fixed;
    right: 0;
    z-index: 2;
    transform: translateX(100%);
    overflow-x: hidden;
    transition: all 0.3s ease-in-out;
  }
  nav.menu-burger.is-open {
    transform: translateX(0);
  }
  nav.menu-burger ul {
    position: absolute;
    top: -10%;
    transform: translateY(50%);
    width: 100%;
    padding-left: 50px;
  }
  nav.menu-burger ul li {
    list-style-type: none;
    display: block;
    margin-bottom: 20px;
  }
  nav.menu-burger ul li a {
    display: block;
    color: white;
    font-size: 30px;
    line-height: 48px;
    padding-left: 20px;
    position: relative;
  }
  header div.header-container div.burger {
    display: block;
  }
  header div.header-container div.burger {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    background-color: #333333;
    cursor: pointer;
    z-index: 999;
    transition: all 0.3s ease-in-out;
  }
  header div.header-container div.burger span {
    display: block;
    width: 30px;
    height: 2px;
    background-color: white;
    transform: translate(0%, -50%);
    transition: all 0.3s ease-in-out;
  }
  header div.header-container div.burger span:before,
  header div.header-container div.burger span:after {
    content: '';
    position: absolute;
    display: block;
    width: 30px;
    height: 2px;
    background-color: white;
    transition: all 0.3s ease-in-out;
  }
  header div.header-container div.burger span:before {
    top: -10px;
  }
  header div.header-container div.burger span:after {
    top: 10px;
  }
  header div.header-container div.burger.burger-open span {
    background-color: rgba(0, 0, 0, 0);
  }
  header div.header-container div.burger.burger-open span:before {
    transform: rotate(45deg);
    top: 0;
  }
  header div.header-container div.burger.burger-open span:after {
    transform: rotate(135deg);
    top: 0;
  }
  header div.header-container nav.menu-bar {
    display: none;
  }
  header div.header-container div.socials {
    display: none;
  }
  header div.header-container img {
    margin: 0 auto;
  }
  section.intro div.text {
    font-size: 40px;
  }
  section.partenaires img {
    height: 150px;
  }
  section.services div.blocs-icons {
    justify-content: flex-start;
    width: 80%;
  }
}
/* ------------------------------------------------------------------------- */
/* ----------------------------------------------MEDIA QUERIES 545px ---- */
/* ------------------------------------------------------------------------- */
@media screen and (max-width: 545px) {
  h2,
  h3,
  h4,
  h6 {
    font-size: 50px;
    margin-bottom: 10px;
  }
  article.experience img {
    width: 85%;
  }
  article.artistes div.celebrite {
    margin-top: 90px;
    display: flex;
    flex-direction: column;
    width: 100%;
  }
  article.artistes div.celebrite div.desc {
    top: 0;
    left: 0;
    width: 90%;
    margin-bottom: 20px;
  }
  section.contact {
    padding: 50px;
  }
  section.contact div.form {
    width: 100%;
  }
}
/* ------------------------------------------------------------------------- */
/* ----------------------------------------------MEDIA QUERIES 460px ---- */
/* ------------------------------------------------------------------------- */
@media screen and (max-width: 460px) {
  h2,
  h3,
  h4,
  h6 {
    font-size: 40px;
    margin-bottom: 10px;
  }
  section.intro div.text {
    font-size: 30px;
  }
  article.experience {
    padding: 50px;
  }
  article.artistes {
    padding: 50px 50px 0 50px;
  }
  section.contact {
    padding: 0px;
  }
  section.contact div.text {
    padding: 50px;
  }
  section.contact div.form {
    width: 100%;
    margin-bottom: 50px;
  }
  footer div.part1 {
    flex-direction: column;
  }
  footer div.part1 nav.menu-footer {
    margin-top: 50px;
  }
  footer div.part1 nav.menu-footer ul li {
    padding: 0;
    text-align: left;
  }
}
/* ------------------------------------------------------------------------- */
/* ----------------------------------------------MEDIA QUERIES 320px ---- */
/* ------------------------------------------------------------------------- */
@media screen and (max-width: 320px) {
  section.intro div.text {
    padding: 0 10px;
    font-size: 25px;
  }
  article.experience {
    padding: 25px;
  }
  section.partenaires img {
    height: 130px;
  }
  article.artistes {
    padding: 25px 25px 0 25px;
  }
  section.services {
    padding: 25px;
  }
  section.services div.text,
  section.services div.blocs-icons {
    width: 100%;
  }
  section.contact div.text {
    padding: 25px;
  }
  section.contact div.form {
    margin-bottom: 25px;
  }
  section.contact div.form form {
    width: 80%;
  }
  section.contact div.form form input,
  section.contact div.form form textarea {
    width: 100%;
  }
  footer {
    padding: 25px;
  }
  footer div.part2 {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  footer div.part2 img {
    margin-top: 25px;
  }
}
