@charset "CP850";
/*=======================================
    ==NORMALISATION
    aligne les différents navigateurs, corrige certains bugs graphiques
    tout en conservant le design par défaut (titres, etc)
    != reset
    normalize.css v1.0.1 (legacy version) | MIT License |
    http://nicolasgallagher.com/about-normalize-css
========================================*/
/* line 10, C:/wamp/www/challenge-fiesta/assets/sass/partials/_normalize.scss */
* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/*
 * Corrects `block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
/* line 34, C:/wamp/www/challenge-fiesta/assets/sass/partials/_normalize.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block;
}

/*
 * Corrects `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
/* line 44, C:/wamp/www/challenge-fiesta/assets/sass/partials/_normalize.scss */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

/*
 * Prevents modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
/* line 55, C:/wamp/www/challenge-fiesta/assets/sass/partials/_normalize.scss */
audio:not([controls]) {
  display: none;
  height: 0;
}

/*
 * Addresses styling for `hidden` attribute not present in IE 7/8/9, Firefox 3,
 * and Safari 4.
 * Known issue: no IE 6 support.
 */
/* line 66, C:/wamp/www/challenge-fiesta/assets/sass/partials/_normalize.scss */
[hidden] {
  display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */
/*
 * 1. Corrects text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevents iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
/* line 81, C:/wamp/www/challenge-fiesta/assets/sass/partials/_normalize.scss */
html {
  font-size: 100%;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */
}

/*
 * Addresses `font-family` inconsistency between `textarea` and other form
 * elements.
 */
/* line 96, C:/wamp/www/challenge-fiesta/assets/sass/partials/_normalize.scss */
html,
button,
input,
select,
textarea {
  font-family: sans-serif;
}

/*
 * Addresses margins handled incorrectly in IE 6/7.
 */
/* line 104, C:/wamp/www/challenge-fiesta/assets/sass/partials/_normalize.scss */
body {
  margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */
/*
 * Addresses `outline` inconsistency between Chrome and other browsers.
 */
/* line 116, C:/wamp/www/challenge-fiesta/assets/sass/partials/_normalize.scss */
a:focus {
  outline: thin dotted;
}

/*
 * Improves readability when focused and also mouse hovered in all browsers.
 */
/* line 125, C:/wamp/www/challenge-fiesta/assets/sass/partials/_normalize.scss */
a:active,
a:hover {
  outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */
/*
 * Addresses font sizes and margins set differently in IE 6/7.
 * Addresses font sizes within `section` and `article` in Firefox 4+, Safari 5,
 * and Chrome.
 */
/* line 139, C:/wamp/www/challenge-fiesta/assets/sass/partials/_normalize.scss */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* line 144, C:/wamp/www/challenge-fiesta/assets/sass/partials/_normalize.scss */
h2 {
  font-size: 1.5em;
  margin: 0.83em 0;
}

/* line 149, C:/wamp/www/challenge-fiesta/assets/sass/partials/_normalize.scss */
h3 {
  font-size: 1.17em;
  margin: 1em 0;
}

/* line 154, C:/wamp/www/challenge-fiesta/assets/sass/partials/_normalize.scss */
h4 {
  font-size: 1em;
  margin: 1.33em 0;
}

/* line 159, C:/wamp/www/challenge-fiesta/assets/sass/partials/_normalize.scss */
h5 {
  font-size: 0.83em;
  margin: 1.67em 0;
}

/* line 164, C:/wamp/www/challenge-fiesta/assets/sass/partials/_normalize.scss */
h6 {
  font-size: 0.75em;
  margin: 2.33em 0;
}

/*
 * Addresses styling not present in IE 7/8/9, Safari 5, and Chrome.
 */
/* line 173, C:/wamp/www/challenge-fiesta/assets/sass/partials/_normalize.scss */
abbr[title] {
  border-bottom: 1px dotted;
}

/*
 * Addresses style set to `bolder` in Firefox 3+, Safari 4/5, and Chrome.
 */
/* line 182, C:/wamp/www/challenge-fiesta/assets/sass/partials/_normalize.scss */
b,
strong {
  font-weight: bold;
}

/* line 186, C:/wamp/www/challenge-fiesta/assets/sass/partials/_normalize.scss */
blockquote {
  margin: 1em 40px;
}

/*
 * Addresses styling not present in Safari 5 and Chrome.
 */
/* line 194, C:/wamp/www/challenge-fiesta/assets/sass/partials/_normalize.scss */
dfn {
  font-style: italic;
}

/*
 * Addresses styling not present in IE 6/7/8/9.
 */
/* line 202, C:/wamp/www/challenge-fiesta/assets/sass/partials/_normalize.scss */
mark {
  background: #ff0;
  color: #000;
}

/*
 * Addresses margins set differently in IE 6/7.
 */
/* line 212, C:/wamp/www/challenge-fiesta/assets/sass/partials/_normalize.scss */
p,
pre {
  margin: 1em 0;
}

/* line 216, C:/wamp/www/challenge-fiesta/assets/sass/partials/_normalize.scss */
p:first-child {
  margin-top: 0;
}

/*
 * Corrects font family set oddly in IE 6, Safari 4/5, and Chrome.
 */
/* line 227, C:/wamp/www/challenge-fiesta/assets/sass/partials/_normalize.scss */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em;
}

/*
 * Improves readability of pre-formatted text in all browsers.
 */
/* line 237, C:/wamp/www/challenge-fiesta/assets/sass/partials/_normalize.scss */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

/*
 * Addresses CSS quotes not supported in IE 6/7.
 */
/* line 247, C:/wamp/www/challenge-fiesta/assets/sass/partials/_normalize.scss */
q {
  quotes: none;
}

/*
 * Addresses `quotes` property not supported in Safari 4.
 */
/* line 256, C:/wamp/www/challenge-fiesta/assets/sass/partials/_normalize.scss */
q:before,
q:after {
  content: '';
  content: none;
}

/*
 * Addresses inconsistent and variable font size in all browsers.
 */
/* line 265, C:/wamp/www/challenge-fiesta/assets/sass/partials/_normalize.scss */
small {
  font-size: 80%;
}

/*
 * Prevents `sub` and `sup` affecting `line-height` in all browsers.
 */
/* line 274, C:/wamp/www/challenge-fiesta/assets/sass/partials/_normalize.scss */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 281, C:/wamp/www/challenge-fiesta/assets/sass/partials/_normalize.scss */
sup {
  top: -0.5em;
}

/* line 285, C:/wamp/www/challenge-fiesta/assets/sass/partials/_normalize.scss */
sub {
  bottom: -0.25em;
}

/* ==========================================================================
   Lists
   ========================================================================== */
/*
 * Addresses margins set differently in IE 6/7.
 */
/* line 300, C:/wamp/www/challenge-fiesta/assets/sass/partials/_normalize.scss */
dl,
menu,
ol,
ul {
  margin: 1em 0;
}

/* line 304, C:/wamp/www/challenge-fiesta/assets/sass/partials/_normalize.scss */
dd {
  margin: 0 0 0 40px;
}

/*
 * Addresses paddings set differently in IE 6/7.
 */
/* line 314, C:/wamp/www/challenge-fiesta/assets/sass/partials/_normalize.scss */
menu,
ol,
ul {
  padding: 0 0 0 40px;
}

/*
 * Corrects list images handled incorrectly in IE 7.
 */
/* line 323, C:/wamp/www/challenge-fiesta/assets/sass/partials/_normalize.scss */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */
/*
 * 1. Removes border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improves image quality when scaled in IE 7.
 * 3. Remove the gap between images and the bottom of their containers: h5bp.com/i/440
 */
/* line 338, C:/wamp/www/challenge-fiesta/assets/sass/partials/_normalize.scss */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */
  vertical-align: middle;
  /* 3 */
}

/*
 * Corrects overflow displayed oddly in IE 9.
 */
/* line 348, C:/wamp/www/challenge-fiesta/assets/sass/partials/_normalize.scss */
svg:not(:root) {
  overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */
/*
 * Addresses margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
/* line 360, C:/wamp/www/challenge-fiesta/assets/sass/partials/_normalize.scss */
figure {
  margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */
/*
 * Corrects margin displayed oddly in IE 6/7.
 */
/* line 372, C:/wamp/www/challenge-fiesta/assets/sass/partials/_normalize.scss */
form {
  margin: 0;
}

/*
 * Define consistent border, margin, and padding.
 */
/* line 380, C:/wamp/www/challenge-fiesta/assets/sass/partials/_normalize.scss */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/*
 * 1. Corrects color not being inherited in IE 6/7/8/9.
 * 2. Corrects text not wrapping in Firefox 3.
 * 3. Corrects alignment displayed oddly in IE 6/7.
 */
/* line 392, C:/wamp/www/challenge-fiesta/assets/sass/partials/_normalize.scss */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */
}

/*
 * 1. Corrects font size not being inherited in all browsers.
 * 2. Addresses margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improves appearance and consistency in all browsers.
 */
/* line 409, C:/wamp/www/challenge-fiesta/assets/sass/partials/_normalize.scss */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */
}

/*
 * Addresses Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
/* line 422, C:/wamp/www/challenge-fiesta/assets/sass/partials/_normalize.scss */
button,
input {
  line-height: normal;
}

/*
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Corrects inability to style clickable `input` types in iOS.
 * 3. Improves usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Removes inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
/* line 439, C:/wamp/www/challenge-fiesta/assets/sass/partials/_normalize.scss */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */
}

/*
 * Re-set default cursor for disabled elements.
 */
/* line 450, C:/wamp/www/challenge-fiesta/assets/sass/partials/_normalize.scss */
button[disabled],
input[disabled] {
  cursor: default;
}

/*
 * 1. Addresses box sizing set to content-box in IE 8/9.
 * 2. Removes excess padding in IE 8/9.
 * 3. Removes excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
/* line 462, C:/wamp/www/challenge-fiesta/assets/sass/partials/_normalize.scss */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */
}

/*
 * 1. Addresses `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Addresses `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
/* line 475, C:/wamp/www/challenge-fiesta/assets/sass/partials/_normalize.scss */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/*
 * Removes inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
/* line 488, C:/wamp/www/challenge-fiesta/assets/sass/partials/_normalize.scss */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
 * Removes inner padding and border in Firefox 3+.
 */
/* line 497, C:/wamp/www/challenge-fiesta/assets/sass/partials/_normalize.scss */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/*
 * 1. Removes default vertical scrollbar in IE 6/7/8/9.
 * 2. Improves readability and alignment in all browsers.
 */
/* line 507, C:/wamp/www/challenge-fiesta/assets/sass/partials/_normalize.scss */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

/* empêcher le cadre jaune de Chrome au focus des inputs */
/* line 514, C:/wamp/www/challenge-fiesta/assets/sass/partials/_normalize.scss */
input:focus,
textarea:focus {
  outline: none;
}

/* ==========================================================================
   Tables
   ========================================================================== */
/*
 * Remove most spacing between table cells.
 */
/* line 526, C:/wamp/www/challenge-fiesta/assets/sass/partials/_normalize.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate.
 * Customize the background color to match your design.
 */
/* line 537, C:/wamp/www/challenge-fiesta/assets/sass/partials/_normalize.scss */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

/* line 542, C:/wamp/www/challenge-fiesta/assets/sass/partials/_normalize.scss */
::selection {
  background: #b3d4fc;
  text-shadow: none;
}

/* line 3, C:/wamp/www/challenge-fiesta/assets/sass/partials/_typo.scss */
body {
  font-size: 1em;
  line-height: 1.2;
}

/* line 10, C:/wamp/www/challenge-fiesta/assets/sass/partials/_typo.scss */
body,
input,
textarea {
  font-family: Arial, sans-serif;
}

@font-face {
  font-family: 'Ford';
  src: url("../fonts/FordAntenna-Regular_1.eot");
  src: local("☺"), url("../fonts/FordAntenna-Regular_1.woff") format("woff"), url("../fonts/FordAntenna-Regular_1.ttf") format("truetype"), url("../fonts/FordAntenna-Regular_1.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* line 26, C:/wamp/www/challenge-fiesta/assets/sass/partials/_typo.scss */
.intro h1 {
  font-size: 1.2em;
  font-weight: normal;
}
/* line 30, C:/wamp/www/challenge-fiesta/assets/sass/partials/_typo.scss */
.intro h1 strong {
  font-size: 1.1em;
}

/* line 37, C:/wamp/www/challenge-fiesta/assets/sass/partials/_typo.scss */
.introtext {
  position: relative;
  top: -20px;
  font-size: 4vw;
  font-family: Ford, Arial, sans-serif;
  color: #02427c;
  padding: 0 15px;
  text-align: justify;
}

/* line 46, C:/wamp/www/challenge-fiesta/assets/sass/partials/_typo.scss */
.big {
  font-size: 5vw;
}

/*=======================================
	==GABARIT
	concerne le design du fond (tailles, couleurs, images),
	du header, du footer, de la navigation
========================================*/
/* line 8, C:/wamp/www/challenge-fiesta/assets/sass/partials/_layout.scss */
body {
  background: #fff;
  padding: 0;
}

/* line 13, C:/wamp/www/challenge-fiesta/assets/sass/partials/_layout.scss */
.global {
  width: 320px;
  margin: 0 auto;
}
@media screen and (min-width: 600px) {
  /* line 13, C:/wamp/www/challenge-fiesta/assets/sass/partials/_layout.scss */
  .global {
    width: 480px;
  }
}
@media screen and (min-width: 800px) {
  /* line 13, C:/wamp/www/challenge-fiesta/assets/sass/partials/_layout.scss */
  .global {
    width: 720px;
  }
}
@media screen and (min-width: 1300px) {
  /* line 13, C:/wamp/www/challenge-fiesta/assets/sass/partials/_layout.scss */
  .global {
    width: 1280px;
  }
}

/* line 28, C:/wamp/www/challenge-fiesta/assets/sass/partials/_layout.scss */
footer {
  text-align: center;
}

/*=======================================
    ==FORMULAIRES
    concerne le design des formulaires
========================================*/
/* Remove default fieldset styles. */
/* line 7, C:/wamp/www/challenge-fiesta/assets/sass/partials/_forms.scss */
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/* Allow only vertical resizing of textareas. */
/* line 14, C:/wamp/www/challenge-fiesta/assets/sass/partials/_forms.scss */
textarea {
  resize: vertical;
}

/* line 18, C:/wamp/www/challenge-fiesta/assets/sass/partials/_forms.scss */
.form-group {
  margin: 0.5em 0;
}

/* line 22, C:/wamp/www/challenge-fiesta/assets/sass/partials/_forms.scss */
.form-group label {
  display: inline-block;
  width: 70px;
  text-align: right;
  margin-right: 10px;
}

/* line 29, C:/wamp/www/challenge-fiesta/assets/sass/partials/_forms.scss */
textarea {
  width: 400px;
  min-height: 100px;
}

/* line 34, C:/wamp/www/challenge-fiesta/assets/sass/partials/_forms.scss */
form .erreur {
  font-style: italic;
  color: #7a0303;
  padding-top: 4px;
  display: inline-block;
}

/* line 41, C:/wamp/www/challenge-fiesta/assets/sass/partials/_forms.scss */
form .succes {
  font-style: italic;
  color: #215908;
  padding-top: 4px;
  display: inline-block;
}

/*=======================================
    ==APPLICATION
    // concerne le design de l'application elle-même
========================================*/
/** =HEADER **/
/* line 8, C:/wamp/www/challenge-fiesta/assets/sass/partials/_application.scss */
.main-title {
  background-position: 0 0;
  background-repeat: none;
  background-image: url('../img/header-320.jpg?1373028924');
  width: 320px;
  height: 389px;
  background-size: cover;
}
@media screen and (min-width: 600px) {
  /* line 8, C:/wamp/www/challenge-fiesta/assets/sass/partials/_application.scss */
  .main-title {
    background-image: url('../img/header-480.jpg?1373028954');
    width: 480px;
    height: 512px;
  }
}
@media screen and (min-width: 800px) {
  /* line 8, C:/wamp/www/challenge-fiesta/assets/sass/partials/_application.scss */
  .main-title {
    background-image: url('../img/header-720.jpg?1373028905');
    width: 720px;
    height: 750px;
  }
}
@media screen and (min-width: 1300px) {
  /* line 8, C:/wamp/www/challenge-fiesta/assets/sass/partials/_application.scss */
  .main-title {
    background-image: url('../img/header-1280.jpg?1373027539');
    width: 2480px;
    height: 2556px;
  }
}

/** =MAIN **/
/* line 36, C:/wamp/www/challenge-fiesta/assets/sass/partials/_application.scss */
.main {
  position: relative;
}
/* line 40, C:/wamp/www/challenge-fiesta/assets/sass/partials/_application.scss */
.main .form-group {
  overflow: hidden;
}
/* line 44, C:/wamp/www/challenge-fiesta/assets/sass/partials/_application.scss */
.main input, .main select {
  width: 320px;
}
/* line 48, C:/wamp/www/challenge-fiesta/assets/sass/partials/_application.scss */
.main input {
  border-radius: 4px;
  border: none;
  box-shadow: -2px 0px 3px black inset;
  background-color: #F0F0F0;
  padding: 6px;
}
/* line 55, C:/wamp/www/challenge-fiesta/assets/sass/partials/_application.scss */
html.no-boxshadow .main input {
  border: 1px solid #a0a0a0;
}
/* line 60, C:/wamp/www/challenge-fiesta/assets/sass/partials/_application.scss */
.main .customSelect {
  background-color: #828282;
  background-image: url('../img/bg-select.jpg?1373016943');
  padding: 6px;
  border-radius: 4px;
  color: #fff;
}
/* line 67, C:/wamp/www/challenge-fiesta/assets/sass/partials/_application.scss */
.main .customSelect .customSelectInner {
  background-image: url('../img/arrow-select.png?1373016944');
  background-repeat: no-repeat;
  background-position: 100% 50%;
}
/* line 74, C:/wamp/www/challenge-fiesta/assets/sass/partials/_application.scss */
.main input[type=submit] {
  width: auto;
  float: right;
  box-shadow: none;
  background-color: #828282;
  background-image: url('../img/bg-input-submit.jpg?1373016944');
  text-shadow: 1px 1px #fff;
  padding-left: 20px;
  padding-right: 20px;
  font-variant: small-caps;
}
/* line 86, C:/wamp/www/challenge-fiesta/assets/sass/partials/_application.scss */
.main .label-input, .main .label-select {
  position: absolute;
  left: -99999px;
}
/* line 91, C:/wamp/www/challenge-fiesta/assets/sass/partials/_application.scss */
.main .bonus {
  display: block;
  color: #fff;
  background-image: url('../img/bonus.jpg?1373016943');
  background-repeat: no-repeat;
  width: 297px;
  height: 36px;
  margin: 0 auto;
}

/* line 103, C:/wamp/www/challenge-fiesta/assets/sass/partials/_application.scss */
.videos {
  padding: 0 15px;
}

/* line 107, C:/wamp/www/challenge-fiesta/assets/sass/partials/_application.scss */
.video {
  background-position: 0 0;
  background-repeat: none;
  background-size: cover;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
}

/* line 116, C:/wamp/www/challenge-fiesta/assets/sass/partials/_application.scss */
.video1 {
  background-size: cover;
  margin-bottom: 35px;
}
@media screen and (min-width: 320px) {
  /* line 116, C:/wamp/www/challenge-fiesta/assets/sass/partials/_application.scss */
  .video1 {
    background-image: url('../img/video1-320.jpg?1373034463');
    width: 290px;
    height: 123px;
  }
  /* line 124, C:/wamp/www/challenge-fiesta/assets/sass/partials/_application.scss */
  .video1 a {
    background: url('../img/play-320.png?1373029010') center center no-repeat;
    width: 290px;
    height: 123px;
  }
}
@media screen and (min-width: 480px) {
  /* line 116, C:/wamp/www/challenge-fiesta/assets/sass/partials/_application.scss */
  .video1 {
    background-image: url('../img/video1-480.jpg?1373030418');
    width: 190px;
    height: 81px;
    margin-left: 35px;
  }
  /* line 135, C:/wamp/www/challenge-fiesta/assets/sass/partials/_application.scss */
  .video1 a {
    background: url('../img/play-480.png?1373029010') center center no-repeat;
    width: 190px;
    height: 81px;
  }
}
@media screen and (min-width: 720px) {
  /* line 116, C:/wamp/www/challenge-fiesta/assets/sass/partials/_application.scss */
  .video1 {
    background-image: url('../img/video1-720.jpg?1373030418');
    width: 190px;
    height: 81px;
  }
  /* line 145, C:/wamp/www/challenge-fiesta/assets/sass/partials/_application.scss */
  .video1 a {
    background: url('../img/play-720.png?1373029010') center center no-repeat;
    width: 190px;
    height: 81px;
  }
}
@media screen and (min-width: 1280px) {
  /* line 116, C:/wamp/www/challenge-fiesta/assets/sass/partials/_application.scss */
  .video1 {
    background-image: url('../img/video1-1280.jpg?1373030418');
    width: 190px;
    height: 81px;
  }
  /* line 155, C:/wamp/www/challenge-fiesta/assets/sass/partials/_application.scss */
  .video1 a {
    background: url('../img/play-1280.png?1373029010') center center no-repeat;
    width: 190px;
    height: 81px;
  }
}

/* line 116, C:/wamp/www/challenge-fiesta/assets/sass/partials/_application.scss */
.video2 {
  background-size: cover;
  margin-bottom: 35px;
}
@media screen and (min-width: 320px) {
  /* line 116, C:/wamp/www/challenge-fiesta/assets/sass/partials/_application.scss */
  .video2 {
    background-image: url('../img/video2-320.jpg?1373034450');
    width: 290px;
    height: 124px;
  }
  /* line 124, C:/wamp/www/challenge-fiesta/assets/sass/partials/_application.scss */
  .video2 a {
    background: url('../img/play-320.png?1373029010') center center no-repeat;
    width: 290px;
    height: 124px;
  }
}
@media screen and (min-width: 480px) {
  /* line 116, C:/wamp/www/challenge-fiesta/assets/sass/partials/_application.scss */
  .video2 {
    background-image: url('../img/video2-480.jpg?1373030172');
    width: 190px;
    height: 81px;
    margin-left: 35px;
  }
  /* line 135, C:/wamp/www/challenge-fiesta/assets/sass/partials/_application.scss */
  .video2 a {
    background: url('../img/play-480.png?1373029010') center center no-repeat;
    width: 190px;
    height: 81px;
  }
}
@media screen and (min-width: 720px) {
  /* line 116, C:/wamp/www/challenge-fiesta/assets/sass/partials/_application.scss */
  .video2 {
    background-image: url('../img/video2-720.jpg?1373030172');
    width: 190px;
    height: 81px;
  }
  /* line 145, C:/wamp/www/challenge-fiesta/assets/sass/partials/_application.scss */
  .video2 a {
    background: url('../img/play-720.png?1373029010') center center no-repeat;
    width: 190px;
    height: 81px;
  }
}
@media screen and (min-width: 1280px) {
  /* line 116, C:/wamp/www/challenge-fiesta/assets/sass/partials/_application.scss */
  .video2 {
    background-image: url('../img/video2-1280.jpg?1373030172');
    width: 190px;
    height: 81px;
  }
  /* line 155, C:/wamp/www/challenge-fiesta/assets/sass/partials/_application.scss */
  .video2 a {
    background: url('../img/play-1280.png?1373029010') center center no-repeat;
    width: 190px;
    height: 81px;
  }
}

/* line 116, C:/wamp/www/challenge-fiesta/assets/sass/partials/_application.scss */
.video3 {
  background-size: cover;
  margin-bottom: 35px;
}
@media screen and (min-width: 320px) {
  /* line 116, C:/wamp/www/challenge-fiesta/assets/sass/partials/_application.scss */
  .video3 {
    background-image: url('../img/video3-320.jpg?1373034378');
    width: 290px;
    height: 124px;
  }
  /* line 124, C:/wamp/www/challenge-fiesta/assets/sass/partials/_application.scss */
  .video3 a {
    background: url('../img/play-320.png?1373029010') center center no-repeat;
    width: 290px;
    height: 124px;
  }
}
@media screen and (min-width: 480px) {
  /* line 116, C:/wamp/www/challenge-fiesta/assets/sass/partials/_application.scss */
  .video3 {
    background-image: url('../img/video3-480.jpg?1373031103');
    width: 190px;
    height: 81px;
    margin-left: 35px;
  }
  /* line 135, C:/wamp/www/challenge-fiesta/assets/sass/partials/_application.scss */
  .video3 a {
    background: url('../img/play-480.png?1373029010') center center no-repeat;
    width: 190px;
    height: 81px;
  }
}
@media screen and (min-width: 720px) {
  /* line 116, C:/wamp/www/challenge-fiesta/assets/sass/partials/_application.scss */
  .video3 {
    background-image: url('../img/video3-720.jpg?1373031103');
    width: 190px;
    height: 81px;
  }
  /* line 145, C:/wamp/www/challenge-fiesta/assets/sass/partials/_application.scss */
  .video3 a {
    background: url('../img/play-720.png?1373029010') center center no-repeat;
    width: 190px;
    height: 81px;
  }
}
@media screen and (min-width: 1280px) {
  /* line 116, C:/wamp/www/challenge-fiesta/assets/sass/partials/_application.scss */
  .video3 {
    background-image: url('../img/video3-1280.jpg?1373031103');
    width: 190px;
    height: 81px;
  }
  /* line 155, C:/wamp/www/challenge-fiesta/assets/sass/partials/_application.scss */
  .video3 a {
    background: url('../img/play-1280.png?1373029010') center center no-repeat;
    width: 190px;
    height: 81px;
  }
}

/* line 116, C:/wamp/www/challenge-fiesta/assets/sass/partials/_application.scss */
.video4 {
  background-size: cover;
  margin-bottom: 35px;
}
@media screen and (min-width: 320px) {
  /* line 116, C:/wamp/www/challenge-fiesta/assets/sass/partials/_application.scss */
  .video4 {
    background-image: url('../img/video4-320.jpg?1373034460');
    width: 290px;
    height: 124px;
  }
  /* line 124, C:/wamp/www/challenge-fiesta/assets/sass/partials/_application.scss */
  .video4 a {
    background: url('../img/play-320.png?1373029010') center center no-repeat;
    width: 290px;
    height: 124px;
  }
}
@media screen and (min-width: 480px) {
  /* line 116, C:/wamp/www/challenge-fiesta/assets/sass/partials/_application.scss */
  .video4 {
    background-image: url('../img/video4-480.jpg?1373029217');
    width: 190px;
    height: 81px;
    margin-left: 35px;
  }
  /* line 135, C:/wamp/www/challenge-fiesta/assets/sass/partials/_application.scss */
  .video4 a {
    background: url('../img/play-480.png?1373029010') center center no-repeat;
    width: 190px;
    height: 81px;
  }
}
@media screen and (min-width: 720px) {
  /* line 116, C:/wamp/www/challenge-fiesta/assets/sass/partials/_application.scss */
  .video4 {
    background-image: url('../img/video4-720.jpg?1373029217');
    width: 190px;
    height: 81px;
  }
  /* line 145, C:/wamp/www/challenge-fiesta/assets/sass/partials/_application.scss */
  .video4 a {
    background: url('../img/play-720.png?1373029010') center center no-repeat;
    width: 190px;
    height: 81px;
  }
}
@media screen and (min-width: 1280px) {
  /* line 116, C:/wamp/www/challenge-fiesta/assets/sass/partials/_application.scss */
  .video4 {
    background-image: url('../img/video4-1280.jpg?1373029217');
    width: 190px;
    height: 81px;
  }
  /* line 155, C:/wamp/www/challenge-fiesta/assets/sass/partials/_application.scss */
  .video4 a {
    background: url('../img/play-1280.png?1373029010') center center no-repeat;
    width: 190px;
    height: 81px;
  }
}

/* line 164, C:/wamp/www/challenge-fiesta/assets/sass/partials/_application.scss */
.video1, .video3 {
  margin-left: 0;
}

/* line 168, C:/wamp/www/challenge-fiesta/assets/sass/partials/_application.scss */
.video a {
  display: block;
}

/** =FOOTER **/
/* line 177, C:/wamp/www/challenge-fiesta/assets/sass/partials/_application.scss */
.ford-bymycar {
  display: block;
  background-position: 0 0;
  background-image: url('../img/footer-320.jpg?1373016943');
  width: 320px;
  height: 98px;
}
@media screen and (min-width: 600px) {
  /* line 177, C:/wamp/www/challenge-fiesta/assets/sass/partials/_application.scss */
  .ford-bymycar {
    background-image: url('../img/footer-480.jpg?1373016942');
    width: 480px;
    height: 122px;
  }
}
@media screen and (min-width: 800px) {
  /* line 177, C:/wamp/www/challenge-fiesta/assets/sass/partials/_application.scss */
  .ford-bymycar {
    background-image: url('../img/footer-720.jpg?1373016942');
    width: 720px;
    height: 176px;
  }
}
@media screen and (min-width: 1300px) {
  /* line 177, C:/wamp/www/challenge-fiesta/assets/sass/partials/_application.scss */
  .ford-bymycar {
    background-image: url('../img/footer-1280.jpg?1373016943');
    width: 1280px;
    height: 319px;
  }
}

/* line 201, C:/wamp/www/challenge-fiesta/assets/sass/partials/_application.scss */
.asdoria {
  font-size: 0.8em;
}

/*=======================================
    ==HELPERS
   contient diverses classes non-sémantiques mais pratiques
========================================*/
/*
 * Image replacement
 */
/* line 10, C:/wamp/www/challenge-fiesta/assets/sass/partials/_helpers.scss */
.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  /* IE 6/7 fallback */
  *text-indent: -9999px;
}

/* line 18, C:/wamp/www/challenge-fiesta/assets/sass/partials/_helpers.scss */
.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 100%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */
/* line 29, C:/wamp/www/challenge-fiesta/assets/sass/partials/_helpers.scss */
.hidden {
  display: none !important;
  visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */
/* line 38, C:/wamp/www/challenge-fiesta/assets/sass/partials/_helpers.scss */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */
/* line 55, C:/wamp/www/challenge-fiesta/assets/sass/partials/_helpers.scss */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */
/* line 68, C:/wamp/www/challenge-fiesta/assets/sass/partials/_helpers.scss */
.invisible {
  visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
/* line 85, C:/wamp/www/challenge-fiesta/assets/sass/partials/_helpers.scss */
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}

/* line 90, C:/wamp/www/challenge-fiesta/assets/sass/partials/_helpers.scss */
.clearfix:after {
  clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
/* line 99, C:/wamp/www/challenge-fiesta/assets/sass/partials/_helpers.scss */
.clearfix {
  *zoom: 1;
}
