/*
ECAM LYON VARIABLES & MIXINS FILE
Created on : 26 mai 2016, 17:34:33
Author     : Alexandre
*/
/*------------------------------------*\
    VARIABLES 
\*------------------------------------*/
/*------------------------------------*\
    MIXINS
\*------------------------------------*/
/*
Created on : 26 mai 2016, 17:47:04
Author     : Alexandre
*/
@font-face {
  font-family: 'eurostileregular';
  src: url("../fonts/eurosti-webfont.eot");
  src: url("../fonts/eurosti-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/eurosti-webfont.woff2") format("woff2"), url("../fonts/eurosti-webfont.woff") format("woff"), url("../fonts/eurosti-webfont.ttf") format("truetype"), url("../fonts/eurosti-webfont.svg#eurostileregular") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'eurostilebold';
  src: url("../fonts/eurostib-webfont.eot");
  src: url("../fonts/eurostib-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/eurostib-webfont.woff2") format("woff2"), url("../fonts/eurostib-webfont.woff") format("woff"), url("../fonts/eurostib-webfont.ttf") format("truetype"), url("../fonts/eurostib-webfont.svg#eurostilebold") format("svg");
  font-weight: normal;
  font-style: normal; }
/*
    CONDAT RESPONSIVE
    Created on : 20 juin 2016, 15:19:33
    Author     : Alexandre
*/
/*----------------------------------------------------*/
/*-------------------HEADER & MENUS-------------------*/
/*----------------------------------------------------*/
@media screen and (max-width: 959px) {
  .smallnav, .main-menu-nav-cont {
    display: none; } }
@media screen and (max-width: 680px) {
  .smallnav, .main-menu-nav-cont {
    display: none; }

  .header {
    height: 50px; }

  #main-burger-nav ul.first-level ul li a {
    padding: 10px 10px !important; } }
/***-----------------HEADER-----------------***/
/**small nav**/
html, body {
  margin: 0;
  padding: 0;
  color: #8c8c8c;
  font-family: 'Open Sans', Tahoma, sans-serif;
  font-size: 13px; }

.header * {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box; }

.header .smallnav {
  font-family: 'Open Sans', Tahoma, sans-serif;
  font-size: 13px;
  background-color: #004e9c;
  color: #FFF;
  height: 31px;
  line-height: 30px; }
  .header .smallnav #menu-small-nav {
    margin: 0;
    padding: 0;
    float: left; }
    .header .smallnav #menu-small-nav li {
      display: table-cell;
      font-size: 11px;
      color: #ffffff;
      border-right: solid 1px #6a94c0; }
      .header .smallnav #menu-small-nav li:first-child a {
        padding: 0 10px; }
      .header .smallnav #menu-small-nav li:first-child a:before {
        content: '\f015';
        font-family: 'FontAwesome';
        font-size: 14px; }
      .header .smallnav #menu-small-nav li:first-child span {
        display: none; }
      .header .smallnav #menu-small-nav li a {
        color: #99c5f1;
        display: block;
        padding: 0 17px;
        text-decoration: none; }
        .header .smallnav #menu-small-nav li a:hover {
          color: #ffffff; }
  .header .smallnav .right {
    float: right;
    font-size: 11px; }
    .header .smallnav .right .cell {
      float: left;
      border-left: solid 1px #658fba; }
    .header .smallnav .right a {
      color: #99c5f1;
      display: block;
      padding: 0 17px;
      text-decoration: none; }
      .header .smallnav .right a:hover {
        color: #ffffff; }
    .header .smallnav .right .lang {
      margin: 0;
      padding: 0;
      list-style: none; }
      .header .smallnav .right .lang li {
        position: relative; }
        .header .smallnav .right .lang li span {
          padding: 0 10px; }
        .header .smallnav .right .lang li ul {
          margin: 0;
          padding: 0;
          display: none;
          opacity: 0;
          background-color: #658fba;
          position: absolute;
          top: 30px;
          right: 0;
          width: 100%;
          -webkit-transition: all .2s ease;
          -moz-transition: all .2s ease;
          -ms-transition: all .2s ease;
          transition: all .2s ease; }
          .header .smallnav .right .lang li ul li {
            text-align: center; }
            .header .smallnav .right .lang li ul li a {
              display: block;
              padding: 0 5px;
              color: #FFF; }
              .header .smallnav .right .lang li ul li a:hover {
                background-color: #004e9c; }
        .header .smallnav .right .lang li:hover ul {
          display: block;
          opacity: 1; }

/**big nav**/
.main-menu-nav-cont {
  font-family: 'Open Sans', Tahoma, sans-serif;
  font-size: 13px;
  height: 104px; }

@keyframes fromTop {
  from {
    -ms-transform: translateY(-140px);
    transform: translateY(-140px); }
  to {
    -ms-transform: translateY(0);
    transform: translateY(0); } }
.main-menu-nav-cont .subcont {
  background-color: #FFF;
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  -ms-transition: all .2s ease;
  transition: all .2s ease; }

body.sticky .main-menu-nav-cont .subcont {
  -webkit-animation: fromTop 0.7s;
  animation: fromTop 0.7s;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999;
  opacity: 0.65;
  box-shadow: 0 0 5px #000;
  -webkit-box-shadow: 0 0 5px #000;
  -moz-box-shadow: 0 0 5px #000;
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  -ms-transition: all .2s ease;
  transition: all .2s ease; }
  body.sticky .main-menu-nav-cont .subcont:hover {
    opacity: 1; }

#main-menu-nav {
  width: 100%;
  margin: auto; }
  @media screen and (min-width: 1280px) {
    #main-menu-nav {
      max-width: 1960px; } }
  @media screen and (min-width: 960px) and (max-width: 1279px) {
    #main-menu-nav {
      max-width: 960px; } }
  #main-menu-nav > ul {
    margin: 0;
    list-style: none;
    width: 100%;
    display: inline-block;
    padding: 20px 0;
    position: relative;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    transition: all .2s ease; }
    #main-menu-nav > ul > li {
      display: inline-block;
      float: left;
      line-height: 60px;
      height: 60px;
      text-align: center;
      width: auto;
      background-image: url(../images/header-menu-sep.jpg);
      background-repeat: no-repeat;
      background-position: right center; }
      #main-menu-nav > ul > li:nth-child(1) {
        position: relative; }
      #main-menu-nav > ul > li:nth-child(4) img {
        -webkit-transition: all .2s ease;
        -moz-transition: all .2s ease;
        -ms-transition: all .2s ease;
        transition: all .2s ease; }
      #main-menu-nav > ul > li:nth-child(5) {
        position: relative; }
      #main-menu-nav > ul > li > a {
        text-decoration: none;
        display: block;
        color: #004e9c;
        font-weight: bold;
        text-transform: uppercase;
        font-size: 14px;
        border-bottom: solid 4px #FFF;
        margin: 0 21px; }
        #main-menu-nav > ul > li > a span {
          vertical-align: middle;
          line-height: normal;
          display: inline-block; }
      #main-menu-nav > ul > li:hover > a, #main-menu-nav > ul > li:hover > a:hover {
        border-bottom: solid 4px #004e9c; }
      #main-menu-nav > ul > li:hover:nth-child(4) a {
        border-bottom: 0; }
      #main-menu-nav > ul > li:nth-child(3) {
        background: none; }
      #main-menu-nav > ul > li:nth-child(4) {
        width: auto;
        max-width: 194px;
        margin: 0 0; }
        #main-menu-nav > ul > li:nth-child(4) a {
          margin: 0;
          border: 0; }
      #main-menu-nav > ul > li:last-child {
        background: none; }

body.sticky #main-menu-nav > ul {
  padding: 0; }
  body.sticky #main-menu-nav > ul li:nth-child(4) img {
    width: 60%; }

/***MENU BREAKPOINT***/
#main-burger-nav {
  display: none; }

#main-menu-nav {
  display: block; }

@media screen and (max-width: 959px) {
  #main-burger-nav {
    display: block; }

  #main-menu-nav {
    display: none; } }
#main-burger-nav {
  height: 40px; }
  #main-burger-nav ul {
    margin: 0;
    padding: 0; }
  #main-burger-nav ul.first-level {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    background-color: #FFF;
    width: 100%;
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 0 25px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0 0 25px rgba(0, 0, 0, 0.5); }
    #main-burger-nav ul.first-level li {
      list-style: none;
      height: 50px;
      line-height: 50px;
      font-weight: normal;
      font-size: 28px; }
    #main-burger-nav ul.first-level .menu-expand {
      display: flex;
      height: 50px; }
      #main-burger-nav ul.first-level .menu-expand .menu-icon, #main-burger-nav ul.first-level .menu-expand .logo, #main-burger-nav ul.first-level .menu-expand .search {
        height: 100%;
        width: 100%; }
      #main-burger-nav ul.first-level .menu-expand .menu-icon, #main-burger-nav ul.first-level .menu-expand .search {
        width: 70px;
        text-align: center; }
      #main-burger-nav ul.first-level .menu-expand .menu-icon {
        background-color: #004e9c;
        color: #FFF; }
      #main-burger-nav ul.first-level .menu-expand .logo {
        text-align: center; }
        #main-burger-nav ul.first-level .menu-expand .logo img {
          height: 100%;
          padding: 8px; }
      #main-burger-nav ul.first-level .menu-expand .search {
        color: #004e9c; }
    #main-burger-nav ul.first-level ul {
      display: none;
      background-color: #FFF;
      font-size: 13px;
      color: #666666;
      box-shadow: 0 0 25px rgba(0, 0, 0, 0.5);
      -moz-box-shadow: 0 0 25px rgba(0, 0, 0, 0.5);
      -webkit-box-shadow: 0 0 25px rgba(0, 0, 0, 0.5); }
      #main-burger-nav ul.first-level ul li {
        padding: 0 20px;
        height: initial;
        line-height: initial;
        font-weight: normal;
        font-size: 13px; }
        #main-burger-nav ul.first-level ul li a {
          display: block;
          padding: 15px 10px;
          color: #666666;
          border-bottom: solid 1px rgba(140, 140, 140, 0.3); }
          #main-burger-nav ul.first-level ul li a:hover {
            padding-left: 10px; }
          #main-burger-nav ul.first-level ul li a:before {
            font-family: 'FontAwesome';
            content: '\f105';
            color: #004e9c;
            padding-right: 5px; }
        #main-burger-nav ul.first-level ul li:last-child a {
          border-bottom: 0; }
      @media screen and (max-width: 680px) {
        #main-burger-nav ul.first-level ul {
          float: left;
          width: 100%; }
          #main-burger-nav ul.first-level ul li {
            float: left;
            width: 50%; } }
      @media screen and (max-width: 380px) {
        #main-burger-nav ul.first-level ul {
          float: none;
          width: initial; }
          #main-burger-nav ul.first-level ul li {
            float: none;
            width: initial; } }

/*# sourceMappingURL=header.css.map */
