/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
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: inherit;
  font-size: 100%;
  vertical-align: baseline; }

html {
  line-height: 1; }

ol, ul {
  list-style: none; }

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

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle; }

q, blockquote {
  quotes: none; }
  q:before, q:after, blockquote:before, blockquote:after {
    content: "";
    content: none; }

a img {
  border: none; }

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block; }

@font-face {
  font-family: 'poppinsregular';
  src: url("../fonts/poppins-regular-webfont.woff2") format("woff2"), url("../fonts/poppins-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'poppinsbold';
  src: url("../fonts/poppins-bold-webfont.woff2") format("woff2"), url("../fonts/poppins-bold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'poppins_lightregular';
  src: url("../fonts/poppins-light-webfont.woff2") format("woff2"), url("../fonts/poppins-light-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
html {
  width: 100%;
  height: 100%;
  font-family: 'poppinsregular'; }

body {
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0; }
  body:after {
    content: "";
    display: block;
    clear: both; }

.hidden {
  position: absolute;
  top: -99999px;
  left: -99999px; }

section {
  position: relative;
  float: left;
  width: 50%;
  height: 100%;
  overflow: hidden; }
  @media screen and (max-width: 980px) {
    section {
      float: none;
      width: 100%;
      height: 50%; } }
  section a {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    color: white;
    text-decoration: none;
    cursor: pointer; }
    section a:after {
      content: "";
      position: absolute;
      display: block;
      width: 100%;
      height: 0.25em;
      bottom: 3.75em;
      -moz-transition: left 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955), right 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
      -o-transition: left 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955), right 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
      -webkit-transition: left 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955), right 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
      transition: left 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955), right 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955); }
      @media screen and (max-width: 980px) {
        section a:after {
          height: 0.75em; } }
    section a .darker {
      position: absolute;
      display: block;
      width: 100%;
      height: 100%;
      margin: 0 auto;
      background-color: #1a2230;
      opacity: 0.6; }
    section a .content {
      width: 50%;
      margin: 50vh auto 0 auto;
      transform: translateY(-50%);
      text-align: center; }
      @media screen and (max-width: 1180px) {
        section a .content {
          width: 70%; } }
      @media screen and (max-width: 980px) {
        section a .content {
          position: absolute;
          width: 50%;
          margin: 0 auto;
          top: 50%;
          left: 0;
          right: 0;
          transform: translateY(-50%); } }
      @media screen and (max-width: 550px) {
        section a .content {
          width: 70%; } }
      section a .content h1 {
        font-size: 1.875em;
        font-family: 'poppins_lightregular';
        line-height: 1.9375em;
        text-transform: uppercase; }
        section a .content h1:before {
          content: "";
          display: block;
          margin: 0 auto;
          padding-bottom: 0.625em;
          width: 3.125em;
          height: 3.125em;
          background-image: url("../img/mp8-logo.png");
          background-size: 2.5em;
          background-repeat: no-repeat;
          background-position: center; }
          @media screen and (max-width: 980px) {
            section a .content h1:before {
              display: none; } }
      section a .content p {
        font-size: 1em;
        font-family: 'poppinsregular';
        line-height: 1.375em;
        padding: 0.625em 0 1.875em 0; }
      section a .content .button {
        display: inline-block;
        border: none;
        font-size: 0.75em;
        text-transform: uppercase;
        line-height: 2.5em;
        padding: 0.4375em 2.5em 0.25em 2.5em;
        cursor: pointer;
        -moz-border-radius: 50px;
        -webkit-border-radius: 50px;
        border-radius: 50px;
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -webkit-transform: scale(1);
        transform: scale(1);
        -moz-transition: background-color 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955), -moz-transform 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
        -o-transition: background-color 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955), -o-transform 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
        -webkit-transition: background-color 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955), -webkit-transform 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
        transition: background-color 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955), transform 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955); }
        section a .content .button span {
          color: white;
          font-family: 'poppinsbold'; }
        section a .content .button .title {
          color: #0F1C2E; }
          @media screen and (max-width: 980px) {
            section a .content .button .title {
              color: white;
              -moz-transition: color 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
              -o-transition: color 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
              -webkit-transition: color 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
              transition: color 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955); } }

.consulting {
  background-image: url("../img/consulting-mp8.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center; }
  .consulting a:hover:after, .consulting a:focus:after {
    right: 0; }
  .consulting a:hover .darker, .consulting a:focus .darker {
    opacity: 0.9; }
  .consulting a:hover .button, .consulting a:focus .button {
    -moz-transform: scale(1.08);
    -ms-transform: scale(1.08);
    -webkit-transform: scale(1.08);
    transform: scale(1.08); }
    @media screen and (max-width: 980px) {
      .consulting a:hover .button, .consulting a:focus .button {
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -webkit-transform: scale(1);
        transform: scale(1); }
        .consulting a:hover .button .title, .consulting a:focus .button .title {
          color: #a7916e; } }
  .consulting a:after {
    right: -70%;
    background-color: #c8ae84; }
    @media screen and (max-width: 980px) {
      .consulting a:after {
        left: 0;
        bottom: 0; } }
  .consulting .button {
    background-color: #c8ae84; }
    @media screen and (max-width: 980px) {
      .consulting .button {
        background-color: transparent; } }
    .consulting .button:hover {
      background-color: #a7916e; }
      @media screen and (max-width: 980px) {
        .consulting .button:hover {
          background-color: transparent; } }

.training {
  background-image: url("../img/training-mp8.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center; }
  .training a:hover:after, .training a:focus:after {
    left: 0; }
  .training a:hover .darker, .training a:focus .darker {
    opacity: 0.9; }
  .training a:hover .button, .training a:focus .button {
    -moz-transform: scale(1.08);
    -ms-transform: scale(1.08);
    -webkit-transform: scale(1.08);
    transform: scale(1.08); }
    @media screen and (max-width: 980px) {
      .training a:hover .button, .training a:focus .button {
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -webkit-transform: scale(1);
        transform: scale(1); }
        .training a:hover .button .title, .training a:focus .button .title {
          color: #D94A4A; } }
  .training a:after {
    left: -70%;
    background-color: #D94A4A; }
    @media screen and (max-width: 980px) {
      .training a:after {
        left: 0;
        top: 0; } }
  .training .button {
    background-color: #D94A4A; }
    @media screen and (max-width: 980px) {
      .training .button {
        background-color: transparent; } }
    .training .button:hover {
      background-color: #dd5f5f; }
      @media screen and (max-width: 980px) {
        .training .button:hover {
          background-color: transparent; } }

.logo {
  display: none; }
  @media screen and (max-width: 980px) {
    .logo {
      display: block;
      position: absolute;
      width: 6.25em;
      height: 6.25em;
      margin: 50vh auto 0 auto;
      transform: translateY(-50%);
      left: 0;
      right: 0;
      -moz-border-radius: 6.25em;
      -webkit-border-radius: 6.25em;
      border-radius: 6.25em;
      text-align: center;
      background: url("../img/mp8-logo.png") #0F1C2E no-repeat;
      background-size: 3em;
      background-position: center;
      z-index: 100; } }
  @media screen and (max-height: 700px) {
    .logo {
      display: none; } }

#band-cookies {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 200;
  width: 100%;
  padding: 20px 0px;
  text-align: center;
  font-size: 12px;
  line-height: 1.1;
  background-color: #0F1C2E !important;
  color: #FFFFFF; }

#band-cookies p {
  margin: 0;
  padding: 0px 50px; }
  #band-cookies p a {
    color: #efefef !important;
    text-transform: uppercase; }

#band-cookies-ok,
#band-cookies-info {
  display: inline-block;
  color: #F0FFAA;
  font-weight: 700;
  text-decoration: underline;
  margin-left: 10px;
  cursor: pointer; }

#band-cookies-close {
  height: 16px;
  width: 16px;
  padding: 8px;
  position: absolute;
  right: 7px;
  top: 50%;
  margin-top: -16px;
  -moz-border-radius: 16px;
  -webkit-border-radius: 16px;
  border-radius: 16px;
  background-color: white !important; }

@media (max-width: 860px) {
  #band-cookies {
    height: 10em;
    padding: 20px 0px;
    text-align: center;
    font-size: 12px;
    line-height: 1.1;
    background-color: #0F1C2E !important;
    color: #FFFFFF; }

  #band-cookies p {
    margin: 5em auto;
    width: 80%; }
    #band-cookies p a {
      display: inline-block;
      width: 100px;
      padding: 1.25em 0; }
      #band-cookies p a:hover {
        text-decoration: underline; }

  #band-cookies-ok,
  #band-cookies-info {
    display: block;
    text-decoration: none;
    padding: 10px 5px;
    background-color: #0F1C2E;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px; }

  #band-cookies-close {
    left: 50%;
    margin-left: -16px;
    top: 40px; } }
.legal {
  position: fixed;
  display: block;
  width: 100%;
  height: 8.125em;
  background-color: #D94A4A;
  z-index: 100; }
  .legal .wrap {
    position: relative;
    width: 70%;
    height: auto;
    max-width: 800px;
    margin: 0 auto; }
    .legal .wrap:after {
      content: "";
      display: block;
      clear: both; }
    .legal .wrap h1 {
      position: relative;
      text-indent: -999999px;
      color: #D94A4A; }
      .legal .wrap h1:after {
        content: "";
        display: block;
        position: absolute;
        margin: 0 auto;
        top: 0;
        left: 0;
        width: 8.125em;
        height: 8.125em;
        background-image: url("../img/mp8-logo.png");
        background-size: 3.75em;
        background-repeat: no-repeat;
        background-position: center; }
    .legal .wrap a {
      top: 0;
      right: 0;
      position: absolute;
      line-height: 9.28571em;
      color: white;
      text-transform: uppercase;
      font-size: 0.875em;
      letter-spacing: 0.2em;
      text-decoration: none; }
      .legal .wrap a:hover, .legal .wrap a:focus {
        text-decoration: underline; }

.mentions {
  position: relative;
  background-color: #0F1C2E;
  color: white;
  width: 100%; }
  .mentions .txt {
    display: block;
    width: 70%;
    height: auto;
    max-width: 800px;
    margin: 0 auto;
    float: none;
    overflow: hidden;
    padding: 12.5em 0 6.25em 0; }
    .mentions .txt h1, .mentions .txt h2, .mentions .txt h3 {
      font-family: 'poppins_lightregular'; }
    .mentions .txt h1 {
      font-size: 0.75em;
      letter-spacing: 0.2em;
      line-height: 1.375em;
      padding: 0.625em 0;
      text-transform: uppercase; }
    .mentions .txt h2 {
      font-size: 1.375em;
      line-height: 1.375em;
      padding: 0.625em 0;
      text-transform: uppercase; }
    .mentions .txt p, .mentions .txt li {
      font-family: 'poppinsregular';
      font-size: 0.875em;
      line-height: 1.5em; }
    .mentions .txt p {
      margin-bottom: 2.5em; }
    .mentions .txt ul {
      margin: 2.5em 0; }
    .mentions .txt li {
      position: relative;
      padding: 0.25em 0 0.25em 1.5em; }
      .mentions .txt li:after {
        content: "";
        display: block;
        position: absolute;
        width: 1.5em;
        height: 1.5em;
        left: 0;
        top: 0;
        background-image: url("../img/list.png");
        background-repeat: no-repeat;
        background-size: 0.9375em;
        background-position: 0 5px; }
