@charset "UTF-8";
@import url(http://fonts.googleapis.com/css?family=Oswald:400,700,300);
@import url(http://fonts.googleapis.com/css?family=Ubuntu:300,400,700);
@import url(http://fonts.googleapis.com/css?family=Open+Sans:800);
/* CSS Document */
body {
  margin: 0;
  padding: 0;
  font-family: Helvetica, Arial, sans-serif;
  color: #1F4241;
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  text-align: center;
  background-color: #fff;
  position: relative; }

#main {
  min-width: 1242px; }

/*********************************/
/********** STYLES ***************/
/*********************************/
a img {
  border: 0; }

h1 {
  margin-top: 0; }

.gros_titre,
.moyen_titre,
.titre {
  font-family: 'Open Sans', sans-serif;
  font-weight: 800; }

.mini_titre {
  font-size: 12px;
  font-weight: bold; }

.petit_titre {
  font-size: 16px;
  font-weight: bold; }

.moyen_titre {
  font-size: 24px;
  font-weight: 600;
  font-weight: normal;
  line-height: 28px; }

h1, .gros_titre {
  font-size: 33px;
  font-weight: normal;
  line-height: 44px; }

.gros_titre strong {
  text-transform: uppercase; }

.mini_texte {
  font-size: 10px;
  font-weight: bold; }

.petit_texte {
  font-size: 12px; }

.moyen_texte {
  font-size: 16px; }

.gros_texte {
  font-size: 20px; }

.gras {
  font-weight: bold; }

.italic {
  font-style: italic; }

a {
  color: #e26e1d;
  text-decoration: none; }

a:hover {
  color: #fbb216;
  text-decoration: underline; }

a.selected {
  color: #FBB217 !important; }

p {
  line-height: 1.2em; }

table p {
  margin: 0; }

.couleur-1, .bleu {
  color: #002b54; }

.couleur-2, .orange {
  color: #e26e1d; }

.gris {
  color: #555; }

.maj {
  text-transform: uppercase; }

.grisBg {
  background: #f5f5f5;
  display: inline-block;
  padding: 12px 18px;
  margin: 20px 0; }

/*********************************/
.clear {
  clear: both; }

.wrap,
#wrapper {
  width: 100%;
  max-width: 1461px;
  min-width: 320px;
  margin: 0 auto;
  position: relative; }

#wrapper {
  z-index: 1001; }

/*********** HEADER ****************/
header {
  width: 100%;
  height: 160px;
  margin: auto;
  position: relative; }

#logo {
  position: absolute;
  left: 20px;
  top: 10px;
  width: 20%;
  max-width: 405px;
  margin-top: 0;
  font-size: 1.8em;
  font-weight: bold; }

/******** MENU PRINCIPAL *************/
#choixEcole > ul {
  list-style: none;
  padding: 0;
  margin: 0; }
  #choixEcole > ul > li {
    width: 25%;
    margin: 0;
    padding: 0;
    float: left;
    display: inline-block;
    height: 360px; }
    #choixEcole > ul > li > a {
      color: #fff;
      line-height: normal;
      display: block;
      height: 360px;
      line-height: 360px;
      text-align: center;
      position: relative;
      overflow: hidden; }
      #choixEcole > ul > li > a > span {
        color: #fff;
        vertical-align: middle;
        display: inline-block;
        line-height: normal;
        /* on rétablit le line-height */ }
        #choixEcole > ul > li > a > span > span {
          color: #fff;
          display: block;
          font-size: 1.1em;
          text-transform: uppercase; }
        #choixEcole > ul > li > a > span > span.titre {
          text-transform: none;
          font-size: 2em; }
      #choixEcole > ul > li > a .ecoleLogo {
        display: block;
        position: absolute;
        top: -40px;
        left: 0;
        opacity: 0;
        vertical-align: middle;
        width: 100%;
        height: 360px;
        background-position: center center;
        background-repeat: no-repeat;
        -webkit-transition: all 250ms ease;
        -moz-transition: all 250ms ease;
        -ms-transition: all 250ms ease;
        -o-transition: all 250ms ease;
        transition: all 250ms ease; }
      #choixEcole > ul > li > a .ecoleLogo span {
        top: -40px;
        position: relative;
        vertical-align: middle;
        height: 360px;
        background-position: center center;
        background-repeat: no-repeat;
        -webkit-transition: all 250ms ease;
        -moz-transition: all 250ms ease;
        -ms-transition: all 250ms ease;
        -o-transition: all 250ms ease;
        transition: all 250ms ease; }
    #choixEcole > ul > li > a:hover {
      text-decoration: none; }
      #choixEcole > ul > li > a:hover .ecoleLogo,
      #choixEcole > ul > li > a:hover .ecoleLogo span {
        opacity: 1;
        top: 0px; }
    #choixEcole > ul > li > a:active .ecoleLogo {
      opacity: 0.8; }
#choixEcole .color1 {
  background-color: #ec1c24; }
#choixEcole .color2 {
  background-color: #412680; }
#choixEcole .color3 {
  background-color: #006db7; }
#choixEcole .color4 {
  background-color: #61a60e; }

#mozaique {
  background: url("../images/mozaique_etudiant.jpg") no-repeat center bottom;
  height: 375px; }

#slider {
  height: 650px;
  width: 100%;
  position: relative; }
  #slider > div {
    width: 100%;
    display: block !important; }
    #slider > div .ecoleBanniere {
      height: 240px;
      line-height: 240px; }
      #slider > div .ecoleBanniere img {
        vertical-align: middle; }
    #slider > div .ecoleMap {
      width: 50%;
      height: 410px;
      float: left; }
    #slider > div .ecoleInfo {
      width: 50%;
      height: 410px;
      float: right;
      text-align: left; }
      #slider > div .ecoleInfo > div {
        padding: 30px 25px; }
        #slider > div .ecoleInfo > div ul {
          margin: 0;
          padding: 0;
          list-style: none; }
          #slider > div .ecoleInfo > div ul li {
            background-repeat: no-repeat;
            background-position: left center;
            padding-left: 28px;
            margin: 15px 0; }
            #slider > div .ecoleInfo > div ul li a {
              font-weight: bold; }
      #slider > div .ecoleInfo > div.ecolePhoto {
        height: 180px;
        padding: 0;
        background-repeat: no-repeat;
        background-position: center center;
        background-size: auto 180px; }
        #slider > div .ecoleInfo > div.ecolePhoto img {
          vertical-align: middle; }
  #slider a.navigation {
    display: inline-block;
    width: 96px;
    height: 96px;
    border-radius: 100px;
    opacity: 0.6;
    font-size: 2em;
    color: #fff;
    position: absolute;
    top: 70px;
    z-index: 999;
    cursor: pointer; }
  #slider a.navigation:hover {
    text-decoration: none;
    opacity: 0.8; }
  #slider a.navigation:active {
    text-decoration: none;
    width: 76px;
    height: 76px;
    margin: 10px;
    opacity: 1; }
  #slider a.next {
    right: 60px;
    background: #cccccc url("../images/arrow_next.png") no-repeat center center; }
  #slider a.prev {
    left: 60px;
    background: #cccccc url("../images/arrow_prev.png") no-repeat center center; }

/********* FOOTER **************/
footer {
  width: auto;
  height: 140px;
  padding: 0;
  position: relative;
  z-index: 1000;
  margin: auto;
  text-align: left;
  color: #fff;
  background: #002b54;
  font-size: 0.9em; }

footer .titre {
  font-size: 1.4em; }

footer .wrap {
  height: 100%; }

footer .gris,
footer strong {
  color: #999999; }

#footerEcole {
  position: relative;
  width: 55%;
  height: 120px;
  padding: 10px 5%;
  float: left; }

#footerEcole .logo {
  float: left;
  margin-top: 0; }

#footerEcole a {
  color: #fff; }

#copyright {
  font-size: 0.7em;
  display: block;
  position: absolute;
  bottom: 35px;
  left: 8%; }

#copyright img {
  margin-bottom: 20px; }

#copyright a {
  text-decoration: none;
  color: #fff; }

#copyright a:hover {
  text-decoration: underline; }
