/**
 * modules/variables
 * ---
 */
/**
 * Colors
 */
/**
 * modules/fonts
 * ---
 */
@import url(https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700,800);
@font-face {
  font-family: 'Gotham Light';
  src: url("fonts/Gotham-Light.woff2") format("woff2"), url("fonts/Gotham-Light.woff") format("woff");
  font-weight: normal; }

@font-face {
  font-family: 'Gotham Book';
  src: url("fonts/Gotham-Book.woff2") format("woff2"), url("fonts/Gotham-Book.woff") format("woff");
  font-weight: normal; }

@font-face {
  font-family: 'Gotham Bold';
  src: url("fonts/Gotham-Bold.woff2") format("woff2"), url("fonts/Gotham-Bold.woff") format("woff");
  font-weight: bold; }

/**
 * modules/mixins
 * ---
 */
/**
 * modules/reset
 * ---
 */
*,
*:after,
*:before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

body {
  position: relative;
  color: #13436b;
  background: #ffffff;
  text-rendering: optimizeLegibility;
  font-size: 93.8%;
  line-height: 1.5;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-style: normal; }

img {
  max-width: 100%;
  vertical-align: middle; }

a {
  -webkit-transition: all, 0.25s;
  transition: all, 0.25s; }
  a:hover, a:focus, a:active {
    outline: 0;
    text-decoration: none; }

button:hover, button:focus,
button:active button.active {
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none; }

h1, h2, h3, h4, h5, h6 {
  margin: 0; }

h1 {
  font-size: 40px;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-style: normal; }

p {
  font-size: 18px;
  line-height: 1.4em;
  margin: 0;
  font-family: 'Gotham Light'; }
  p.Title {
    font-size: 24px;
    font-weight: normal;
    line-height: 40px; }

.alignParent {
  position: relative; }

.alignVHChild {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }

.alignVHChild2 {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }

.alignVChild {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%); }

.alignVChild2 {
  position: absolute;
  width: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%); }

.bgWhite {
  background-color: #ffffff; }

.bgBlue {
  background-color: #13436b; }

.bgBlack {
  background-color: #000000; }
  .bgBlack p {
    color: #ffffff; }

.textWhite {
  color: #ffffff; }

.textBlack {
  color: #000000; }

/**
 * modules/buttons
 * ---
 */
.btn {
  overflow: hidden;
  -webkit-transition: all, 0.25s;
  transition: all, 0.25s;
  border-radius: 0; }
  .btn:hover, .btn:focus, .btn:active {
    -webkit-box-shadow: none;
            box-shadow: none; }
  .btn.big-button {
    width: 100%;
    position: relative;
    height: 258px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto 100%;
    background-color: transparent; }
    .btn.big-button span {
      position: absolute;
      left: 0;
      right: 0;
      text-align: center;
      display: inline-block;
      top: 80px;
      color: #13436b;
      font-size: 40px;
      line-height: 1em;
      text-transform: uppercase;
      letter-spacing: 0.1em;
      font-family: "Montserrat", sans-serif;
      font-weight: 700;
      font-style: normal; }
  .btn.btn-download {
    background-image: url("images/btn-dl.png"); }
    .btn.btn-download:not(:disabled):not(.disabled):active, .btn.btn-download:not(:disabled):not(.disabled).active {
      background-image: url("images/btn-dl.png"); }
    .btn.btn-download.unlink {
      cursor: initial;
      background: none !important; }

/**
 * modules/header
 * ---
 */
header {
  height: 600px; }

/**
 * modules/sections
 * ---
 */
.container-fluid.noPadding {
  padding-left: 0;
  padding-right: 0; }

section .bloc {
  margin-bottom: 40px; }
  section .bloc:last-child {
    margin-bottom: 0; }
  section .bloc h3 {
    font-size: 30px;
    line-height: 1.4em;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-style: normal; }
  section .bloc h4 {
    font-size: 24px;
    line-height: 1.4em;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-style: normal; }
  section .bloc h5 {
    font-size: 22px;
    line-height: 1.3em;
    letter-spacing: 0.1em;
    margin-bottom: 0;
    font-family: 'Gotham Book'; }
  section .bloc p {
    font-size: 17px;
    line-height: 1.2em;
    letter-spacing: 0.05em;
    margin-bottom: 0;
    font-family: 'Gotham Book'; }

section.standard {
  padding: 120px 0; }
  section.standard.noPadding {
    padding: 0; }
  section.standard.manifeste {
    padding: 70px 0; }
  section.standard.biggest {
    padding: 240px 0; }
  section.standard.couleurs {
    padding-bottom: 0; }
  section.standard.coffret {
    padding-bottom: 120px;
    background: -webkit-gradient(linear, left bottom, left top, from(#a8a8a8), color-stop(60%, transparent));
    background: -webkit-linear-gradient(bottom, #a8a8a8, transparent 60%);
    background: linear-gradient(to top, #a8a8a8, transparent 60%); }
  section.standard.packPhotos {
    padding-top: 120px; }
  section.standard .bg {
    background-repeat: no-repeat;
    background-size: cover; }
    section.standard .bg.sadapter {
      background-image: url("images/bg/sadapter.jpg"); }
    section.standard .bg.equilibre {
      background-image: url("images/bg/equilibre.jpg"); }
    section.standard .bg.transparence {
      background-image: url("images/bg/transparence.jpg"); }
  section.standard .content {
    padding: 15% 5%; }
    section.standard .content .img-spacer {
      margin-bottom: 40px; }
    section.standard .content p {
      margin-bottom: 20px; }
  section.standard .identiteRow {
    min-height: 320px; }

section#introduction {
  padding: 120px 0; }
  section#introduction h1 {
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin-bottom: 30px; }
  section#introduction p {
    font-size: 22px;
    letter-spacing: 0.05em; }

section#lineup {
  height: 950px;
  background-image: url("images/bg/lineup.jpg");
  background-repeat: no-repeat;
  background-size: cover; }

section#typo1 {
  padding-top: 200px; }

section#typo2 {
  padding-top: 120px; }
  section#typo2 .typos2 {
    padding-top: 80px; }

/**
 * modules/footer
 * ---
 */
footer {
  padding: 50px 0; }
  footer p {
    font-size: 16px; }
  footer a {
    color: #13436b; }
    footer a:hover, footer a:focus {
      color: #13436b;
      text-decoration: underline; }

/**
 * modules/mediaqueries-xlarge
 * ---
 */
@media only screen and (max-width: 1200px) {
  header {
    height: 500px; }
  section.standard.biggest {
    padding: 120px 0; }
  section#lineup {
    height: 650px; } }

/**
 * modules/mediaqueries-large
 * ---
 */
@media only screen and (max-width: 992px) {
  .btn.btn-download {
    margin-bottom: 50px; }
  header {
    height: 400px; }
  section .btn.btn-download {
    margin-bottom: 0; }
  section.standard, section.standard.biggest {
    padding: 80px 0; }
    section.standard .bg, section.standard.biggest .bg {
      min-height: 450px; }
    section.standard .speciallogo, section.standard.biggest .speciallogo {
      padding-bottom: 40px; }
      section.standard .speciallogo .itemidentiteRow, section.standard.biggest .speciallogo .itemidentiteRow {
        margin-bottom: 60px; }
    section.standard .identiteRow, section.standard.biggest .identiteRow {
      min-height: 280px; }
    section.standard .content, section.standard.biggest .content {
      padding: 5%; }
    section.standard .item-couleur,
    section.standard .item-embleme,
    section.standard .item-font, section.standard.biggest .item-couleur,
    section.standard.biggest .item-embleme,
    section.standard.biggest .item-font {
      margin-bottom: 40px; }
  section#typo1 {
    padding-top: 0px; }
  footer {
    padding-top: 0; } }

/**
 * modules/mediaqueries-medium
 * ---
 */
@media only screen and (max-width: 768px) {
  h1 {
    font-size: 30px; }
  p {
    font-size: 16px; }
  header {
    height: 300px; }
  .btn.big-button span {
    font-size: 35px; }
  section.standard {
    padding: 60px 0; }
    section.standard .identiteRow {
      min-height: auto; }
      section.standard .identiteRow.alone {
        padding: 55px 0; }
      section.standard .identiteRow .itemidentiteRow {
        padding: 55px 0;
        margin-bottom: 0 !important; }
  section#introduction {
    padding: 80px 0; }
    section#introduction p {
      font-size: 18px; }
  section#lineup {
    height: 550px; } }

/**
 * modules/mediaqueries-small
 * ---
 */
@media only screen and (max-width: 576px) {
  .btn.big-button span {
    font-size: 26px;
    top: 70px;
    white-space: normal; } }

/**
 * modules/mediaqueries-xsmall
 * ---
 */
