@charset "UTF-8";
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-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

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

a {
  text-decoration: none;
}

img {
  border: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  width: 100%;
}

@font-face {
  font-family: 'FordAntennaCond-Regular';
  src: url("../assets/font/FordAntennaCond-Regular.eot");
  src: local("☺"), url("../assets/font/FordAntennaCond-Regular.woff") format("woff"), url("../assets/font/FordAntennaCond-Regular.ttf") format("truetype"), url("../assets/font/FordAntennaCond-Regular.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'FordAntennaCond-Black';
  src: url("../assets/font/FordAntennaCond-Black.eot");
  src: local("☺"), url("../assets/font/FordAntennaCond-Black.woff") format("woff"), url("../assets/font/FordAntennaCond-Black.ttf") format("truetype"), url("../assets/font/FordAntennaCond-Black.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}

body {
  background-color: #00095b;
  color: #ffffff;
  font-family: 'FordAntennaCond-Regular';
}

header {
  background-color: #1700f4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 17.6vw;
}

@media screen and (min-width: 1200px) {
  header {
    height: 5vw;
  }
}

header a {
  display: block;
  width: 22%;
}

@media screen and (min-width: 1200px) {
  header a {
    width: 8%;
  }
}

header a img {
  width: 100%;
}

@media screen and (min-width: 1200px) {
  .mobile {
    display: none;
  }
}

.desktop header {
  height: 4vw;
}

.desktop header a {
  width: 5%;
}

footer .legales p {
  display: block;
  margin: 4vw auto;
  text-align: justify;
  font-size: 10px;
}

footer .legales p a {
  text-decoration: underline;
}

a {
  position: relative;
  color: inherit;
  z-index: 4;
}

a:visited {
  color: inherit;
}

.input input {
  width: calc(100% - 3vw);
  border-radius: 2vw;
  font-family: 'FordAntennaCond-Regular';
  padding: 1.5vw;
}

.desktop .input input {
  width: calc(100% - .8vw);
  border-radius: 2vw;
  font-family: 'FordAntennaCond-Regular';
  padding: 0.4vw;
}

.content {
  position: relative;
  width: 80vw;
  margin: 0 auto;
  text-align: center;
  padding: 8.33vw 0 11.11vw 0;
  z-index: 1;
}

.content#content-desktop {
  display: none;
}

.content .mention {
  text-align: left;
  font-size: 3.5vw;
}

@media screen and (min-width: 500px) and (max-width: 768px) {
  .content.merci {
    height: calc(100vh);
  }
}

@media screen and (min-width: 768px) {
  .content.merci {
    height: calc(150vh);
  }
}

@media screen and (min-width: 1024px) {
  .content.merci {
    height: calc(200vh);
  }
}

.content.merci p {
  position: relative;
  z-index: 1;
  padding: 4vw;
  border-radius: 2vw;
  border: 1px solid #ffffff;
  margin-top: 4vw;
}

.content.error p {
  font-size: 3.5vw;
}

.content h1 {
  font-size: 5vw;
  line-height: 1.2;
  text-transform: uppercase;
  font-family: 'FordAntennaCond-Black';
}

.content h1.merci {
  font-size: 6vw;
  text-transform: none;
  margin-top: 5vw;
}

@media screen and (min-width: 1200px) {
  .content h1 {
    font-size: 2vw;
    margin-bottom: 2vh;
  }
}

.content h2 {
  font-size: 4.5vw;
  line-height: 1.2;
  font-style: italic;
  margin-top: 5vw;
}

.content p {
  line-height: 1.2;
  font-size: 4vw;
}

.content .visuel {
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 0;
  width: 100vw;
}

.content .separ {
  position: relative;
  width: 100%;
  height: 1px;
  background-color: #ffffff;
  margin-top: 5.55vw;
  margin-bottom: 4.63vw;
}

.content .separ .error {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translateY(-125%);
          transform: translateY(-125%);
  text-align: left;
  color: #c70c0c;
  font-size: 3.25vw;
}

.content .separ .error.visible {
  display: block;
}

.content .question .label {
  line-height: 1.2;
  font-size: 3.5vw;
}

.content .question .answer {
  margin-top: 3.7vw;
}

.content .question .answer .rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.content .question .answer .rating .rating__star {
  position: relative;
  width: 7.4vw;
  height: 7.4vw;
  font-size: 0;
  margin-right: 2.31vw;
}

.content .question .answer .rating .rating__star:last-child {
  margin-right: 0;
}

.content .question .answer .rating .rating__star img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.content .question .answer .rating .rating__star img.full {
  opacity: 0;
}

.content .question .answer .rating .rating__star.fas img.full {
  opacity: 1;
}

.content .question .answer .selection {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.content .question .answer .selection .btn-select {
  border: 1px solid #ffffff;
  background-color: #00095b;
  padding: 3.24vw 4.17vw;
  margin-right: 5vw;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.content .question .answer .selection .btn-select:last-child {
  margin-right: 0;
}

.content .question .answer .selection .btn-select.selected {
  background-color: #1700f4;
}

.content .question .answer .text-field textarea {
  width: calc(100% - 2vh);
  border-radius: 2vw;
  padding: 1vh;
  font-family: 'FordAntennaCond-Regular';
}

.content .question .answer .input input {
  width: calc(100% - 3vw);
  border-radius: 2vw;
  font-family: 'FordAntennaCond-Regular';
  padding: 1.5vw;
}

.content .question .btn-final {
  text-align: center;
  display: inline-block;
  margin: 0 auto;
  margin-top: 10vw;
  padding: 3.24vw 8.34vw;
  -webkit-transition: all .3s;
  transition: all .3s;
  background-color: #1700f4;
  -webkit-transition: all .4s;
  transition: all .4s;
}

@media screen and (min-width: 1200px) {
  .content .question .btn-final {
    padding: 1vw 2vw;
  }
}

.content .question .btn-final:hover {
  opacity: 0.8;
}

.desktop .content {
  position: relative;
  width: 80vw;
  margin: 0 auto;
  text-align: center;
  padding: 8.33vw 0 11.11vw 0;
  z-index: 1;
}

.desktop .content h1 {
  font-size: 1.5vw;
  line-height: 1.2;
  font-family: 'FordAntennaCond-Black';
  margin-top: 40px;
}

.desktop .content h1:first-child {
  margin-top: 0;
}

.desktop .content .btn-export {
  display: inline-block;
  margin-top: 20px;
  border-radius: 2vw;
  background-color: #1700f4;
  font-family: 'FordAntennaCond-Regular';
  padding: 0.4vw 1vw;
  margin-top: 20px;
  cursor: pointer;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.desktop .content .btn-export:hover {
  background-color: #ffffff;
  color: #1700f4;
}

.intro-content {
  position: relative;
  width: 80vw;
  margin: 0 auto;
  text-align: center;
  padding: 20px 0;
  z-index: 1;
}

.form-login {
  max-width: 400px;
  margin: 0 auto;
}

.form-login .mb-3 {
  margin-top: 20px;
}

.form-login .mb-3 .input {
  margin-top: 5px;
}

.form-login .mb-3 .input input {
  border: 0;
}

.form-login .btn-primary {
  margin-top: 20px;
  width: calc(100% - 0vw);
  border-radius: 2vw;
  font-family: 'FordAntennaCond-Regular';
  padding: 0.4vw;
  border: 0;
}
/*# sourceMappingURL=style.css.map */