/*
 * A partial implementation of the Ruby list functions from Compass:
 * https://github.com/Compass/compass/blob/stable/lib/compass/sass_extensions/functions/lists.rb
 */
/*
 * A partial implementation of the Ruby constants functions from Compass:
 * https://github.com/Compass/compass/blob/stable/lib/compass/sass_extensions/functions/constants.rb
 */
/*
 * A partial implementation of the Ruby display functions from Compass:
 * https://github.com/Compass/compass/blob/stable/core/lib/compass/core/sass_extensions/functions/display.rb
 */
/* color magritte 2015 */
/* offer colours */
/* =) */
/* Color product */
/* Nuance de gris */
/* HBO */
header {
  background: #ef5400; }
  @media (min-width: 1024px) {
    header {
      height: 110px; } }
  @media (min-width: 1440px) {
    header {
      height: 110px; } }

.voeux {
  margin-top: 110px; }
  .voeux .innerContainer {
    padding: 50px;
    margin: 0 auto;
    max-width: 1000px;
    text-align: center; }
    .voeux .innerContainer .logo {
      padding-top: 50px; }
      .voeux .innerContainer .logo a {
        display: inline-block; }
      .voeux .innerContainer .logo svg {
        width: 150px; }
    .voeux .innerContainer h1 {
      padding: 50px 0;
      font-size: 50px; }
    .voeux .innerContainer .video-container {
      position: relative;
      padding-top: 56.25%;
      height: 0;
      overflow: hidden; }
      .voeux .innerContainer .video-container iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%; }
