/** @format */

@font-face {
  font-family: "font1";
  src: url("../fonts/Rubik-Regular.ttf");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "font2";
  src: url("../fonts/ELEPHNT.TTF");
  font-weight: normal;
  font-style: normal;
}

html,
body {
  height: 100%;
  margin: 0;
}

.banniere {
  max-height: 100vh;
  min-width: 100%;
  z-index: 99;
}

.hautpage {
  overflow: hidden;
  margin: 0 auto;
}

.hautpage .retour {
  color: #072142;
  font-size: 100px;
  position: absolute;
  top: 75px;
  left: 2%;
  transition: 0.3s;
  z-index: 10;
}

.hautpage .retour:hover {
  left: 1%;
  z-index: 99;
}

.hautpage h1 {
  color: #072142;
  font-size: 65px;
  font-family: font2;
  text-decoration: underline;
  text-decoration-color: #ff4d5a;
  z-index: 10;
  text-align: center;
}

.hautpage .titre {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.hautpage {
  vertical-align: top;
}

.descriptif h1 {
  font-family: font2;
  color: #ff4d5a;
  font-size: 35px;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.descriptif p {
  font-family: font1;
  color: #072142;
  font-size: 20px;
}

.role {
  float: left;
  position: relative;
  width: 50%;
  margin-left: 5%;
  margin-bottom: 50px;
}

.date {
  width: 40%;
  position: relative;
  float: right;
  margin-bottom: 50px;
  margin-left: 5%;
}

.objectif {
  width: 90%;
  position: relative;
  float: left;
  margin-left: 5%;
  margin-bottom: 50px;
}

.mockuphead1,
.mockuphead2 {
  width: 100%;
}

.voir {
  text-decoration: none;
  color: white;
  background-color: #ff4d5a;
  padding: 10px 20px;
  border-radius: 200vw;
  font-family: font1;
  font-size: 15px;
  float: right;
  position: relative;
  right: 10%;
  transition: 0.3s;
  border: solid 4px #ff4d5a;
  margin-top: -140px;
  z-index: 10;
}

.voir:hover {
  color: #ff4d5a;
  background-color: white;
}

.voir i {
  padding-left: 0.5vw;
}

.description {
  width: 90%;
  float: left;
  position: relative;
  left: 5%;
  margin-bottom: 50px;
}

.rapport {
  float: left;
  text-decoration: none;
  color: white;
  background-color: #ff4d5a;
  padding: 10px 20px;
  border-radius: 200vw;
  font-family: font1;
  font-size: 15px;
  transition: 0.3s;
  border: solid 4px #ff4d5a;
  margin-top: 15px;
  z-index: 99;
}

.rapport:hover {
  color: #ff4d5a;
  background-color: white;
}

.developpement {
  float: left;
  width: 90%;
  position: relative;
  left: 5%;
  margin-bottom: 50px;
}

.visuels {
  float: left;
  width: 90%;
  position: relative;
  left: 5%;
  margin-bottom: 50px;
}

.mockup {
  float: left;
  width: 100%;
}

.mockup img {
  box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.5);
  position: relative;
}

.mockup .mock1 {
  width: 55%;
  float: left;
  left: 5%;
  z-index: 98;
}

.mockup .mock2 {
  width: 55%;
  margin-top: -50px;
  float: right;
  right: 5%;
  z-index: 97;
}

.mockup .mock3 {
  width: 55%;
  float: left;
  left: 5%;
  margin-top: -50px;
  z-index: 96;
}

.mockup .mock4 {
  width: 55%;
  float: right;
  right: 5%;
  margin-top: -50px;
  z-index: 95;
}

.mockup .mock5 {
  width: 55%;
  float: left;
  left: 5%;
  margin-top: -50px;
  z-index: 94;
}

.mockup .mock6 {
  width: 55%;
  float: right;
  right: 5%;
  margin-top: -50px;
  z-index: 93;
}

.tire {
  float: left;
  width: 90%;
  position: relative;
  left: 5%;
  margin-bottom: 50px;
}

.hesite {
  font-size: 65px;
  font-family: font2;
  color: #072142;
  text-align: center;
}

.mecontacter {
  text-decoration: none;
  color: #ff4d5a;
  border-bottom: 5px solid #ff4d5a;
  padding-bottom: 2px;
  transition: 0.4s;
}

.mecontacter:hover {
  color: #072142;
  padding-bottom: 10px;
}

@media screen and (min-width: 1025px) {
  .mockuphead2 {
    display: none;
  }
}

@media screen and (max-width: 1024px) {
  .mockuphead1 {
    display: none;
  }

  .voir {
    margin-top: -60px;
  }

  .hautpage .titre {
    top: 40%;
  }
}

@media screen and (max-width: 600px) {
  .hesite {
    font-size: 45px;
  }
}

@media screen and (max-width: 500px) {
  .descriptif h1 {
    font-size: 25px;
  }

  .voir {
    margin-top: -50px;
  }
}

@media screen and (max-width: 310px) {
  .descriptif h1 {
    font-size: 20px;
  }
}
