@font-face {
  font-family: 'bpr';
  src: url('../font/BPreplayBold-webfont.eot');
  src: url('../font/BPreplayBold-webfont.eot?#iefix') format('embedded-opentype'), url('../font/BPreplayBold-webfont.woff2') format('woff2'), url('../font/BPreplayBold-webfont.woff') format('woff'), url('../font/BPreplayBold-webfont.ttf') format('truetype'), url('../font/BPreplayBold-webfont.svg#bpreplaybold') format('svg');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'bpr';
  src: url('../font/BPreplay-webfont.eot');
  src: url('../font/BPreplay-webfont.eot?#iefix') format('embedded-opentype'), url('../font/BPreplay-webfont.woff2') format('woff2'), url('../font/BPreplay-webfont.woff') format('woff'), url('../font/BPreplay-webfont.ttf') format('truetype'), url('../font/BPreplay-webfont.svg#bpreplayregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'aller';
  src: url('../font/Aller_It-webfont.eot');
  src: url('../font/Aller_It-webfont.eot?#iefix') format('embedded-opentype'), url('../font/Aller_It-webfont.woff2') format('woff2'), url('../font/Aller_It-webfont.woff') format('woff'), url('../font/Aller_It-webfont.ttf') format('truetype'), url('../font/Aller_It-webfont.svg#alleritalic') format('svg');
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: 'aller';
  src: url('../font/Aller_Rg-webfont.eot');
  src: url('../font/Aller_Rg-webfont.eot?#iefix') format('embedded-opentype'), url('../font/Aller_Rg-webfont.woff2') format('woff2'), url('../font/Aller_Rg-webfont.woff') format('woff'), url('../font/Aller_Rg-webfont.ttf') format('truetype'), url('../font/Aller_Rg-webfont.svg#allerregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'aller';
  src: url('../font/Aller_Bd-webfont.eot');
  src: url('../font/Aller_Bd-webfont.eot?#iefix') format('embedded-opentype'), url('../font/Aller_Bd-webfont.woff2') format('woff2'), url('../font/Aller_Bd-webfont.woff') format('woff'), url('../font/Aller_Bd-webfont.ttf') format('truetype'), url('../font/Aller_Bd-webfont.svg#allerbold') format('svg');
  font-weight: bold;
  font-style: normal;
}
* {
  font-family: 'aller';
  font-size: 15px;
  font-weight: normal;
  font-style: normal;
}
.clearfix {
  content: "";
  display: table;
  clear: both;
}
* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
i,
em {
  font-style: italic;
  font-weight: inherit;
  text-decoration: inherit;
  color: inherit;
  font-size: inherit;
}
b,
strong {
  font-weight: bold;
  font-style: inherit;
  text-decoration: inherit;
  color: inherit;
  font-size: inherit;
}
u,
span.underline {
  text-decoration: underline;
  font-weight: inherit;
  font-style: inherit;
  color: inherit;
  font-size: inherit;
}
a {
  text-decoration: inherit;
  font-weight: inherit;
  font-style: inherit;
  font-size: inherit;
}
.nostretch {
  white-space: nowrap;
  width: 1%;
}
/* HEADER */
header {
  background-image: url('../img/landings/landing_header_background_2.jpg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 224px;
}
header #logo {
  text-align: center;
  height: 224px;
  position: relative;
}
header #logo a {
  display: inline-block;
  margin-top: 65px;
}
/* CONTENT */
section.content-top .title-bloc {
  background-color: #e5e5e5;
  padding: 10px;
  margin-top: 32px;
  text-align: center;
}
section.content-top .title-bloc h1 {
  padding: 0px;
  margin: 0px;
  font-weight: bold;
  font-size: 32px;
}
section.content-top .title-bloc .subtitle {
  padding: 0px;
  margin: 0px;
  font-size: 17px;
  font-weight: bold;
}
section.content-top .title-bloc .subtitle span {
  color: #a0a0a0;
  font-weight: bold;
  font-size: 16px;
}
iframe {
  border: 0px;
  background-color: transparent;
}
section.content-middle {
  margin-top: 80px;
}
section.content-middle .content-bloc h2 {
  font-size: 20px;
  font-weight: bold;
  margin: 0px;
  padding: 0px;
}
section.content-middle .content-bloc ul {
  font-size: 16px;
  margin-top: 30px;
  padding-left: 10px;
}
section.content-middle .content-bloc ul li {
  padding-left: 32px;
  background-image: url('../img/landing/landing_check.png');
  background-repeat: no-repeat;
  background-position: center left;
  list-style-type: none;
  height: 26px;
  margin-bottom: 5px;
  line-height: 26px;
}
section.content-middle .content-bloc p {
  margin-top: 30px;
  font-weight: 100;
  font-size: 16px;
}
section.content-middle .content-bloc .fleche_comparez {
  display: inline-block;
  margin-top: 45px;
  max-width: 100%;
}
section.content-middle .form-bloc .head {
  background-color: #ffce12;
  text-align: center;
  padding: 5px;
  position: relative;
  z-index: 3;
  background: #ffce12;
  background: -moz-linear-gradient(top, #ff842c 0%, #ff9d1b 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ff842c), color-stop(100%, #ff9d1b));
  background: -webkit-linear-gradient(top, #ff842c 0%, #ff9d1b 100%);
  background: -o-linear-gradient(top, #ff842c 0%, #ff9d1b 100%);
  background: -ms-linear-gradient(top, #ff842c 0%, #ff9d1b 100%);
  background: linear-gradient(to bottom, #ff842c 0%, #ff9d1b 100%);
  background-size: 200% 100%;
}
section.content-middle .form-bloc .head:after {
  position: absolute;
  z-index: -1;
  content: '';
  bottom: -1.5em;
  left: 49%;
  border: medium none;
  background-color: #FF9D1B;
  width: 1.5em;
  height: 1.5em;
  -webkit-transform: translateY(-50%) translateX(50%) rotate(-45deg);
  -ms-transform: translateY(-50%) translateX(50%) rotate(-45deg);
  transform: translateY(-50%) translateX(50%) rotate(-45deg);
  margin-left: -15px;
}
section.content-middle .form-bloc .head h3 {
  font-size: 24px;
  font-weight: bold;
  margin: 0px;
  padding: 0px;
  z-index: 10;
  color: #ffffff;
}
section.content-middle .form-bloc .bottom {
  width: 100%;
  text-align: right;
}
section.content-middle .form-bloc .bottom img {
  max-width: 100%;
}
section.content-bottom h3 {
  font-size: 23px;
  font-weight: bold;
}
section.content-bottom .three-steps {
  width: 100%;
  border: 1px solid #eaeaea;
  padding: 25px 15px;
}
section.content-bottom .three-steps .step {
  text-align: center;
}
section.content-bottom .three-steps .step p {
  font-size: 16px;
  font-weight: 100;
  margin: 0px;
  padding: 0px;
}
section.content-bottom .three-steps .step .img {
  height: 65px;
  display: inline-block;
}
section.content-bottom .three-testimonials .testimonial {
  border: 1px solid #eaeaea;
  padding: 10px 10px;
  position: relative;
  min-height: 280px;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  section.content-bottom .three-testimonials .testimonial {
    min-height: initial;
  }
}
section.content-bottom .three-testimonials .testimonial h4 {
  margin: 0px;
  padding: 0px;
  font-size: 18px;
}
section.content-bottom .three-testimonials .testimonial h4 img {
  float: right;
}
section.content-bottom .three-testimonials .testimonial .date {
  font-size: 15px;
  font-weight: bold;
  color: #636363;
  margin-top: 10px;
}
section.content-bottom .three-testimonials .testimonial .comment {
  font-size: 14px;
}
/* FOOTER */
footer {
  margin-top: 65px;
  background-image: url('../img/landings/landing_footer_background.jpg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 224px;
}
footer #logo {
  text-align: center;
  height: 224px;
  position: relative;
}
footer #logo a {
  display: inline-block;
  margin-top: 65px;
}
