.hilmi-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: wrap row;
          flex-flow: wrap row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 1rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 100%;
  color: white;
  background: #8f25D6;
}

.logo {
  line-height: 100px;
  color: #8f25D6;
  font-size: 2rem;
  color: white;
  cursor: pointer;
  margin-left: 20px;
}

@media (max-width: 375px) {
  .logo {
    font-size: 30px;
  }
}

.menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (max-width: 989px) {
  .menu {
    margin-right: 0px;
  }
}

.menu a {
  margin: 0 20px;
  padding: 10px 30px;
  color: white;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: bold;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

@media (max-width: 1215px) {
  .menu a {
    padding: 10px 20px;
    margin: 0 10px 0 10px;
  }
}

.menu a:hover {
  background-color: white;
  border-radius: 30px;
  padding: 10px 30px;
  color: #8f25D6;
  -webkit-transition: .5s;
  transition: .5s;
}

.show-menu-btn,
.hide-menu-btn {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  font-size: 30px;
  cursor: pointer;
  display: none;
}

.show-menu-btn {
  float: right;
}

.show-menu-btn i {
  line-height: 100px;
  margin: 8px 20px 7px 9px;
}

#chk {
  position: absolute;
  display: none;
}

@media (max-width: 989px) {
  .show-menu-btn,
  .hide-menu-btn {
    display: block;
  }
  .menu {
    display: none;
    width: 100%;
    height: 100vh;
    background: #8f25D6;
    right: -100%;
    text-align: center;
    padding: 80px 0;
    line-height: normal;
    -webkit-transition: 0.7s;
    transition: 0.7s;
    z-index: 10;
  }
  .menu a {
    margin: 20px;
  }
  .hide-menu-btn {
    position: absolute;
    top: 550px;
    right: 315px;
  }
}

@media (max-width: 989px) and (max-width: 375px) {
  .hide-menu-btn {
    display: none;
  }
}

@media (max-width: 989px) {
  #chk:checked ~ .menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    opacity: 0.7;
    right: 0;
  }
}

footer {
  background-color: #5f6163;
  text-align: center;
  height: 355px;
}

@media (max-width: 625px) {
  footer {
    height: auto;
  }
}

footer .projet {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  cursor: pointer;
  position: relative;
  top: 30px;
}

@media (max-width: 625px) {
  footer .projet {
    right: 10px;
  }
}

footer .projet:hover h3 {
  color: #bc93fd;
}

footer .projet:hover i {
  color: #bc93fd;
  left: 32px;
}

footer .projet i {
  font-size: 40px;
  color: white;
  position: relative;
  top: 45px;
  left: 22px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

@media (max-width: 625px) {
  footer .projet i {
    top: 35px;
    font-size: 30px;
  }
}

footer .projet h3 {
  color: white;
  font-size: 40px;
  font-weight: normal;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

@media (max-width: 625px) {
  footer .projet h3 {
    font-size: 30px;
  }
}

.footer-content {
  margin-top: 60px;
}

@media (max-width: 625px) {
  .footer-content {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    -ms-grid-rows: 1fr .4fr 0.4fr;
        grid-template-rows: 1fr .4fr 0.4fr;
        grid-template-areas: "form" "contact" "icon";
    justify-items: center;
  }
}

.flaot {
  float: left;
  width: 33%;
}

@media (max-width: 998px) {
  .flaot {
    width: 32.90%;
  }
}

@media (max-width: 767px) {
  .flaot {
    width: 32.80%;
  }
}

@media (max-width: 625px) {
  .flaot {
    float: none;
  }
}

footer .contact {
  color: #ffffff80;
  margin-top: 10px;
}

@media (max-width: 800px) {
  footer .contact {
    font-size: 13px;
    margin-top: 20px;
  }
}

@media (max-width: 625px) {
  footer .contact {
    grid-area: contact;
    margin-left: auto;
    margin-right: auto;
    margin-top: -10px;
  }
  footer .contact .cnt {
    position: relative;
  }
}

@media (max-width: 375px) {
  footer .contact .cnt {
    position: relative;
    right: 35px;
  }
}

footer .contact h4 {
  font-weight: 100;
}

footer .contact h4:hover {
  color: #bc93fd;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
}

footer .form {
  margin-left: 10px;
}

@media (max-width: 625px) {
  footer .form {
    grid-area: form;
  }
}

footer .form .text-input {
  padding: 10px 30px;
  margin-bottom: 20px;
  background: none;
  border: 1px solid #bc93fd;
  color: white;
  border-radius: 50px;
  outline-style: none;
  width: 160px;
  -webkit-transition: .4s ease-in-out;
  transition: .4s ease-in-out;
}

@media (max-width: 625px) {
  footer .form .text-input {
    position: relative;
    right: 10%;
  }
}

@media (max-width: 420px) {
  footer .form .text-input {
    position: relative;
    right: 40%;
  }
}

footer .form .text-input::-webkit-input-placeholder {
  color: #ffffff80;
}

footer .form .text-input:-ms-input-placeholder {
  color: #ffffff80;
}

footer .form .text-input::-ms-input-placeholder {
  color: #ffffff80;
}

footer .form .text-input::placeholder {
  color: #ffffff80;
}

footer .form .text-input:focus {
  width: 230px;
}

@media (max-width: 625px) {
  footer .form .text-input:focus {
    width: 160px;
  }
}

footer .form .submit-input {
  background: none;
  color: #ffffff80;
  padding: 10px 15px;
  border: 1px solid #bc93fd;
  border-radius: 50px;
  -webkit-transition: .5S;
  transition: .5S;
}

footer .form .submit-input:hover {
  background-color: #8561be;
  color: white;
  border: 1px solid #8561be;
}

@media (max-width: 625px) {
  footer .footer-icon {
    grid-area: icon;
  }
}

footer .footer-icon .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  margin: 60px;
}

footer .footer-icon ul {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  list-style: none;
}

footer .footer-icon .icon-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-decoration: none;
  font-size: 19px;
  color: #a5a4a4;
  border-radius: 50%;
}

@media (max-width: 625px) {
  footer .footer-icon .icon-link {
    padding-right: 10px;
  }
}

footer .footer-icon .icon-link:hover .fa-twitter {
  color: #1da1f2;
}

footer .footer-icon .icon-link:hover .fa-facebook-f {
  color: #1877f2;
}

footer .footer-icon .icon-link:hover .fa-instagram {
  color: #e4405f;
}

footer .footer-icon .icon-link:hover .fa-linkedin-in {
  color: #0077b5;
}

footer .copy h6 {
  width: 300px;
  color: #ffffff80;
  font-weight: 100;
  margin: 0 auto;
  padding: 0;
}

* {
  margin: 0;
  padding: 0;
}

body {
  font-family: 'Montserrat', sans-serif;
}

.aheader {
  background: url(img/back.jpg) no-repeat;
  background-size: cover;
  height: 600px;
  background-attachment: fixed;
}

@media screen and (max-width: 800px) {
  .aheader {
    background-position: center;
  }
}

.aheader .abg {
  width: 100%;
  height: 496px;
  position: absolute;
  z-index: 2;
  background-color: rgba(134, 18, 180, 0.7);
}

.center {
  margin-left: 33%;
  margin-top: 16%;
  position: absolute;
  z-index: 3;
  text-align: center;
}

.aqui {
  color: #EB2F5B;
  font-weight: 100%;
}

.apro {
  color: white;
  font-size: 80px;
  font-weight: 900;
}

/*--------------------------------------------------------------------*/
.afixed {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr);
  -ms-grid-rows: (1fr)[3];
      grid-template-rows: repeat(3, 1fr);
  margin-bottom: -10px;
}

.apart1 {
  width: 100%;
  height: 610px;
  margin-top: -4px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #82ECE8;
  padding: 50px;
}

.apart1 h1 {
  line-height: 50px;
  font-weight: 900;
}

.apart1 h2 {
  padding-bottom: 20px;
  font-weight: lighter;
  color: #EB2F5B;
  line-height: 30px;
}

.hov2:hover {
  font-weight: 900;
  color: #FED841;
}

.hr {
  margin-top: -10px;
  height: 10px;
  background: #EB2F5B;
  width: 143px;
}

.apart1 p {
  margin-top: 25px;
  width: 320px;
  line-height: 40px;
}

.apart2 img {
  width: 100%;
  height: 610px;
  margin-top: -4px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.apart3 {
  width: 100%;
  height: 610px;
  margin-top: -4px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: black;
  color: white;
  padding: 50px;
  padding-top: 100px;
}

.apart3 h1 {
  margin-bottom: 35px;
  font-weight: 900;
}

.apart3 p {
  margin-bottom: 30px;
  line-height: 50px;
}

.apart3 button {
  background-color: #EB2F5B;
  color: white;
  border-radius: 30px;
  border-color: #EB2F5B;
  height: 60px;
  width: 180px;
  font-weight: bold;
  font-size: 15px;
  outline: none;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}

.butt:hover {
  background-color: #FED841;
  border-color: #FED841;
}

/*--------------------------------------------------------------------*/
.apaart1 img {
  width: 100%;
  height: 610px;
  margin-top: -4px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.apaart2 {
  width: 100%;
  height: 610px;
  margin-top: -4px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #FED841;
  padding: 50px;
}

.apaart2 p {
  padding-top: 30px;
  margin-bottom: 20px;
  font-weight: 900;
  font-size: 25px;
  line-height: 40px;
}

.apaart2 img {
  border-radius: 100%;
  width: 110px;
}

.apaart2 h3 span {
  font-size: 15px;
  font-weight: lighter;
}

.apaart2 h3 {
  text-align: center;
  margin-top: -70px;
  margin-right: 25px;
}

.apaart3 {
  width: 100%;
  height: 610px;
  margin-top: -4px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #EB2F5B;
  color: white;
  padding: 50px;
}

.apaart3 h2 {
  font-weight: 900;
  margin-bottom: 20px;
}

.apaart3 p {
  line-height: 50px;
}

.aespace {
  margin-bottom: 50px;
}

/*--------------------------------------------------------------------*/
.apaaart1 {
  width: 100%;
  height: 610px;
  margin-top: -4px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: black;
  color: white;
  padding: 50px;
}

.apaaart1 h1 {
  font-weight: 900;
  color: #FED841;
  font-size: 120px;
  text-align: center;
}

.apaaart1 h2 {
  color: #EB2F5B;
  text-align: center;
  font-size: 35px;
}

.apaaart1 p {
  line-height: 40px;
  font-weight: 900;
  text-align: center;
  margin-top: 30px;
}

.apaaart2 {
  width: 100%;
  height: 610px;
  margin-top: -4px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: white;
  padding: 50px;
  padding-top: 90px;
  box-sizing: border-box;
}

.apaaart2 h2 {
  color: #EB2F5B;
  font-weight: 200;
  margin-bottom: 20px;
  margin-top: -30px;
}

.apaaart2 h2:hover {
  color: #FED841;
  font-weight: 900;
}

.apaaart2 h1 {
  font-size: 30px;
  font-weight: 900;
  margin-bottom: 30px;
}

.apaaart2 p {
  color: #7777;
  line-height: 30px;
  margin-top: 30px;
}

.apaaart2 hr {
  height: 10px;
  background: #EB2F5B;
  width: 60%;
  border-color: #EB2F5B;
  margin-top: -36px;
  margin-left: 2px;
}

.apaaart3 {
  width: 100%;
  height: 610px;
  margin-top: -4px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: url(img/bout.jpg) no-repeat;
}

.apaaart3 h1 {
  text-align: center;
  margin-top: 140px;
  font-size: 50px;
  font-weight: 900;
  color: white;
  padding: 10px;
}

.apaaart3 h1 a {
  text-decoration: none;
  -webkit-transition: all 0.8S ease-in-out;
  transition: all 0.8S ease-in-out;
}

.hov:hover {
  color: #FED841;
  font-size: 107%;
}

/*.apaaart3 hr {
    height: 10px;
    background: #EB2F5B; 
    width:37%;
    border-color:#EB2F5B ;
    margin-left: 298px;
    margin-top: -12px;  
}*/
.projet i {
  margin-top: -12%;
}

/*--------------------------------------------------------------------*/
@media screen and (max-width: 1130px) {
  .afixed {
    grid: grid;
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
    -ms-grid-rows: (1fr)[4];
        grid-template-rows: repeat(4, 1fr);
    width: 100%;
  }
  .center {
    margin-left: 60%;
  }
  .aheader {
    width: 100%;
  }
  .center {
    margin-left: 185px;
    margin-top: 240px;
  }
  .apaaart3 {
    display: none;
  }
  .apart1 {
    width: 100%;
    height: 700px;
  }
  .apart2 img {
    width: 100%;
    height: 700px;
  }
  .apart3 {
    width: 100%;
    height: 700px;
  }
  .apaart1 img {
    width: 100%;
    height: 700px;
  }
  .apaart2 {
    width: 100%;
    height: 700px;
  }
  .apaart2 h3 {
    margin-left: 70px;
  }
  .apaart3 {
    width: 100%;
    height: 700px;
  }
  .apaaart1 {
    width: 100%;
    height: 700px;
  }
  .apaaart2 {
    width: 100%;
    height: 700px;
  }
  .apaaart2 p {
    line-height: 30px;
  }
  .apaaart2 hr {
    width: 81%;
  }
}

/*------------------------------------------------------------------------*/
@media screen and (max-width: 751px) {
  .afixed {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    -ms-grid-rows: (1fr)[9];
        grid-template-rows: repeat(9, 1fr);
    width: 100%;
  }
  .apro {
    font-size: 40px;
    margin-right: 90px;
  }
  .aqui {
    margin-left: -170px;
  }
  .centre h2 {
    margin-left: 100px;
  }
  .aheader {
    width: 100%;
  }
  .aqui {
    margin-top: 140px;
  }
  .apro {
    margin-top: 10px;
    margin-left: -80px;
  }
  .apaaart3 {
    display: list-item;
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .apart1 {
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .apart2 img {
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .apart3 {
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .apaart1 img {
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .apaart2 {
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .apaart2 h3 {
    margin-left: 100px;
  }
  .apaart3 {
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .apaaart1 {
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .apaaart2 {
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .apaaart2 hr {
    width: 243px;
  }
  .apaaart3 {
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    height: 703px;
  }
  .apaaart3 hr {
    margin-left: 93px;
    width: 188px;
  }
}
/*# sourceMappingURL=style.css.map */