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: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

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

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

.icons-sprite, .footer-icon-mail, .footer-icon-linkedin, .footer-icon-facebook, .footer-icon-twitter, .footer-icon-youtube, .footer-icon-contact {
  background-image: url('../images/icons-se6014498f6.png');
  background-repeat: no-repeat;
}

html {
  font-size: 16px;
  height: 100%;
}

body {
  height: 100%;
  font-family: "ff-meta-web-pro", sans-serif;
  font-size: 1em;
  font-weight: 400;
  color: #000;
  line-height: 1;
  background-color: #FFF;
}

* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
*::after, *::before {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

a {
  text-decoration: none;
  -moz-transition: color 0.3s ease-out;
  -o-transition: color 0.3s ease-out;
  -webkit-transition: color 0.3s ease-out;
  transition: color 0.3s ease-out;
}

a img {
  border: none;
}

a:active, a:focus,
button:active, button:focus {
  outline: none;
}

strong {
  font-weight: 700;
}

em {
  font-style: italic;
}

sup {
  vertical-align: super;
  font-size: 0.625em;
}

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="url"],
input[type="search"] {
  -webkit-appearance: none;
  -moz-appearance: none;
}

.container {
  width: 100%;
  max-width: 73.125em;
  margin: 0 auto;
}

/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  padding: 19px 17px;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}
.hamburger:hover {
  opacity: 1;
}

.hamburger-box {
  width: 35px;
  height: 32px;
  display: inline-block;
  position: relative;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px;
}
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 35px;
  height: 4px;
  background-color: #FFF;
  border-radius: 0;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}
.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block;
}
.hamburger-inner::before {
  top: -14px;
}
.hamburger-inner::after {
  bottom: -14px;
}

/*
@import "types/3dx";
@import "types/3dx-r";
@import "types/3dy";
@import "types/3dy-r";
@import "types/arrow";
@import "types/arrow-r";
@import "types/arrowalt";
@import "types/arrowalt-r";
@import "types/boring";
@import "types/collapse";
@import "types/collapse-r";
@import "types/elastic";
@import "types/elastic-r";
@import "types/emphatic";
@import "types/emphatic-r";
*/
/*
 * Slider
 */
.hamburger--slider .hamburger-inner {
  top: 2px;
}
.hamburger--slider .hamburger-inner::before {
  top: 14px;
  transition-property: transform, opacity;
  transition-timing-function: ease;
  transition-duration: 0.2s;
}
.hamburger--slider .hamburger-inner::after {
  top: 28px;
}
.hamburger--slider.is-active .hamburger-inner {
  transform: translate3d(0, 14px, 0) rotate(45deg);
}
.hamburger--slider.is-active .hamburger-inner::before {
  transform: rotate(-45deg) translate3d(-5px, -10px, 0);
  opacity: 0;
}
.hamburger--slider.is-active .hamburger-inner::after {
  transform: translate3d(0, -28px, 0) rotate(-90deg);
}

/*
@import "types/slider-r";
@import "types/spring";
@import "types/spring-r";
@import "types/stand";
@import "types/stand-r";
@import "types/spin";
@import "types/spin-r";
@import "types/squeeze";
@import "types/vortex";
@import "types/vortex-r";
*/
/* -----------------------------------------------------------------
-------------------------  Section HEADER  -------------------------
----------------------------------------------------------------- */
html.no-scroll {
  overflow: hidden;
  *zoom: 1;
}

body.no-scroll {
  overflow: hidden;
  *zoom: 1;
}
body .concours-wrapper {
  overflow-y: scroll;
}

.site-container {
  overflow: hidden;
  *zoom: 1;
}

#page_contact .site-container {
  overflow: auto;
}

.page-temoignages .temoins {
  overflow: hidden;
  *zoom: 1;
}

h2 {
  font-size: 52px;
}

h3 {
  font-size: 23px;
  font-weight: 700;
}

p {
  font-size: 18px;
}

.btn {
  position: relative;
  display: inline-block;
  width: 194px;
  height: 45px;
  margin-top: 45px;
  font-size: 18px;
  color: #FFF;
  line-height: 2.5;
  text-align: center;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+50,333333+51,333333+100 */
  background: #000000;
  /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUxJSIgc3RvcC1jb2xvcj0iIzMzMzMzMyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMzMzMzMzMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #000000 0%, #000000 50%, #333333 51%, #333333 100%);
  /* FF3.6-15 */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #000000), color-stop(50%, #000000), color-stop(51%, #333333), color-stop(100%, #333333));
  /* Chrome4-9,Safari4-5 */
  background: -webkit-linear-gradient(top, #000000 0%, #000000 50%, #333333 51%, #333333 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: -o-linear-gradient(top, #000000 0%, #000000 50%, #333333 51%, #333333 100%);
  /* Opera 11.10-11.50 */
  background: -ms-linear-gradient(top, #000000 0%, #000000 50%, #333333 51%, #333333 100%);
  /* IE10 preview */
  background: linear-gradient(to bottom, #000000 0%, #000000 50%, #333333 51%, #333333 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#333333',GradientType=0 );
  /* IE6-8 */
  -moz-transition: color 0.3s ease-out;
  -o-transition: color 0.3s ease-out;
  -webkit-transition: color 0.3s ease-out;
  transition: color 0.3s ease-out;
}
.btn:hover {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+50,333333+51,333333+100 */
  color: #f2822c;
}

.header {
  position: relative;
  background: transparent url("../images/bg-header.png") center top no-repeat;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
}
.header > .container {
  position: relative;
}

.header-top {
  width: 100%;
  background-color: #FFF;
}
.header-top > .container {
  position: relative;
  padding: 10px 20px;
}

.header-logo {
  display: block;
  width: 125px;
}
.header-logo span {
  position: absolute;
  top: -9999px;
  left: -9999px;
  text-indent: -9999px;
}
.header-logo img {
  display: block;
  width: 100%;
  height: auto;
}

.header-icons {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  overflow: hidden;
  *zoom: 1;
}
.header-icons a {
  position: relative;
  display: block;
  height: 100%;
}
.header-icons a span {
  display: inline-block;
  font-size: 0.875rem;
  color: #000;
  text-align: center;
}
.header-icons a.partager span {
  position: relative;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  padding: 0 1.5em 2em;
}
.header-icons a.partager span::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  -moz-transform: translate(-50%);
  -ms-transform: translate(-50%);
  -webkit-transform: translate(-50%);
  transform: translate(-50%);
  width: 18px;
  height: 18px;
  background: transparent url("../images/icon-partager.svg") center center no-repeat;
  -moz-background-size: contain;
  -o-background-size: contain;
  -webkit-background-size: contain;
  background-size: contain;
}
.header-icons a.contacter {
  padding-left: 1.5em;
}
.header-icons a.contacter span {
  position: relative;
  padding: 0.75em 2em 0.5em 2.25em;
}
.header-icons a.contacter span::before {
  content: '';
  position: absolute;
  top: 55%;
  left: 0;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 19px;
  height: 13px;
  background: transparent url("../images/icons/icon-mail.png") center center no-repeat;
  -moz-background-size: contain;
  -o-background-size: contain;
  -webkit-background-size: contain;
  background-size: contain;
}
.header-icons a.tel-header {
  padding-left: 1.5em;
}
.header-icons a.tel-header span {
  position: relative;
  padding: 0.75em 2em 0.5em 2.25em;
}
.header-icons a.tel-header span::before {
  content: '';
  position: absolute;
  top: 60%;
  left: 0;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 19px;
  height: 19px;
  background: transparent url("../images/icon-tel.svg") center center no-repeat;
  -moz-background-size: contain;
  -o-background-size: contain;
  -webkit-background-size: contain;
  background-size: contain;
}

.header-icons-left {
  float: left;
  display: inline-block;
  height: 100%;
}

.header-icons-right {
  float: right;
  display: inline-block;
  height: 100%;
  border-left: 1px solid rgba(0, 0, 0, 0.2);
}

.header-icons-right-content {
  position: relative;
  left: 0;
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.hamburger {
  width: 69px;
  background-color: rgba(0, 0, 0, 0.9);
}

.burger-wrapper {
  position: absolute;
  z-index: 10;
}
.burger-wrapper::before {
  /*
  content: '';
  position: absolute;
  top: 0;
  right: -400px;
  width: 1056px;
  height: 114px;
  z-index: -1;
  background: transparent url('../images/bg-burger.png') right top no-repeat;
  @include background-size(1056px 114px);
  */
}

.test-leasing {
  display: block;
  position: absolute;
  top: 48px;
  right: 28px;
  left: inherit;
  padding: 0 0 0 0.75em;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+50,333333+51,333333+100 */
  background: #000000;
  /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUxJSIgc3RvcC1jb2xvcj0iIzMzMzMzMyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMzMzMzMzMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #000000 0%, #000000 50%, #333333 51%, #333333 100%);
  /* FF3.6-15 */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #000000), color-stop(50%, #000000), color-stop(51%, #333333), color-stop(100%, #333333));
  /* Chrome4-9,Safari4-5 */
  background: -webkit-linear-gradient(top, #000000 0%, #000000 50%, #333333 51%, #333333 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: -o-linear-gradient(top, #000000 0%, #000000 50%, #333333 51%, #333333 100%);
  /* Opera 11.10-11.50 */
  background: -ms-linear-gradient(top, #000000 0%, #000000 50%, #333333 51%, #333333 100%);
  /* IE10 preview */
  background: linear-gradient(to bottom, #000000 0%, #000000 50%, #333333 51%, #333333 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#333333',GradientType=0 );
  /* IE6-8 */
  font-size: 2rem;
  font-weight: 400;
  color: #FFF;
  line-height: 2.5em;
  -moz-box-shadow: 2px 2px 8px 0px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 2px 2px 8px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 2px 2px 8px 0px rgba(0, 0, 0, 0.3);
  z-index: 1000;
}
.test-leasing.collapsed {
  position: fixed;
  top: 0;
  right: inherit;
}
.test-leasing div.txt-ici {
  display: inline-block;
  position: relative;
  left: 1px;
  padding-right: 0;
  text-transform: uppercase;
  font-weight: 400;
  width: 5.5em;
}
.test-leasing div.txt-ici span {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  -moz-transform-origin: 5% center;
  -ms-transform-origin: 5% center;
  -webkit-transform-origin: 5% center;
  transform-origin: 5% center;
  width: 100%;
  padding-left: 0.125em;
}
.test-leasing div.txt-ici span::after {
  content: ' >';
  position: absolute;
  top: 50%;
  left: 4.375em;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #f2822c;
  -moz-transition: color 0.3s ease-out;
  -o-transition: color 0.3s ease-out;
  -webkit-transition: color 0.3s ease-out;
  transition: color 0.3s ease-out;
}
.test-leasing:hover div.txt-ici {
  background: #f07d00;
  /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2YwN2QwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2YwN2QwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUxJSIgc3RvcC1jb2xvcj0iI2YzOTczMyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmMzk3MzMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #f07d00 0%, #f07d00 50%, #f39733 51%, #f39733 100%);
  /* FF3.6-15 */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f07d00), color-stop(50%, #f07d00), color-stop(51%, #f39733), color-stop(100%, #f39733));
  /* Chrome4-9,Safari4-5 */
  background: -webkit-linear-gradient(top, #f07d00 0%, #f07d00 50%, #f39733 51%, #f39733 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: -o-linear-gradient(top, #f07d00 0%, #f07d00 50%, #f39733 51%, #f39733 100%);
  /* Opera 11.10-11.50 */
  background: -ms-linear-gradient(top, #f07d00 0%, #f07d00 50%, #f39733 51%, #f39733 100%);
  /* IE10 preview */
  background: linear-gradient(to bottom, #f07d00 0%, #f07d00 50%, #f39733 51%, #f39733 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f07d00', endColorstr='#f39733',GradientType=0 );
  /* IE6-8 */
}
.test-leasing:hover div.txt-ici span {
  -moz-transform: translate(-50%, -50%) scale(1.15);
  -ms-transform: translate(-50%, -50%) scale(1.15);
  -webkit-transform: translate(-50%, -50%) scale(1.15);
  transform: translate(-50%, -50%) scale(1.15);
}
.test-leasing:hover div.txt-ici span::after {
  color: #FFF;
}

@-moz-keyframes callToActionBg {
  0% {
    opacity: 0.5;
    background-color: #000;
  }
  25% {
    opacity: 1;
    background-color: #f2822c;
  }
  50% {
    opacity: 1;
    background-color: #f2822c;
  }
  75% {
    opacity: 0.5;
    background-color: #000;
  }
  100% {
    opacity: 0.5;
    background-color: #000;
  }
}
@-webkit-keyframes callToActionBg {
  0% {
    opacity: 0.5;
    background-color: #000;
  }
  25% {
    opacity: 1;
    background-color: #f2822c;
  }
  50% {
    opacity: 1;
    background-color: #f2822c;
  }
  75% {
    opacity: 0.5;
    background-color: #000;
  }
  100% {
    opacity: 0.5;
    background-color: #000;
  }
}
@keyframes callToActionBg {
  0% {
    opacity: 0.5;
    background-color: #000;
  }
  25% {
    opacity: 1;
    background-color: #f2822c;
  }
  50% {
    opacity: 1;
    background-color: #f2822c;
  }
  75% {
    opacity: 0.5;
    background-color: #000;
  }
  100% {
    opacity: 0.5;
    background-color: #000;
  }
}
@-moz-keyframes callToActionTxt {
  0% {
    color: #f2822c;
  }
  25% {
    color: #000;
  }
  50% {
    color: #000;
  }
  75% {
    color: #f2822c;
  }
  100% {
    color: #f2822c;
  }
}
@-webkit-keyframes callToActionTxt {
  0% {
    color: #f2822c;
  }
  25% {
    color: #000;
  }
  50% {
    color: #000;
  }
  75% {
    color: #f2822c;
  }
  100% {
    color: #f2822c;
  }
}
@keyframes callToActionTxt {
  0% {
    color: #f2822c;
  }
  25% {
    color: #000;
  }
  50% {
    color: #000;
  }
  75% {
    color: #f2822c;
  }
  100% {
    color: #f2822c;
  }
}
.logo-site {
  display: block;
  position: relative;
  top: -25px;
  left: 110px;
  max-width: 380px;
  z-index: 40;
}
.logo-site span {
  position: absolute;
  top: -9999px;
  left: -9999px;
  text-indent: -9999px;
}
.logo-site img {
  display: block;
  width: 100%;
  height: auto;
}

.title-site {
  position: absolute;
  top: 9rem;
  right: 28px;
  max-width: 600px;
  width: 100%;
  z-index: 10;
  font-size: 1.875rem;
  font-weight: 700;
  color: #000;
  line-height: 1.15;
  text-align: right;
}
.title-site span.txt-leasing {
  font-size: 1.5em;
  color: #f2822c;
}
.title-site span.txt-cible {
  font-size: 1.2em;
}
.title-site span.txt-meilleurs_prix {
  font-size: 1.5em;
  color: #f2822c;
}

.header-visu {
  position: relative;
  top: 48px;
  width: 100%;
  margin: 0 auto;
}

.header-autos {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 36.65%;
}
.header-autos li {
  position: absolute;
  display: block;
}
.header-autos li.header-autos-renault {
  top: 0;
  left: -3.5%;
  width: 44.45%;
  height: 80.7%;
}
.header-autos li.header-autos-audi {
  top: -3%;
  left: 25.75%;
  width: 45.30%;
  height: 81.4%;
}
.header-autos li.header-autos-jag {
  top: -2.8%;
  right: 0;
  width: 46.15%;
  height: 100%;
}
.header-autos li img {
  display: block;
  width: 100%;
  height: auto;
}

.header-visu-fixe-btns {
  position: absolute;
  left: 0;
  bottom: 72px;
  width: 100%;
}
.header-visu-fixe-btns .btn {
  position: absolute;
  width: 140px;
  height: 32px;
  margin-top: 0;
  font-size: 16px;
  line-height: 30px;
}
.header-visu-fixe-btns .btn:first-of-type {
  -moz-transform: translateX(75%);
  -ms-transform: translateX(75%);
  -webkit-transform: translateX(75%);
  transform: translateX(75%);
}
.header-visu-fixe-btns .btn:nth-of-type(2) {
  left: 50%;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.header-visu-fixe-btns .btn:last-of-type {
  right: 0;
  -moz-transform: translateX(-75%);
  -ms-transform: translateX(-75%);
  -webkit-transform: translateX(-75%);
  transform: translateX(-75%);
}
.header-visu-fixe-btns .btn::after {
  content: '>';
  position: relative;
  top: 1px;
  display: inline-block;
  margin-left: 8px;
  font-size: 18px;
  font-weight: 700;
  color: #f2822c;
}
.header-visu-fixe-btns .btn:hover {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+50,333333+51,333333+100 */
  background: #f07d00;
  /* Old browsers */
  background: -moz-linear-gradient(top, #f07d00 0%, #f07d00 50%, #f39734 51%, #f39734 100%);
  /* FF3.6-15 */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f07d00), color-stop(50%, #f07d00), color-stop(51%, #f39734), color-stop(100%, #f39734));
  /* Chrome4-9,Safari4-5 */
  background: -webkit-linear-gradient(top, #f07d00 0%, #f07d00 50%, #f39734 51%, #f39734 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: -o-linear-gradient(top, #f07d00 0%, #f07d00 50%, #f39734 51%, #f39734 100%);
  /* Opera 11.10-11.50 */
  background: -ms-linear-gradient(top, #f07d00 0%, #f07d00 50%, #f39734 51%, #f39734 100%);
  /* IE10 preview */
  background: linear-gradient(to bottom, #f07d00 0%, #f07d00 50%, #f39734 51%, #f39734 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f07d00', endColorstr='#f39734',GradientType=0 );
  /* IE6-8 */
}

.header-autos-slider-init {
  visibility: hidden;
  opacity: 0;
}
.header-autos-slider-init img {
  display: block;
  width: 100%;
  height: auto;
}

.header-visu-fixe {
  display: block;
}

.header-slider {
  display: none;
}

.info-contract {
  position: relative;
  padding-bottom: 56px;
  font-size: 10px;
  text-align: center;
}

.scroll-down {
  position: fixed;
  right: 40px;
  top: 50%;
  /*position: absolute;
  left: 50%;
  bottom: 120px;*/
  width: 40px;
  height: 40px;
  background: transparent url("../images/scroll-down.svg") center center no-repeat;
  -moz-background-size: contain;
  -o-background-size: contain;
  -webkit-background-size: contain;
  background-size: contain;
  cursor: pointer;
}

.menu-top {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  left: 69px;
  top: 0;
  z-index: 1000;
  padding: 20px;
  background-color: rgba(0, 0, 0, 0.9);
  -moz-transition: visibility, opacity 0.3s ease-out;
  -o-transition: visibility, opacity 0.3s ease-out;
  -webkit-transition: visibility, opacity 0.3s ease-out;
  transition: visibility, opacity 0.3s ease-out;
}
.menu-top.active {
  visibility: visible;
  opacity: 1;
}
.menu-top li a {
  display: block;
  margin: 0 15px;
  font-size: 18px;
  color: #FFF;
  line-height: 1.75;
}
.menu-top li a:hover {
  color: #f2822c;
}

.configurateur-v2 {
  position: relative;
  width: 100%;
  margin-top: 0;
  padding-top: 0;
}
.configurateur-v2::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 150%;
  background: transparent url("../images/bg-orange-full.png") right top no-repeat;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  z-index: 1;
}
.configurateur-v2 h2 {
  margin-bottom: 0.75em;
  font-size: 52px;
  color: #FFF;
  line-height: 1;
}
.configurateur-v2 h2 span {
  font-weight: 700;
}
.configurateur-v2 h3 {
  margin-bottom: 1em;
  font-size: 1.625rem;
  font-weight: 700;
  color: #FFF;
  line-height: 1.2;
}
.configurateur-v2 p {
  font-size: 1.125rem;
  font-weight: 400;
  color: #FFF;
  line-height: 1.4;
}
.configurateur-v2 .container {
  position: relative;
  padding-top: 5em;
  padding-bottom: 60px;
  z-index: 2;
}
.configurateur-v2 .container .btn span {
  position: relative;
  display: inline-block;
  padding-right: 0.875em;
}
.configurateur-v2 .container .btn span::after {
  content: '>';
  position: absolute;
  top: 50%;
  right: 0;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 18px;
  color: #f2822c;
}
.configurateur-v2 .container.page-comment::after {
  position: absolute;
  top: 0;
  right: 0;
  width: 45%;
  height: 100%;
  background: transparent url("../images/imac-comment.png") center top no-repeat;
  -moz-background-size: contain;
  -o-background-size: contain;
  -webkit-background-size: contain;
  background-size: contain;
}
.configurateur-v2 .container.page-comment ul {
  list-style-position: inside;
}
.configurateur-v2 .container.page-comment li {
  position: relative;
  padding-left: 2em;
  font-size: 1.125rem;
  font-weight: 400;
  color: #FFF;
  line-height: 1.4;
}
.configurateur-v2 .container.page-comment li + li {
  margin-top: 0.75em;
}
.configurateur-v2 .container.page-comment li::before {
  position: absolute;
  top: 0.25em;
  left: 0;
  width: 20px;
  height: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  background-color: #FFF;
  font-size: 1em;
  color: #f2822c;
  line-height: 0.875;
  text-align: center;
}
.configurateur-v2 .container.page-comment li:first-of-type::before {
  content: '1';
}
.configurateur-v2 .container.page-comment li:nth-of-type(2)::before {
  content: '2';
}
.configurateur-v2 .container.page-comment li:last-of-type::before {
  content: '3';
}
.configurateur-v2 .container.page-comment .btn {
  position: absolute;
  right: 25%;
  bottom: 60px;
  -moz-transform: translateX(50%);
  -ms-transform: translateX(50%);
  -webkit-transform: translateX(50%);
  transform: translateX(50%);
  width: auto;
  padding: 0 1em;
  z-index: 100;
}
.configurateur-v2 .container.page-apropos::after {
  content: '';
  position: absolute;
  bottom: -2.5%;
  right: 0;
  width: 52%;
  height: 100%;
  background: transparent url("../images/ipad-home.png") left bottom no-repeat;
  -moz-background-size: contain;
  -o-background-size: contain;
  -webkit-background-size: contain;
  background-size: contain;
}
.configurateur-v2 .container.page-apropos h2 span {
  display: inline-block;
  font-weight: 700;
}
.configurateur-v2 .container.page-apropos .btn {
  width: auto;
  padding: 0 1em;
}
.configurateur-v2 .container.page-qui::after {
  content: '';
  position: absolute;
  bottom: -100px;
  right: 0;
  width: 45%;
  height: 100%;
  background: transparent url("../images/qui-illus.png") right bottom no-repeat;
  -moz-background-size: contain;
  -o-background-size: contain;
  -webkit-background-size: contain;
  background-size: contain;
}
.configurateur-v2 .container.page-qui .btn {
  width: auto;
  padding: 0 1em;
}
.configurateur-v2 .container.page-contact {
  overflow: hidden;
  *zoom: 1;
}
.configurateur-v2 .container.page-contact .configurateur-v2-content {
  float: left;
  position: relative;
  padding-bottom: 352px;
}
.configurateur-v2 .container.page-contact .configurateur-v2-content::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 3em;
  width: 92%;
  height: 100%;
  background: transparent url("../images/contact-illus.png") left bottom no-repeat;
  -moz-background-size: contain;
  -o-background-size: contain;
  -webkit-background-size: contain;
  background-size: contain;
}
.configurateur-v2 .container.page-contact h3.form-title {
  margin-bottom: 0.75em;
  font-size: 42px;
  font-weight: 400;
  color: #FFF;
  line-height: 1;
}

.configurateur-v2-content {
  width: 50%;
  padding-left: 60px;
}

#configurateur-contact.configurateur-v2 {
  margin-top: 0;
  overflow: hidden;
  *zoom: 1;
}
#configurateur-contact.configurateur-v2::before {
  background: transparent url("../images/bg-orange-full.png") left top no-repeat;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
}

.video-comment {
  position: absolute;
  right: 25%;
  bottom: 96px;
  width: 45%;
  -moz-transform: translateX(50%);
  -ms-transform: translateX(50%);
  -webkit-transform: translateX(50%);
  transform: translateX(50%);
}
.video-comment:after {
  content: '';
  position: absolute;
  top: 34%;
  left: 48%;
  width: 60px;
  height: 60px;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: transparent url("../images/play-off.png") center center no-repeat;
}
.video-comment img {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
}
.video-comment:hover {
  cursor: pointer;
}
.video-comment:hover::after {
  background: transparent url("../images/play-on.png") center center no-repeat;
}

.form-container {
  float: right;
  width: 50%;
  padding: 0.5em 60px 0 80px;
}
.form-container label {
  display: block;
  padding: 0 0 0.5em 0;
  font-size: 1.125rem;
  font-weight: 400;
  color: #FFF;
  line-height: 1;
}
.form-container input,
.form-container textarea,
.form-container select {
  display: block;
  width: 100%;
  padding: 0 10px;
  background-color: #FFF;
  border: 0 none;
  outline: none;
  font-family: "ff-meta-web-pro", sans-serif;
  font-size: 1rem;
  color: #000;
  line-height: 2;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-box-shadow: 2px 2px 4px 0px rgba(68, 68, 68, 0.75);
  -webkit-box-shadow: 2px 2px 4px 0px rgba(68, 68, 68, 0.75);
  box-shadow: 2px 2px 4px 0px rgba(68, 68, 68, 0.75);
}
.form-container select {
  background-image: url("../images/drop-down-arrow.svg");
  background-repeat: no-repeat;
  -moz-background-size: 16px auto;
  -o-background-size: 16px auto;
  -webkit-background-size: 16px auto;
  background-size: 16px auto;
  background-position: 98% center;
}
.form-container textarea {
  height: 104px;
  padding: 5px 10px;
  line-height: 1.25;
}
.form-container input[type="checkbox"] {
  display: inline-block;
  width: 1.25em;
  height: 1.25em;
  margin: 0.5em 0.25em 0 0;
  border: 2px solid #FFF;
  outline: none;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  background-color: #FFF;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.form-container input[type="checkbox"]:checked {
  background-color: #f2822c;
}
.form-container input[type="checkbox"] + label {
  display: inline-block;
}
.form-container input[type="submit"] {
  float: right;
  position: relative;
  width: 140px;
  margin-top: 0.5em;
  padding: 0 1em;
  color: #FFF;
  cursor: pointer;
}
.form-container input[type="submit"]::after {
  content: '>';
  position: absolute;
  top: 50%;
  right: 0;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 18px;
  color: #f2822c;
}
.form-container input[type="submit"]:hover {
  color: #f2822c;
}
.form-container button {
  float: right;
  position: relative;
  width: auto;
  margin-top: 0;
  padding: 0 1.875em 0 1em;
  color: #FFF;
  -webkit-appearance: none;
  -moz-appearance: none;
  outline: none;
  border: 0 none;
  font-family: "ff-meta-web-pro", sans-serif;
  font-size: 18px;
  cursor: pointer;
}
.form-container button::after {
  content: '>';
  position: absolute;
  top: 50%;
  right: 1em;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 18px;
  color: #f2822c;
}
.form-container button:hover {
  color: #f2822c;
}

.form-row + .form-row {
  margin-top: 0.875em;
}
.form-row:last-of-type {
  overflow: hidden;
  *zoom: 1;
}

.champs-oblig {
  display: inline-block;
  padding-top: 1em;
  font-size: 0.75em;
  color: #FFF;
}

@media only screen and (min-width: 768px) and (max-width: 1169px) {
  .info-contract {
    margin-top: 2em;
  }

  .configurateur-v2 {
    margin-top: 0;
  }
  .configurateur-v2 h2 {
    font-size: 42px;
  }
  .configurateur-v2 h3 {
    font-size: 1.375rem;
  }
  .configurateur-v2::before {
    background: transparent url("../images/bg-orange-full.png") center top no-repeat;
    -moz-background-size: 1920px, auto;
    -o-background-size: 1920px, auto;
    -webkit-background-size: 1920px, auto;
    background-size: 1920px, auto;
  }
  .configurateur-v2 .container {
    padding-top: 60px;
  }

  .video-comment {
    bottom: 72px;
  }

  .form-container {
    padding-left: 80px;
  }
}
@media only screen and (max-width: 960px) {
  .configurateur-v2 .container {
    width: 100%;
    padding-top: 4em;
  }
  .configurateur-v2 .container.page-comment::after {
    top: inherit;
    bottom: 32px;
    background: transparent url("../images/imac-comment.png") center bottom no-repeat;
    -moz-background-size: contain;
    -o-background-size: contain;
    -webkit-background-size: contain;
    background-size: contain;
  }
  .configurateur-v2 .container.page-comment ul {
    width: 52%;
  }
  .configurateur-v2 .container.page-comment .btn {
    bottom: 54px;
  }
  .configurateur-v2 .container.page-apropos::after {
    width: 50%;
    bottom: -15%;
  }
  .configurateur-v2 .container.page-apropos h3,
  .configurateur-v2 .container.page-apropos p {
    width: 50%;
  }
  .configurateur-v2 .container.page-qui::after {
    bottom: -76px;
  }
  .configurateur-v2 .container.page-qui h3,
  .configurateur-v2 .container.page-qui p {
    padding-right: 43%;
  }
  .configurateur-v2 .container.page-contact .configurateur-v2-content::after {
    left: 1.5em;
  }

  .configurateur-v2-content {
    width: 100%;
    padding: 0 45px;
  }

  #configurateur-contact .configurateur-v2-content {
    width: 50%;
  }

  .video-comment {
    bottom: 88px;
    width: 35%;
  }

  .form-container {
    padding-right: 45px;
    padding-left: 50px;
  }
}
@media screen and (max-width: 767px) {
  .configurateur-v2 {
    margin-top: 0;
  }
  .configurateur-v2::before {
    background: transparent url("../images/bg-orange-full.png") right top no-repeat;
    -moz-background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
  }
  .configurateur-v2 h2 {
    font-size: 40px;
  }
  .configurateur-v2 h3 {
    width: 100%;
    font-size: 20px;
  }
  .configurateur-v2 p {
    width: 100%;
    font-size: 16px;
  }
  .configurateur-v2 .container.page-comment ul {
    width: 100%;
  }
  .configurateur-v2 .container.page-comment .btn {
    position: relative;
    left: 50%;
    bottom: inherit;
    margin: 0 auto;
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .configurateur-v2 .container.page-apropos::after {
    bottom: -72px;
    width: 300px;
    height: 274px;
  }
  .configurateur-v2 .container.page-apropos h3,
  .configurateur-v2 .container.page-apropos p {
    width: 100%;
  }
  .configurateur-v2 .container.page-apropos .btn {
    margin-bottom: 100px;
  }
  .configurateur-v2 .container.page-qui::after {
    bottom: -56px;
    width: 300px;
    height: 365px;
  }
  .configurateur-v2 .container.page-qui h2 {
    width: 100%;
  }
  .configurateur-v2 .container.page-qui h2 span {
    display: inline;
  }
  .configurateur-v2 .container.page-qui h3,
  .configurateur-v2 .container.page-qui p {
    padding-right: 192px;
  }
  .configurateur-v2 .container.page-contact {
    padding: 0 40px;
  }
  .configurateur-v2 .container.page-contact .configurateur-v2-content {
    float: none;
    padding: 0;
    padding-bottom: 0;
  }
  .configurateur-v2 .container.page-contact .configurateur-v2-content::after {
    display: none;
  }

  #configurateur-contact.configurateur-v2 {
    padding-top: 4em;
  }
  #configurateur-contact .configurateur-v2-content {
    width: 100%;
  }

  .configurateur-v2-content {
    padding: 0 40px;
  }

  .video-comment {
    position: static;
    width: 75%;
    max-width: 400px;
    min-width: 300px;
    margin: 32px auto 0;
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  .form-container {
    width: 100%;
    margin-right: 0;
    margin-top: 2em;
    margin-bottom: 4em;
    padding: 0;
  }
}
@media screen and (max-width: 640px) {
  .configurateur-v2 .container {
    padding-top: 3em;
  }
  .configurateur-v2 .container.page-qui::after {
    right: 0;
    width: 280px;
    height: 341px;
  }
  .configurateur-v2 .container.page-qui h3,
  .configurateur-v2 .container.page-qui p {
    padding-right: 0;
  }
  .configurateur-v2 .container.page-qui .btn {
    margin-bottom: 172px;
  }
  .configurateur-v2 .container.page-contact .configurateur-v2-content {
    padding: 0;
  }
  .configurateur-v2 .container.page-contact .configurateur-v2-content::after {
    display: none;
  }
  .configurateur-v2 .container.page-contact h3.form-title {
    font-size: 32px;
  }
  .configurateur-v2 h2 {
    font-size: 32px;
    line-height: 1.15;
  }

  .form-container {
    margin-top: 1em;
    margin-bottom: 3em;
    padding: 1em 0 1.5em;
  }
}
@media screen and (max-width: 480px) {
  .configurateur-v2 h2 {
    font-size: 28px;
  }
  .configurateur-v2 .container {
    padding: 40px 0 4.5em;
  }
  .configurateur-v2 .container.page-apropos .btn {
    margin-bottom: 160px;
  }
  .configurateur-v2 .container.page-qui::after {
    right: -48px;
    width: 240px;
    height: 292px;
  }
  .configurateur-v2 .container.page-qui .btn {
    margin-bottom: 120px;
  }
  .configurateur-v2 .container.page-contact {
    padding: 20px 20px 0;
  }

  .configurateur-v2-content {
    padding: 0 20px;
  }
}
.qui {
  background: transparent url("../images/bg-section-qui-2.png") center bottom no-repeat;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
}
.qui .container {
  padding: 150px 60px 12%;
}
.qui h2 {
  float: left;
  display: inline-block;
  width: 43%;
  padding-right: 50px;
  color: #FFF;
}
.qui h2 span {
  display: block;
  font-weight: 700;
}
.qui h3 {
  margin-bottom: 24px;
  color: #FFF;
  line-height: 1.25;
}
.qui p {
  color: #FFF;
  line-height: 1.4;
}
.qui .btn {
  position: relative;
  display: inline-block;
}
.qui .btn::after {
  content: '>';
  position: relative;
  top: 1px;
  display: inline-block;
  margin-left: 8px;
  font-size: 18px;
  font-weight: 700;
  color: #f2822c;
}

.qui-content {
  display: inline-block;
  width: 57%;
}

.comment {
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
}
.comment .container {
  position: relative;
  padding: 20px 60px 130px;
}
.comment .container::after {
  position: absolute;
  bottom: 0;
  left: 45px;
  width: 323px;
  height: 240px;
  background: transparent url("../images/_ipad.png") left top no-repeat;
  -moz-background-size: contain;
  -o-background-size: contain;
  -webkit-background-size: contain;
  background-size: contain;
}
.comment h2 {
  float: left;
  display: inline-block;
  width: 43%;
  padding-right: 50px;
  color: #000;
}
.comment h2 span {
  display: block;
  font-weight: 700;
}
.comment h3 {
  margin-bottom: 24px;
  color: #000;
  line-height: 1.25;
}
.comment p {
  color: #000;
  line-height: 1.4;
}
.comment .btn {
  float: left;
}
.comment .btn::after {
  content: ' >';
  position: relative;
  top: 1px;
  display: inline-block;
  margin-left: 8px;
  font-size: 18px;
  font-weight: 700;
}
.comment .btn.voir-video {
  margin-left: 36px;
  background: #FFF;
  border: 1px solid #f2822c;
  font-size: 18px;
  font-weight: 700;
  color: #f2822c;
}
.comment .btn.voir-video::after {
  color: #f2822c;
}

.comment-video {
  position: absolute;
  bottom: -32px;
  left: 45px;
  width: 323px;
  height: 274px;
  background: transparent url("../images/ipad.png") left top no-repeat;
  -moz-background-size: contain;
  -o-background-size: contain;
  -webkit-background-size: contain;
  background-size: contain;
  text-indent: -9999px;
  cursor: pointer;
}
.comment-video::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 62px;
  height: 61px;
  -moz-transform: translate(-20%, -110%);
  -ms-transform: translate(-20%, -110%);
  -webkit-transform: translate(-20%, -110%);
  transform: translate(-20%, -110%);
  background: transparent url("../images/bt-play-off.png") left top no-repeat;
}
.comment-video:hover::after {
  background: transparent url("../images/bt-play-on.png") left top no-repeat;
}

.comment-content {
  display: inline-block;
  width: 57%;
  overflow: hidden;
  *zoom: 1;
}
.comment-content ul {
  padding-left: 1.25em;
  list-style: disc outside;
  font-size: 18px;
}
.comment-content li {
  color: #000;
  line-height: 1.4;
}
.comment-content li + li {
  margin-top: 0.375em;
}
.comment-content li span {
  font-weight: 700;
}

.section-concours {
  position: relative;
  color: #FFF;
}
.section-concours::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent url("../images/bg-orange-top.png") right top no-repeat;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  z-index: -1;
}
.section-concours::after {
  content: '';
  position: absolute;
  bottom: -20px;
  right: 50%;
  width: 600px;
  height: 449px;
  background: transparent url("../images/carte-concours.png") left top no-repeat;
  -moz-background-size: contain;
  -o-background-size: contain;
  -webkit-background-size: contain;
  background-size: contain;
  z-index: -1;
}
.section-concours > .container {
  position: relative;
  padding: 150px 60px 80px;
  overflow: hidden;
  *zoom: 1;
}
.section-concours h2 {
  margin-top: 1em;
  margin-bottom: 0.5em;
  color: #FFF;
}
.section-concours h2 span {
  font-weight: 700;
}
.section-concours h3 {
  margin-bottom: 24px;
  line-height: 1.25;
}
.section-concours p {
  font-size: 18px;
  line-height: 1.4;
}
.section-concours .btn::after {
  content: '>';
  position: relative;
  top: 1px;
  display: inline-block;
  margin-left: 8px;
  font-size: 18px;
  font-weight: 700;
}

.section-concours-content {
  width: 57%;
  max-width: 480px;
  float: right;
}

.temoignages {
  position: relative;
}
.temoignages::before {
  content: '';
  position: absolute;
  top: -86px;
  left: 0;
  width: 100%;
  height: 110%;
  background: transparent url("../images/bg-temoignages.png") center top no-repeat;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  z-index: -1;
}
.temoignages .container {
  position: relative;
  padding: 60px 60px 140px;
}
.temoignages .container::after {
  content: '';
  position: absolute;
  bottom: 59px;
  right: 60px;
  width: 520px;
  height: 650px;
  background: transparent url("../images/kevin.png") right bottom no-repeat;
  -moz-background-size: contain;
  -o-background-size: contain;
  -webkit-background-size: contain;
  background-size: contain;
}
.temoignages h2 {
  margin-bottom: 0.5em;
  padding-right: 50px;
  color: #f2822c;
}
.temoignages h2 span {
  font-weight: 700;
}
.temoignages p {
  width: 100%;
  max-width: 600px;
  color: #000;
  line-height: 1.4;
}
.temoignages .btn::after {
  content: '>';
  position: relative;
  top: 1px;
  display: inline-block;
  margin-left: 8px;
  font-size: 18px;
  font-weight: 700;
}

.more-temoignages {
  position: relative;
  display: block;
  margin-top: 1.75em;
  font-size: 18px;
  color: #f2822c;
}
.more-temoignages::after {
  content: '>';
  position: absolute;
  top: -2px;
  display: inline-block;
  margin-left: 8px;
  padding: 3px 9px 4px;
  background-color: #f2822c;
  font-size: 18px;
  color: #FFF;
  -moz-transition: background-color 0.3s ease-out;
  -o-transition: background-color 0.3s ease-out;
  -webkit-transition: background-color 0.3s ease-out;
  transition: background-color 0.3s ease-out;
}
.more-temoignages:hover {
  color: #000;
}
.more-temoignages:hover::after {
  background-color: #000;
}

.temoignage {
  margin-top: 56px;
}
.temoignage cite {
  display: block;
  margin-bottom: 0.25em;
  font-size: 45px;
  font-weight: 400;
  color: #000;
}
.temoignage cite span {
  font-weight: 700;
}
.temoignage q {
  display: block;
  width: 100%;
  max-width: 560px;
  font-size: 32px;
  font-weight: 700;
  font-style: italic;
  line-height: 1.2;
}

.calculator .container {
  position: relative;
  padding: 15px 60px 40px;
}
.calculator .container::after {
  content: '';
  position: absolute;
  top: 15px;
  right: 60px;
  width: 521px;
  height: 425px;
  background: transparent url("../images/imac.png") left top no-repeat;
  -moz-background-size: contain;
  -o-background-size: contain;
  -webkit-background-size: contain;
  background-size: contain;
}
.calculator h2 {
  margin-bottom: 0.5em;
}
.calculator h3 {
  max-width: 480px;
  margin-bottom: 24px;
  line-height: 1.25;
}
.calculator p {
  max-width: 480px;
  line-height: 1.4;
}
.calculator .btn::after {
  content: '>';
  position: relative;
  top: 1px;
  display: inline-block;
  margin-left: 8px;
  font-size: 18px;
  font-weight: 700;
}

.footer {
  position: relative;
  z-index: 100;
}
.footer h2 {
  width: 214px;
  height: 120px;
  margin: 0 auto 35px;
  background: transparent url("../images/logo-transparent.png") center top no-repeat;
  -moz-background-size: contain;
  -o-background-size: contain;
  -webkit-background-size: contain;
  background-size: contain;
  text-indent: -9999px;
}

.footer-top {
  background-color: #000;
}
.footer-top .container {
  padding: 35px 0 70px;
  text-align: center;
  overflow: hidden;
  *zoom: 1;
}

.footer-top-left,
.footer-top-right {
  float: left;
  width: 50%;
}
.footer-top-left h3,
.footer-top-right h3 {
  margin-bottom: 28px;
  font-size: 24px;
  font-weight: 400;
  color: #FFF;
}

.footer-icons-left {
  position: relative;
  height: 22px;
  text-align: center;
  overflow: hidden;
  *zoom: 1;
}
.footer-icons-left a {
  display: inline-block;
  position: relative;
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  text-indent: -9999px;
}
.footer-icons-left a + a {
  margin-left: 32px;
}

.footer-icon-mail {
  background-position: 0 -200px;
  height: 16px;
  width: 28px;
}

.footer-icon-linkedin {
  background-position: 0 -180px;
  height: 20px;
  width: 18px;
}

.footer-icon-facebook {
  background-position: 0 -43px;
  height: 22px;
  width: 10px;
}

.footer-icon-twitter {
  background-position: 0 -247px;
  height: 16px;
  width: 20px;
}

.footer-icon-youtube {
  background-position: 0 -263px;
  height: 20px;
  width: 18px;
}

.footer-top-right {
  height: 26px;
  text-align: center;
}
.footer-top-right a {
  display: inline-block;
  text-indent: -9999px;
}

.footer-icon-contact {
  background-position: 0 0;
  height: 26px;
  width: 28px;
}

.footer-bottom {
  background-color: #454545;
}
.footer-bottom > .container {
  padding-top: 130px;
}

.concours-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.75);
  z-index: 1000;
  display: none;
}

@-moz-keyframes concours {
  0% {
    visibility: hidden;
    opacity: 0;
  }
  1% {
    visibility: visible;
    opacity: 0;
  }
  100% {
    visibility: visible;
    opacity: 1;
  }
}
@-webkit-keyframes concours {
  0% {
    visibility: hidden;
    opacity: 0;
  }
  1% {
    visibility: visible;
    opacity: 0;
  }
  100% {
    visibility: visible;
    opacity: 1;
  }
}
@keyframes concours {
  0% {
    visibility: hidden;
    opacity: 0;
  }
  1% {
    visibility: visible;
    opacity: 0;
  }
  100% {
    visibility: visible;
    opacity: 1;
  }
}
.concours {
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
  padding-bottom: 30px;
  border: 2px solid #FFF;
  background-color: #000;
}
.concours h2 {
  margin: 0 auto 15px;
  font-size: 36px;
  font-weight: 700;
  color: #FFF;
  text-align: center;
}
.concours p {
  padding: 0 50px;
  font-size: 18px;
  color: #FFF;
  line-height: 1.4;
  text-align: center;
}
.concours p + p {
  margin-top: 15px;
}
.concours form {
  display: block;
  margin: 20px auto;
}
.concours form p {
  margin-top: 20px;
  line-height: 1.4;
}
.concours label {
  float: left;
  display: inline-block;
  margin-left: 10px;
  padding-top: 5px;
  font-size: 18px;
  color: #FFF;
  line-height: 1.25;
}
.concours input[type="text"],
.concours input[type="email"] {
  display: block;
  width: 100%;
  height: 36px;
  max-width: 350px;
  margin: 0 auto;
  padding: 0 30px;
  border: 0 none;
  background-color: #FFF;
  font-family: "ff-meta-web-pro", sans-serif;
  font-size: 18px;
  line-height: 2;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  /*IMPORTANT*/
}
.concours input[type="text"] + input[type="text"], .concours input[type="text"] + input[type="email"],
.concours input[type="email"] + input[type="text"],
.concours input[type="email"] + input[type="email"] {
  margin-top: 20px;
}
.concours input[type="text"]::-webkit-input-placeholder,
.concours input[type="email"]::-webkit-input-placeholder {
  color: #000;
  font-size: 18px;
  line-height: 2;
  -webkit-appearance: none;
}
.concours input[type="text"]::-moz-placeholder,
.concours input[type="email"]::-moz-placeholder {
  color: #000;
  font-size: 18px;
  -moz-appearance: none;
  line-height: 2;
}
.concours input[type="text"]:-ms-input-placeholder,
.concours input[type="email"]:-ms-input-placeholder {
  color: #000;
  font-size: 18px;
  line-height: 2;
}
.concours input[type="text"]:-moz-placeholder,
.concours input[type="email"]:-moz-placeholder {
  color: #000;
  font-size: 18px;
  line-height: 2;
  -moz-appearance: none;
}
.concours input[type="text"]:focus,
.concours input[type="email"]:focus {
  outline: none;
}
.concours input[type="submit"] {
  float: left;
  width: 48%;
  margin-left: 2%;
  padding: 0;
  border: 0 none;
  background: #f2822c;
  font-size: 18px;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 0.025em;
  font-family: "ff-meta-web-pro", sans-serif;
  color: #FFF;
  line-height: 2;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.concours input[type="submit"]::after {
  content: '>';
  position: relative;
  left: 8%;
  top: 1px;
  font-size: 18px;
  font-weight: 700;
  color: #FFF;
}
.concours input[type="submit"]:hover {
  cursor: pointer;
}
.concours input[type="checkbox"] {
  float: left;
  display: inline-block;
  width: 25px;
  height: 25px;
  margin-left: 60px;
  background-color: #FFF;
  border: 2px solid #FFF;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.concours input[type="checkbox"]:checked {
  background-color: #f2822c;
}
.concours .obligatoire {
  float: right;
  display: inline-block;
  margin-right: 60px;
  padding-top: 12px;
  font-size: 10px;
  color: #FFF;
  line-height: 1.15;
}

.concours-group {
  margin: 20px auto 15px;
  padding: 0 60px;
  overflow: hidden;
  *zoom: 1;
}
.concours-group input[type="text"] {
  float: left;
  width: 48%;
  margin-right: 2%;
}

.concours-logo {
  position: relative;
  overflow: hidden;
  *zoom: 1;
}
.concours-logo::before {
  content: '';
  position: absolute;
  top: -42px;
  left: 0;
  width: 100%;
  height: 150px;
  -moz-transform: skewY(-6deg);
  -ms-transform: skewY(-6deg);
  -webkit-transform: skewY(-6deg);
  transform: skewY(-6deg);
  background-color: #FFF;
  z-index: -1;
}
.concours-logo span {
  position: absolute;
  top: -9999px;
  left: -9999px;
  text-indent: -9999px;
}
.concours-logo img {
  display: block;
  width: 200px;
  height: auto;
  margin: 20px auto 55px;
}

.concours-resultat p {
  margin-bottom: 50px;
  font-size: 18px;
  color: #FFF;
  line-height: 1.4;
  text-align: center;
}
.concours-resultat p.concours-merci {
  margin-bottom: 40px;
  font-size: 20px;
  line-height: 1.15;
}
.concours-resultat p + p {
  margin-top: 0;
}

.concours-links {
  padding: 0 60px;
  overflow: hidden;
  *zoom: 1;
}
.concours-links a {
  display: inline-block;
  float: left;
  width: 48%;
  font-size: 16px;
  color: #000;
  line-height: 2.5;
  text-align: center;
}
.concours-links a.lien-site {
  margin-right: 2%;
  background-color: #FFF;
}
.concours-links a.lien-configurateur {
  margin-left: 2%;
  background-color: #f2822c;
  color: #FFF;
}

.concours-close {
  position: absolute;
  top: 0;
  right: 0;
  width: 48px;
  height: 48px;
  background: transparent url("../images/concours-close.png") center center no-repeat;
  -moz-background-size: contain;
  -o-background-size: contain;
  -webkit-background-size: contain;
  background-size: contain;
  -moz-transform: translate(50%, -50%);
  -ms-transform: translate(50%, -50%);
  -webkit-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
  cursor: pointer;
}

.copyright {
  background-color: #000;
}
.copyright > .container {
  overflow: hidden;
  *zoom: 1;
  padding: 1em;
  text-align: right;
}
.copyright small {
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 400;
  color: #FFF;
}

.logo-noosphere {
  position: relative;
  display: inline-block;
  margin-left: 0.125rem;
  padding-left: 26px;
  line-height: 16px;
}
.logo-noosphere::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 24px;
  height: 22px;
  background: transparent url("../images/logo-noosphere.png") left top no-repeat;
  -moz-background-size: contain;
  -o-background-size: contain;
  -webkit-background-size: contain;
  background-size: contain;
}
.logo-noosphere span {
  font-size: 12px;
  color: #FFF;
}

.temoin.active .displayTemoin {
  display: none;
}
.temoin.active .leasing-type {
  display: block;
}
.temoin > .container {
  padding: 0 60px;
}

.wrapper {
  overflow: hidden;
  *zoom: 1;
}

.temoin-top {
  position: relative;
  width: 50%;
  padding: 30px 15px 160px 95px;
}
.temoin-top.left {
  float: left;
}
.temoin-top.right {
  float: right;
}

.temoin-nom {
  display: block;
  margin-bottom: 10px;
  font-size: 50px;
}
.temoin-nom span {
  font-weight: 700;
}

.temoin-age {
  display: block;
  font-size: 25px;
}

.temoin-intro {
  display: block;
  margin-top: 25px;
  margin-bottom: 32px;
  font-size: 35px;
  font-weight: 400;
  font-style: italic;
  line-height: 1.15;
}

.temoin-btn .btn {
  width: auto;
  margin-top: 0;
  padding: 0 1em;
}
.temoin-btn .btn::after {
  content: '>';
  display: inline-block;
  padding-left: 8px;
  color: #f2822c;
}

.leasing-type {
  display: none;
  width: auto;
  height: 45px;
}
.leasing-type span {
  position: absolute;
  top: -9999px;
  left: -9999px;
  text-indent: -9999px;
}
.leasing-type img {
  display: block;
  width: auto;
  height: 100%;
}

.temoin-content {
  display: none;
  padding: 0 60px 160px;
}

.temoin.open .temoin-content {
  display: block;
}

.temoin-citation {
  font-size: 18px;
  line-height: 1.4;
}
.temoin-citation span {
  font-weight: 700;
}

.temoin-selection-intro {
  margin: 0.5em auto 24px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.25;
}

.temoin-selection-slider {
  position: relative;
}
.temoin-selection-slider .slider-controls {
  position: absolute;
  top: 50%;
  width: 100%;
}
.temoin-selection-slider .slider-controls a {
  width: 20px;
  height: 36px;
  text-indent: -9999px;
}
.temoin-selection-slider .slider-controls a.prev {
  position: absolute;
  top: 50%;
  left: -40px;
  background: transparent url("../images/slider-left.svg") left top no-repeat;
  -moz-background-size: contain;
  -o-background-size: contain;
  -webkit-background-size: contain;
  background-size: contain;
}
.temoin-selection-slider .slider-controls a.next {
  position: absolute;
  top: 50%;
  right: -40px;
  background: transparent url("../images/slider-right.svg") left top no-repeat;
  -moz-background-size: contain;
  -o-background-size: contain;
  -webkit-background-size: contain;
  background-size: contain;
}
.temoin-selection-slider .slider-nav {
  position: absolute;
  left: 50%;
  bottom: 0;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.temoin-selection-slider .slider-nav li {
  display: inline-block;
}
.temoin-selection-slider .slider-nav li a {
  display: block;
  width: 15px;
  height: 15px;
  background: transparent url("../images/slider-nav.svg") left top no-repeat;
  text-indent: -9999px;
}
.temoin-selection-slider .slider-nav li + li {
  margin-left: 8px;
}
.temoin-selection-slider .slider-nav li.active a {
  background: #FFF url("../images/slider-nav.svg") left top no-repeat;
}

.slider-temoin-init-height {
  overflow: hidden;
  *zoom: 1;
  visibility: hidden;
  opacity: 0;
}

.slider-temoin-item {
  position: absolute;
  top: 0;
  left: 0;
}

.temoin-item-auto {
  width: 60%;
  padding-right: 60px;
  float: left;
}
.temoin-item-auto img {
  display: block;
  width: 100%;
  height: auto;
}

.temoin-item-infos {
  width: 40%;
  float: left;
  margin-top: 10px;
}
.temoin-item-infos h2 {
  margin-bottom: 16px;
  font-size: 34px;
  font-weight: 700;
}
.temoin-item-infos h3 {
  margin-bottom: 5px;
  font-size: 24px;
}
.temoin-item-infos p {
  font-size: 18px;
  line-height: 1.25;
}
.temoin-item-infos p + h3 {
  margin-top: 0.75em;
}
.temoin-item-infos a.demande-offre {
  width: auto;
  padding: 0 30px 0 20px;
  margin-top: 24px;
}
.temoin-item-infos a.demande-offre::after {
  content: ' >';
  position: absolute;
  top: 50%;
  right: 15px;
  -moz-transform: translateY(-45%);
  -ms-transform: translateY(-45%);
  -webkit-transform: translateY(-45%);
  transform: translateY(-45%);
  color: #f2822c;
}
.temoin-item-infos .rs-links {
  display: none;
  margin-top: 16px;
}
.temoin-item-infos .rs-links a {
  position: relative;
  display: inline-block;
  width: 90px;
  padding: 14px 14px 14px 30px;
  font-size: 18px;
  text-align: center;
}
.temoin-item-infos .rs-links a.share {
  background-color: #FFF;
  color: #f2822c;
}
.temoin-item-infos .rs-links a.share::after {
  content: '';
  position: absolute;
  left: 14px;
  top: 50%;
  width: 12px;
  height: 21px;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: transparent url("../images/facebook-small-orange.svg") left top no-repeat;
  -moz-background-size: contain;
  -o-background-size: contain;
  -webkit-background-size: contain;
  background-size: contain;
}
.temoin-item-infos .rs-links a.like {
  margin-left: 8px;
  background-color: #454545;
  color: #FFF;
}
.temoin-item-infos .rs-links a.like::after {
  content: '';
  position: absolute;
  left: 14px;
  top: 50%;
  width: 12px;
  height: 21px;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: transparent url("../images/facebook-small-white.svg") left top no-repeat;
  -moz-background-size: contain;
  -o-background-size: contain;
  -webkit-background-size: contain;
  background-size: contain;
}

.temoin-close {
  position: relative;
  left: 50%;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  display: block;
  width: 32px;
  height: 32px;
  margin-top: 40px;
  background: #000 url("../images/temoin-close.svg") center center no-repeat;
  -moz-background-size: 60%;
  -o-background-size: 60%;
  -webkit-background-size: 60%;
  background-size: 60%;
  text-indent: -9999px;
}

.temoin-1 {
  padding-top: 70px;
  background: transparent url("../images/bg-temoin-orange.svg") left top no-repeat;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  color: #FFF;
}
.temoin-1 > .container {
  position: relative;
}
.temoin-1 > .container:first-of-type {
  position: relative;
  z-index: 70;
}
.temoin-1 > .container:first-of-type::after {
  content: '';
  position: absolute;
  left: 160px;
  bottom: -23px;
  width: 472px;
  height: 550px;
  background: transparent url("../images/temoin-1.png") left top no-repeat;
  -moz-background-size: contain;
  -o-background-size: contain;
  -webkit-background-size: contain;
  background-size: contain;
  z-index: 100;
}
.temoin-1 .temoin-top::before {
  content: '';
  position: absolute;
  top: 40px;
  left: 10px;
  width: 62px;
  height: 59px;
  background: transparent url("../images/picto-temoin-1.svg") left top no-repeat;
  -moz-background-size: contain;
  -o-background-size: contain;
  -webkit-background-size: contain;
  background-size: contain;
}

.temoin-2 {
  position: relative;
}
.temoin-2 > .container {
  position: relative;
  z-index: 20;
}
.temoin-2 > .container:first-of-type::after {
  content: '';
  position: absolute;
  right: 60px;
  bottom: -56px;
  width: 431px;
  height: 570px;
  background: transparent url("../images/temoin-2.png") left top no-repeat;
  -moz-background-size: contain;
  -o-background-size: contain;
  -webkit-background-size: contain;
  background-size: contain;
  z-index: 100;
}
.temoin-2::before {
  content: '';
  position: absolute;
  top: -104px;
  left: 0;
  width: 100%;
  height: 42%;
  -moz-transform: skewY(-6deg);
  -ms-transform: skewY(-6deg);
  -webkit-transform: skewY(-6deg);
  transform: skewY(-6deg);
  background-color: #FFF;
}
.temoin-2::after {
  content: '';
  position: absolute;
  bottom: 86px;
  left: 0;
  width: 100%;
  height: 40%;
  -moz-transform: skewY(6deg);
  -ms-transform: skewY(6deg);
  -webkit-transform: skewY(6deg);
  transform: skewY(6deg);
  background-color: #FFF;
  z-index: 10;
}
.temoin-2 .temoin-content {
  padding-bottom: 150px;
}
.temoin-2 .temoin-top::before {
  content: '';
  position: absolute;
  top: 40px;
  left: 0;
  width: 72px;
  height: 72px;
  background: transparent url("../images/picto-temoin-2.svg") left top no-repeat;
  -moz-background-size: contain;
  -o-background-size: contain;
  -webkit-background-size: contain;
  background-size: contain;
}
.temoin-2 .temoin-item-infos .rs-links a.share {
  background-color: #f2822c;
  color: #FFF;
}
.temoin-2 .temoin-item-infos .rs-links a.share::after {
  background: transparent url("../images/facebook-small-white.svg") left top no-repeat;
}
.temoin-2 .temoin-selection-slider .slider-controls a.prev {
  background: transparent url("../images/slider-left-2.svg") left top no-repeat;
  -moz-background-size: contain;
  -o-background-size: contain;
  -webkit-background-size: contain;
  background-size: contain;
}
.temoin-2 .temoin-selection-slider .slider-controls a.next {
  background: transparent url("../images/slider-right-2.svg") left top no-repeat;
  -moz-background-size: contain;
  -o-background-size: contain;
  -webkit-background-size: contain;
  background-size: contain;
}
.temoin-2 .temoin-selection-slider .slider-nav li a {
  background: transparent url("../images/slider-nav-2.svg") left top no-repeat;
}
.temoin-2 .temoin-selection-slider .slider-nav li.active a {
  background: #000 url("../images/slider-nav-2.svg") left top no-repeat;
}

.temoin-3 {
  position: relative;
}
.temoin-3::before {
  content: '';
  position: absolute;
  left: 0;
  top: -183px;
  width: 100%;
  height: 140%;
  background: transparent url("../images/bg-temoin-gris.svg") left top no-repeat;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
}
.temoin-3 > .container {
  position: relative;
  z-index: 20;
}
.temoin-3 > .container:first-of-type {
  position: relative;
}
.temoin-3 > .container:first-of-type::after {
  content: '';
  position: absolute;
  left: 120px;
  bottom: -27px;
  width: 450px;
  height: 564px;
  background: transparent url("../images/temoin-3.png") left top no-repeat;
  -moz-background-size: contain;
  -o-background-size: contain;
  -webkit-background-size: contain;
  background-size: contain;
  z-index: 100;
}
.temoin-3 .temoin-top {
  padding-top: 50px;
}
.temoin-3 .temoin-top::before {
  content: '';
  position: absolute;
  top: 60px;
  left: 0;
  width: 72px;
  height: 61px;
  background: transparent url("../images/picto-temoin-3.svg") left top no-repeat;
  -moz-background-size: contain;
  -o-background-size: contain;
  -webkit-background-size: contain;
  background-size: contain;
}
.temoin-3 .temoin-selection-slider .slider-controls a.prev {
  background: transparent url("../images/slider-left-2.svg") left top no-repeat;
  -moz-background-size: contain;
  -o-background-size: contain;
  -webkit-background-size: contain;
  background-size: contain;
}
.temoin-3 .temoin-selection-slider .slider-controls a.next {
  background: transparent url("../images/slider-right-2.svg") left top no-repeat;
  -moz-background-size: contain;
  -o-background-size: contain;
  -webkit-background-size: contain;
  background-size: contain;
}
.temoin-3 .temoin-selection-slider .slider-nav li a {
  background: transparent url("../images/slider-nav-2.svg") left top no-repeat;
  -moz-background-size: contain;
  -o-background-size: contain;
  -webkit-background-size: contain;
  background-size: contain;
}
.temoin-3 .temoin-selection-slider .slider-nav li.active a {
  background: #000 url("../images/slider-nav-2.svg") left top no-repeat;
  -moz-background-size: contain;
  -o-background-size: contain;
  -webkit-background-size: contain;
  background-size: contain;
}

.temoin-4 {
  position: relative;
  background-color: white;
}
.temoin-4 > .container {
  position: relative;
  z-index: 20;
}
.temoin-4 > .container:first-of-type {
  position: relative;
  z-index: 20;
}
.temoin-4 > .container:first-of-type::after {
  content: '';
  position: absolute;
  right: 60px;
  bottom: -40px;
  width: 490px;
  height: 550px;
  background: transparent url("../images/temoin-4.png") left top no-repeat;
  -moz-background-size: contain;
  -o-background-size: contain;
  -webkit-background-size: contain;
  background-size: contain;
  z-index: 100;
}
.temoin-4::before {
  content: '';
  position: absolute;
  top: -104px;
  left: 0;
  width: 100%;
  height: 50%;
  -moz-transform: skewY(-6deg);
  -ms-transform: skewY(-6deg);
  -webkit-transform: skewY(-6deg);
  transform: skewY(-6deg);
  background-color: #FFF;
}
.temoin-4::after {
  content: '';
  position: absolute;
  bottom: 86px;
  left: 0;
  width: 100%;
  height: 40%;
  -moz-transform: skewY(6deg);
  -ms-transform: skewY(6deg);
  -webkit-transform: skewY(6deg);
  transform: skewY(6deg);
  background-color: #FFF;
  z-index: 10;
}
.temoin-4 .temoin-content {
  padding-bottom: 150px;
}
.temoin-4 .temoin-top {
  padding-top: 50px;
}
.temoin-4 .temoin-top::before {
  content: '';
  position: absolute;
  top: 60px;
  left: 0;
  width: 72px;
  height: 72px;
  background: transparent url("../images/picto-temoin-2.svg") left top no-repeat;
  -moz-background-size: contain;
  -o-background-size: contain;
  -webkit-background-size: contain;
  background-size: contain;
}
.temoin-4 .temoin-item-infos .rs-links a.share {
  background-color: #f2822c;
  color: #FFF;
}
.temoin-4 .temoin-item-infos .rs-links a.share::after {
  background: transparent url("../images/facebook-small-white.svg") left top no-repeat;
}
.temoin-4 .temoin-selection-slider .slider-controls a.prev {
  background: transparent url("../images/slider-left-2.svg") left top no-repeat;
  -moz-background-size: contain;
  -o-background-size: contain;
  -webkit-background-size: contain;
  background-size: contain;
}
.temoin-4 .temoin-selection-slider .slider-controls a.next {
  background: transparent url("../images/slider-right-2.svg") left top no-repeat;
  -moz-background-size: contain;
  -o-background-size: contain;
  -webkit-background-size: contain;
  background-size: contain;
}
.temoin-4 .temoin-selection-slider .slider-nav li a {
  background: transparent url("../images/slider-nav-2.svg") left top no-repeat;
}
.temoin-4 .temoin-selection-slider .slider-nav li.active a {
  background: #000 url("../images/slider-nav-2.svg") left top no-repeat;
}

.temoin-5 {
  position: relative;
  color: #FFF;
}
.temoin-5::before {
  content: '';
  position: absolute;
  top: -187px;
  left: 0;
  width: 100%;
  height: 145%;
  background: transparent url("../images/bg-temoin-orange-2.svg") center top no-repeat;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
}
.temoin-5 > .container {
  position: relative;
  z-index: 30;
}
.temoin-5 > .container:first-of-type::after {
  content: '';
  position: absolute;
  left: 160px;
  bottom: -106px;
  width: 495px;
  height: 568px;
  background: transparent url("../images/temoin-5.png") left top no-repeat;
  -moz-background-size: contain;
  -o-background-size: contain;
  -webkit-background-size: contain;
  background-size: contain;
  z-index: 100;
}
.temoin-5 .temoin-top {
  padding-top: 50px;
  padding-bottom: 120px;
}
.temoin-5 .temoin-top::before {
  content: '';
  position: absolute;
  top: 60px;
  left: 10px;
  width: 62px;
  height: 59px;
  background: transparent url("../images/picto-temoin-1.svg") left top no-repeat;
  -moz-background-size: contain;
  -o-background-size: contain;
  -webkit-background-size: contain;
  background-size: contain;
}
.temoin-5 .temoin-content {
  padding-bottom: 60px;
}
.temoin-5 .temoin-content blockquote {
  padding-top: 40px;
}

/* -----------------------------------------------------------------
-------------------------  768px -> 1169px  -------------------------
----------------------------------------------------------------- */
@media screen and (min-width: 768px) and (max-width: 1169px) {
  h2 {
    font-size: 46px;
  }

  h3 {
    font-size: 22px;
  }

  .logo-site {
    position: absolute;
    left: 90px;
    width: 42%;
    min-width: 320px;
  }

  .title-site {
    right: 2rem;
    width: 46%;
    min-width: 27rem;
    font-size: 23px;
  }

  .test-leasing {
    top: 2.25em;
    right: 2rem;
    font-size: 1.5rem;
  }

  .header-visu {
    top: 8px;
    padding: 272px 20px 0;
  }

  .header-visu-fixe-btns {
    bottom: 20%;
  }
  .header-visu-fixe-btns .btn {
    width: 125px;
    height: 28px;
    font-size: 14px;
    line-height: 26px;
  }
  .header-visu-fixe-btns .btn:first-of-type {
    -moz-transform: translateX(35%);
    -ms-transform: translateX(35%);
    -webkit-transform: translateX(35%);
    transform: translateX(35%);
  }
  .header-visu-fixe-btns .btn:last-of-type {
    -moz-transform: translateX(-35%);
    -ms-transform: translateX(-35%);
    -webkit-transform: translateX(-35%);
    transform: translateX(-35%);
  }

  .info-contract {
    margin-top: -24px;
    padding-bottom: 24px;
  }

  .scroll-down {
    display: none;
  }

  .qui {
    background: transparent url("../images/bg-section-qui.png") left top no-repeat;
    -moz-background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
  }
  .qui .container {
    padding: 150px 45px 100px;
  }

  .qui .container,
  .comment .container {
    display: table;
  }
  .qui h2,
  .comment h2 {
    float: none;
    display: table-cell;
    vertical-align: top;
    width: 335;
    padding-right: 40px;
  }
  .qui .btn,
  .comment .btn {
    width: 175px;
  }

  .comment .container {
    padding: 60px 45px 120px;
  }
  .comment .container::after {
    left: 10px;
    bottom: 0;
  }
  .comment .btn.voir-video {
    margin-left: 28px;
    font-size: 16px;
  }

  .comment-video {
    bottom: -34px;
    left: 10px;
  }

  .qui-content,
  .comment-content {
    display: table-cell;
    width: auto;
  }

  .temoignages::before {
    top: -49px;
    height: 100%;
    background-position: -124px top;
  }
  .temoignages .container {
    padding: 60px 45px 130px;
  }
  .temoignages .container::after {
    width: 40%;
    right: 0;
    bottom: 73px;
  }
  .temoignages p {
    max-width: 540px;
  }

  .temoignage {
    margin-top: 44px;
  }
  .temoignage cite {
    display: block;
    margin-bottom: 0.375em;
    font-size: 40px;
  }
  .temoignage q {
    width: 58%;
    max-width: 640px;
    font-size: 24px;
  }

  .calculator .container {
    padding: 5px 45px 40px;
  }
  .calculator .container::after {
    top: 75px;
    right: inherit;
    left: 59.5%;
    width: 40%;
    max-width: 380px;
  }
  .calculator h3,
  .calculator p {
    width: 57.7%;
    max-width: 630px;
  }

  .section-concours::after {
    right: 60%;
    width: 600px;
    height: 449px;
    background: transparent url("../images/carte-concours.png") left top no-repeat;
    -moz-background-size: contain;
    -o-background-size: contain;
    -webkit-background-size: contain;
    background-size: contain;
  }
  .section-concours > .container {
    position: relative;
    padding: 100px 45px 100px;
  }

  .section-concours-content {
    max-width: inherit;
  }

  .temoins {
    overflow: hidden;
    *zoom: 1;
  }

  .temoin > .container {
    padding: 0 40px;
  }
  .temoin > .container:last-of-type {
    padding: 0;
  }
  .temoin > .container:last-of-type > .wrapper {
    padding: 0 40px;
  }

  .temoin-top {
    width: 100%;
    padding: 30px 0 100px 95px;
  }
  .temoin-top.left, .temoin-top.right {
    float: none;
  }

  .temoin-nom {
    font-size: 40px;
  }

  .temoin-age {
    font-size: 24px;
  }

  .temoin-intro {
    font-size: 28px;
  }

  .temoin-content {
    padding: 0 0 100px;
  }

  .leasing-type {
    height: 36px;
    margin-bottom: 9px;
  }

  .temoin-selection-slider {
    padding-bottom: 50px;
  }
  .temoin-selection-slider .slider-controls a.prev {
    left: -24px;
  }
  .temoin-selection-slider .slider-controls a.next {
    right: -24px;
  }

  .temoin-item-auto {
    width: 50%;
    padding-right: 40px;
  }

  .temoin-item-infos {
    width: 50%;
    margin-top: 0;
  }

  .temoin-1 {
    position: relative;
    background: none;
  }
  .temoin-1::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 1170px;
    height: 1444px;
    background: transparent url("../images/bg-orange.svg") left top no-repeat;
    -moz-background-size: 1170px auto;
    -o-background-size: 1170px auto;
    -webkit-background-size: 1170px auto;
    background-size: 1170px auto;
    -moz-background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
  }
  .temoin-1 > .container:first-of-type {
    padding-left: 280px;
  }
  .temoin-1 > .container:first-of-type::after {
    left: 0;
    bottom: -33px;
    width: 307px;
    height: 367px;
    background: transparent url("../images/temoin-1.png") left bottom no-repeat;
    -moz-background-size: contain;
    -o-background-size: contain;
    -webkit-background-size: contain;
    background-size: contain;
  }
  .temoin-1 .temoin-content {
    padding-bottom: 120px;
  }
  .temoin-1 .temoin-top {
    padding-top: 60px;
    padding-bottom: 120px;
  }
  .temoin-1 .temoin-top::before {
    top: 70px;
  }

  .temoin-2 {
    background-color: #FFF;
  }
  .temoin-2::before {
    top: -121px;
    width: 1920px;
    height: 200px;
  }
  .temoin-2::after {
    display: none;
    bottom: -15px;
    width: 1920px;
    height: 200px;
  }
  .temoin-2 > .container:first-of-type {
    padding-right: 240px;
  }
  .temoin-2 > .container:first-of-type::after {
    right: 0;
    bottom: -32px;
    width: 287px;
    height: 380px;
    background: transparent url("../images/temoin-2.png") left bottom no-repeat;
    -moz-background-size: contain;
    -o-background-size: contain;
    -webkit-background-size: contain;
    background-size: contain;
  }
  .temoin-2 .temoin-top {
    padding-bottom: 160px;
  }
  .temoin-2 .temoin-content {
    padding-bottom: 120px;
  }

  .temoin-3 {
    background-color: #FFF;
  }
  .temoin-3::before {
    top: -147px;
    left: inherit;
    right: 0;
    width: 1170px;
    height: 1444px;
    background: transparent url("../images/bg-temoin-gris.svg") left top no-repeat;
    -moz-background-size: 1170px auto;
    -o-background-size: 1170px auto;
    -webkit-background-size: 1170px auto;
    background-size: 1170px auto;
    -moz-background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
  }
  .temoin-3 > .container:first-of-type {
    padding-left: 280px;
  }
  .temoin-3 > .container:first-of-type::after {
    left: 0;
    bottom: -50px;
    width: 346px;
    height: 434px;
    background: transparent url("../images/temoin-3.png") left bottom no-repeat;
    -moz-background-size: contain;
    -o-background-size: contain;
    -webkit-background-size: contain;
    background-size: contain;
  }
  .temoin-3 .temoin-top {
    padding-top: 30px;
    padding-bottom: 120px;
  }
  .temoin-3 .temoin-top::before {
    top: 40px;
  }
  .temoin-3 .temoin-content {
    padding-bottom: 120px;
  }

  .temoin-4::before {
    top: -114px;
    width: 1920px;
    height: 200px;
  }
  .temoin-4::after {
    display: none;
    bottom: -15px;
    width: 1920px;
    height: 200px;
  }
  .temoin-4 > .container:first-of-type {
    padding-right: 300px;
  }
  .temoin-4 > .container:first-of-type::after {
    right: 0;
    bottom: -30px;
    width: 360px;
    height: 404px;
    background: transparent url("../images/temoin-4.png") left bottom no-repeat;
    -moz-background-size: contain;
    -o-background-size: contain;
    -webkit-background-size: contain;
    background-size: contain;
  }
  .temoin-4 .temoin-content {
    padding-bottom: 120px;
  }
  .temoin-4 .temoin-top {
    padding-bottom: 160px;
  }

  .temoin-5::before {
    top: -144px;
    left: inherit;
    right: 0;
    width: 1170px;
    height: 1444px;
    -moz-background-size: 1170px auto;
    -o-background-size: 1170px auto;
    -webkit-background-size: 1170px auto;
    background-size: 1170px auto;
    -moz-background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
  }
  .temoin-5 > .container:first-of-type {
    padding-left: 280px;
  }
  .temoin-5 > .container:first-of-type::after {
    left: 0;
    bottom: -62px;
    width: 345px;
    height: 396px;
    background: transparent url("../images/temoin-5.png") left bottom no-repeat;
    -moz-background-size: contain;
    -o-background-size: contain;
    -webkit-background-size: contain;
    background-size: contain;
  }
  .temoin-5 .temoin-top {
    padding-top: 40px;
    padding-bottom: 80px;
  }
  .temoin-5 .temoin-top::before {
    top: 50px;
  }
}
/* -----------------------------------------------------------------
----------------------------- 0 -> 767px --------------------------
----------------------------------------------------------------- */
@media screen and (max-width: 767px) {
  h2 {
    margin-bottom: 0.75em;
    font-size: 40px;
  }

  .btn {
    width: 172px;
    height: 40px;
    margin-top: 2.25em;
    font-size: 16px;
    line-height: 2.25;
  }

  .header {
    padding-bottom: 0;
  }

  .burger-wrapper {
    position: absolute;
    top: 0;
    left: 0;
  }

  .hamburger {
    width: 63px;
    padding: 16px 14px;
  }

  .menu-top.active {
    left: 63px;
    top: 0;
  }

  .logo-site {
    left: 88px;
    width: 45%;
    max-width: 360px;
    min-width: 270px;
  }

  .test-leasing {
    top: 4em;
    right: 1.5rem;
    font-size: 18px;
  }

  .title-site {
    position: relative;
    top: -1rem;
    right: inherit;
    max-width: 520px;
    margin: auto;
    font-size: 24px;
    text-align: center;
  }

  .header-visu {
    top: 1em;
    margin: 0 auto;
    padding: 0 0 0 15px;
  }

  .header-visu-fixe-btns {
    bottom: 20%;
  }
  .header-visu-fixe-btns .btn {
    width: 100px;
    height: 24px;
    font-size: 12px;
    line-height: 20px;
  }
  .header-visu-fixe-btns .btn:first-of-type {
    -moz-transform: translateX(50%);
    -ms-transform: translateX(50%);
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
  }
  .header-visu-fixe-btns .btn:last-of-type {
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  .info-contract {
    margin-top: 0;
    padding: 0 20px 20px;
  }

  .scroll-down {
    display: none;
  }

  .menu {
    visibility: hidden;
    height: 0;
    position: relative;
    left: 0;
    margin-top: 20px;
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  .menu ul {
    display: block;
  }
  .menu li {
    float: none;
  }
  .menu li a span {
    position: relative;
    top: inherit;
    left: inherit;
    width: 100%;
    padding: 0 1em;
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  .menu li:first-of-type, .menu li:last-of-type, .menu li:nth-of-type(2), .menu li:nth-of-type(4), .menu li:nth-of-type(3) {
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  .menu li:first-of-type a, .menu li:last-of-type a, .menu li:nth-of-type(2) a, .menu li:nth-of-type(4) a, .menu li:nth-of-type(3) a {
    width: 100%;
    height: auto;
    line-height: 2.5;
  }

  .qui {
    background: transparent url("../images/bg-section-qui.png") left top no-repeat;
    -moz-background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
  }
  .qui .container {
    padding: 50px 40px 60px;
  }

  .qui-content {
    display: block;
    width: 100%;
  }

  .comment .container {
    padding: 40px 40px 240px;
  }
  .comment .container::after {
    bottom: -35px;
    left: 0;
  }
  .comment .btn.voir-video {
    font-size: 16px;
  }

  .comment-video {
    bottom: -69px;
    left: 0px;
  }

  .comment-content {
    display: block;
    width: 100%;
  }
  .comment-content ul {
    font-size: 16px;
  }

  .qui h2,
  .comment h2 {
    display: block;
    width: 100%;
    float: none;
    padding-right: 0;
  }
  .qui h3,
  .comment h3 {
    margin-bottom: 0.75em;
    font-size: 20px;
  }
  .qui p,
  .comment p {
    font-size: 16px;
  }

  .temoignages::before {
    top: 0;
    height: 100%;
    background-position: left top;
  }
  .temoignages .container {
    padding: 80px 40px 60px;
  }
  .temoignages .container::after {
    display: none;
  }
  .temoignages h2 {
    margin-bottom: 0.75em;
  }
  .temoignages p {
    font-size: 16px;
  }

  .more-temoignages {
    margin-top: 24px;
  }

  .temoignage {
    margin-top: 45px;
  }
  .temoignage cite {
    margin-bottom: 0.5em;
    font-size: 32px;
  }
  .temoignage q {
    max-width: 520px;
    font-size: 22px;
  }

  .calculator .container {
    padding: 40px 40px 300px;
  }
  .calculator .container::after {
    top: inherit;
    right: inherit;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 320px;
    height: 261px;
  }
  .calculator h2 {
    margin-bottom: 0.75em;
  }
  .calculator h3 {
    max-width: 600px;
    margin-bottom: 0.75em;
    font-size: 20px;
  }
  .calculator p {
    max-width: 600px;
    font-size: 16px;
  }

  .section-concours::after {
    right: 80px;
    bottom: -280px;
    width: 100%;
    max-width: 480px;
    height: 449px;
    background: transparent url("../images/carte-concours.png") left top no-repeat;
    -moz-background-size: contain;
    -o-background-size: contain;
    -webkit-background-size: contain;
    background-size: contain;
  }
  .section-concours::before {
    background: transparent url("../images/bg-orange-top-mobile.png") left top no-repeat;
    -moz-background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
  }
  .section-concours > .container {
    position: relative;
    padding: 40px 40px 160px;
  }
  .section-concours h2 {
    margin-bottom: 0.75em;
  }
  .section-concours h3 {
    margin-bottom: 0.75em;
    font-size: 20px;
  }
  .section-concours p {
    font-size: 16px;
  }

  .section-concours-content {
    max-width: inherit;
    width: 100%;
  }

  .temoin > .container {
    padding: 0 20px;
  }
  .temoin .btn {
    height: 30px;
    line-height: 1.75;
  }

  .temoin-top {
    width: 100%;
    padding: 0 0 0 80px;
  }
  .temoin-top.left {
    float: none;
  }
  .temoin-top.right {
    float: none;
  }
  .temoin-top::before {
    display: none;
  }

  .temoin-nom {
    font-size: 32px;
  }

  .temoin-intro {
    margin-bottom: 20px;
    font-size: 20px;
    line-height: 1.25;
  }

  .temoin-content {
    padding: 0;
  }

  .temoin-citation {
    font-size: 16px;
  }

  .leasing-type {
    height: 26px;
    margin-bottom: 4px;
    text-align: right;
  }
  .leasing-type img {
    display: inline-block;
  }

  .temoin-selection-slider {
    width: 100%;
    max-width: 480px;
    margin: auto;
    padding-bottom: 40px;
  }
  .temoin-selection-slider .slider-controls {
    top: -100px;
    bottom: 18px;
  }
  .temoin-selection-slider .slider-controls a {
    width: 15px;
  }
  .temoin-selection-slider .slider-controls a.prev {
    left: -20px;
  }
  .temoin-selection-slider .slider-controls a.next {
    right: -20px;
  }

  .slider-temoin-item {
    width: 100%;
    text-align: center;
  }

  .temoin-selection-intro {
    font-size: 20px;
  }

  .temoin-item-auto {
    float: none;
    width: 100%;
    max-width: 480px;
    padding-right: 0;
  }

  .temoin-item-infos {
    float: none;
    width: 100%;
  }

  .temoin-1 {
    position: relative;
    padding-top: 40px;
    background: none;
  }
  .temoin-1::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 768px;
    height: 1500px;
    background: transparent url("../images/bg-orange.svg") left bottom no-repeat;
    -moz-background-size: 768px auto;
    -o-background-size: 768px auto;
    -webkit-background-size: 768px auto;
    background-size: 768px auto;
    -moz-background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
  }
  .temoin-1 > .container {
    padding: 0 40px;
  }
  .temoin-1 > .container:first-of-type::after {
    left: 20px;
    bottom: -13px;
    width: 190px;
    height: 222px;
    background-position: left bottom;
  }
  .temoin-1 .temoin-top {
    padding-left: 120px;
    padding-bottom: 120px;
    text-align: right;
  }
  .temoin-1 .temoin-top::before {
    top: 6px;
    left: 10px;
    width: 35px;
  }
  .temoin-1 .temoin-content {
    padding-bottom: 100px;
  }

  .temoin-2 {
    background-color: #FFF;
  }
  .temoin-2::before {
    top: -60px;
    width: 768px;
  }
  .temoin-2::after {
    display: none;
  }
  .temoin-2 > .container {
    padding: 0 40px;
  }
  .temoin-2 > .container:first-of-type {
    padding-top: 40px;
  }
  .temoin-2 > .container:first-of-type::after {
    bottom: -10px;
    left: inherit;
    right: 0;
    width: 190px;
    height: 222px;
    background-position: left bottom;
  }
  .temoin-2 .temoin-top {
    position: relative;
    padding-top: 0;
    padding-left: 0;
    padding-right: 120px;
    padding-bottom: 120px;
  }
  .temoin-2 .temoin-top::before {
    top: 65px;
    left: 10px;
    width: 40px;
    height: 40px;
  }
  .temoin-2 .temoin-nom {
    width: 300px;
  }
  .temoin-2 .temoin-content {
    padding-bottom: 100px;
  }
  .temoin-2 .leasing-type {
    text-align: left;
  }

  .temoin-3 {
    background-color: #FFF;
  }
  .temoin-3::before {
    top: -101px;
    left: inherit;
    right: 0;
    width: 768px;
    height: 1580px;
  }
  .temoin-3 .temoin-top {
    position: relative;
    padding-left: 140px;
    padding-right: 0;
    padding-top: 0;
    padding-bottom: 110px;
    text-align: right;
  }
  .temoin-3 .temoin-content {
    padding-bottom: 60px;
  }
  .temoin-3 > .container {
    padding: 0 40px;
  }
  .temoin-3 > .container:first-of-type {
    padding-top: 20px;
  }
  .temoin-3 > .container:first-of-type::after {
    left: 20px;
    bottom: -30px;
    right: inherit;
    width: 190px;
    height: 238px;
  }

  .temoin-4::before {
    top: -45px;
    width: 768px;
  }
  .temoin-4 .temoin-top {
    padding-left: 0;
    padding-right: 140px;
    padding-top: 0;
    padding-bottom: 110px;
  }
  .temoin-4 .temoin-content {
    padding-bottom: 50px;
  }
  .temoin-4 > .container {
    padding: 0 40px;
  }
  .temoin-4 > .container:first-of-type {
    padding-top: 40px;
  }
  .temoin-4 > .container:first-of-type::after {
    right: 20px;
    width: 190px;
    height: 213px;
    bottom: -25px;
  }
  .temoin-4 .temoin-nom {
    min-width: 300px;
  }
  .temoin-4 .leasing-type {
    text-align: left;
  }

  .temoin-5::before {
    top: -110px;
    left: inherit;
    right: 0;
    width: 768px;
    height: 1560px;
  }
  .temoin-5 .temoin-top {
    padding-left: 140px;
    padding-right: 0;
    padding-top: 0;
    padding-bottom: 90px;
    text-align: right;
  }
  .temoin-5 .temoin-content {
    padding-bottom: 80px;
  }
  .temoin-5 .temoin-content blockquote {
    padding-top: 0;
  }
  .temoin-5 > .container {
    padding: 0 40px;
  }
  .temoin-5 > .container:first-of-type {
    padding-top: 40px;
  }
  .temoin-5 > .container:first-of-type::after {
    right: inherit;
    left: 20px;
    width: 190px;
    height: 213px;
    bottom: -36px;
  }
  .temoin-5 .leasing-type {
    text-align: right;
  }

  .concours-wrapper {
    overflow: auto;
  }

  .concours-container {
    position: absolute;
    width: 100%;
    min-height: 100%;
    height: auto;
    padding: 15px;
  }

  .concours {
    position: relative;
    top: 0;
    left: inherit;
    right: inherit;
    transform: translate(0, 0);
    padding-bottom: 0;
  }
  .concours h2 {
    font-size: 28px;
  }
  .concours p {
    max-width: 640px;
    padding: 0 20px;
    font-size: 16px;
  }
  .concours form {
    margin: 20px auto 0;
    padding: 0 20px 20px;
  }
  .concours form p {
    padding: 0;
  }
  .concours input[type="text"],
  .concours input[type="email"],
  .concours input[type="submit"] {
    width: 100%;
    height: 32px;
    max-width: 400px;
    font-size: 16px;
  }
  .concours input[type="text"]::-webkit-input-placeholder,
  .concours input[type="email"]::-webkit-input-placeholder,
  .concours input[type="submit"]::-webkit-input-placeholder {
    font-size: 16px;
  }
  .concours input[type="text"]::-moz-placeholder,
  .concours input[type="email"]::-moz-placeholder,
  .concours input[type="submit"]::-moz-placeholder {
    font-size: 16px;
  }
  .concours input[type="text"]:-ms-input-placeholder,
  .concours input[type="email"]:-ms-input-placeholder,
  .concours input[type="submit"]:-ms-input-placeholder {
    font-size: 16px;
  }
  .concours input[type="text"]:-moz-placeholder,
  .concours input[type="email"]:-moz-placeholder,
  .concours input[type="submit"]:-moz-placeholder {
    font-size: 16px;
  }
  .concours input[type="checkbox"] {
    margin-left: 0;
    margin-right: 10px;
  }
  .concours input[type="submit"] {
    float: none;
    display: block;
    width: 100%;
    max-width: 180px;
    margin: 15px auto 0;
  }
  .concours label {
    float: none;
    display: inline;
    margin-left: 0;
    font-size: 16px;
  }
  .concours .obligatoire {
    float: none;
    display: block;
    margin-right: 0;
    text-align: right;
  }

  .concours-group {
    padding: 0;
  }
  .concours-group input[type="text"] {
    float: none;
    width: 100%;
    max-width: 400px;
    margin: auto;
  }

  .concours-logo img {
    width: 180px;
    margin: 20px auto 45px;
  }
  .concours-logo::before {
    top: -48px;
  }

  .concours-close {
    top: 15px;
    right: 15px;
  }

  .concours-links {
    padding: 0 10px 30px;
  }
  .concours-links a {
    display: block;
    float: none;
    width: 100%;
    max-width: 300px;
    min-width: 250px;
  }
  .concours-links a.lien-site {
    margin: 0 auto;
    width: 100%;
  }
  .concours-links a.lien-configurateur {
    margin: 20px auto 0;
    width: 100%;
  }
}
/* -----------------------------------------------------------------
-------------------------  481px -> 768px  -------------------------
----------------------------------------------------------------- */
@media screen and (min-width: 1170px) and (max-height: 768px) {
  .logo-site {
    left: 120px;
    width: 460px;
  }

  .test-leasing {
    top: 42px;
    right: 60px;
    font-size: 1.75em;
  }

  .title-site {
    top: 130px;
    right: 60px;
    font-size: 1.75em;
    max-width: 530px;
  }

  .header-visu {
    top: 10px;
    width: 95%;
  }

  .info-contract {
    position: relative;
    top: -36px;
    padding-bottom: 12px;
  }

  .scroll-down {
    bottom: 120px;
  }

  .configurateur-v2 {
    position: relative;
    width: 100%;
    margin-top: 0;
  }
  .configurateur-v2 > .container {
    padding-top: 45px;
  }

  #configurateur-contact.configurateur-v2 {
    margin-top: 0;
  }
  #configurateur-contact.configurateur-v2 .container .page-contact {
    padding-top: 1.5em;
  }
}
/* -----------------------------------------------------------------
---------------------------  0 -> 640px  ---------------------------
----------------------------------------------------------------- */
@media screen and (max-width: 640px) {
  .header-icons a {
    padding: 0 1.5em;
  }
  .header-icons a.partager span, .header-icons a.contacter span, .header-icons a.tel-header span {
    width: 19px;
    padding: 0.875em  0;
    text-indent: -9999px;
  }
  .header-icons a.partager span {
    width: 18px;
    padding: 0;
  }
  .header-icons a.contacter {
    padding-left: 1.5em;
  }
  .header-icons a.tel-header {
    padding-left: 1.5em;
  }

  .logo-site {
    left: inherit;
    width: 56%;
    margin: auto;
  }

  .test-leasing {
    position: relative;
    top: -0.5rem;
    right: inherit;
    left: 50% !important;
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    display: inline-block;
  }

  .title-site {
    top: 0;
    max-width: 440px;
    margin-top: 0.5em;
    padding: 0 1em;
    font-size: 20px;
  }

  .header-autos {
    width: 100%;
    max-width: 480px;
    min-width: 300px;
    height: auto;
    margin: auto;
    padding-bottom: 0;
  }
  .header-autos li {
    position: absolute;
    display: none;
  }
  .header-autos li.header-autos-renault, .header-autos li.header-autos-audi, .header-autos li.header-autos-jag {
    top: 0;
    right: inherit;
    left: 0;
    width: 100%;
    height: auto;
  }
  .header-autos li img {
    display: block;
    width: 100%;
    height: auto;
  }
  .header-autos li.header-autos-renault img {
    position: relative;
    left: -6%;
    width: 110%;
  }
  .header-autos li.header-autos-audi img {
    position: relative;
    left: 0;
    width: 100%;
  }

  .header-visu-fixe {
    display: none;
  }

  .header-visu {
    padding: 0 20px;
  }

  .header-slider {
    display: block;
  }

  .info-contract {
    margin-top: 16px;
  }

  .temoignages .container::after {
    display: none;
  }

  .footer h2 {
    margin-bottom: 35px;
  }

  .footer-top .container {
    padding: 30px 0 50px;
  }

  .footer-top-left,
  .footer-top-right {
    float: none;
    width: 100%;
  }
  .footer-top-left h3,
  .footer-top-right h3 {
    margin-bottom: 20px;
    font-size: 20px;
  }

  .footer-top-right {
    height: auto;
    margin: 40px auto 0;
  }
}
/* -----------------------------------------------------------------
---------------------------  0 -> 480px  ---------------------------
----------------------------------------------------------------- */
@media screen and (max-width: 480px) {
  h2 {
    font-size: 32px;
  }

  .btn {
    width: 140px;
    margin-top: 2em;
  }

  .temoignages .btn,
  .calculator .btn {
    width: 160px;
  }

  .hamburger {
    width: 54px;
    height: 54px;
    padding: 10px 12px;
  }

  .hamburger-inner,
  .hamburger-inner::before,
  .hamburger-inner::after {
    width: 30px;
  }

  .hamburger-box {
    width: 30px;
  }

  .menu-top.active {
    left: 0;
    top: 54px;
  }

  .logo-site {
    top: -1rem;
    min-width: 190px;
  }

  .title-site {
    margin-top: 1em;
    font-size: 18px;
  }

  .test-leasing {
    top: 0;
    font-size: 16px;
  }

  .info-contract {
    font-size: 8px;
  }

  .qui .container {
    padding: 40px 20px 50px;
  }

  .comment .container {
    padding: 40px 20px 240px;
  }
  .comment .btn.voir-video {
    float: right;
    margin-left: 0;
    font-size: 16px;
  }

  .comment-btns {
    position: relative;
    height: 42px;
    margin-top: 2rem;
  }
  .comment-btns .btn {
    margin-top: 0;
  }
  .comment-btns .btn:first-of-type {
    position: absolute;
    top: 0;
    left: 0;
  }
  .comment-btns .btn.voir-video {
    position: absolute;
    right: 0;
    top: 0;
  }

  .temoignages .container {
    padding: 60px 20px 50px;
  }

  .temoignage cite {
    margin-bottom: 0.5em;
    font-size: 28px;
  }
  .temoignage q {
    font-size: 20px;
  }

  .calculator .container {
    padding: 40px 20px 300px;
  }

  .section-concours::after {
    right: 20px;
  }
  .section-concours > .container {
    padding: 40px 20px 160px;
  }

  .temoin-intro {
    margin-top: 18px;
    margin-bottom: 20px;
    padding-right: 0;
  }

  .temoin-nom {
    margin-bottom: 5px;
    font-size: 28px;
  }

  .temoin-age {
    font-size: 18px;
  }

  .leasing-type {
    height: 18px;
    margin-bottom: 12px;
  }

  .temoin-selection-slider {
    max-width: 300px;
  }
  .temoin-selection-slider .slider-controls {
    top: -90px;
  }
  .temoin-selection-slider .slider-controls a.prev {
    left: 0px;
  }
  .temoin-selection-slider .slider-controls a.next {
    right: 0;
  }

  .temoin-selection-intro {
    margin-bottom: 10px;
  }

  .temoin-item-infos h2 {
    padding: 0 30px;
    font-size: 24px;
  }
  .temoin-item-infos h3 {
    font-size: 18px;
  }
  .temoin-item-infos p {
    font-size: 16px;
  }

  .temoin-1 > .container {
    padding: 0 20px;
  }
  .temoin-1 > .container:first-of-type::after {
    left: 0;
  }
  .temoin-1 .temoin-top {
    padding-right: 0;
    padding-bottom: 90px;
  }
  .temoin-1 .temoin-content {
    padding-bottom: 80px;
  }

  .temoin-2 .container:first-of-type::after {
    right: 0;
  }
  .temoin-2 .temoin-top {
    padding-bottom: 90px;
  }
  .temoin-2 .leasing-type {
    text-align: left;
  }
  .temoin-2 .temoin-selection-slider .slider-controls {
    top: -62px;
  }
  .temoin-2 .temoin-content {
    padding-bottom: 80px;
  }

  .temoin-3 > .container:first-of-type::after {
    left: 0;
  }
  .temoin-3 .temoin-top {
    padding-bottom: 75px;
  }
  .temoin-3 .temooin-content {
    padding-bottom: 60px;
  }

  .temoin-4 > .container {
    padding-top: 60px;
  }
  .temoin-4 > .container:first-of-type::after {
    right: 0;
  }
  .temoin-4 .temoin-top {
    padding-bottom: 80px;
  }

  .temoin-5 > .container {
    padding: 0 20px;
  }
  .temoin-5 > .container:first-of-type::after {
    left: 0;
  }
  .temoin-5 .temoin-top {
    padding-bottom: 75px;
  }
  .temoin-5 .temoin-content {
    padding-bottom: 40px;
  }

  .temoin-2 .container,
  .temoin-3 .container,
  .temoin-4 .container,
  .temoin-5 .container {
    padding: 0 20px;
  }
}
/* -----------------------------------------------------------------
---------------------------  Height < 700px  ---------------------------
----------------------------------------------------------------- */
@media screen and (max-height: 700px) {
  .concours-wrapper {
    overflow: auto;
  }

  .concours-container {
    position: absolute;
    width: 100%;
    min-height: 100%;
    height: auto;
    padding: 15px;
  }

  .concours {
    position: relative;
    top: 0;
    left: inherit;
    right: inherit;
    transform: translate(0, 0);
    padding-bottom: 60px;
  }

  .concours-close {
    top: 15px;
    right: 15px;
  }
}
/* -----------------------------------------------------------------
----------------------------  > 1920px  ----------------------------
----------------------------------------------------------------- */
@media screen and (min-width: 1921px) {
  .qui {
    background-position: bottom center;
  }
  .qui .container {
    padding-bottom: 12%;
  }

  .temoignages::before {
    top: -118px;
  }
  .temoignages .container {
    padding: 120px 60px 280px;
  }
  .temoignages .container::after {
    bottom: 103px;
  }
}
