body {
  margin: 0;
  padding: 0;
  background: #333245;
  font-family: "Roboto Mono", monospace;
}

.eye__image,
.main__image,
.contact__image {
  height: 280px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.eye__image img,
.main__image img,
.contact__image img {
  width: 60%;
  display: block;
  margin: auto;
}

.wrap {
  margin: 3% 5%;
}

.section-main {
  background: #fff;
  display: flex;
  flex-wrap: wrap;
  color: #333245;
  padding: 1em 0px 6em 0px;
}

.eye {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
}
.eye__image {
  margin: 0 auto;
}
.eye__image img {
  width: 30%;
}
.eye__content {
  max-width: 400px;
  margin: auto;
}

.eye__content p {
  color: #79BBC6;
  font-size: 1.5em;
  line-height: 2rem;
  padding: 0.5em 0;
}
.eye__content p:first-child {
  padding: 0px;
}

.main {
  font-size: 0.95em;
}
.main__image {
  margin: 0 auto;
}
.main__text-right p > a {
  text-decoration: underline;
  color: inherit;
}
.main__download {
  display: flex;
  flex-wrap: wrap;
  color: #FF8811;
  padding: 20px 0;
}
.main__download_arrow {
  display: block;
  width: 15px;
  height: 20px;
  margin-top: 0;
  margin-right: 10px;
  padding-top: 5px;
}
.main__download strong {
  font-weight: 700;
}
.main__download span {
  font-size: 0.9em;
}
.main__download .button {
  display: block;
  padding: 15px 0;
  width: 100%;
  text-align: center;
  border: 1px solid #FF8811;
  color: inherit;
  text-transform: uppercase;
}
.main__download .button img {
  display: inline;
  width: 20px;
}

.contact {
  margin: 0 auto;
}
.contact img {
  margin-left: 0;
  width: 30%;
}
.contact h2 {
  color: #79BBC6;
  font-size: 1.2em;
}
.contact__content {
  max-width: 390px;
}
.contact__content span {
  text-decoration: underline;
}
.contact__content a {
  color: #333245;
  text-decoration: underline;
}

.footer {
  display: flex;
  justify-content: space-between;
  color: #fff;
}
.footer__mention, .footer__realise {
  text-align: center;
  font-size: 1em;
  font-weight: 400;
}
.footer div > a {
  color: inherit;
  text-decoration: none;
}

@media (max-width: 575.98px) {
  .main__image {
    height: 200px;
  }

  .eye__image {
    height: 175px;
    padding: 30px 0;
    margin-bottom: 25px;
  }
  .eye__image img {
    display: block;
    width: 40%;
    margin: 0;
  }
  .eye__content {
    margin: 0;
    font-size: 0.8em;
    max-width: 100%;
  }
  .eye__content p {
    padding: 0;
  }

  .contact__image {
    height: 250px;
    padding: 40px 0;
    margin-bottom: 25px;
  }
  .contact__image img {
    display: block;
    width: 45%;
    margin: 0;
  }
  .contact__content h2 {
    font-size: 2em;
  }

  .linkEdinstitut {
    font-size: 0.75em;
  }

  .footer__mention {
    margin-bottom: 10px;
  }
  .footer__mention, .footer__realise {
    font-size: 13px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .main__image img {
    width: 70%;
  }

  .eye__image img {
    display: block;
    width: 40%;
    margin: auto 0;
  }
  .eye__content {
    margin: 20px 0;
    font-size: 0.85em;
    max-width: 100%;
  }
  .eye__content p {
    padding: 0;
  }

  .contact__image img {
    display: block;
    width: 35%;
    margin: auto 0;
  }
  .contact__content h2 {
    font-size: 2em;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .main__image img {
    width: 50%;
  }

  .logo {
    margin: 0;
  }

  .eye__image {
    height: 210px;
    padding: 20px 0;
  }
  .eye__image img {
    display: block;
    width: 25%;
    margin: 0;
  }
  .eye__content {
    margin: auto 0;
    max-width: 100%;
  }
  .eye__content p {
    padding: 0;
    font-size: 1.25em;
  }

  .contact__image {
    height: 260px;
    padding: 20px 0;
  }
  .contact__image img {
    display: block;
    width: 25%;
    margin: 0;
  }
  .contact__content h2 {
    font-size: 2em;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .eye__image,
.main__image,
.contact__image {
    height: 200px;
  }
  .eye__image img,
.main__image img,
.contact__image img {
    width: 55%;
  }

  .eye__content p {
    font-size: 1.25em;
  }

  .main__image img {
    width: 90%;
  }
}
@media (min-width: 1200px) and (max-width: 1439.98px) {
  .eye__image,
.main__image,
.contact__image {
    height: 200px;
  }
  .eye__image img,
.main__image img,
.contact__image img {
    width: 50%;
  }

  .main__image img {
    width: 100%;
  }

  .eye__content p {
    font-size: 1.25em;
  }
}
@media (min-width: 1440px) and (max-width: 1920px) {
  .eye__image,
.main__image,
.contact__image {
    height: 250px;
  }

  .main__image img {
    width: 100%;
  }
}

/*# sourceMappingURL=style.css.map */
