/* CSS Document */
/***************************************************************************************************************************************************************************************/
/*HTML5 BOILERPLATE MINIFIED*/
/***************************************************************************************************************************************************************************************/
* {
  box-sizing: border-box; }

article {
  display: block; }

aside {
  display: block; }

details {
  display: block; }

figcaption {
  display: block; }

figure {
  display: block;
  margin: 0; }

footer {
  display: block; }

header {
  display: block; }

hgroup {
  display: block; }

nav {
  display: block; }

section {
  display: block; }

audio {
  display: inline;
  zoom: 1; }

canvas {
  display: inline;
  zoom: 1; }

video {
  display: inline;
  zoom: 1; }

audio:not([controls]) {
  display: none; }

[hidden] {
  display: none; }

html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  color: #222; }

button {
  color: #222;
  font-size: 100%;
  vertical-align: middle;
  line-height: normal;
  cursor: pointer;
  appearance: button;
  -webkit-appearance: button;
  overflow: visible;
  margin: 0; }

input {
  color: #222;
  font-size: 100%;
  vertical-align: middle;
  line-height: normal;
  margin: 0; }

select {
  color: #222;
  font-size: 100%;
  vertical-align: middle;
  margin: 0; }

textarea {
  color: #222;
  font-size: 100%;
  overflow: auto;
  vertical-align: top;
  resize: vertical;
  margin: 0; }

body {
  font-size: 1em;
  line-height: 1.4;
  margin: 0; }

::-moz-selection {
  background: #333;
  color: #fff;
  text-shadow: none; }

::selection {
  background: #333;
  color: #fff;
  text-shadow: none; }

a {
  color: #00e; }

a:hover {
  color: #06e;
  outline: 0; }

a:active {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b {
  font-weight: 700; }

strong {
  font-weight: 700; }

blockquote {
  margin: 1em 40px; }

dfn {
  font-style: italic; }

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }

ins {
  background: #ff9;
  color: #000;
  text-decoration: none; }

mark {
  background: #ff0;
  color: #000;
  font-style: italic;
  font-weight: 700; }

pre {
  font-size: 1em;
  white-space: pre-wrap;
  word-wrap: break-word; }

code {
  font-size: 1em; }

kbd {
  font-size: 1em; }

samp {
  font-size: 1em; }

q {
  quotes: none; }

q:before {
  content: none; }

q:after {
  content: none; }

small {
  font-size: 85%; }

sub {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
  bottom: -.25em; }

sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
  top: -.5em; }

ul {
  margin: 1em 0;
  padding: 0 0 0 40px; }

ol {
  margin: 1em 0;
  padding: 0 0 0 40px; }

dd {
  margin: 0 0 0 40px; }

nav ul {
  list-style: none;
  list-style-image: none;
  margin: 0;
  padding: 0; }

nav ol {
  list-style: none;
  list-style-image: none;
  margin: 0;
  padding: 0; }

img {
  border: 0;
  -ms-interpolation-mode: bicubic;
  vertical-align: middle; }

svg:not(:root) {
  overflow: hidden; }

form {
  margin: 0; }

fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

label {
  cursor: pointer; }

legend {
  border: 0;
  margin-left: -7px;
  white-space: normal;
  padding: 0; }

input[type="button"] {
  cursor: pointer;
  appearance: button;
  -webkit-appearance: button;
  overflow: visible; }

input[type="reset"] {
  cursor: pointer;
  appearance: button;
  -webkit-appearance: button;
  overflow: visible; }

input[type="submit"] {
  cursor: pointer;
  appearance: button;
  -webkit-appearance: button;
  overflow: visible; }

button[disabled] {
  cursor: default; }

input[disabled] {
  cursor: default; }

input[type="checkbox"] {
  box-sizing: border-box;
  width: 13px;
  height: 13px;
  padding: 0; }

input[type="radio"] {
  box-sizing: border-box;
  width: 13px;
  height: 13px;
  padding: 0; }

input[type="search"] {
  appearance: textfield;
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none; }

button::-moz-focus-inner {
  border: 0;
  padding: 0; }

input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input:invalid {
  background-color: #f0dddd; }

textarea:invalid {
  background-color: #f0dddd; }

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

td {
  vertical-align: top; }

.chromeframe {
  background: #ccc;
  color: #000;
  margin: .2em 0;
  padding: .2em 0; }

html {
  font-size: 100%;
  max-width: 100vw;
  overflow-x: hidden; }

body {
  background: #FFF;
  color: #000;
  font-family: 'Lato', sans-serif;
  opacity: 0;
  transition: opacity .75s ease;
  overflow-x: hidden;
  max-width: 100vw; }

a {
  text-decoration: none;
  transition: all .5s ease; }

input, label, button {
  font-family: 'Roboto Condensed', sans-serif; }

@media (max-width: 1023px) {
  body > .container {
    margin-top: 270px; }
    body > .container p {
      font-size: 1.25rem;
      text-align: center; } }

.container {
  clear: both;
  margin: 0 auto;
  max-width: 100%;
  position: relative;
  padding: 0 7%; }

img {
  height: auto;
  max-width: 100%; }

header {
  background-color: #000102;
  position: relative;
  max-height: 56.25vw;
  height: 100vh;
  min-height: 53vw;
  width: 100%;
  background-position: left center;
  background-size: cover;
  margin-bottom: 200px;
  background-repeat: no-repeat; }
  @media (max-width: 1023px) {
    header {
      height: 45vw;
      max-height: initial;
      min-height: initial;
      background-size: auto 100%;
      margin-bottom: 0; } }
  @media (max-width: 780px) {
    header {
      height: 144vw;
      margin-top: -20vw; } }
  header div.title {
    position: fixed;
    width: 2.60416%;
    top: 50%;
    left: 2.60416%;
    transform: translateY(-50%); }
    @media (max-width: 1023px) {
      header div.title {
        width: 10%;
        left: 7%;
        position: absolute; } }
    header div.title img {
      width: 100%; }
  header div.logo {
    width: 41.6666%;
    position: absolute;
    top: 100px;
    right: 7%; }
    @media (max-width: 1023px) {
      header div.logo {
        bottom: -53px;
        width: 250px;
        top: inherit;
        left: 50%;
        transform: translateX(-50%);
        z-index: 9999; } }
    @media (max-width: 780px) {
      header div.logo {
        bottom: 90vw; } }
    header div.logo img {
      width: 100%; }
  @media (max-width: 1023px) {
    header div.banniere {
      display: none; } }
  header.coolalos {
    background-image: url("images/bg_coolalos.jpg");
    background-size: cover;
    background-position: center; }
    header.coolalos div.logo {
      left: 50%;
      top: 50px;
      right: initial;
      transform: translate(-50%, 0); }

div.popup {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.9);
  z-index: 99999999;
  display: none; }
  div.popup div.content {
    position: absolute;
    max-width: 90%;
    top: 50%;
    padding: 30px;
    color: #fff;
    font-size: 1rem;
    font-weight: 700;
    background-color: #CC0424;
    left: 50%;
    transform: translate(-50%, -50%); }
    div.popup div.content span#x {
      position: absolute;
      top: 0px;
      right: 15px;
      font-size: 32px;
      color: #000102;
      font-weight: 300;
      cursor: pointer; }

video {
  width: 100%; }
  video.mobile {
    display: none; }
    @media (max-width: 780px) {
      video.mobile {
        display: block; } }
  @media (max-width: 780px) {
    video.desktop {
      display: none; } }

div.banniere {
  width: 41.6666%;
  position: absolute;
  right: 7%;
  bottom: 0px;
  z-index: 2;
  background-size: 102% auto;
  background-repeat: no-repeat;
  background-position: top center;
  color: #FFF;
  text-align: center;
  background-color: #CC0424;
  padding: 8vw 5vw 5vw 5vw; }
  @media (min-width: 2110px) {
    div.banniere {
      bottom: -3vw; } }
  @media (max-width: 1500px) {
    div.banniere {
      width: 33.333%; } }
  @media (max-width: 1023px) {
    div.banniere {
      width: 102%;
      max-width: 480px;
      left: 50%;
      position: relative;
      right: initial;
      bottom: initial;
      transform: translate(-50%);
      padding: 25vw 5vw 5vw 5vw; } }
  div.banniere.desktop {
    display: none; }
    @media (max-width: 1023px) {
      div.banniere.desktop {
        display: block; } }
  div.banniere:after {
    position: absolute;
    content: '';
    bottom: 1px;
    left: 0;
    width: 100%;
    height: 0;
    padding-bottom: 70%;
    transform: translateY(100%);
    background-repeat: no-repeat;
    background-image: url("images/triangle.svg");
    background-position: top center;
    background-size: 100% auto; }
  div.banniere:before {
    position: absolute;
    content: '';
    left: 50%;
    transform: translate(-50%, 100%);
    width: 25%;
    height: 0;
    padding-bottom: 90%;
    z-index: 3;
    background-image: url("images/Signature-black.svg");
    bottom: -11.875vw;
    background-size: 100% auto;
    background-position: top center;
    background-repeat: no-repeat; }
    @media (max-width: 1023px) {
      div.banniere:before {
        display: none; } }
  div.banniere h1 {
    font-size: 1.7vw;
    line-height: 1.125;
    font-weight: 400;
    margin: 0 0 1em; }
    @media (max-width: 1500px) {
      div.banniere h1 {
        font-size: 1.5vw; } }
    @media (max-width: 1023px) {
      div.banniere h1 {
        font-size: 1.313rem; } }
  div.banniere h2 {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 2.5vw;
    line-height: 1.125;
    margin: 0;
    position: relative;
    z-index: 2;
    font-family: 'Roboto Condensed', sans-serif; }
    @media (max-width: 1500px) {
      div.banniere h2 {
        font-size: 2.2vw; } }
    @media (max-width: 1023px) {
      div.banniere h2 {
        font-size: 2.5rem; } }
  div.banniere p {
    font-style: italic;
    font-weight: 400;
    font-size: .9vw;
    line-height: 1.5;
    position: relative;
    z-index: 2; }
    @media (max-width: 1500px) {
      div.banniere p {
        font-size: 0.8vw; } }
    @media (max-width: 1023px) {
      div.banniere p {
        font-size: 1rem; } }
    div.banniere p span {
      font-style: normal;
      font-size: 1.5vw; }
      @media (max-width: 1500px) {
        div.banniere p span {
          font-size: 1.3vw; } }
      @media (max-width: 1023px) {
        div.banniere p span {
          font-size: 1.313rem; } }
  div.banniere.coolalos {
    right: initial;
    left: 50%;
    transform: translate(-50%, 0);
    background-image: none; }
    div.banniere.coolalos:before {
      content: none; }
    div.banniere.coolalos:after {
      content: '';
      width: 12vw;
      height: 14vw;
      background-image: url("images/chaudron.svg");
      background-size: contain;
      background-position: center;
      background-repeat: no-repeat;
      position: absolute;
      top: initial;
      bottom: 0;
      left: 50%;
      transform: translate(-50%, 50%);
      padding-bottom: 0; }
      @media (max-width: 1023px) {
        div.banniere.coolalos:after {
          width: 180px;
          height: 220px; } }

:focus {
  outline: none; }

div.form {
  width: 41.6666vw;
  position: relative;
  z-index: 4; }
  @media (max-width: 1500px) {
    div.form {
      width: 50vw; } }
  @media (max-width: 1023px) {
    div.form {
      margin-top: 120px;
      position: relative;
      z-index: 3;
      width: 100%; } }
  div.form h3 {
    text-transform: uppercase;
    font-weight: 700;
    color: #CC0424;
    font-size: 2vw;
    text-align: center;
    margin-top: 0;
    font-family: 'Roboto Condensed', sans-serif;
    line-height: 1.1; }
    @media (max-width: 1500px) {
      div.form h3 {
        font-size: 2.4vw; } }
    @media (max-width: 1023px) {
      div.form h3 {
        font-size: 2rem;
        max-width: 250px;
        display: block;
        margin: 0 auto; } }
  div.form div.ranger {
    display: flex;
    flex-wrap: wrap; }
    div.form div.ranger div.colonne {
      width: 50%;
      margin-top: 45px; }
      div.form div.ranger div.colonne:nth-child(odd) {
        padding-right: 20px; }
      div.form div.ranger div.colonne:nth-child(even) {
        padding-left: 20px; }
      @media (max-width: 767px) {
        div.form div.ranger div.colonne {
          width: 100%; }
          div.form div.ranger div.colonne:nth-child(odd) {
            padding-right: 0px; }
          div.form div.ranger div.colonne:nth-child(even) {
            padding-left: 0px; } }
      div.form div.ranger div.colonne input {
        border: none;
        box-shadow: none;
        width: 100%;
        border-bottom: 1px solid #000000;
        font-size: 0.875vw;
        height: 1.5vw;
        border-radius: 0; }
        @media (max-width: 1500px) {
          div.form div.ranger div.colonne input {
            font-size: 1vw;
            height: 1.7vw; } }
        @media (max-width: 1023px) {
          div.form div.ranger div.colonne input {
            font-size: 1.313rem;
            height: 32px; } }
      div.form div.ranger div.colonne label {
        top: -0.6vw; }
        @media (max-width: 1500px) {
          div.form div.ranger div.colonne label {
            top: .7vw; } }
        @media (max-width: 1023px) {
          div.form div.ranger div.colonne label {
            top: .5rem; } }
        div.form div.ranger div.colonne label a {
          color: inherit;
          text-decoration: underline; }
  div.form button {
    background-color: #CC0424;
    color: #FFFFFF;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 0.875vw;
    width: 45%;
    height: 2.5vw;
    border-radius: 1.25vw;
    display: block;
    margin: 0 auto;
    border: none;
    margin-top: 3vw;
    transition: all .5s ease; }
    @media (max-width: 1500px) {
      div.form button {
        font-size: 1vw;
        height: 2.8vw;
        border-radius: 1.4vw; } }
    @media (max-width: 1023px) {
      div.form button {
        font-size: 1.313rem;
        height: 50px;
        border-radius: 25px;
        width: 100%;
        max-width: 350px;
        margin-top: 50px; } }
    div.form button:hover {
      background-color: #000102; }
  div.form p#resultats {
    text-align: center;
    margin: 0;
    font-size: .75rem;
    color: #CC0424; }
    @media (max-width: 1500px) {
      div.form p#resultats {
        font-size: 0.875vw; } }
    @media (max-width: 1023px) {
      div.form p#resultats {
        font-size: .875rem; } }
  div.form.coolalos {
    display: block;
    margin-left: auto;
    margin-right: auto; }
    @media (max-width: 1023px) {
      div.form.coolalos {
        margin-top: 200px; } }

footer {
  background-color: #D0D0D0;
  color: #000000;
  padding-top: 80px;
  padding-bottom: 75px;
  text-align: center;
  margin-top: 185px; }
  @media (max-width: 1023px) {
    footer {
      margin-top: 50px; } }
  footer div.container {
    padding: 0 7%; }
  footer h4 {
    text-align: center;
    font-size: 2.75rem;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0;
    font-family: 'Roboto Condensed', sans-serif; }
  footer p {
    font-size: 1rem;
    line-height: 1.75;
    font-weight: 300; }

/* Customize the label (the container) */
.contain {
  display: block;
  position: relative;
  padding-left: 17.5px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: .65vw;
  font-style: italic;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  @media (max-width: 1023px) {
    .contain {
      font-size: 13px; } }

/* Hide the browser's default checkbox */
.contain input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0; }

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 2px;
  left: 0;
  height: 12.5px;
  width: 12.5px;
  background-color: #FFFFFF;
  border: 1px solid #000000; }

/* On mouse-over, add a grey background color */
.contain:hover input ~ .checkmark {
  background-color: #000102; }

/* When the checkbox is checked, add a blue background */
.contain input:checked ~ .checkmark {
  background-color: #CC0424; }

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none; }

/* Show the checkmark when checked */
.contain input:checked ~ .checkmark:after {
  display: block; }

/* Style the checkmark/indicator */
.contain .checkmark:after {
  left: 3.5px;
  top: 1.5px;
  width: 2.5px;
  height: 5px;
  border: solid white;
  border-width: 0 1.5px 1.5px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }

::-webkit-input-placeholder {
  /* Edge */
  color: #000000; }

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #000000; }

::placeholder {
  color: #000000; }

/* width */
::-webkit-scrollbar {
  width: 10px; }

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1; }

/* Handle */
::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 5px; }

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #CC0424; }

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