@-webkit-viewport{
  zoom: 1.0;
  width: device-width;
}
@-moz-viewport{
  zoom: 1.0;
  width: device-width;
}
@-ms-viewport{
  zoom: 1.0;
  width: device-width;
}
@-o-viewport{
  zoom: 1.0;
  width: device-width;
}
@viewport{
  zoom: 1.0;
  width: device-width;
}

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,
acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,
sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,
caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,
footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
html,
body,
.content {
  margin: 0;
  padding: 0;
  width: 100%;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #a2a2a2;
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
  font-style: italic;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #a2a2a2;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
  opacity: 0.8;
  font-style: italic;
}
input.placeholder,
textarea.placeholder {
  color: #a2a2a2;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);  
  opacity: 0.8;
  font-style: italic;
}
input.lp_placeHolder,
textarea.lp_placeHolder {
  color: #a2a2a2;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
  opacity: 0.8;
  font-style: italic;
}
.thisCheckbox {
  width: 26px;
  height: 26px;
  display: block;
  background-image: url(../img/landing-page-inscription/unchecked.png);
  background-repeat: no-repeat;
}
.thisCheckbox:hover {
  background-image: url(../img/img-unchecked-hover.png);
  cursor: pointer;
}
.thisCheckboxChecked:hover {
  background-image: url(../img/img-checked.png);
}
.thisCheckboxChecked {
  background-image: url(../img/img-checked.png);
  background-repeat: no-repeat;
}
img {
  max-width: 100%;
}
/* Common */
html,
body {
  font-family: Lato, sans-serif;
  font-size: 18px;
}
.content {
  background: #ffffff;
}
.fluid-content {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0px 1em;
  max-width: 1000px;
  margin: 0 auto;
}
.fluid-content:after,
.fluid-content:before {
  content: "";
  display: block;
  overflow: hidden;
}
.fluid-content:after {
  clear: both;
}
.fluid-row {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
}
.fluid-row:after,
.fluid-row:before {
  content: "";
  display: block;
  overflow: hidden;
}
.fluid-row:after {
  clear: both;
}
.fluid-grid {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 20px;
}
.fluid-grid:after,
.fluid-grid:before {
  content: "";
  display: block;
  overflow: hidden;
}
.fluid-grid:after {
  clear: both;
}
.fluid-column {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.fluid-column:after,
.fluid-column:before {
  content: "";
  display: block;
  overflow: hidden;
}
.fluid-column:after {
  clear: both;
}
.column-1-2 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  flex: none;
  margin: 0;
  float: left;
  width: 100%;
}
.column-1-2:after,
.column-1-2:before {
  content: "";
  display: block;
  overflow: hidden;
}
.column-1-2:after {
  clear: both;
}
.column-1-3 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  flex: none;
  margin: 0;
  float: left;
  width: 100%;
}
.column-1-3:after,
.column-1-3:before {
  content: "";
  display: block;
  overflow: hidden;
}
.column-1-3:after {
  clear: both;
}
.column-1-5 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  flex: none;
  margin: 0;
  float: left;
  width: 100%;
}
.column-1-5 a{
  outline: none;
  text-decoration: none;
}
.column-1-5:after,
.column-1-5:before {
  content: "";
  display: block;
  overflow: hidden;
}
.column-1-5:after {
  clear: both;
}
.pink {
  color: #e6007d;
}
.grey {
  color: #868686;
  font-weight: 700;
}
.italic{
  font-style: italic;
}
.text-centered {
  text-align: center;
}
.centered {
  margin-left: auto;
  margin-right: auto;
}
.lp-blocTitle {
  font-family: Aleo, serif;
  color: #662383;
  font-size: 1.333em;
  font-weight: 400;
}
.lp-blocTitle span {
  font-weight: 700;
}
.button {
  cursor: pointer;
  height: 24px;
  line-height: 24px;
  display: inline-block;
  position: relative;
  padding: 0px 5px 0px 5px;
  font-size: 14px;
  text-decoration: none;
  color: #ffffff;
  background-color: #e6007d;
  text-shadow: 0px -2px #bd2377;
  box-shadow: 0px 2px 2px #fc53af inset;
  border-bottom: 2px solid #a21461;
  border-right: 1px solid #a21461;
  border-left: 1px solid #a21461;
  border-top: 1px solid #e6007d;
  transition: .05s linear all;
  border-radius: 5px 5px 5px 5px;
  -moz-border-radius: 5px 5px 5px 5px;
  -webkit-border-radius: 5px 5px 5px 5px;
}
.button:active {
  transform: translate(0px, 2px);
  -webkit-transform: translate(0px, 2px);
  border-bottom: 0px solid;
  box-shadow: 0px 3px 3px #b9367d inset;
  background-color: #da0d7c;
  margin-bottom: 2px;
}
/* Parts */
#lp-landing {
  position: relative;
  background: url(../img/landing-page-inscription/bg-landing-page-inscription.jpg) no-repeat;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/landing-page-inscription/bg-landing-page-inscription.jpg', sizingMethod='scale');
  -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/landing-page-inscription/bg-landing-page-inscription.jpg', sizingMethod='scale')";
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center;
  background-position-x: 73%;
  background-position-y: 50%;
  padding-top: 25px;
  padding-bottom: 54px;
}
#lp-logo{
  max-width: 360px;
  margin: 0 auto;
  position: relative;
  outline: none;
}
#lp-landing #lp-logo img {
  display: block;
  margin: 0 auto;
  padding: 20px;
  width: 360px;
  -webkit-box-shadow: 0px 0px 100px 0px rgba(102, 35, 131, 0.1);
  -moz-box-shadow: 0px 0px 100px 0px rgba(102, 35, 131, 0.1);
  -o-box-shadow: 0px 0px 100px 0px rgba(102, 35, 131, 0.1);
  box-shadow: 0px 0px 100px 0px rgba(102, 35, 131, 0.1);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#lp-landing #lp-logo a{
  outline: none;
  color: #6b6b6b;
  text-decoration: none;
  font-style: italic;
}
#lp-landing #lp-logo #lp_hiddenLink{
  display: block;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  position: absolute;
  color: #6b6b6b;
  font-size: 12px;
  font-style: italic;
  text-align:justify;
  height: 24px;
  width: 80px;
  line-height: 26px;
  padding: 0px 10px;

  top: 60px;
  left: 0px;
  right: 0px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 0px 0px 8px 8px;
    
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  
  -moz-box-shadow: 0px 0px 100px 0px rgba(102,35,131,0.2);
  -webkit-box-shadow: 0px 0px 100px 0px rgba(102,35,131,0.2);
  -o-box-shadow: 0px 0px 100px 0px rgba(102,35,131,0.2);
  box-shadow: 0px 0px 100px 0px rgba(102,35,131,0.2);
}
#lp-landing #lp-title,
#lp-landing #lp-subtitle {
  font-family: Aleo, serif;
  color: #6b6b6b;
  text-align: center;
}
#lp-landing #lp-header {
  margin-top: 2.222em;
  margin-bottom: 2.388em;
}
#lp-landing #lp-header #lp-title {
  font-size: 2.222em;
  margin-bottom: 5px;
  text-shadow: 0 0px 15px rgba(255,255,255,1), 0 0px 4px rgba(255,255,255,0.5);
}
#lp-landing #lp-header #lp-subtitle {
  font-size: 1.111em;
}
#lp-landing #lp-header #lp-subtitle span {
  color: #e6007d;
}
#lp-landing #lp-frameSignup {
  position: relative;
  background-color: rgba(255, 255, 255, 0.6);
  box-shadow: 0px 0px 10px 0px #a2a2a2;
  padding: 6px 35px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#lp-landing #lp-frameSignup #lp-frameSignupWrapper {
  position: relative;
  margin-top: 20px;
  margin-bottom: 20px;
}
#lp-landing #lp-frameSignup #lp-frameTitle {
  font-size: 1.111em;
  font-weight: 700;
  color: #6b6b6b;
  margin-top: 15px;
}
#lp-landing #lp-frameSignup #lp-frameTitle span {
  color: #e6007d;
  font-weight: 900;
}
#lp-landing #lp-frameSignup #lp-fbSignup #lp-fbMessage {
  color: #a2a2a2;
  font-size: 1em;
  text-align: center;
  margin-bottom: 15px;
}
#lp-landing #lp-frameSignup #lp-fbSignup #lp-fbBtn {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  position: relative;
  background: #3b5998;
  color: #ffffff;
  border-radius: 4px;
  border-bottom: solid 2px #2f436d;
  margin-left: auto;
  margin-right: auto;
  display: table;
  font-size: 1.1em;
  height: 2.611em;
}
#lp-landing #lp-frameSignup #lp-fbSignup #lp-fbBtn #lp-fbBtn-icon {
  display: table-cell;
  padding: 12px 20px;
  font-family: 'fontawesome';
  border-right: solid 1px #2B426B;
}
#lp-landing #lp-frameSignup #lp-fbSignup #lp-fbBtn #lp-fbBtn-icon:after {
  content: '\f09a';
}
#lp-landing #lp-frameSignup #lp-fbSignup #lp-fbBtn #lp-fbBtn-label {
  display: table-cell;
  padding: 12px 20px;
}
#lp-landing #lp-frameSignup #lp-fbSignup #lp-fbBtn:active {
  border-bottom-color: transparent;
  -webkit-box-shadow: 0px 3px 3px #2f436d inset;
  -moz-box-shadow: 0px 3px 3px #2f436d inset;
  -o-box-shadow: 0px 3px 3px #2f436d inset;
  box-shadow: 0px 3px 3px #2f436d inset;
  -webkit-transform: translate(0px, 2px);
  transform: translate(0px, 2px);
}
#lp-landing #lp-frameSignup #lp-offer {
  height: 2.777em;
  margin-top: 35px;
  margin-bottom: 35px;
  position: relative;
  width: 360px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
#lp-landing #lp-frameSignup #lp-offer .lp-offer-sep {
  display: block;
  width: 30%;
  height: 2px;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  margin-left: auto;
  margin-right: auto;
  background: #c5c5c5;
  position: absolute;
}
#lp-landing #lp-frameSignup #lp-offer .lp-offer-sep.before {
  left: 0;
}
#lp-landing #lp-frameSignup #lp-offer .lp-offer-sep.after {
  right: 0;
}
#lp-landing #lp-frameSignup #lp-offer #lp-offer-round {
  z-index: 50px;
  position: absolute;
  border-radius: 50%;
  width: 5.555em;
  height: 5.555em;
  left: 0;
  right: 0;
  top: -50%;
  margin: auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0px 0px 10px 0px #a2a2a2;
  -moz-box-shadow: 0px 0px 10px 0px #a2a2a2;
  -o-box-shadow: 0px 0px 10px 0px #a2a2a2;
  box-shadow: 0px 0px 10px 0px #a2a2a2;
  background: #ffffff;
}
#lp-landing #lp-frameSignup #lp-offer #lp-offer-round #lp-offer-inner-round {
  color: #ffffff;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  height: 5em;
  width: 5em;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  text-align: center;
  font-weight: 300;
  background: #691e7d;
  /* Old browsers */

  background: -moz-linear-gradient(top, #691e7d 0%, #e9007a 100%);
  /* FF3.6+ */

  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #691e7d), color-stop(100%, #e9007a));
  /* Chrome,Safari4+ */

  background: -webkit-linear-gradient(top, #691e7d 0%, #e9007a 100%);
  /* Chrome10+,Safari5.1+ */

  background: -o-linear-gradient(top, #691e7d 0%, #e9007a 100%);
  /* Opera 11.10+ */

  background: -ms-linear-gradient(top, #691e7d 0%, #e9007a 100%);
  /* IE10+ */

  background: linear-gradient(to bottom, #691e7d 0%, #e9007a 100%);
  /* W3C */

  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#691e7d', endColorstr='#e9007a', GradientType=0);
  /* IE6-9 */

}
#lp-landing #lp-frameSignup #lp-offer #lp-offer-round #lp-offer-inner-round #lp-offer-euros {
  padding-top: 0.1em;
  font-size: 2.694em;
}
#lp-landing #lp-frameSignup #lp-offer #lp-offer-round #lp-offer-inner-round #lp-offer-supp {
  font-size: 1.123em;
}
#lp-landing #lp-frameSignup #lp-formSignup {
  color: #868686;
  font-size: 0.778em;
}
#lp-landing #lp-frameSignup #lp-formSignup .lp-form-control {
  margin-bottom: 9px;
}
#lp-landing #lp-frameSignup #lp-formSignup .lp-form-control input[type=text],
#lp-landing #lp-frameSignup #lp-formSignup .lp-form-control input[type=password] {
  background: #ffffff;
  background-color: rgba(255, 255, 255, 0.6);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(162, 162, 162, 0.75);
  -moz-box-shadow: 0px 0px 15px 0px rgba(162, 162, 162, 0.75);
  -o-box-shadow: 0px 0px 15px 0px rgba(162, 162, 162, 0.75);
  box-shadow: 0px 0px 15px 0px rgba(162, 162, 162, 0.75);
  filter: progid:dximagetransform.microsoft.shadow(color=#a2a2a2, Direction=NaN, Strength=15);
  border-radius: 4px;
  border: solid 2px transparent;
  width: 100%;
  height: 40px;
  display: block;
  color: #e6007d;
  font-size: 1em;
  font-weight: 700;
  text-align: left;
  padding-left: 12px;
  outline: none;
}
#lp-landing #lp-frameSignup #lp-formSignup .lp-form-control input[type=text].lp_tooltip_involved_error,
#lp-landing #lp-frameSignup #lp-formSignup .lp-form-control input[type=password].lp_tooltip_involved_error {
  border: solid 2px #e60000;
}
#lp-landing #lp-frameSignup #lp-formSignup #lp-checkboxWithLabel {
  margin-top: 15px;
  display: table;
  width: 100%;
}
#lp-landing #lp-frameSignup #lp-formSignup #lp-checkboxWithLabel input[type=checkbox] {
  display: none;
}
#lp-landing #lp-frameSignup #lp-formSignup #lp-checkboxWithLabel #lp-checkbox-img {
  display: table-cell;
  cursor: pointer;
}
#lp-landing #lp-frameSignup #lp-formSignup #lp-checkboxWithLabel #lp-checkbox-label {
  display: table-cell;
  border-left: solid 10px transparent;
  font-size: 0.778em;
  vertical-align: middle;
  margin-left: 6px;
}
#lp-landing #lp-frameSignup #lp-formSignup #lp-checkboxWithLabel #lp-checkbox-label a {
  color: inherit;
}
#lp-landing #lp-frameSignup #lp-formSignup #lp-checkboxWithLabel #lp-checkbox-label span {
  font-style: italic;
  text-decoration: underline;
}
#lp-landing #lp-frameSignup #lp-formSignup #lp-signup-btn-container {
  height: 2.777em;
}
#lp-landing #lp-frameSignup #lp-formSignup #lp-signup-btn {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  text-decoration: none;
  height: 2.777em;
  line-height: 1.6em;
  font-size: 1em;
  font-weight: 700;
  text-align: center;
  padding-top: 0.455em;
}
#lp-landing #lp-protected-data {
  font-size: 0.667em;
  color: #868686;
}
#lp-landing #lp-protected-data i {
  color: #692a7f;
}
#lp-landing #lp-goDown {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 0px 0px 1.666em 1.666em;
  -moz-border-radius: 0px 0px 1.666em 1.666em;
  -ms-border-radius: 0px 0px 1.666em 1.666em;
  border-radius: 0px 0px 1.666em 1.666em;
  display: block;
  background: #b2b2b2;
  color: #ffffff;
  width: 2.2em;
  height: 1.1em;
  margin-left: auto;
  margin-right: auto;
  border: solid 2px #ffffff;
  border-top: none;
  text-align: center;
  font-size: 1.222em;
  line-height: .8em;
  -webkit-transition: line-height 1s linear;
  -moz-transition: line-height 1s linear;
  -o-transition: line-height 1s linear;
  transition: line-height 1s linear;
}
#lp-landing #lp-goDown i {
  -webkit-transition: line-height 1s linear;
  -moz-transition: line-height 1s linear;
  -o-transition: line-height 1s linear;
  transition: line-height 1s linear;
  line-height: .8em;
}
#lp-landing #lp-goDown:hover {
  background: #691e7d;
  /* Old browsers */

  background: -moz-linear-gradient(top, #691e7d 0%, #e9007a 100%);
  /* FF3.6+ */

  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #691e7d), color-stop(100%, #e9007a));
  /* Chrome,Safari4+ */

  background: -webkit-linear-gradient(top, #691e7d 0%, #e9007a 100%);
  /* Chrome10+,Safari5.1+ */

  background: -o-linear-gradient(top, #691e7d 0%, #e9007a 100%);
  /* Opera 11.10+ */

  background: -ms-linear-gradient(top, #691e7d 0%, #e9007a 100%);
  /* IE10+ */

  background: linear-gradient(to bottom, #691e7d 0%, #e9007a 100%);
  /* W3C */

  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#691e7d', endColorstr='#e9007a', GradientType=0);
  /* IE6-9 */

  line-height: 1.1em;
}
#lp-landing #lp-goDown:hover i {
  line-height: 1.1em;
}
#lp-cashback {
  position: relative;
  padding-top: 50px;
  color: #868686;
}
#lp-cashback:after {
  content: ' ';
  display: block;
  clear: both;
}
#lp-cashback .lp-blocTitle {
  margin-bottom: 35px;
}
#lp-cashback .lp-list-item {
  margin-bottom: 20px;
}
#lp-cashback .lp-list-item .lp-list-item-number {
  background: #e6007d;
  color: #ffffff;
  border-radius: 5px;
  font-size: 0.96em;
  line-height: 0.96em;
  font-weight: 700;
  margin-right: 6px;
  padding: 0.088em 0.422em;
}
#lp-cashback .lp-list-item .lp-list-item-content {
  font-size: 1em;
  line-height: 1.45em;
}
#lp-cashback #lp-cashback-example {
  margin-top: 40px;
  margin-bottom: 20px;
  position: relative;
}
#lp-cashback #lp-cashback-example #lp-example-bubble-arrow {
  position: absolute;
  background-image: url(../img/landing-page-inscription/triangle.png);
  width: 20px;
  height: 17px;
  top: -17px;
  left: 10px;
}
#lp-cashback #lp-cashback-example #lp-example-bubble-content {
  font-size: 0.889em;
  color: #a2a2a2;
  font-style: italic;
  background: #ececec;
  padding: 16px 25px;
  -webkit-border-radius: 0px 10px 10px 10px;
  -moz-border-radius: 0px 10px 10px 10px;
  -ms-border-radius: 0px 10px 10px 10px;
  border-radius: 0px 10px 10px 10px;
}
#lp-cashback #lp-cashback-example #lp-example-bubble-content span {
  font-weight: 700;
}
#lp-cashback #lp-video {
  cursor: pointer;
  margin-bottom: 60px;
  overflow: hidden;
  text-align: center;
}
#lp-partners {
  position: relative;
  background: #ececec;
  color: #868686;
  padding: 5px 0px;
}
#lp-partners:after {
  content: ' ';
  display: block;
  clear: both;
}
#lp-partners .lp-partner-bloc {
  margin-top: 20px;
}
#lp-partners .lp-partner-bloc .lp-partner-bloc-content {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 120px;
  max-width: 260px;
  width: 91%;
  background: #ffffff;
  margin-left: auto;
  margin-right: auto;
}
#lp-partners .lp-partner-bloc .lp-partner-bloc-content:hover {
  -webkit-box-shadow: 0px 0px 10px 0px rgba(162, 162, 162, 0.6);
  -moz-box-shadow: 0px 0px 10px 0px rgba(162, 162, 162, 0.6);
  -o-box-shadow: 0px 0px 10px 0px rgba(162, 162, 162, 0.6);
  box-shadow: 0px 0px 10px 0px rgba(162, 162, 162, 0.6);
  filter: progid:dximagetransform.microsoft.shadow(color=#a2a2a2, Direction=NaN, Strength=10);
}
#lp-partners .lp-partner-bloc .lp-partner-bloc-content .lp-partner-bloc-content-logo {
  padding: 5px 10px;
  text-align: center;
  height: 60px;
  position: relative;
}
#lp-partners .lp-partner-bloc .lp-partner-bloc-content .lp-partner-bloc-content-logo img {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  padding: 5px 10px;
  max-height: 60px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
#lp-partners .lp-partner-bloc .lp-partner-bloc-content .lp-partner-bloc-content-divider {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 5px;
  margin-left: 10px;
  margin-right: 10px;
  background: #eeeeee;
}
#lp-partners .lp-partner-bloc .lp-partner-bloc-content .lp-partner-bloc-content-cashback {
  font-size: 1.111em;
  text-align: center;
  position: absolute;
  bottom: 10px;
  width: 100%;
}
#lp-partners .lp-partner-bloc .lp-partner-bloc-content .lp-partner-bloc-content-cashback span.until {
  position: absolute;
  top: -8px;
  right: 0px;
  font-size: 0.6em;
}
#lp-partners .lp-partner-bloc .lp-partner-bloc-content .lp-partner-bloc-content-cashback span.wrap {
  position: relative;
}
#lp-partners .lp-partner-bloc .lp-partner-bloc-content .lp-partner-bloc-content-cashback b {
  color: #e6007d;
  font-weight: 700;
  font-size: 1.389em;
}
#lp-testimonials {
  position: relative;
  padding-top: 60px;
  padding-bottom: 58px;
}
#lp-testimonials:after {
  content: ' ';
  display: block;
  clear: both;
}
#lp-testimonials .lp-blocTitle {
  margin-bottom: 5px;
}
#lp-testimonials #lp-blocTitleSubline {
  margin-bottom: 30px;
  background: #eeeeee;
  height: 5px;
  width: 100%;
  max-width: 262px;
  margin-left: auto;
  margin-right: auto;
}
#lp-testimonials .lp-testimonial {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  max-width: 260px;
  background: #eeeeee;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 15px;
  border-radius: 5px;
}
#lp-testimonials .lp-testimonial .lp-testimonial-portrait {
  text-align: center;
  margin-bottom: 15px;
  padding: 0.833em;
}
#lp-testimonials .lp-testimonial .lp-testimonial-portrait img {
  margin-left: auto;
  margin-right: auto;
}
#lp-testimonials .lp-testimonial .lp-testimonial-name {
  /*text-transform: uppercase;*/
  text-align: center;
  color: #662383;
  font-size: 1.333em;
  margin-bottom: 5px;
}
#lp-testimonials .lp-testimonial .lp-testimonial-profil {
  text-align: center;
  font-size: 0.778em;
  font-style: italic;
  padding: 0px 28px;
  color: #a2a2a2;
}
#lp-testimonials .lp-testimonial .lp-testimonial-divider {
  display: block;
  background: #a2a2a2;
  height: 1px;
  margin-left: 28px;
  margin-right: 28px;
  margin-top: 5px;
  margin-bottom: 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#lp-testimonials .lp-testimonial .lp-testimonial-text {
  padding: 20px 28px 22px 28px;
  font-size: 0.778em;
  font-style: italic;
  color: #868686;
  text-align: justify;
}
#lp-advantages {
  position: relative;
  background: #ececec;
  padding-top: 40px;
  padding-bottom: 22px;
}
#lp-advantages:after {
  content: '';
  display: block;
  clear: both;
}
#lp-advantages .lp-advantage-bloc {
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  max-width: 260px;
  overflow: hidden;
  -webkit-border-radius: 0px 0px 10px 10px;
  -moz-border-radius: 0px 0px 10px 10px;
  -ms-border-radius: 0px 0px 10px 10px;
  border-radius: 0px 0px 10px 10px;
}
#lp-advantages .lp-advantage-bloc .lp-advantage-header {
  min-height: 55px;
  background: #ffffff;
  text-align: center;
  font-size: 0.778em;
  font-weight: 700;
  padding: 15px 5px 11px 5px;
  color: #868686;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#lp-advantages .lp-advantage-bloc .lp-advantage-content {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 0px 0px 10px 10px;
  -moz-border-radius: 0px 0px 10px 10px;
  -ms-border-radius: 0px 0px 10px 10px;
  border-radius: 0px 0px 10px 10px;
  overflow: hidden;
}
#lp-advantages .lp-advantage-bloc .lp-advantage-content img {
  width: 100%;
  vertical-align: middle;
  -webkit-border-radius: 0px 0px 10px 10px;
  -moz-border-radius: 0px 0px 10px 10px;
  -ms-border-radius: 0px 0px 10px 10px;
  border-radius: 0px 0px 10px 10px;
}
#lp-advantages .lp-advantage-bloc:hover {
  -webkit-box-shadow: 0px 0px 10px 0px rgba(162, 162, 162, 0.6);
  -moz-box-shadow: 0px 0px 10px 0px rgba(162, 162, 162, 0.6);
  -o-box-shadow: 0px 0px 10px 0px rgba(162, 162, 162, 0.6);
  box-shadow: 0px 0px 10px 0px rgba(162, 162, 162, 0.6);
}
#lp-advantages .lp-advantage-bloc:hover .lp-advantage-header {
  color: #662383;
}
#lp-backTop {
  position: relative;
  color: #a2a2a2;
  padding-bottom: 10px;
  padding-top: 50px;
  padding-bottom: 15px;
}
#lp-backTop #lp-madeInFr {
  font-family: Aleo, serif;
  font-size: 1.333em;
  text-align: center;
}
#lp-backTop #lp-madeInFr span.lp-made-in-france {
  font-weight: 700;
}
#lp-backTop #lp-backTopWrapper span {
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-bottom: solid 2px #b6b6b6;
  max-width: 433px;
  width: 80%;
  margin-bottom: 12px;
  margin-top: 35px;
  margin-left: auto;
  margin-right: auto;
}
#lp-backTop #lp-backTopWrapper span i {
  cursor: pointer;
  position: relative;
  display: block;
  width: 2.333em;
  height: 1.166em;
  background: #b2b2b2;
  color: #ffffff;
  text-align: center;
  font-size: 1.666em;
  line-height: 1.333em;
  border-top-left-radius: 1.166em;
  border-top-right-radius: 1.166em;
  margin-left: auto;
  margin-right: auto;
  -webkit-transition: line-height 1s linear;
  -moz-transition: line-height 1s linear;
  -o-transition: line-height 1s linear;
  transition: line-height 1s linear;
}
#lp-backTop #lp-backTopWrapper span i:hover {
  background: #e9007a;
  /* Old browsers */

  background: -moz-linear-gradient(top, #e9007a 0%, #691e7d 100%);
  /* FF3.6+ */

  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #691e7d), color-stop(100%, #691e7d));
  /* Chrome,Safari4+ */

  background: -webkit-linear-gradient(top, #e9007a 0%, #691e7d 100%);
  /* Chrome10+,Safari5.1+ */

  background: -o-linear-gradient(top, #e9007a 0%, #691e7d 100%);
  /* Opera 11.10+ */

  background: -ms-linear-gradient(top, #e9007a 0%, #691e7d 100%);
  /* IE10+ */

  background: linear-gradient(to bottom, #e9007a 0%, #691e7d 100%);
  /* W3C */

  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#e9007a', endColorstr='#691e7d', GradientType=0);
  /* IE6-9 */
  line-height: 1.1em;
}
#lp-backTop #lp-dataProtected {
  text-align: center;
  text-transform: uppercase;
  font-size: 0.889em;
  font-style: italic;
}
#lp-goTopFloat {
  display: none;
  position: fixed;
  bottom: 0px;
  left: 50%;
}
#lp-goTopFloat i {
  cursor: pointer;
  position: relative;
  display: block;
  width: 2.333em;
  height: 1.166em;
  background: #b2b2b2;
  color: #ffffff;
  text-align: center;
  font-size: 1.666em;
  line-height: 1.333em;
  border-top-left-radius: 1.166em;
  border-top-right-radius: 1.166em;
  margin-left: -1.155em;
  -webkit-transition: line-height 1s linear;
  -moz-transition: line-height 1s linear;
  -o-transition: line-height 1s linear;
  transition: line-height 1s linear;
}
#lp-goTopFloat i:hover {
  background: #e9007a;
  /* Old browsers */

  background: -moz-linear-gradient(top, #e9007a 0%, #691e7d 100%);
  /* FF3.6+ */

  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #691e7d), color-stop(100%, #691e7d));
  /* Chrome,Safari4+ */

  background: -webkit-linear-gradient(top, #e9007a 0%, #691e7d 100%);
  /* Chrome10+,Safari5.1+ */

  background: -o-linear-gradient(top, #e9007a 0%, #691e7d 100%);
  /* Opera 11.10+ */

  background: -ms-linear-gradient(top, #e9007a 0%, #691e7d 100%);
  /* IE10+ */

  background: linear-gradient(to bottom, #e9007a 0%, #691e7d 100%);
  /* W3C */

  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#e9007a', endColorstr='#691e7d', GradientType=0);
  /* IE6-9 */
  line-height: 1.1em;
}
#lp-footer {
  position: relative;
  font-size: 0.667em;
  color: #bfbebe;
  background: #ececec;
}
#lp-footer a {
  color: #bfbebe;
}
#lp-footer .fluid-row {
  padding-top: 15px;
  padding-bottom: 15px;
}
.lp-headband {
  height: 4px;
  width: 100%;
  background: #ffffff;
}
.lp-headband.top {
  margin-bottom: 20px;
}
.lp-headband.bottom {
  margin-top: 20px;
}
.lp-serrated {
  width: 100%;
  height: 13px;
  background-repeat-y: none;
  position: absolute;
  left: 0;
}
.lp-serrated.up {
  background: url(../img/landing-page-inscription/dent-haut.png);
  bottom: 0px;
}
.lp-serrated.down {
  background: url(../img/landing-page-inscription/dent-bas.png);
  top: 0px;
}
/* Tooltip */
.lp_tooltip {
  position: absolute;
  color: #ffffff;
  font-size: 1em;
  background: #3a3c47;
  padding: .6em 1em;
  max-width: 350px;
  border-radius: 2px;
  -webkit-box-shadow: 0px 0px 20px 0px #9b9b9b;
  -moz-box-shadow: 0px 0px 20px 0px #9b9b9b;
  -o-box-shadow: 0px 0px 20px 0px #9b9b9b;
  box-shadow: 0px 0px 20px 0px #9b9b9b;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  user-select: none;
  pointer-events: none;
  top: 10px;
  left: 10px;
}
.lp_tooltip:after {
  content: '';
  position: absolute;
  width: 10px;
  height: 10px;
  margin: -5px;
  background: inherit;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.lp_tooltip a {
  color: #ffffff;
}
.lp_tooltip.lp_tooltip_top:after,
.lp_tooltip.lp_tooltip_top-left:after,
.lp_tooltip.lp_tooltip_top-right:after {
  bottom: 0;
}
.lp_tooltip.lp_tooltip_bottom:after,
.lp_tooltip.lp_tooltip_bottom-left:after,
.lp_tooltip.lp_tooltip_bottom-right:after,
.lp_tooltip.lp_tooltip_right:after {
  top: 0;
}
.lp_tooltip.lp_tooltip_top:after,
.lp_tooltip.lp_tooltip_bottom:after {
  left: 50%;
}
.lp_tooltip.lp_tooltip_top-left:after,
.lp_tooltip.lp_tooltip_bottom-left:after {
  right: 15px;
}
.lp_tooltip.lp_tooltip_top-right:after,
.lp_tooltip.lp_tooltip_bottom-right:after,
.lp_tooltip.lp_tooltip_right:after {
  left: 15px;
}
.lp_tooltip.lp_tooltip_left:after,
.lp_tooltip.lp_tooltip_left-top:after,
.lp_tooltip.lp_tooltip_left-bottom:after {
  right: 0;
}
/* Fade */
.lp_tooltip.lp_tooltip_fade {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  transition: opacity 200ms ease-out;
}
.lp_tooltip.lp_tooltip_fade.in {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  transition-duration: 100ms;
}
/* Slide */
.lp_tooltip.lp_tooltip_slide {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  transition: -webkit-transform 200ms ease-out;
  transition: transform 200ms ease-out;
  transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity;
}
.lp_tooltip.lp_tooltip_slide.lp_tooltip_top,
.lp_tooltip.lp_tooltip_slide.lp_tooltip_top-left,
.lp_tooltip.lp_tooltip_slide.lp_tooltip_top-right {
  -webkit-transform: translatey(15px);
  transform: translatey(15px);
}
.lp_tooltip.lp_tooltip_slide.lp_tooltip_bottom,
.lp_tooltip.lp_tooltip_slide.lp_tooltip_bottom-left,
.lp_tooltip.lp_tooltip_slide.lp_tooltip_bottom-right {
  -webkit-transform: translatey(-15px);
  transform: translatey(-15px);
}
.lp_tooltip.lp_tooltip_slide.lp_tooltip_left,
.lp_tooltip.lp_tooltip_slide.lp_tooltip_left-top,
.lp_tooltip.lp_tooltip_slide.lp_tooltip_left-bottom {
  -webkit-transform: translatex(15px);
  transform: translatex(15px);
}
.lp_tooltip.lp_tooltip_slide.lp_tooltip_right,
.lp_tooltip.lp_tooltip_slide.lp_tooltip_right-top,
.lp_tooltip.lp_tooltip_slide.lp_tooltip_right-bottom {
  -webkit-transform: translatex(-15px);
  transform: translatex(-15px);
}
.lp_tooltip.lp_tooltip_slide.in {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -webkit-transform: none;
  transform: none;
  transition-duration: 100ms;
}
/* Grow */
.lp_tooltip.lp_tooltip_grow {
  -webkit-transform: scale(0);
  transform: scale(0);
  transition: -webkit-transform 200ms ease-out;
  transition: transform 200ms ease-out;
}
.lp_tooltip.lp_tooltip_grow.lp_tooltip_top {
  -webkit-transform: translatey(60%) scale(0);
  transform: translatey(60%) scale(0);
}
.lp_tooltip.lp_tooltip_grow.lp_tooltip_top-left {
  -webkit-transform: translatey(60%) translatex(40%) scale(0);
  transform: translatey(60%) translatex(40%) scale(0);
}
.lp_tooltip.lp_tooltip_grow.lp_tooltip_top-right {
  -webkit-transform: translatey(60%) translatex(-40%) scale(0);
  transform: translatey(60%) translatex(-40%) scale(0);
}
.lp_tooltip.lp_tooltip_grow.lp_tooltip_bottom {
  -webkit-transform: translatey(-60%) scale(0);
  transform: translatey(-60%) scale(0);
}
.lp_tooltip.lp_tooltip_grow.lp_tooltip_bottom-left {
  -webkit-transform: translatey(-60%) translatex(40%) scale(0);
  transform: translatey(-60%) translatex(40%) scale(0);
}
.lp_tooltip.lp_tooltip_grow.lp_tooltip_bottom-right {
  -webkit-transform: translatey(-60%) translatex(-40%) scale(0);
  transform: translatey(-60%) translatex(-40%) scale(0);
}
.lp_tooltip.lp_tooltip_grow.lp_tooltip_left {
  -webkit-transform: translatex(53%) scale(0);
  transform: translatex(53%) scale(0);
}
.lp_tooltip.lp_tooltip_grow.lp_tooltip_left-top {
  -webkit-transform: translatex(53%) translatey(40%) scale(0);
  transform: translatex(53%) translatey(40%) scale(0);
}
.lp_tooltip.lp_tooltip_grow.lp_tooltip_left-bottom {
  -webkit-transform: translatex(53%) translatey(-40%) scale(0);
  transform: translatex(53%) translatey(-40%) scale(0);
}
.lp_tooltip.lp_tooltip_grow.lp_tooltip_right {
  -webkit-transform: translatex(-53%) scale(0);
  transform: translatex(-53%) scale(0);
}
.lp_tooltip.lp_tooltip_grow.lp_tooltip_right-top {
  -webkit-transform: translatex(-53%) translatey(40%) scale(0);
  transform: translatex(-53%) translatey(40%) scale(0);
}
.lp_tooltip.lp_tooltip_grow.lp_tooltip_right-bottom {
  -webkit-transform: translatex(-53%) translatey(-40%) scale(0);
  transform: translatex(-53%) translatey(-40%) scale(0);
}
.lp_tooltip.lp_tooltip_grow.in {
  -webkit-transform: none;
  transform: none;
  transition-duration: 100ms;
}
/* Types */
.lp_tooltip.lp_tooltip_info {
  color: #3a3c47;
  background: #ffffff;
  text-shadow: none;
}
.lp_tooltip.lp_tooltip_success {
  background: #8dc572;
}
.lp_tooltip.lp_tooltip_error {
  background: #ffffff;
  color: #e60000;
}

label.hidden{
  display: none;
}
/* End Tooltip */
@media screen and (max-width: 479px) {
  html,
  body {
    font-size: 14px;
  }
  #lp-landing #lp-header #lp-title {
    font-size: 1.3em;
  }
  #lp-landing #lp-header #lp-subtitle {
    font-size: 1.1em;
  }
  #lp-landing #lp-frameSignup #lp-fbSignup #lp-fbBtn #lp-fbBtn-label {
    font-size: .78em;
  }
  #lp-partners {
    font-size: 1.286em;
  }
  #lp-testimonials .lp-testimonial {
    font-size: 1.286em;
  }
  #lp-advantages {
    font-size: 1.286em;
  }
}

@media screen and (min-width: 480px) {
  
}
@media screen and (min-width: 650px) {
  #lp-landing #lp-logo #lp_hiddenLink{
    top: 0px !important;
    bottom: 0px;
    left: -10px;
    margin-top: auto;
    margin-bottom: auto;
    margin-left: initial;
    margin-right: initial;
    border-radius: 8px 0px 0px 8px;
  }
}
@media screen and (min-width: 768px) {
  .column-1-2 {
    width: 50%;
  }
  .column-1-2.first {
    padding-right: 1em;
  }
  .column-1-3 {
    width: 33.3%;
    padding-left: 1em;
    padding-right: 1em;
  }
  .column-1-5 {
    width: 20%;
    font-size: 15px;
  }
  .column-1-5.first {
    font-size: 13px;
  }
  #lp-cashback #lp-video{
    margin-top: 10px;
  }
  #lp-cashback #lp-cashback-example{
    width: 206%;
  } 
  #lp-testimonials {
    position: relative;
    padding-top: 60px;
    padding-bottom: 58px;
  }
  #lp-testimonials:after {
    content: ' ';
    display: block;
    clear: both;
  }
  #lp-testimonials .lp-blocTitle {
    margin-bottom: 5px;
  }
  #lp-testimonials #lp-blocTitleSubline {
    margin-bottom: 30px;
    background: #eeeeee;
    height: 5px;
    width: 100%;
    max-width: 262px;
    margin-left: auto;
    margin-right: auto;
  }
  #lp-testimonials .lp-testimonial {
    border-top-left-radius: 11.111em;
    border-top-right-radius: 11.111em;
  }
  #lp-testimonials .lp-testimonial .lp-testimonial-portrait img {
    border-radius: 100%;
  }
  #lp-testimonials .lp-testimonial .lp-testimonial-text {
    min-height: 80px;
  }
  #lp-testimonials .lp-testimonial:hover {
    -webkit-box-shadow: 0px 0px 10px 0px #656565;
    -moz-box-shadow: 0px 0px 10px 0px #656565;
    -o-box-shadow: 0px 0px 10px 0px #656565;
    box-shadow: 0px 0px 10px 0px #656565;
  }
  #lp-testimonials .lp-testimonial:hover .lp-testimonial-portrait img {
    -webkit-box-shadow: 0px 0px 10px 0px #656565;
    -moz-box-shadow: 0px 0px 10px 0px #656565;
    -o-box-shadow: 0px 0px 10px 0px #656565;
    box-shadow: 0px 0px 10px 0px #656565;
  }
  #lp-cashback {
    font-size: 16px;
  }
  #lp-partners {
    font-size: 14px;
  }
  #lp-partners .lp-partner-bloc .lp-partner-bloc-content .lp-partner-bloc-content-cashback {
    font-size: .7em;
  }
  #lp-advantages .column-1-5 {
    padding-left: .5em;
    padding-right: .5em;
  }
}
@media screen and (min-width: 860px) {
  .column-1-5 {
    width: 20%;
    font-size: 17px;
  }
  .column-1-5.first {
    font-size: 15px;
  }
}
@media screen and (min-width: 936px) {
  .column-1-3 {
    padding-left: 0em;
    padding-right: 0em;
  }
  #lp-landing #lp-frameSignup {
    width: 900px;
    height: 351px;
  }
  #lp-landing #lp-frameSignup #lp-frameSignupWrapper {
    margin-top: 25px;
    margin-bottom: 0px;
  }
  #lp-landing #lp-frameSignup #lp-fbSignup {
    width: 350px;
    position: absolute;
    right: 0px;
    top: 0px;
    padding-top: 50px;
  }
  #lp-landing #lp-frameSignup #lp-fbSignup #lp-fbMessage {
    margin-bottom: 37px;
  }
  #lp-landing #lp-frameSignup #lp-offer {
    position: relative;
    width: 100px;
    height: 250px;
    left: 0px;
    right: 0px;
    top: 0px;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
  }
  #lp-landing #lp-frameSignup #lp-offer .lp-offer-sep {
    height: 65px;
    width: 2px;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
  }
  #lp-landing #lp-frameSignup #lp-offer .lp-offer-sep.before {
    top: 0;
    bottom: initial;
  }
  #lp-landing #lp-frameSignup #lp-offer .lp-offer-sep.after {
    bottom: 0;
    top: initial;
  }
  #lp-landing #lp-frameSignup #lp-offer #lp-offer-round {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
  }
  #lp-landing #lp-frameSignup #lp-formSignup {
    width: 350px;
    position: absolute;
    left: 0px;
    top: 0px;
  }
  #lp-landing #lp-frameSignup #lp-formSignup #lp-checkboxWithLabel {
    margin-bottom: 20px;
    width: 70%;
  }
  #lp-landing #lp-frameSignup #lp-formSignup #lp-signup-btn {
    width: 250px;
    margin-left: auto;
    margin-right: auto;
  }
  #lp-landing #lp-protected-data {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 5px;
  }

  /* Tooltip */
  .lp_tooltip {
    position: absolute;
    color: #ffffff;
    font-size: 1em;
    background: #3a3c47;
    padding: .6em 1em;
    max-width: 350px;
    border-radius: 2px;
    -webkit-box-shadow: 0px 0px 20px 0px #9b9b9b;
    -moz-box-shadow: 0px 0px 20px 0px #9b9b9b;
    -o-box-shadow: 0px 0px 20px 0px #9b9b9b;
    box-shadow: 0px 0px 20px 0px #9b9b9b;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    user-select: none;
    pointer-events: none;
    top: 10px;
    left: 10px;
  }
  .lp_tooltip:after {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    margin: -5px;
    background: inherit;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .lp_tooltip a {
    color: #ffffff;
  }
  .lp_tooltip.lp_tooltip_top:after,
  .lp_tooltip.lp_tooltip_top-left:after,
  .lp_tooltip.lp_tooltip_top-right:after {
    bottom: 0;
  }
  .lp_tooltip.lp_tooltip_bottom:after,
  .lp_tooltip.lp_tooltip_bottom-left:after,
  .lp_tooltip.lp_tooltip_bottom-right:after {
    top: 0;
  }
  .lp_tooltip.lp_tooltip_top:after,
  .lp_tooltip.lp_tooltip_bottom:after {
    left: 50%;
  }
  .lp_tooltip.lp_tooltip_top-left:after,
  .lp_tooltip.lp_tooltip_bottom-left:after {
    right: 15px;
  }
  .lp_tooltip.lp_tooltip_top-right:after,
  .lp_tooltip.lp_tooltip_bottom-right:after {
    left: 15px;
  }
  .lp_tooltip.lp_tooltip_left:after,
  .lp_tooltip.lp_tooltip_left-top:after,
  .lp_tooltip.lp_tooltip_left-bottom:after {
    right: 0;
  }
  .lp_tooltip.lp_tooltip_right:after,
  .lp_tooltip.lp_tooltip_right-top:after,
  .lp_tooltip.lp_tooltip_right-bottom:after {
    left: 0;
  }
  .lp_tooltip.lp_tooltip_left:after,
  .lp_tooltip.lp_tooltip_right:after {
    top: 50%;
  }
  .lp_tooltip.lp_tooltip_left-top:after,
  .lp_tooltip.lp_tooltip_right-top:after {
    bottom: 15px;
  }
  .lp_tooltip.lp_tooltip_left-bottom:after,
  .lp_tooltip.lp_tooltip_right-bottom:after {
    top: 15px;
  }
  /* Fade */
  .lp_tooltip.lp_tooltip_fade {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
    transition: opacity 200ms ease-out;
  }
  .lp_tooltip.lp_tooltip_fade.in {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
    transition-duration: 100ms;
  }
  /* Slide */
  .lp_tooltip.lp_tooltip_slide {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
    transition: -webkit-transform 200ms ease-out;
    transition: transform 200ms ease-out;
    transition-property: -webkit-transform, opacity;
    transition-property: transform, opacity;
  }
  .lp_tooltip.lp_tooltip_slide.lp_tooltip_top,
  .lp_tooltip.lp_tooltip_slide.lp_tooltip_top-left,
  .lp_tooltip.lp_tooltip_slide.lp_tooltip_top-right {
    -webkit-transform: translatey(15px);
    transform: translatey(15px);
  }
  .lp_tooltip.lp_tooltip_slide.lp_tooltip_bottom,
  .lp_tooltip.lp_tooltip_slide.lp_tooltip_bottom-left,
  .lp_tooltip.lp_tooltip_slide.lp_tooltip_bottom-right {
    -webkit-transform: translatey(-15px);
    transform: translatey(-15px);
  }
  .lp_tooltip.lp_tooltip_slide.lp_tooltip_left,
  .lp_tooltip.lp_tooltip_slide.lp_tooltip_left-top,
  .lp_tooltip.lp_tooltip_slide.lp_tooltip_left-bottom {
    -webkit-transform: translatex(15px);
    transform: translatex(15px);
  }
  .lp_tooltip.lp_tooltip_slide.lp_tooltip_right,
  .lp_tooltip.lp_tooltip_slide.lp_tooltip_right-top,
  .lp_tooltip.lp_tooltip_slide.lp_tooltip_right-bottom {
    -webkit-transform: translatex(-15px);
    transform: translatex(-15px);
  }
  .lp_tooltip.lp_tooltip_slide.in {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
    -webkit-transform: none;
    transform: none;
    transition-duration: 100ms;
  }
  /* Grow */
  .lp_tooltip.lp_tooltip_grow {
    -webkit-transform: scale(0);
    transform: scale(0);
    transition: -webkit-transform 200ms ease-out;
    transition: transform 200ms ease-out;
  }
  .lp_tooltip.lp_tooltip_grow.lp_tooltip_top {
    -webkit-transform: translatey(60%) scale(0);
    transform: translatey(60%) scale(0);
  }
  .lp_tooltip.lp_tooltip_grow.lp_tooltip_top-left {
    -webkit-transform: translatey(60%) translatex(40%) scale(0);
    transform: translatey(60%) translatex(40%) scale(0);
  }
  .lp_tooltip.lp_tooltip_grow.lp_tooltip_top-right {
    -webkit-transform: translatey(60%) translatex(-40%) scale(0);
    transform: translatey(60%) translatex(-40%) scale(0);
  }
  .lp_tooltip.lp_tooltip_grow.lp_tooltip_bottom {
    -webkit-transform: translatey(-60%) scale(0);
    transform: translatey(-60%) scale(0);
  }
  .lp_tooltip.lp_tooltip_grow.lp_tooltip_bottom-left {
    -webkit-transform: translatey(-60%) translatex(40%) scale(0);
    transform: translatey(-60%) translatex(40%) scale(0);
  }
  .lp_tooltip.lp_tooltip_grow.lp_tooltip_bottom-right {
    -webkit-transform: translatey(-60%) translatex(-40%) scale(0);
    transform: translatey(-60%) translatex(-40%) scale(0);
  }
  .lp_tooltip.lp_tooltip_grow.lp_tooltip_left {
    -webkit-transform: translatex(53%) scale(0);
    transform: translatex(53%) scale(0);
  }
  .lp_tooltip.lp_tooltip_grow.lp_tooltip_left-top {
    -webkit-transform: translatex(53%) translatey(40%) scale(0);
    transform: translatex(53%) translatey(40%) scale(0);
  }
  .lp_tooltip.lp_tooltip_grow.lp_tooltip_left-bottom {
    -webkit-transform: translatex(53%) translatey(-40%) scale(0);
    transform: translatex(53%) translatey(-40%) scale(0);
  }
  .lp_tooltip.lp_tooltip_grow.lp_tooltip_right {
    -webkit-transform: translatex(-53%) scale(0);
    transform: translatex(-53%) scale(0);
  }
  .lp_tooltip.lp_tooltip_grow.lp_tooltip_right-top {
    -webkit-transform: translatex(-53%) translatey(40%) scale(0);
    transform: translatex(-53%) translatey(40%) scale(0);
  }
  .lp_tooltip.lp_tooltip_grow.lp_tooltip_right-bottom {
    -webkit-transform: translatex(-53%) translatey(-40%) scale(0);
    transform: translatex(-53%) translatey(-40%) scale(0);
  }
  .lp_tooltip.lp_tooltip_grow.in {
    -webkit-transform: none;
    transform: none;
    transition-duration: 100ms;
  }
  /* End Tooltip */
}
@media screen and (min-width: 960px) {
  #lp-partners .lp-partner-bloc .lp-partner-bloc-content .lp-partner-bloc-content-cashback {
    font-size: .8em;
  }
}
@media screen and (min-width: 1036px) {
  .fluid-content {
    padding: 0px;
  }
  .column-1-5.first {
    font-size: inherit;
  }
  #lp-advantages .lp-advantage-bloc {
    max-width: 185px;
  }
}