/* ==========================================================================
   RESET
   ========================================================================== */
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

svg {
  display: block; }

strong {
  display: block; }

h2, h3, h4, strong {
  line-height: 130%;
  margin: 0; }

/* ==========================================================================
   MIXIN
   ========================================================================== */
/* ==========================================================================
   FONTS
   ========================================================================== */
/*quicksand*/
@font-face {
  font-family: 'quicksand';
  src: url("../fonts/quicksand-regular/Quicksand-Regular.eot");
  src: url("../fonts/quicksand-regular/Quicksand-Regular.eot?") format("eot"), url("../fonts/quicksand-regular/Quicksand-Regular.woff") format("woff"), url("../fonts/quicksand-regular/Quicksand-Regular.ttf") format("truetype"), url("../fonts/quicksand-regular/Quicksand-Regular.svg") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'quicksand';
  src: url("../fonts/quicksand-bold/Quicksand-Bold.eot");
  src: url("../fonts/quicksand-bold/Quicksand-Bold.eot?") format("eot"), url("../fonts/quicksand-bold/Quicksand-Bold.woff") format("woff"), url("../fonts/quicksand-bold/Quicksand-Bold.ttf") format("truetype"), url("../fonts/quicksand-bold/Quicksand-Bold.svg") format("svg");
  font-weight: bold;
  font-style: normal; }
@font-face {
  font-family: 'museo';
  src: url("../fonts/quicksand-light/Quicksand-Light.eot");
  src: url("../fonts/quicksand-light/Quicksand-Light.eot?") format("eot"), url("../fonts/quicksand-light/Quicksand-Light.woff") format("woff"), url("../fonts/quicksand-light/Quicksand-Light.ttf") format("truetype"), url("../fonts/quicksand-light/Quicksand-Light.svg") format("svg");
  font-weight: 300;
  font-style: normal; }
/*montserrat*/
@font-face {
  font-family: 'montserrat';
  src: url("../fonts/montserrat-regular/Montserrat-Regular.eot");
  src: url("../fonts/montserrat-regular/Montserrat-Regular.eot?") format("eot"), url("../fonts/montserrat-regular/Montserrat-Regular.woff") format("woff"), url("../fonts/montserrat-regular/Montserrat-Regular.ttf") format("truetype"), url("../fonts/montserrat-regular/Montserrat-Regular.svg") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'montserrat';
  src: url("../fonts/montserrat-bold/Montserrat-Bold.eot");
  src: url("../fonts/montserrat-bold/Montserrat-Bold.eot?") format("eot"), url("../fonts/montserrat-bold/Montserrat-Bold.woff") format("woff"), url("../fonts/montserrat-bold/Montserrat-Bold.ttf") format("truetype"), url("../fonts/montserrat-bold/Montserrat-Bold.svg") format("svg");
  font-weight: bold;
  font-style: normal; }
/*bungeeinline*/
@font-face {
  font-family: 'bungeeinline';
  src: url("../fonts/bungeeinline-regular/BungeeInline-Regular.eot");
  src: url("../fonts/bungeeinline-regular/BungeeInline-Regular.eot?") format("eot"), url("../fonts/bungeeinline-regular/BungeeInline-Regular.woff") format("woff"), url("../fonts/bungeeinline-regular/BungeeInline-Regular.ttf") format("truetype"), url("../fonts/bungeeinline-regular/BungeeInline-Regular.svg") format("svg");
  font-weight: normal;
  font-style: normal; }
/* ==========================================================================
   Vars
   ========================================================================== */
/* ==========================================================================
   Structure
   ========================================================================== */
html {
  font-size: 62.5%; }

body {
  font-size: 1.6rem;
  /* =16px */
  font-family: quicksand, Verdana, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  color: #333333;
  background: #e8eae9;
  font-weight: bold; }

#content {
  padding-top: 20px;
  padding-bottom: 50px; }

/* ==========================================================================
   Header
   ========================================================================== */
header {
  height: 91px;
  background: #fff;
  -webkit-box-shadow: 0px 4px 7px -6px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 4px 7px -6px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 4px 7px -6px rgba(0, 0, 0, 0.75);
  position: relative;
  z-index: 100; }
  header .centrerSite {
    padding: 0 20px; }
  header .logo {
    display: block;
    position: absolute;
    left: 20px;
    top: -10px; }
  header .welcome, header .logOut {
    font-weight: bold;
    float: right;
    margin-top: 35px;
    font-size: 1.6rem;
    color: #1a9cac; }
  header .welcome {
    padding-right: 20px; }
    header .welcome .userName {
      color: #333333; }
  header .logOut {
    padding-right: 28px;
    padding-left: 20px;
    position: relative; }
    header .logOut img {
      position: absolute;
      right: 0;
      bottom: -4px; }
    header .logOut a {
      color: #1a9cac;
      text-decoration: none; }

/* ==========================================================================
   Breadcrumb
   ========================================================================== */
#breadcrumb {
  padding: 20px 0 0 0; }
  #breadcrumb .breadHome {
    position: relative;
    padding-left: 30px; }
    #breadcrumb .breadHome .icoHome {
      width: 24px;
      position: absolute;
      top: -4px;
      left: 0; }
  #breadcrumb .centrerSite {
    padding: 0 20px; }
  #breadcrumb a {
    color: #424242; }
    #breadcrumb a.current {
      color: #1a9cac; }

/* ==========================================================================
   Sequence
   ========================================================================== */
.presSequence {
  height: 223px;
  width: 100%;
  background: url("../images/bg-sequences.jpg") center;
  background-size: cover;
  position: relative;
  clear: both; }
  .presSequence .overlay {
    height: 100%;
    width: 100%;
    background: #1a9cac;
    opacity: 0.6;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1; }
  .presSequence .centerTitle {
    line-height: 223px;
    text-align: center;
    display: block;
    width: 500px;
    margin: 0 auto; }
    .presSequence .centerTitle h1 {
      display: inline-block;
      vertical-align: middle;
      line-height: normal;
      font-size: 2.5rem;
      text-transform: uppercase;
      position: relative;
      z-index: 2;
      color: #fff;
      text-align: center;
      line-height: 160%; }

.blocSequence {
  height: 268px;
  background: #fff;
  margin-bottom: 20px;
  max-width: 400px;
  position: relative;
  overflow: hidden;
  -webkit-box-shadow: 2px 2px 0px 1px #d6d8d7;
  -moz-box-shadow: 2px 2px 0px 1px #d6d8d7;
  box-shadow: 2px 2px 0px 1px #d6d8d7; }
  .blocSequence a {
    display: block;
    height: 100%;
    width: 100%;
    color: #1a9cac;
    text-decoration: none; }
  .blocSequence .blocImg {
    height: 149px;
    position: relative;
    overflow: hidden; }
    .blocSequence .blocImg img {
      width: 100%;
      height: auto; }
    .blocSequence .blocImg .overlay {
      display: none;
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      width: 100%;
      z-index: 1;
      background: rgba(26, 156, 172, 0.6); }
      .blocSequence .blocImg .overlay img {
        position: absolute;
        width: 35px;
        left: 50%;
        margin-left: -15px;
        top: 30px; }
  .blocSequence .blocImg::after {
    content: "";
    height: 85px;
    width: 120%;
    background: #fff;
    position: absolute;
    bottom: -38px;
    right: -20px;
    -moz-transform: skew(0deg, 13deg);
    -o-transform: skew(0deg, 13deg);
    -ms-transform: skew(0deg, 13deg);
    -webkit-transform: skew(0deg, 13deg);
    transform: skew(0deg, 13deg);
    z-index: 2; }
  .blocSequence .blocTitle {
    height: 65px;
    line-height: 65px;
    text-align: center;
    font-size: 1.6rem; }
    .blocSequence .blocTitle h2 {
      color: #333333; }
  .blocSequence .blocMod {
    position: absolute;
    width: 100%;
    bottom: 10px;
    text-align: center;
    font-size: 1.3rem;
    font-family: montserrat, Verdana, sans-serif;
    padding-right: 30px; }
    .blocSequence .blocMod .time {
      display: inline-block; }
      .blocSequence .blocMod .time img {
        width: 17px;
        top: 3px;
        position: relative;
        margin-right: 4px; }
    .blocSequence .blocMod .state {
      display: inline-block;
      margin-left: 3px; }
      .blocSequence .blocMod .state .end {
        display: none; }
        .blocSequence .blocMod .state .end img {
          width: 17px;
          top: 1px;
          position: relative;
          margin-right: 4px; }
      .blocSequence .blocMod .state .tosee img {
        width: 25px;
        top: 3px;
        position: relative;
        margin-right: 4px; }
  .blocSequence .blocBtn {
    height: 73px;
    width: 73px;
    position: absolute;
    bottom: 0;
    right: 0; }
    .blocSequence .blocBtn img {
      position: relative;
      z-index: 2;
      margin-top: 41px;
      margin-left: 44px; }
  .blocSequence .blocBtn::after {
    content: "";
    position: absolute;
    height: 110px;
    width: 110px;
    bottom: -55px;
    right: -55px;
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    background: #1a9cac;
    z-index: 1; }
  .blocSequence.completed .end {
    display: block !important; }
  .blocSequence.completed .tosee {
    display: none !important; }
  .blocSequence.locked .blocImg .overlay {
    display: block; }

/* ==========================================================================
   Home
   ========================================================================== */
.containerHome {
  margin-top: 20px; }

.blocHome {
  height: 267px;
  width: 100%;
  background: #fff;
  position: relative;
  -webkit-box-shadow: 2px 2px 0px 1px #d6d8d7;
  -moz-box-shadow: 2px 2px 0px 1px #d6d8d7;
  box-shadow: 2px 2px 0px 1px #d6d8d7;
  clear: both;
  margin-bottom: 20px; }
  .blocHome a {
    display: block;
    height: 100%;
    width: 100%;
    color: inherit; }
  .blocHome .blocLeft {
    height: 100%;
    float: left;
    width: calc(50% - 40px);
    position: relative; }
    .blocHome .blocLeft h3 {
      position: absolute;
      width: 100%;
      top: 50%;
      -moz-transform: translate(0, -50%);
      -o-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
      -webkit-transform: translate(0, -50%);
      transform: translate(0, -50%);
      text-transform: uppercase;
      font-size: 1.6rem;
      text-align: center;
      padding: 0 20px; }
    .blocHome .blocLeft .stateBlocHome {
      font-family: montserrat, Verdana, sans-serif;
      color: #1a9cac;
      font-size: 1.3rem;
      position: absolute;
      bottom: 15px;
      width: 100%;
      text-align: center; }
      .blocHome .blocLeft .stateBlocHome .seen img, .blocHome .blocLeft .stateBlocHome .tosee img {
        position: relative;
        top: 2px;
        right: 3px;
        width: 21px; }
      .blocHome .blocLeft .stateBlocHome .seen {
        display: none; }
  .blocHome .blocRight {
    height: 100%;
    position: relative;
    float: left;
    width: calc(50% + 40px);
    overflow: hidden; }
    .blocHome .blocRight img {
      position: absolute;
      width: 100%;
      height: auto;
      top: 50%;
      -moz-transform: translate(0, -50%);
      -o-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
      -webkit-transform: translate(0, -50%);
      transform: translate(0, -50%); }
    .blocHome .blocRight .blocBtn {
      height: 100px;
      width: 100px;
      position: absolute;
      bottom: 0;
      right: 0; }
      .blocHome .blocRight .blocBtn div {
        height: 36px;
        width: 36px;
        background: #48b0bd;
        -webkit-border-radius: 18px;
        -moz-border-radius: 18px;
        -ms-border-radius: 18px;
        border-radius: 18px;
        position: relative;
        margin: 52px 0 0 52px;
        z-index: 2; }
        .blocHome .blocRight .blocBtn div img {
          width: 14px;
          margin-left: 11px; }
    .blocHome .blocRight .blocBtn::after {
      content: "";
      position: absolute;
      height: 140px;
      width: 140px;
      bottom: -71px;
      right: -71px;
      -moz-transform: rotate(45deg);
      -o-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg);
      background: #1a9cac;
      z-index: 1; }
  .blocHome .blocRight::after {
    content: "";
    position: absolute;
    left: -40px;
    top: 0;
    width: 80px;
    height: 100%;
    z-index: 1;
    background: #fff;
    -moz-transform: skew(15deg, 0deg);
    -o-transform: skew(15deg, 0deg);
    -ms-transform: skew(15deg, 0deg);
    -webkit-transform: skew(15deg, 0deg);
    transform: skew(15deg, 0deg); }
  .blocHome.completed .seen {
    display: block !important; }
  .blocHome.completed .tosee {
    display: none; }

.blocFirst .firstImg {
  height: 165px;
  overflow: hidden;
  position: relative; }
  .blocFirst .firstImg img {
    width: 100%;
    height: auto; }
  .blocFirst .firstImg .overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 1;
    background: rgba(26, 156, 172, 0.6);
    color: #fff;
    text-align: center;
    padding-top: 20px; }
    .blocFirst .firstImg .overlay strong {
      font-size: 5rem;
      font-family: bungeeinline, Verdana, sans-serif;
      font-weight: 400; }
    .blocFirst .firstImg .overlay p {
      letter-spacing: 1px;
      text-transform: uppercase; }
.blocFirst .firstImg::after {
  content: "";
  height: 85px;
  width: 120%;
  background: #fff;
  position: absolute;
  bottom: -38px;
  right: -20px;
  -moz-transform: skew(0deg, 13deg);
  -o-transform: skew(0deg, 13deg);
  -ms-transform: skew(0deg, 13deg);
  -webkit-transform: skew(0deg, 13deg);
  transform: skew(0deg, 13deg);
  z-index: 2; }
.blocFirst .firstTitle {
  padding: 5px 23px 10px 23px;
  height: 102px;
  position: relative; }
  .blocFirst .firstTitle h2 {
    font-family: montserrat, Verdana, sans-serif;
    font-size: 1.7rem;
    color: #1a9cac;
    text-transform: uppercase;
    text-align: center; }

/* ==========================================================================
   Login
   ========================================================================== */
#blocLogin {
  font-family: quicksand, Verdana, sans-serif;
  position: absolute;
  width: 450px;
  left: 50%;
  top: 50%;
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }
  #blocLogin form {
    display: block;
    width: 100%; }
  #blocLogin ::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #9f9f9f; }
  #blocLogin ::-moz-placeholder {
    /* Firefox 19+ */
    color: #9f9f9f; }
  #blocLogin :-ms-input-placeholder {
    /* IE 10+ */
    color: #9f9f9f; }
  #blocLogin :-moz-placeholder {
    /* Firefox 18- */
    color: #9f9f9f; }
  #blocLogin .logoLogin {
    width: 174px;
    position: relative;
    margin: 0 auto 60px auto;
    display: block; }
  #blocLogin .userLogin, #blocLogin .userPassword {
    display: block;
    margin: 20px 0;
    width: 450px;
    height: 50px;
    padding: 0 15px;
    border: none;
    font-size: 1.7rem;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    border-radius: 8px;
    border: 3px solid #e6e6e6;
    color: #666666;
    -webkit-box-shadow: inset -3px -7px 8px -6px #e8eae9;
    -moz-box-shadow: inset -3px -7px 8px -6px #e8eae9;
    box-shadow: inset -3px -7px 8px -6px #e8eae9;
    outline: none; }
  #blocLogin .userPassword {
    margin-bottom: 0; }
  #blocLogin a.forgottenPassword {
    display: block;
    margin-top: 7px;
    color: #898787;
    font-size: 1.3rem;
    white-space: nowrap;
    text-align: center; }
  #blocLogin .blocRemember {
    padding: 60px 0 25px 0;
    position: relative;
    text-align: center; }
    #blocLogin .blocRemember input#userRemember {
      position: absolute;
      opacity: 0; }
    #blocLogin .blocRemember label {
      cursor: pointer;
      font-size: 1.4rem;
      display: inline-block;
      color: #666666; }
    #blocLogin .blocRemember .bgCheckbox {
      height: 18px;
      width: 18px;
      border: 2px solid #acafaf;
      background: #fff;
      display: inline-block;
      vertical-align: middle;
      margin-right: 5px;
      -webkit-border-radius: 3px;
      -moz-border-radius: 3px;
      -ms-border-radius: 3px;
      border-radius: 3px; }
      #blocLogin .blocRemember .bgCheckbox img {
        height: 15px;
        width: 18px;
        display: block;
        display: none;
        bottom: 2px;
        left: 1px;
        position: relative; }
    #blocLogin .blocRemember input:checked + .bgCheckbox img {
      display: block; }
  #blocLogin .btnSubmit {
    height: 54px;
    width: 294px;
    position: relative;
    background: #1a9cac;
    color: #fff;
    border: none;
    font-size: 1.7rem;
    position: relative;
    margin: 0 auto;
    display: block;
    text-transform: uppercase;
    font-family: montserrat, Verdana, sans-serif;
    -webkit-box-shadow: 2px 2px 0px 1px #d6d8d7;
    -moz-box-shadow: 2px 2px 0px 1px #d6d8d7;
    box-shadow: 2px 2px 0px 1px #d6d8d7;
    text-align: left;
    padding-left: 68px;
    overflow: hidden; }
    #blocLogin .btnSubmit img {
      right: 23px;
      top: 20px;
      position: absolute;
      z-index: 2; }
  #blocLogin .btnSubmit:after {
    content: "";
    position: absolute;
    right: -22px;
    top: 0;
    background: #fff;
    height: 100%;
    width: 85px;
    -moz-transform: skew(-20deg, 0deg);
    -o-transform: skew(-20deg, 0deg);
    -ms-transform: skew(-20deg, 0deg);
    -webkit-transform: skew(-20deg, 0deg);
    transform: skew(-20deg, 0deg);
    z-index: 1; }

/* ==========================================================================
   Media Queries
   ========================================================================== */
/* Large devices */
@media only screen and (min-width: 1200px) {
  .centrerSite {
    width: 950px !important;
    margin: 0 auto !important;
    float: none !important; } }
/* Medium devices and less */
@media only screen and (max-width: 1199px) {
  .blocSequence {
    margin: 0 auto 20px auto !important; }

  .blocImg::after {
    height: 96px !important;
    bottom: -43px !important; } }
/* Small devices and less */
@media only screen and (max-width: 768px) {
  .containerHome .centrerSite {
    width: 100% !important;
    max-width: 405px !important;
    margin: 0 auto !important; }

  header {
    text-align: right !important; }
    header .logOut {
      float: none !important;
      margin-top: 0 !important;
      padding-top: 10px !important;}
    header .welcome {
      float: left !important;
      margin-top: 10px !important; } }

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