/* line 2, homepage.scss */
body {
  font-family: OptimaLT, Helvetica, Verdana, Arial, sans-serif;
  font-size: 12px;
  color: #58585A;
  background: #03475E;
}

/* line 3, homepage.scss */
header {
  display: none;
}

/* line 6, homepage.scss */
#homepage {
  width: 990px;
  margin: auto;
  padding-top: 1px;
  background: #83d0f0 url("../img/homepage.jpg") center center no-repeat;
}

/* line 12, homepage.scss */
#homepage #liens {
  width: 688px;
  margin: 340px auto 0px auto;
  list-style: none;
  padding: 0px;
}

/* line 13, homepage.scss */
#homepage #liens li {
  display: inline-block;
  height: 240px;
  background: transparent url("../img/home_ombre.png") center bottom no-repeat;
  margin-left: 42px;
}

/* line 14, homepage.scss */
#homepage #liens li:first-child {
  margin-left: 0px;
}

/* line 15, homepage.scss */
#homepage #liens a {
  display: inline-block;
  vertical-align: top;
  width: 198px;
  height: 195px;
  background-color: transparent;
  background-position: center top;
  background-repeat: no-repeat;
  text-decoration: none;
}

/* line 25, homepage.scss */
#homepage #liens a span {
  visibility: hidden;
}

/* line 26, homepage.scss */
#homepage #liens a:hover {
  background-position: center bottom;
}

/* line 28, homepage.scss */
a#college {
  background-image: url("../img/home_college.png");
}

/* line 29, homepage.scss */
a#lycee {
  background-image: url("../img/home_lycee.png");
}

/* line 30, homepage.scss */
a#sup {
  background-image: url("../img/home_sup.png");
}

/* line 31, homepage.scss */
footer {
  padding-right: 25px;
  width: 360px;
  margin: auto;
  margin-top: 100px;
  text-align: center;
  height: 16px;
  line-height: 16px;
  /*background:transparent url('../img/home_fb.png') right center no-repeat;*/
}

/* line 41, homepage.scss */
footer a {
  color: #58585A;
  text-decoration: none;
}

/* line 42, homepage.scss */
footer a:hover {
  text-decoration: underline;
}

/* line 44, homepage.scss */
#homeHeaderResponsive, .actuResponsive {
  display: none;
}

/******************************* RESPONSIVE   ****************************************/
@media (max-width: 990px) {
  /* line 50, homepage.scss */
  body {
    background-color: #83D0F0;
  }

  /* line 53, homepage.scss */
  footer {
    width: 100%;
    padding: 0;
    margin: 0 auto;
  }

  /* line 58, homepage.scss */
  #homeHeaderResponsive {
    display: inline-block;
    width: 100%;
    max-width: 580px;
  }

  /* line 63, homepage.scss */
  #homepage {
    width: 100%;
    text-align: center;
    background: #83D0F0;
    background-size: 100%;
  }
  /* line 68, homepage.scss */
  #homepage ul#liens {
    margin: 0 0 0 0;
    width: 100%;
  }
  /* line 71, homepage.scss */
  #homepage ul#liens li {
    width: 100%;
    margin: 0;
    display: inline-block;
  }

  /* line 78, homepage.scss */
  #cboxOverlay {
    display: none !important;
  }

  /* line 81, homepage.scss */
  #colorbox {
    display: none !important;
  }

  /* line 84, homepage.scss */
  .actuResponsive {
    display: block;
    margin: 16px 0 45px 0;
    padding: 8px 0;
    border-top: 1px solid  #E55D10;
    border-bottom: 1px solid  #E55D10;
    background: #eb7b02;
    -webkit-box-shadow: 0 0 15px #009ee0;
    -moz-box-shadow: 0 0 15px #009ee0;
    box-shadow: 0 0 15px #009ee0;
  }
  /* line 92, homepage.scss */
  .actuResponsive span {
    width: 100%;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 18px;
  }
  /* line 99, homepage.scss */
  .actuResponsive p {
    color: #fff;
    font-size: 14px;
  }
}
