@media only screen and (max-width: 1560px) {
  nav {
    flex-direction: column;
  }
  nav h1 {
    width: 100%;
    margin-bottom: 30px;
  }
  nav ul {
    width: 100%;
    justify-content: space-between;
  }
  #services {
    width: 70%;
  }
  ul #phoneMenu {
    display: none;
  }
}
@media only screen and (max-width: 1315px) {
  #services {
    width: 80%;
  }
  ul #phoneMenu {
    display: none;
  }
}
@media only screen and (max-width: 1160px) {
  #services {
    width: 90%;
  }
}
@media only screen and (max-width: 1050px) {
  #services {
    flex-wrap: wrap;
    justify-content: center;
    margin-top: -95px;
  }
  #services article {
    width: 300px;
    margin: 10px;
    border: 1px solid rgb(230, 230, 230);
    padding: 30px 4%;
  }
  #realisationsSection article {
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 800px) {
  nav {
    flex-direction: row;
    flex-wrap: wrap;
  }
  nav h1 {
    text-align: center;
    line-height: 50px;
    flex: 10;
  }
  #menuIcon {
    display: block;
    flex: 1;
  }
  #menuIcon hr {
    margin-top: 10px;
  }
  nav ul {
    display: none;
  }
  nav ul {
    flex-direction: column;
  }
  nav li {
    width: 100%;
    height: 40px;
    font-size: 1.7rem;
    background-color: rgb(255, 255, 255);
    color: rgb(127, 226, 18);
    text-align: center;
    margin-bottom: 20px;
    padding-top: 10px;
    box-shadow: -3px 5px rgba(0, 0, 0, 0.2);
  }
  nav li a {
    width: 100%;
    text-align: center;
    color: #333;
  }
  nav li a:hover {
    text-decoration: none;
  }
  nav ul li:hover {
    border-bottom: none;
    box-shadow: -5px 7px rgba(0, 0, 0, 0.2);
    transform: translate(0, 2px);
  }
}
@media only screen and (max-width: 600px) {
  nav {
    width: 90%;
    margin: 0;
    padding: 40px 5%;
  }
  nav li {
    font-size: 2rem;
    height: 40px;
    padding-top: 20px;
  }
  #indexSection {
    width: 80%;
    padding: 100px 10%;
  }
  #indexSection h2.index {
    font-size: 2.2rem;
    margin-bottom: 30px;
    line-height: 40px;
  }
  #services {
    margin-top: -55px;
  }
  #services article {
    margin-bottom: 25px;
    padding: 30px 8%;
  }
  #realisationsSection {
    width: 85%;
  }
  #realisationsSection article {
    margin-bottom: 35px;
  }
  #aboutSection {
    width: 80%;
    margin: 0 auto;
  }
  hr {
    width: 90%;
  }
}/*# sourceMappingURL=mediaIndex.css.map */