/* =============================================================================
   HTML5 Boilerplate CSS: h5bp.com/css
   ========================================================================== */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
audio:not([controls]) {
  display: none;
}
[hidden] {
  display: none;
}
html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
html,
button,
input,
select,
textarea {
  font-family: sans-serif;
  color: #222;
}
body {
  margin: 0;
  font-size: 1em;
  line-height: 1.4;
  font-family: sans-serif;
}
::-moz-selection {
  background: #d6d6d6;
  text-shadow: none;
}
::selection {
  background: #d6d6d6;
  text-shadow: none;
}
body {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
a {
  color: #00e;
}
a:visited {
  color: #551a8b;
}
a:hover {
  color: #06e;
}
a:focus {
  outline: thin dotted;
}
a:hover,
a:active {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
blockquote {
  margin: 1em 40px;
}
dfn {
  font-style: italic;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
ins {
  background: #ff9;
  color: #000;
  text-decoration: none;
}
mark {
  background: #ff0;
  color: #000;
  font-style: italic;
  font-weight: bold;
}
pre,
code,
kbd,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em;
}
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
q {
  quotes: none;
}
q:before,
q:after {
  content: "";
  content: none;
}
small {
  font-size: 85%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
ul,
ol {
  margin: 1em 0;
  padding: 0 0 0 40px;
}
dd {
  margin: 0 0 0 40px;
}
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
  margin: 0;
  padding: 0;
}
img {
  border: 0;
  -ms-interpolation-mode: bicubic;
  vertical-align: middle;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 0;
}
form {
  margin: 0;
}
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
label {
  cursor: pointer;
}
legend {
  border: 0;
  *margin-left: -7px;
  padding: 0;
  white-space: normal;
}
button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}
button,
input {
  line-height: normal;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
  *overflow: visible;
}
button[disabled],
input[disabled] {
  cursor: default;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
  *width: 13px;
  *height: 13px;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}
input:invalid,
textarea:invalid {
  background-color: #f0dddd;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td {
  vertical-align: top;
}
.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: black;
  padding: 0.2em 0;
}
/*
 *		Colors
 */
/* Hover Colors*/
/*
 *		Fonts
 */
@font-face {
  font-family: 'Novecento-DemiBold';
  src: url('../fonts/Novecentowide-DemiBold-webfont.eot');
  src: url('../fonts/Novecentowide-DemiBold-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/Novecentowide-DemiBold-webfont.woff') format('woff'), url('../fonts/Novecentowide-DemiBold-webfont.ttf') format('truetype'), url('../fonts/Novecentowide-DemiBold-webfont.svg#NovecentowideLightBold') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Novecento-Medium';
  src: url('../fonts/Novecentowide-Medium-webfont.eot');
  src: url('../fonts/Novecentowide-Medium-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/Novecentowide-Medium-webfont.woff') format('woff'), url('../fonts/Novecentowide-Medium-webfont.ttf') format('truetype'), url('../fonts/Novecentowide-Medium-webfont.svg#NovecentowideUltraLightBold') format('svg');
  font-weight: normal;
  font-style: normal;
}
/*
 *		Init
 */
html,
body {
  width: 100%;
}
html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
p,
fieldset,
ul {
  border: 0;
  margin: 0;
  padding: 0;
  line-height: 1;
}
ul {
  list-style: none;
}
a {
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
a:link,
a:hover,
a:visited,
a:active {
  color: #3c3c3e;
}
a:focus {
  outline: 0;
}
a img {
  border: 0;
}
body {
  padding: 0;
  margin: 0;
  background-color: #eeeeee;
  background-image: url("../Img/noise.jpg");
}
#header,
#footer {
  background-color: #f4f4f4;
}
input[type="password"] {
  font-family: Arial !important;
}
/*
 *		Generic Classes & Blocks
 */
#main_wrapper {
  margin: 0 auto 40px auto;
  position: relative;
  *zoom: 1;
  width: 990px;
}
#main_wrapper:before,
#main_wrapper:after {
  content: "";
  display: table;
}
#main_wrapper:after {
  clear: both;
}
#footer {
  clear: both;
  *zoom: 1;
  width: 100%;
  font-size: 10px;
  color: #868686;
  position: relative;
}
#footer:before,
#footer:after {
  content: "";
  display: table;
}
#footer:after {
  clear: both;
}
.phone #footer {
  margin-top: 20px;
}
#footer .phoneCountries {
  display: none;
}
#footer .linkLogo {
  display: block;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  background-repeat: no-repeat;
  height: 48px;
  width: 100%;
  background-image: url("../Img/logo_sprite.png");
}
.home #footer .linkLogo {
  background-position: 0 0;
}
.magazine #footer .linkLogo {
  background-position: 0 -240px;
}
.perfume #footer .linkLogo {
  background-position: 0 -60px;
}
.user #footer .linkLogo {
  background-position: 0 -180px;
}
.stats #footer .linkLogo {
  background-position: 0 -120px;
}
/*
 *		Header
 */
#header {
  width: 100%;
  position: relative;
  z-index: 101;
  padding: 25px 0 0 0;
}
.phone #header,
.tablet #header {
  padding: 28px 0 0 0;
}
#header .logo {
  float: left;
  margin: 10px 0 16px 0;
}
#header .logo a {
  display: block;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  background-repeat: no-repeat;
  width: 135px;
  height: 44px;
  background-image: url("../Img/logo_sprite.png");
}
.home #header .logo a {
  background-position: 0 0;
}
.magazine #header .logo a {
  background-position: 0 -240px;
}
.perfume #header .logo a {
  background-position: 0 -60px;
}
.user #header .logo a {
  background-position: 0 -180px;
}
.stats #header .logo a {
  background-position: 0 -120px;
}
#header .header_right {
  position: absolute;
  top: 0;
  right: 0;
  height: 60px;
}
#header .header_right .member_login {
  height: 60px;
  float: right;
}
#header .header_right .member_login a#login {
  display: block;
  float: right;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background-color: #f17086;
  background-image: url('../Img/picto_user.png');
  background-repeat: no-repeat;
  background-position: 5px 6px;
  border: 1px solid #f17086;
  cursor: pointer;
  color: #ffffff;
  margin: 6px 15px 0 0;
  font-family: 'Verdana', sans-serif;
  font-size: 12px;
  padding: 5px 10px 5px 30px;
  -webkit-transition: all 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -moz-transition: all 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -ms-transition: all 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -o-transition: all 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: all 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
#header .header_right .member_login a#login:hover {
  text-decoration: none;
  background-color: #ff7583;
  border-color: #fa5f6e;
}
#header .header_right .langs {
  float: left;
}
#header .header_right .name {
  font-family: 'Novecento-DemiBold';
  font-size: 11px;
  text-transform: uppercase;
  color: #f17086;
}
div#langs {
  height: 25px;
  width: 53px;
  float: right;
  position: relative;
  margin: 6px 0 0 0;
  background-color: #ededed;
  border: 1px solid #dadada;
  border-radius: 5px;
  width: 51px;
  padding: 7px 0;
  overflow: hidden;
  height: 13px;
  cursor: pointer;
  z-index: 10000;
}
div#langs .items {
  width: 100%;
  padding: 3px 0 0 0;
}
div#langs .items a {
  color: #9c9c9c;
  display: block;
  font-family: 'Novecento-DemiBold';
  font-size: 10px;
  padding: 5px 0 5px 16px;
  text-align: left;
  line-height: 1;
  cursor: pointer;
}
div#langs .items a:hover {
  text-decoration: none;
  background: #ffffff;
}
div#langs .items a.last {
  padding: 5px 0 5px 16px;
}
div#langs .items span {
  display: block;
  float: left;
  width: 100%;
  height: 1px;
  background-color: #dadada;
}
div#langs .items span.first {
  margin: 3px 0 0 0;
}
div#langs .selected {
  height: 13px;
  width: 53px;
}
div#langs .selected .flag {
  background: url('../Img/lang_flag.png') top left no-repeat;
  height: 13px;
  width: 13px;
  float: left;
  margin: 0 0 0 2px;
}
div#langs .selected .arrow {
  background: url('../Img/lang_arrow.png') top left no-repeat;
  height: 6px;
  width: 7px;
  float: right;
  margin: 4px 5px 0 0;
}
div#langs .selected .lang {
  display: block;
  float: left;
  font-family: 'Novecento-DemiBold';
  color: #9c9c9c;
  font-size: 10px;
  text-align: center;
  width: 24px;
  margin: 0 0 0 1px;
}
#header_fondation {
  background-color: #fbfbfb;
  border-top: 1px solid #ededed;
  position: relative;
  width: 100%;
  height: 35px;
  display: block;
}
html#fr #header_fondation,
html#es #header_fondation,
html#br #header_fondation,
html#uk #header_fondation {
  display: none;
}
#header_fondation #wrapper_header_fondation {
  height: 35px;
  position: relative;
  margin: 0 auto;
  background-image: url('../Img/fondation_logo.png');
  background-repeat: no-repeat;
  background-position: left center;
}
/*
 *		Social
 */
.social ul {
  *zoom: 1;
  margin: 25px 0;
}
.social ul:before,
.social ul:after {
  content: "";
  display: table;
}
.social ul:after {
  clear: both;
}
.social ul li {
  display: block;
  margin-right: 18px;
  float: left;
  width: auto;
  max-width: 45px;
}
.social ul li:last-child {
  margin-right: 0;
}
.social ul li a {
  display: block;
  text-align: center;
  /* Icons & hover */

  /* / Icons & hover */

}
.social ul li a:hover {
  color: #262626;
  text-decoration: none;
}
.social ul li a:before,
.social ul li a .before {
  content: " ";
  background-image: url("../Img/social_icons.png");
  background-repeat: no-repeat;
  display: block;
  width: 16px;
  height: 16px;
  margin: 0 auto 10px;
}
.social ul li a.fb:before,
.social ul li a.fb .before {
  background-position: 0 0;
}
.social ul li a.fb:hover:before,
.social ul li a.fb:hover .before {
  background-position: 0 -16px;
}
.social ul li a.tw:before,
.social ul li a.tw .before {
  width: 20px;
  background-position: -16px 0;
}
.social ul li a.tw:hover:before,
.social ul li a.tw:hover .before {
  background-position: -16px -16px;
}
.social ul li a.gg:before,
.social ul li a.gg .before {
  background-position: -52px 0;
}
.social ul li a.gg:hover:before,
.social ul li a.gg:hover .before {
  background-position: -52px -16px;
}
.social ul li a.pin:before,
.social ul li a.pin .before {
  background-position: -36px 0;
}
.social ul li a.pin:hover:before,
.social ul li a.pin:hover .before {
  background-position: -36px -16px;
}
.social ul li a.shop:before,
.social ul li a.shop .before {
  background-position: -68px 0px;
}
.social ul li a.shop:hover:before,
.social ul li a.shop:hover .before {
  background-position: -68px -16px;
}
/*
 *		Related
 */
.related {
  position: relative;
  float: left;
}
.related ul {
  position: relative;
  float: left;
}
.related ul li {
  position: relative;
  float: left;
  clear: both;
  width: 100%;
  margin: 0 0 2px 0;
}
.related ul li a {
  display: block;
  text-decoration: none;
}
.related ul li a img {
  width: 57px;
}
.related ul li .left {
  float: left;
  padding: 9px;
  width: 57px;
  height: 57px;
  margin: 0 2px 0 0;
  background-color: #ffffff;
}
.related ul li .left a {
  width: 57px;
  height: 57px;
  display: block;
}
.related ul li .center {
  float: left;
  background-color: #f8f8f8;
  width: 160px;
  padding: 21px 15px 21px;
  height: 33px;
  margin: 0 2px 0 0;
  font-family: 'verdana', sans-serif;
  font-size: 10px;
}
.related ul li .center .perfume_name {
  font-family: 'Novecento-DemiBold', sans-serif;
  font-size: 14px;
  max-width: 170px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  position: relative;
  display: block;
  margin: 0 0 7px 0;
  float: left;
}
.related ul li .center .of {
  clear: both;
  float: left;
  display: block;
}
.related ul li .center .brand_name {
  font-weight: bold;
  float: left;
  padding: 0 0 0 3px;
  text-decoration: none;
}
.related ul li .center a:hover {
  text-decoration: underline;
}
.related ul li .right {
  background-color: #ffffff;
  float: left;
  position: relative;
  z-index: 0;
}
.related ul li .right .hover {
  position: absolute;
  display: block;
  float: left;
  width: 0px;
  height: 75px;
  z-index: 1;
}
.related ul li .right a {
  display: block;
  position: relative;
  padding: 32px 12px 32px 11px;
  font-family: 'Novecento-DemiBold';
  font-size: 11px;
  z-index: 2;
}
.related.family h2 {
  color: #3c0063;
}
.related.family .left {
  background-image: url('../Img/picto/default/parfum_par_defaut_SIDEBAR_SMALL2_violet.jpg');
  background-position: center;
  background-repeat: no-repeat;
}
.related.family .center {
  color: #c4a6e2;
}
.related.family .center .perfume_name {
  color: #3c0063;
}
.related.family .center .brand_name {
  color: #9068ab;
}
.related.family .right .hover {
  background-color: #9068ab;
}
.related.family .right a {
  color: #9068ab;
}
.related.member h2 {
  color: #f56473;
}
.related.member .left {
  background-image: url('../Img/picto/default/parfum_par_defaut_SIDEBAR_SMALL_rose.jpg');
  background-position: center;
  background-repeat: no-repeat;
}
.related.member .center {
  color: #fdc2c8;
}
.related.member .center .perfume_name {
  color: #f56473;
}
.related.member .center .brand_name {
  color: #f56473;
}
.related.member .right .hover {
  background-color: #f56473;
}
.related.member .right a {
  color: #f56473;
}
.related.stat h2 {
  color: #1e789e;
}
.related.stat .center {
  color: #48a1c6;
}
.related.stat .center .perfume_name {
  color: #1e789e;
}
.related.stat .center .brand_name {
  color: #48a1c6;
}
.related.stat .right .hover {
  background-color: #48a1c6;
}
.related.stat .right a {
  color: #48a1c6;
}
.related.member h2 {
  color: #f56473;
}
.related.member .center {
  color: #f56473;
}
.related.member .center .perfume_name {
  color: #f56473;
}
.related.member .center .brand_name {
  color: #f56473;
}
.related.member .right .hover {
  background-color: #f56473;
}
.related.member .right a {
  color: #f56473;
}
.related.last_articles {
  float: left;
}
.related.last_articles h1,
.related.last_articles h2 {
  color: #f87800;
  margin: 30px 0 15px;
  padding: 0 0 0 10px;
}
.related.last_articles .center {
  width: 237px;
  padding: 15px;
  height: 45px;
}
.related.last_articles .center h3 {
  margin: 0 0 5px;
  height: 25px;
  overflow: hidden;
}
.related.last_articles .center h3 a {
  color: #000000;
}
.related.last_articles .center p {
  height: 10px;
  overflow: hidden;
  margin-bottom: 5px;
}
.related.last_articles .right .hover {
  background-color: #f87800;
}
.related.last_articles .right a {
  color: #f87800;
}
.loader_finder {
  position: absolute;
  z-index: 10;
  top: 19px;
  left: 5px;
  display: none;
  width: 16px;
  height: 16px;
}
.loader_finder_json {
  position: absolute;
  z-index: 10;
  top: 7px;
  left: 5px;
  display: none;
  width: 16px;
  height: 16px;
}
/*
 *		Sidebar
 */
.sidebar .stories {
  width: 300px;
  height: 360px;
  overflow: hidden;
  margin-bottom: 36px;
}
.sidebar .stories h2 {
  padding: 18px 0 18px 10px;
  margin: 0;
}
.sidebar .stories ul {
  width: 300px;
  overflow: hidden;
  *zoom: 1;
}
.sidebar .stories ul:before,
.sidebar .stories ul:after {
  content: "";
  display: table;
}
.sidebar .stories ul:after {
  clear: both;
}
.sidebar .stories li.story {
  float: left;
  background: #FAFAFA;
  padding-bottom: 18px;
}
.sidebar .stories li.story .image {
  overflow: hidden;
  height: 235px;
  border-bottom: 3px solid #f87800;
}
.sidebar .stories li.story h3,
.sidebar .stories li.story .description {
  padding-left: 18px;
  width: 282px;
}
.sidebar .stories li.story h3 {
  color: #000000;
  margin-top: 15px;
}
.sidebar .stories li.story .description {
  font-weight: normal;
}
.sidebar .pro h2 {
  padding: 30px 0 18px 10px;
  border-bottom: 3px solid #262626;
  margin: 0;
}
.sidebar .pro .wrapper {
  background: #f6f6f6;
  background: rgba(255, 255, 255, 0.5);
}
.sidebar .pro h3 {
  margin-top: 10px;
  padding-top: 8px;
  padding-left: 15px;
  line-height: 1.3em;
  letter-spacing: 0.1em;
  word-spacing: 0.2em;
}
.sidebar .pro dl {
  margin: 17px 0 0 20px;
}
.sidebar .pro dl dt,
.sidebar .pro dl dd {
  margin-left: 10px;
  font-size: 11px;
  color: #575757;
}
.sidebar .pro dl dt {
  font-family: 'Novecento-Medium', sans-serif;
  margin-bottom: 0.4em;
  line-height: 1.2em;
}
.sidebar .pro dl dt:before {
  content: "›";
  float: left;
  display: block;
  margin-left: -1em;
}
.sidebar .pro dl dd {
  font-family: 'Verdana', sans-serif;
  margin-bottom: 1.9em;
  line-height: 1.2em;
}
.sidebar .pro hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #d6d6d6;
  margin: 1em 0;
  padding: 0;
  margin-top: 0;
}
.sidebar .pro .more {
  margin-left: 20px;
}
.sidebar .fragrance_finder {
  margin: 20px 0;
  height: 40px;
  z-index: 100;
  width: 300px !important;
}
.sidebar .fragrance_finder .finder_input {
  margin: 0;
  width: 300px !important;
}
.sidebar .fragrance_finder .finder_input .loader_finder {
  position: absolute;
  z-index: 10;
  top: 12px;
  left: 5px;
  display: none;
  width: 16px;
  height: 16px;
}
.sidebar .fragrance_finder .finder_input input {
  width: 236px !important;
  padding: 13px 0 13px 22px !important;
}
.sidebar .fragrance_finder .finder_input .results {
  width: 260px !important;
  margin: 39px 0 0 0;
  clear: both;
}
.sidebar .fragrance_finder .finder_input .results .box,
.sidebar .fragrance_finder .finder_input .results .antiscroll-inner {
  width: 260px !important;
  max-height: 450px;
}
.sidebar .fragrance_finder .finder_input .results .antiscroll-inner {
  width: 280px !important;
}
.sidebar .fragrance_finder .finder_input .results .content {
  float: none;
  margin: 0;
  padding: 0;
  width: 100%;
}
.desktop .sidebar .fragrance_finder .finder_input .results .content .item h3 {
  font-size: 10px;
}
.desktop .sidebar .fragrance_finder .finder_input .results .content .item .entry a {
  font-size: 10px;
}
.sidebar .fragrance_finder .finder_input .results .entry.selected {
  background-color: #a38aba;
}
.sidebar .fragrance_finder .finder_input .results .entry.selected a {
  color: #ffffff;
}
.sidebar .fragrance_finder .finder_input input {
  padding: 13px 0 13px 18px;
  font-family: 'Novecento-Medium', sans-serif;
  color: #9068ab;
  font-size: 10px;
}
.sidebar .fragrance_finder .finder_input .search_input {
  height: 40px;
  width: 38px;
}
.sidebar .fragrance_finder .finder_input .exit_search {
  top: 42px;
  width: 38px;
  height: 40px;
}
.sidebar .contact {
  margin: 25px 0 0 0;
  float: left;
  border-top: 3px solid #000000;
  background-color: #f8f8f8;
  position: relative;
  width: 100%;
}
.sidebar .contact h2 {
  font-family: 'Novecento-DemiBold';
  font-size: 12px;
  color: #000000;
  margin: 0;
  padding: 25px 0 10px 20px;
}
.sidebar .contact .social {
  position: relative;
  width: 100%;
}
.sidebar .contact .social ul {
  position: relative;
  width: 100%;
  margin: 25px auto;
  width: 245px;
  color: #575757;
}
.sidebar .contact .social ul li {
  width: auto;
  max-width: none;
  float: left;
}
.sidebar .contact .social ul li a {
  color: #575757;
  font-size: 11px;
}
.sidebar .contact .social ul li.last {
  margin-right: 0px;
}
/*
 *		Paginate Comments
 */
div#paginate_comments {
  width: 636px;
  height: 23px;
  margin: 15px 0;
  float: left;
  overflow: hidden;
}
div#paginate_comments div.container {
  height: 100px;
  width: 636px;
}
div#paginate_comments div.container div.paginate {
  height: 22px;
  padding: 4px 0 0 0;
  width: 636px;
  text-align: center;
}
div#paginate_comments div.container div.paginate a {
  color: #f46473;
  font-family: 'Novecento-DemiBold';
  padding: 5px 7px;
  font-size: 10px;
  text-align: center;
  margin: 0 2px;
}
div#paginate_comments div.container div.paginate a:hover {
  text-decoration: none;
}
div#paginate_comments div.container div.paginate a.prev,
div#paginate_comments div.container div.paginate a.next {
  letter-spacing: -3px;
}
div#paginate_comments div.container div.paginate a.page_number:hover,
div#paginate_comments div.container div.paginate a.page_number.selected {
  background-color: #f2d6d9;
}
#microActionPopIn .related {
  float: none;
  width: 852px;
  position: relative;
  margin: 20px auto 0 auto;
}
h1.perfume,
h2.perfume,
h3.perfume,
.perfume h1,
.perfume h2,
.perfume h3 {
  color: #9068ab;
}
h1.magazine,
h2.magazine,
h3.magazine,
.magazine h1,
.magazine h2,
.magazine h3 {
  color: #f87800;
}
h1.legal,
h2.legal,
h3.legal,
.legal h1,
.legal h2,
.legal h3 {
  color: #868686;
}
h1.about,
h2.about,
h3.about,
.about h1,
.about h2,
.about h3 {
  color: #4c4c4c;
}
h1.pro,
h2.pro,
h3.pro,
.pro h1,
.pro h2,
.pro h3 {
  color: #262626;
}
.tag {
  background-color: #ffffff;
  font-family: 'Verdana', sans-serif;
  text-transform: uppercase;
  font-size: 8px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.tag.perfume,
.perfume .tag {
  color: #9068ab;
}
.tag.magazine,
.magazine .tag {
  color: #f87800;
}
.tag.legal,
.legal .tag {
  color: #868686;
}
.tag.about,
.about .tag {
  color: #4c4c4c;
}
.tag.pro,
.pro .tag {
  color: #262626;
}
.status {
  float: left;
  margin: 2px 0 0 10px;
  border-radius: 2px;
  color: #f17086;
  background: #ffffff;
  padding: 1px 5px;
  font-size: 8px;
  font-weight: bold;
  text-transform: uppercase;
}
.tabs {
  margin: 0 0 25px 0;
  width: 672px;
  background-color: #e5e0e7;
  float: left;
}
.tabs li {
  float: left;
}
.tabs li a {
  font-family: 'Novecento-DemiBold', sans-serif;
  color: #c0accf;
  display: block;
  padding: 18px;
}
.tabs li.selected a {
  background: #f8f8f8;
  color: #9068ab;
}
.tabs_contents {
  position: relative;
  overflow: hidden;
  width: 636px;
  margin: 0 auto 25px auto;
}
.tabs_contents .container {
  width: 636px;
  float: left;
  position: relative;
}
.tabs_contents .container .tab_content {
  width: 636px;
  float: left;
  position: relative;
  color: #575757;
  line-height: 1.5em;
  font-size: 11px;
}
.tabs_contents .container .tab_content p,
.tabs_contents .container .tab_content span {
  float: left;
  clear: both;
  color: #575757;
  line-height: 1.5em;
  font-size: 11px;
  margin: 4px 0;
}
.tabs_contents .container .tab_content h3 {
  float: left;
  clear: both;
  padding: 25px 0 15px 0;
  margin: 0;
}
.tag-pointer {
  color: #ffffff;
  font-family: 'Verdana', sans-serif;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 11px;
  line-height: 9px;
  display: inline-block;
  height: 10px;
  padding: 5px;
  position: relative;
  left: 10px;
  top: -4px;
}
.tag-pointer:before,
.tag-pointer .before {
  content: " ";
  position: absolute;
  top: 0;
  right: 100%;
  display: block;
  width: 9px;
  height: 20px;
  background-image: url(../Img/picto/tag_pointer_before.png);
  background-repeat: no-repeat;
}
.tag-pointer:after,
.tag-pointer .after {
  content: " ";
  display: block;
  position: absolute;
  top: 0;
  right: -3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border-style: solid;
  border-width: 1px;
  width: 3px;
  height: 18px;
}
.tag-pointer.perfume,
.perfume .tag-pointer {
  background-color: #9068ab;
}
.tag-pointer.perfume:before,
.perfume .tag-pointer:before,
.tag-pointer.perfume .before,
.perfume .tag-pointer .before {
  background-position: 0 -20px;
}
.tag-pointer.perfume:after,
.perfume .tag-pointer:after,
.tag-pointer.perfume .after,
.perfume .tag-pointer .after {
  border-color: #9068ab;
  background-color: #9068ab;
}
.tag-pointer.magazine,
.magazine .tag-pointer {
  background-color: #f87800;
}
.tag-pointer.magazine:before,
.magazine .tag-pointer:before,
.tag-pointer.magazine .before,
.magazine .tag-pointer .before {
  background-position: 0 0;
}
.tag-pointer.magazine:after,
.magazine .tag-pointer:after,
.tag-pointer.magazine .after,
.magazine .tag-pointer .after {
  border-color: #f87800;
  background-color: #f87800;
}
.tag-pointer.stats,
.stats .tag-pointer {
  background-color: #48a1c6;
}
.tag-pointer.stats:before,
.stats .tag-pointer:before,
.tag-pointer.stats .before,
.stats .tag-pointer .before {
  background-position: 0 -40px;
}
.tag-pointer.stats:after,
.stats .tag-pointer:after,
.tag-pointer.stats .after,
.stats .tag-pointer .after {
  border-color: #48a1c6;
  background-color: #48a1c6;
}
.tag-pointer.user,
.user .tag-pointer {
  background-color: #f17086;
}
.tag-pointer.user:before,
.user .tag-pointer:before,
.tag-pointer.user .before,
.user .tag-pointer .before {
  background-position: 0 -60px;
}
.tag-pointer.user:after,
.user .tag-pointer:after,
.tag-pointer.user .after,
.user .tag-pointer .after {
  border-color: #f17086;
  background-color: #f17086;
}
.tag-pointer.pro,
.pro .tag-pointer {
  background-color: #262626;
}
.tag-pointer.pro:before,
.pro .tag-pointer:before,
.tag-pointer.pro .before,
.pro .tag-pointer .before {
  background-position: 0 -80px;
}
.tag-pointer.pro:after,
.pro .tag-pointer:after,
.tag-pointer.pro .after,
.pro .tag-pointer .after {
  border-color: #262626;
  background-color: #262626;
}
a.more {
  display: block;
  position: relative;
  font-family: 'Novecento-DemiBold';
  font-size: 11px;
  word-spacing: 0.1em;
}
a.more:hover {
  text-decoration: none;
}
a.more:before,
a.more .before {
  content: " ";
  display: block;
  position: relative;
  top: 1px;
  float: left;
  margin-right: 5px;
  width: 12px;
  height: 12px;
  background-repeat: no-repeat;
  background-image: url('../Img/picto/plus.png');
}
a.more:after,
a.more .after {
  content: "›";
  margin-left: 5px;
}
a.more.magazine,
.magazine a.more {
  color: #ffa81e;
}
a.more.magazine:after,
.magazine a.more:after,
a.more.magazine .after,
.magazine a.more .after {
  color: #f87800;
}
a.more.magazine:before,
.magazine a.more:before,
a.more.magazine .before,
.magazine a.more .before {
  background-position: 0 0;
}
a.more.perfume,
.perfume a.more {
  color: #c4a6e2;
}
a.more.perfume:after,
.perfume a.more:after,
a.more.perfume .after,
.perfume a.more .after {
  color: #9068ab;
}
a.more.perfume:before,
.perfume a.more:before,
a.more.perfume .before,
.perfume a.more .before {
  background-position: 0 -12px;
}
a.more.perfume:hover,
.perfume a.more:hover {
  color: #9068ab;
}
a.more.member,
.member a.more {
  color: #ff9daa !important;
}
a.more.member:after,
.member a.more:after,
a.more.member .after,
.member a.more .after {
  color: #ff9daa !important;
}
a.more.member:before,
.member a.more:before,
a.more.member .before,
.member a.more .before {
  background-position: 0 -36px !important;
}
a.more.member:hover,
.member a.more:hover {
  color: #f56473 !important;
}
a.more.stats,
.stats a.more {
  color: #87cbe8;
}
a.more.stats:after,
.stats a.more:after,
a.more.stats .after,
.stats a.more .after {
  color: #48a1c6;
}
a.more.stats:before,
.stats a.more:before,
a.more.stats .before,
.stats a.more .before {
  background-position: 0 -24px;
}
a.more.stats:hover,
.stats a.more:hover {
  color: #48a1c6;
}
a.more.user,
.user a.more {
  color: #ffa1af;
}
a.more.user:after,
.user a.more:after,
a.more.user .after,
.user a.more .after {
  color: #f17086;
}
a.more.user:before,
.user a.more:before,
a.more.user .before,
.user a.more .before {
  background-position: 0 -36px;
}
a.more.user:hover,
.user a.more:hover {
  color: #f17086;
}
a.more.pro,
.pro a.more {
  color: #575757;
}
a.more.pro:after,
.pro a.more:after,
a.more.pro .after,
.pro a.more .after {
  color: #262626;
}
a.more.pro:before,
.pro a.more:before,
a.more.pro .before,
.pro a.more .before {
  background-position: 0 -48px;
}
a.more.pro:hover,
.pro a.more:hover {
  color: #000000;
}
/*************************************** POPIN MICRO ACTIONS ***********************************/
.hidden_content {
  visibility: hidden;
}
#microActionPopIn {
  width: 100%;
  position: fixed;
  z-index: 99999999;
  bottom: 0px;
  left: 0px;
}
#microActionPopIn .containerMicro {
  opacity: 0;
  -moz-opacity: 0;
  filter: alpha(opacity=0);
  background-color: #F46473;
  padding: 10px 0 30px;
  width: 100%;
  position: absolute;
  z-index: 99999999;
  bottom: 0px;
  left: 0px;
  /*GENERICS*/

}
#microActionPopIn .containerMicro .validate {
  float: right;
  margin: 15px 0 0 0;
  padding: 9px 15px;
  background-color: #ffffff;
  color: #f56473;
  font-family: 'verdana', sans-serif;
  font-size: 11px;
  font-weight: bold;
  text-transform: uppercase;
  border: none;
}
#microActionPopIn .containerMicro .checkbox {
  width: 16px;
  height: 16px;
  background-color: #fff;
  float: left;
  margin-right: 5px;
  cursor: pointer;
}
#microActionPopIn .containerMicro .checkbox.agreed {
  background: url('../Img/checked.jpg');
  width: 16px;
  height: 16px;
}
#microActionPopIn .containerMicro .close {
  display: block;
  float: right;
  text-transform: uppercase;
  font-family: 'Novecento-Medium', sans-serif;
  font-size: 12px;
  color: #ffffff;
  right: 20px;
  position: relative;
}
#microActionPopIn .containerMicro .micro_content {
  width: 90%;
  left: 5%;
  position: relative;
  float: left;
  font-family: 'Novecento-Medium', sans-serif;
  font-size: 12px;
  color: #ffffff;
}
#microActionPopIn .containerMicro .micro_content > a {
  color: #ffffff;
  text-decoration: underline;
  margin: 0 0 0 15px;
}
#microActionPopIn .containerMicro .micro_content .wrapper_check {
  float: left;
}
#microActionPopIn .containerMicro .micro_content .wrapper_check .content_check {
  font-family: 'verdana', sans-serif;
  font-size: 11px;
  width: 290px;
  height: 25px;
}
#microActionPopIn .containerMicro .micro_content .wrapper_check .content_check .micro_check {
  display: none;
  float: left;
  margin: 0 8px 0 0;
}
#microActionPopIn .containerMicro .micro_content .wrapper_check .content_check span {
  display: inline;
  float: left;
}
#microActionPopIn .containerMicro .micro_content .controls {
  float: right;
}
#microActionPopIn .containerMicro .micro_content .controls .next,
#microActionPopIn .containerMicro .micro_content .controls .ignore {
  float: right;
  display: inline;
  margin: 15px 0 0 0;
  padding: 9px 15px;
  background-color: #ffffff;
  color: #f56473;
  font-family: 'verdana', sans-serif;
  font-size: 11px;
  font-weight: bold;
  text-transform: uppercase;
  border: none;
}
#microActionPopIn .containerMicro .micro_content .controls .next:hover,
#microActionPopIn .containerMicro .micro_content .controls .ignore:hover {
  text-decoration: none;
}
#microActionPopIn .containerMicro .micro_content .controls .ignore {
  margin: 15px 0 0 0;
  background-color: transparent;
  text-transform: none;
  font-weight: normal;
  color: #ffffff;
  font-size: 11px;
}
#microActionPopIn .containerMicro .micro_content .controls .ignore:hover {
  text-decoration: none;
}
#microActionPopIn .containerMicro .micro_content .controls .ignore span {
  text-decoration: underline;
}
#microActionPopIn .containerMicro .micro_content .controls .ignore .ignore_arrow {
  font-family: 'Novecento-Medium', sans-serif;
  font-size: 10px;
  margin: 2px 0 0 5px;
  text-decoration: none;
}
#microActionPopIn .containerMicro .micro_content .select .container {
  position: relative !important;
  top: 0 !important;
}
#microActionPopIn .containerMicro .micro_content .question {
  float: left;
  width: 100%;
  position: relative;
}
#microActionPopIn .containerMicro .micro_content .question .answers {
  float: left;
  margin: 14px 0 0 0;
  width: 100%;
  position: relative;
}
#microActionPopIn .containerMicro .micro_content .question .answers .wrapper_check {
  position: relative;
  width: 100%;
}
#microActionPopIn .containerMicro .micro_content .question .answers .row {
  position: relative;
}
#microActionPopIn .containerMicro .micro_content .question .answers .row input.search_perfume {
  padding: 9px 15px;
  background-color: white;
  color: #f56473;
  font-family: 'Novecento-DemiBold', sans-serif;
  font-size: 11px;
  border: none;
  width: 270px;
  outline: none;
}
#microActionPopIn .containerMicro .micro_content .question .answers .row .loader_finder_survey {
  position: absolute;
  top: 3px;
  left: 310px;
  display: none;
}
#microActionPopIn .containerMicro .micro_content .question .answers .row .wrap {
  background-color: transparent;
}
#microActionPopIn .containerMicro .micro_content .question .answers .row .wrap .overflow .results {
  margin: 10px 0 0 0;
  background-color: transparent;
  max-height: 250px;
  overflow-y: scroll;
  overflow-x: hidden;
}
#microActionPopIn .containerMicro .micro_content .question .answers .row .wrap .overflow .results a {
  color: #ffffff;
  cursor: pointer;
}
#microActionPopIn .containerMicro .micro_content .question .answers .row .perfumes span {
  display: inline;
  float: left;
  padding: 5px 10px;
  background-color: white;
  color: #F56473;
  border-radius: 3px;
  margin: 0 10px 10px 0;
  font-size: 10px;
}
#microActionPopIn .containerMicro .micro_content .question .answers .row .perfumes span a {
  padding: 0px 0px 0 10px;
  color: #f56473;
  border-left: 1px solid #FFA1AF;
  margin: 0 0 0 10px;
}
#microActionPopIn .containerMicro .micro_content .question .answers .wrapper_check {
  float: left;
  font-family: 'verdana', sans-serif;
  font-size: 11px;
}
#microActionPopIn .containerMicro .micro_content .question .answers .wrapper_check .row.multi {
  margin: 0 15px 10px 0;
}
#microActionPopIn .containerMicro .micro_content .question .answers .initial_checkbox {
  display: none;
}
#microActionPopIn .containerMicro .micro_content .question .controls {
  position: relative;
}
#microActionPopIn .containerMicro .micro_content .forgot span {
  display: inline;
  float: left;
  margin: 22px 60px 12px 0;
}
#microActionPopIn .containerMicro .micro_content .forgot .input_text {
  position: relative;
  width: 250px;
  margin: 10px 0 0 0;
  padding: 12px 16px;
  border: 0;
  outline: none;
  color: #f56473;
  font-family: 'Novecento-DemiBold', sans-serif;
  font-size: 12px;
}
#microActionPopIn .containerMicro .micro_content .forgot .loader_fpwd {
  position: absolute;
  margin: 15px 0 0 -45px;
  display: none;
}
#microActionPopIn .containerMicro .content_perfume_operation ul {
  float: left;
  margin: 0 15px 0 0;
}
/*************************************** END POPIN MICRO ACTIONS ***********************************/
.loading {
  display: block;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  background-repeat: no-repeat;
  width: 16px;
  height: 16px;
  background-image: url(../Img/SPINNER3_gris.gif);
}
.loading.baro {
  width: 30px;
  height: 30px;
  background-image: url(../Img/SPINNER3.gif);
}
/*************************************** CUSTOM SELECT ***********************************/
.customSelect {
  background-color: #ffffff;
  width: 280px;
  font-size: 10px;
  font-family: 'Novecento-DemiBold';
  text-transform: uppercase;
  color: #f46d7b;
  cursor: pointer;
  position: relative;
}
.customSelect .fbDatas {
  display: none;
}
.customSelect select {
  display: none;
}
.customSelect .select {
  position: relative;
  float: left;
  background-color: #ffffff;
}
.customSelect .select .container {
  position: absolute;
  top: 0px;
  left: 0px;
}
.customSelect .select .container .options {
  background-color: #ffffff;
  overflow-x: hidden;
  overflow-y: hidden;
}
.customSelect .select .container .options .antiscroll-inner {
  z-index: 50;
  overflow-x: hidden;
}
.customSelect .select .container .options .antiscroll-inner a {
  display: block;
  border-bottom: solid 1px #fcf3f4;
  text-decoration: none;
  color: #f46d7b;
  font-family: 'Novecento-DemiBold';
  text-transform: uppercase;
  padding: 12px 0 12px 12px;
}
.customSelect .select .selected {
  height: 34px;
  line-height: 34px;
  padding-left: 12px;
}
.customSelect .arrow {
  position: relative;
  background-color: #FFF;
  float: right;
  height: 34px;
  width: 35px;
  border-left: solid 2px #ffe7e9;
  background-image: url('../Img/selector-select.jpg');
  background-repeat: no-repeat;
  background-position: 15px 15px;
}
.customSelect .true,
.customSelect .false {
  height: 34px;
}
.customSelect.region_usa,
.customSelect.region_brazil {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 50;
}
.customSelect.question1 .select,
.customSelect.question3 .select {
  margin-bottom: 25px;
}
.customSelect.birth_day,
.customSelect.birth_month {
  margin-right: 17px;
  float: left;
}
.customSelect.birth_year {
  margin-right: 0px;
  float: left;
}
/*************************************** Validation ***********************************/
.true,
.false {
  position: absolute;
  top: 0px;
  right: 0px;
  height: 34px;
  width: 18px;
  background-repeat: no-repeat;
  background-position: 5px 15px;
  z-index: 0;
}
.false {
  background-color: #f6eced;
  border-left: solid 2px #f6dfe1;
  background-image: url('../Img/false.png');
}
.true {
  background-color: #efecf1;
  border-left: solid 2px #e5dfea;
  background-image: url('../Img/true.png');
}
/*************************************** PerfumFinder ***********************************/
.perfumFinder {
  width: 280px;
  position: relative;
}
.perfumFinder .responsesContainer .memberResponse {
  position: relative;
  display: inline-block;
  padding: 5px;
  margin-bottom: 10px;
  margin-right: 10px;
  border-radius: 3px;
  background-color: #F46D7B;
  color: #FFF;
  font-size: 10px;
  cursor: default;
}
.perfumFinder .responsesContainer .memberResponse .deleteResponse {
  font-weight: bold;
  cursor: pointer;
  padding: 0 8px;
  font-size: 8px;
  border-left: 1px solid #FFA1AF;
  margin-left: 15px;
}
.perfumFinder .perfumesContainer {
  position: relative;
}
.perfumFinder .perfumesContainer .loader_finder {
  top: 10px;
}
.perfumFinder .perfumesContainer .perfumes {
  position: absolute !important;
  overflow: hidden;
  top: 0px;
  left: 0px;
  z-index: 10;
  height: 0px;
}
.perfumFinder .perfumesContainer .perfumes .list_perfumes {
  background-color: #ffffff;
  width: 300px;
}
.perfumFinder .perfumesContainer .perfumes .list_perfumes a {
  display: block;
  border-bottom: solid 1px #FCF3F4;
  text-decoration: none;
  color: #F46D7B;
  padding: 12px 0 12px 25px;
  font-size: 11px;
  cursor: pointer;
  font-family: Novecento-DemiBold;
}
/*************************************** FILEUPLOAD ***********************************/
.uploadFiles {
  height: 112px;
  position: relative;
}
.uploadFiles .loader {
  position: absolute;
  float: left;
  margin: 0;
  width: 112px;
  height: 112px;
  background-image: url('../Img/SPINNER3_gris.gif');
  background-repeat: no-repeat;
  background-position: 40px 40px;
  display: none;
}
.uploadFiles .picture {
  float: left;
  margin-right: 20px;
  width: 112px;
  height: 112px;
  background-image: url('../Img/picto/default/profil_par_defaut_SMALL2_pink.jpg');
}
.uploadFiles .picture img {
  width: 112px;
  height: 112px;
}
.uploadFiles .content {
  float: left;
  font-size: 10px;
  width: auto;
  margin: 0;
}
.uploadFiles .content .choice {
  padding-top: 20px;
  height: 45px;
}
.uploadFiles .content .choice #file-uploader-demo1 {
  float: left;
  position: relative;
  background-color: #dfdfdf;
  padding: 10px;
}
.uploadFiles .content .choice #file-uploader-demo1 .qq-upload-drop-area {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0px;
  left: 0px;
  color: #575757;
  font-family: Novecento-DemiBold;
}
.uploadFiles .content .choice #file-uploader-demo1 .qq-upload-button {
  color: #575757;
  font-family: Novecento-DemiBold;
  font-siez: 12px;
}
.uploadFiles .content .choice #file-uploader-demo1 .qq-upload-button input {
  width: 100%;
  height: 100%;
  padding: 10px;
  font-size: 12px !important;
}
.uploadFiles .content .choice #file-uploader-demo1 .qq-upload-list {
  display: none;
}
.uploadFiles .content a {
  margin-top: 15px;
  display: block;
  color: #9c9c9c;
}
/*************************************** CHECKBOX ***********************************/
div.checkboxGroup div.rowCheckbox {
  margin-top: 0px;
  height: 25px;
}
div.checkboxGroup div.rowCheckbox input[type=checkbox] {
  display: none;
}
div.checkboxGroup div.rowCheckbox .checkbox {
  width: 16px;
  height: 16px;
  background-color: #ffffff;
  float: left;
  margin-right: 5px;
  cursor: pointer;
}
div.checkboxGroup div.rowCheckbox .agreed {
  background: url('../Img/checked.jpg');
  width: 16px;
  height: 16px;
}
div.checkboxGroup div.rowCheckbox p {
  padding-top: 3px;
}
/*************************************** ANTISCROLL ***********************************/
.antiscroll-wrap {
  display: inline-block;
  position: relative;
  overflow: hidden;
}
.antiscroll-scrollbar {
  background: gray;
  background: #f8a7b0;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  -webkit-box-shadow: 0 0 1px #fff;
  -moz-box-shadow: 0 0 1px #fff;
  box-shadow: 0 0 1px #fff;
  position: absolute;
  opacity: 0;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  -webkit-transition: linear 300ms opacity;
  -moz-transition: linear 300ms opacity;
  -o-transition: linear 300ms opacity;
}
.antiscroll-scrollbar-shown {
  opacity: 1;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
}
.antiscroll-scrollbar-vertical {
  width: 7px;
  margin-top: 2px;
  right: 2px;
  top: 0;
}
.antiscroll-inner {
  overflow: scroll;
  width: 100%;
}
.antiscroll-inner::-webkit-scrollbar,
.antiscroll-inner::scrollbar {
  width: 0;
  height: 0;
}
/* =============================================================================
   Non-Semantic Helper Classes
   ========================================================================== */
.ir {
  display: block;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  background-repeat: no-repeat;
}
.ir br {
  display: none;
}
.hidden {
  display: none !important;
  visibility: hidden;
}
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
.invisible {
  visibility: hidden;
}
.short_title {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  position: relative;
}
.error {
  padding: 10px;
  border: 1px solid #FF0000;
  background-color: #FFEBE8;
  color: #000;
  font-size: 12px;
  margin: 10px 0px;
}
.success {
  padding: 10px;
  border: 1px solid #008000;
  background-color: #EFFFF9;
  color: #000;
  font-size: 12px;
  margin: 10px 0px;
}
.warning {
  padding: 10px;
  border: 1px solid #E2C822;
  background-color: #FFF9D7;
  color: #000;
  font-size: 12px;
  margin: 10px 0px;
}
.clear {
  clear: both;
  float: none;
  display: block;
  width: 100%;
  line-height: 1px;
  height: 1px;
}
#microActionPopIn .related {
  float: none;
  width: 852px;
  position: relative;
  margin: 20px auto 0 auto;
}
h1.perfume,
h2.perfume,
h3.perfume,
.perfume h1,
.perfume h2,
.perfume h3 {
  color: #9068ab;
}
h1.magazine,
h2.magazine,
h3.magazine,
.magazine h1,
.magazine h2,
.magazine h3 {
  color: #f87800;
}
h1.legal,
h2.legal,
h3.legal,
.legal h1,
.legal h2,
.legal h3 {
  color: #868686;
}
h1.about,
h2.about,
h3.about,
.about h1,
.about h2,
.about h3 {
  color: #4c4c4c;
}
h1.pro,
h2.pro,
h3.pro,
.pro h1,
.pro h2,
.pro h3 {
  color: #262626;
}
.tag {
  background-color: #ffffff;
  font-family: 'Verdana', sans-serif;
  text-transform: uppercase;
  font-size: 8px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.tag.perfume,
.perfume .tag {
  color: #9068ab;
}
.tag.magazine,
.magazine .tag {
  color: #f87800;
}
.tag.legal,
.legal .tag {
  color: #868686;
}
.tag.about,
.about .tag {
  color: #4c4c4c;
}
.tag.pro,
.pro .tag {
  color: #262626;
}
.status {
  float: left;
  margin: 2px 0 0 10px;
  border-radius: 2px;
  color: #f17086;
  background: #ffffff;
  padding: 1px 5px;
  font-size: 8px;
  font-weight: bold;
  text-transform: uppercase;
}
.tabs {
  margin: 0 0 25px 0;
  width: 672px;
  background-color: #e5e0e7;
  float: left;
}
.tabs li {
  float: left;
}
.tabs li a {
  font-family: 'Novecento-DemiBold', sans-serif;
  color: #c0accf;
  display: block;
  padding: 18px;
}
.tabs li.selected a {
  background: #f8f8f8;
  color: #9068ab;
}
.tabs_contents {
  position: relative;
  overflow: hidden;
  width: 636px;
  margin: 0 auto 25px auto;
}
.tabs_contents .container {
  width: 636px;
  float: left;
  position: relative;
}
.tabs_contents .container .tab_content {
  width: 636px;
  float: left;
  position: relative;
  color: #575757;
  line-height: 1.5em;
  font-size: 11px;
}
.tabs_contents .container .tab_content p,
.tabs_contents .container .tab_content span {
  float: left;
  clear: both;
  color: #575757;
  line-height: 1.5em;
  font-size: 11px;
  margin: 4px 0;
}
.tabs_contents .container .tab_content h3 {
  float: left;
  clear: both;
  padding: 25px 0 15px 0;
  margin: 0;
}
.tag-pointer {
  color: #ffffff;
  font-family: 'Verdana', sans-serif;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 11px;
  line-height: 9px;
  display: inline-block;
  height: 10px;
  padding: 5px;
  position: relative;
  left: 10px;
  top: -4px;
}
.tag-pointer:before,
.tag-pointer .before {
  content: " ";
  position: absolute;
  top: 0;
  right: 100%;
  display: block;
  width: 9px;
  height: 20px;
  background-image: url(../Img/picto/tag_pointer_before.png);
  background-repeat: no-repeat;
}
.tag-pointer:after,
.tag-pointer .after {
  content: " ";
  display: block;
  position: absolute;
  top: 0;
  right: -3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border-style: solid;
  border-width: 1px;
  width: 3px;
  height: 18px;
}
.tag-pointer.perfume,
.perfume .tag-pointer {
  background-color: #9068ab;
}
.tag-pointer.perfume:before,
.perfume .tag-pointer:before,
.tag-pointer.perfume .before,
.perfume .tag-pointer .before {
  background-position: 0 -20px;
}
.tag-pointer.perfume:after,
.perfume .tag-pointer:after,
.tag-pointer.perfume .after,
.perfume .tag-pointer .after {
  border-color: #9068ab;
  background-color: #9068ab;
}
.tag-pointer.magazine,
.magazine .tag-pointer {
  background-color: #f87800;
}
.tag-pointer.magazine:before,
.magazine .tag-pointer:before,
.tag-pointer.magazine .before,
.magazine .tag-pointer .before {
  background-position: 0 0;
}
.tag-pointer.magazine:after,
.magazine .tag-pointer:after,
.tag-pointer.magazine .after,
.magazine .tag-pointer .after {
  border-color: #f87800;
  background-color: #f87800;
}
.tag-pointer.stats,
.stats .tag-pointer {
  background-color: #48a1c6;
}
.tag-pointer.stats:before,
.stats .tag-pointer:before,
.tag-pointer.stats .before,
.stats .tag-pointer .before {
  background-position: 0 -40px;
}
.tag-pointer.stats:after,
.stats .tag-pointer:after,
.tag-pointer.stats .after,
.stats .tag-pointer .after {
  border-color: #48a1c6;
  background-color: #48a1c6;
}
.tag-pointer.user,
.user .tag-pointer {
  background-color: #f17086;
}
.tag-pointer.user:before,
.user .tag-pointer:before,
.tag-pointer.user .before,
.user .tag-pointer .before {
  background-position: 0 -60px;
}
.tag-pointer.user:after,
.user .tag-pointer:after,
.tag-pointer.user .after,
.user .tag-pointer .after {
  border-color: #f17086;
  background-color: #f17086;
}
.tag-pointer.pro,
.pro .tag-pointer {
  background-color: #262626;
}
.tag-pointer.pro:before,
.pro .tag-pointer:before,
.tag-pointer.pro .before,
.pro .tag-pointer .before {
  background-position: 0 -80px;
}
.tag-pointer.pro:after,
.pro .tag-pointer:after,
.tag-pointer.pro .after,
.pro .tag-pointer .after {
  border-color: #262626;
  background-color: #262626;
}
a.more {
  display: block;
  position: relative;
  font-family: 'Novecento-DemiBold';
  font-size: 11px;
  word-spacing: 0.1em;
}
a.more:hover {
  text-decoration: none;
}
a.more:before,
a.more .before {
  content: " ";
  display: block;
  position: relative;
  top: 1px;
  float: left;
  margin-right: 5px;
  width: 12px;
  height: 12px;
  background-repeat: no-repeat;
  background-image: url('../Img/picto/plus.png');
}
a.more:after,
a.more .after {
  content: "›";
  margin-left: 5px;
}
a.more.magazine,
.magazine a.more {
  color: #ffa81e;
}
a.more.magazine:after,
.magazine a.more:after,
a.more.magazine .after,
.magazine a.more .after {
  color: #f87800;
}
a.more.magazine:before,
.magazine a.more:before,
a.more.magazine .before,
.magazine a.more .before {
  background-position: 0 0;
}
a.more.perfume,
.perfume a.more {
  color: #c4a6e2;
}
a.more.perfume:after,
.perfume a.more:after,
a.more.perfume .after,
.perfume a.more .after {
  color: #9068ab;
}
a.more.perfume:before,
.perfume a.more:before,
a.more.perfume .before,
.perfume a.more .before {
  background-position: 0 -12px;
}
a.more.perfume:hover,
.perfume a.more:hover {
  color: #9068ab;
}
a.more.member,
.member a.more {
  color: #ff9daa !important;
}
a.more.member:after,
.member a.more:after,
a.more.member .after,
.member a.more .after {
  color: #ff9daa !important;
}
a.more.member:before,
.member a.more:before,
a.more.member .before,
.member a.more .before {
  background-position: 0 -36px !important;
}
a.more.member:hover,
.member a.more:hover {
  color: #f56473 !important;
}
a.more.stats,
.stats a.more {
  color: #87cbe8;
}
a.more.stats:after,
.stats a.more:after,
a.more.stats .after,
.stats a.more .after {
  color: #48a1c6;
}
a.more.stats:before,
.stats a.more:before,
a.more.stats .before,
.stats a.more .before {
  background-position: 0 -24px;
}
a.more.stats:hover,
.stats a.more:hover {
  color: #48a1c6;
}
a.more.user,
.user a.more {
  color: #ffa1af;
}
a.more.user:after,
.user a.more:after,
a.more.user .after,
.user a.more .after {
  color: #f17086;
}
a.more.user:before,
.user a.more:before,
a.more.user .before,
.user a.more .before {
  background-position: 0 -36px;
}
a.more.user:hover,
.user a.more:hover {
  color: #f17086;
}
a.more.pro,
.pro a.more {
  color: #575757;
}
a.more.pro:after,
.pro a.more:after,
a.more.pro .after,
.pro a.more .after {
  color: #262626;
}
a.more.pro:before,
.pro a.more:before,
a.more.pro .before,
.pro a.more .before {
  background-position: 0 -48px;
}
a.more.pro:hover,
.pro a.more:hover {
  color: #000000;
}
/*************************************** POPIN MICRO ACTIONS ***********************************/
.hidden_content {
  visibility: hidden;
}
#microActionPopIn {
  width: 100%;
  position: fixed;
  z-index: 99999999;
  bottom: 0px;
  left: 0px;
}
#microActionPopIn .containerMicro {
  opacity: 0;
  -moz-opacity: 0;
  filter: alpha(opacity=0);
  background-color: #F46473;
  padding: 10px 0 30px;
  width: 100%;
  position: absolute;
  z-index: 99999999;
  bottom: 0px;
  left: 0px;
  /*GENERICS*/

}
#microActionPopIn .containerMicro .validate {
  float: right;
  margin: 15px 0 0 0;
  padding: 9px 15px;
  background-color: #ffffff;
  color: #f56473;
  font-family: 'verdana', sans-serif;
  font-size: 11px;
  font-weight: bold;
  text-transform: uppercase;
  border: none;
}
#microActionPopIn .containerMicro .checkbox {
  width: 16px;
  height: 16px;
  background-color: #fff;
  float: left;
  margin-right: 5px;
  cursor: pointer;
}
#microActionPopIn .containerMicro .checkbox.agreed {
  background: url('../Img/checked.jpg');
  width: 16px;
  height: 16px;
}
#microActionPopIn .containerMicro .close {
  display: block;
  float: right;
  text-transform: uppercase;
  font-family: 'Novecento-Medium', sans-serif;
  font-size: 12px;
  color: #ffffff;
  right: 20px;
  position: relative;
}
#microActionPopIn .containerMicro .micro_content {
  width: 90%;
  left: 5%;
  position: relative;
  float: left;
  font-family: 'Novecento-Medium', sans-serif;
  font-size: 12px;
  color: #ffffff;
}
#microActionPopIn .containerMicro .micro_content > a {
  color: #ffffff;
  text-decoration: underline;
  margin: 0 0 0 15px;
}
#microActionPopIn .containerMicro .micro_content .wrapper_check {
  float: left;
}
#microActionPopIn .containerMicro .micro_content .wrapper_check .content_check {
  font-family: 'verdana', sans-serif;
  font-size: 11px;
  width: 290px;
  height: 25px;
}
#microActionPopIn .containerMicro .micro_content .wrapper_check .content_check .micro_check {
  display: none;
  float: left;
  margin: 0 8px 0 0;
}
#microActionPopIn .containerMicro .micro_content .wrapper_check .content_check span {
  display: inline;
  float: left;
}
#microActionPopIn .containerMicro .micro_content .controls {
  float: right;
}
#microActionPopIn .containerMicro .micro_content .controls .next,
#microActionPopIn .containerMicro .micro_content .controls .ignore {
  float: right;
  display: inline;
  margin: 15px 0 0 0;
  padding: 9px 15px;
  background-color: #ffffff;
  color: #f56473;
  font-family: 'verdana', sans-serif;
  font-size: 11px;
  font-weight: bold;
  text-transform: uppercase;
  border: none;
}
#microActionPopIn .containerMicro .micro_content .controls .next:hover,
#microActionPopIn .containerMicro .micro_content .controls .ignore:hover {
  text-decoration: none;
}
#microActionPopIn .containerMicro .micro_content .controls .ignore {
  margin: 15px 0 0 0;
  background-color: transparent;
  text-transform: none;
  font-weight: normal;
  color: #ffffff;
  font-size: 11px;
}
#microActionPopIn .containerMicro .micro_content .controls .ignore:hover {
  text-decoration: none;
}
#microActionPopIn .containerMicro .micro_content .controls .ignore span {
  text-decoration: underline;
}
#microActionPopIn .containerMicro .micro_content .controls .ignore .ignore_arrow {
  font-family: 'Novecento-Medium', sans-serif;
  font-size: 10px;
  margin: 2px 0 0 5px;
  text-decoration: none;
}
#microActionPopIn .containerMicro .micro_content .select .container {
  position: relative !important;
  top: 0 !important;
}
#microActionPopIn .containerMicro .micro_content .question {
  float: left;
  width: 100%;
  position: relative;
}
#microActionPopIn .containerMicro .micro_content .question .answers {
  float: left;
  margin: 14px 0 0 0;
  width: 100%;
  position: relative;
}
#microActionPopIn .containerMicro .micro_content .question .answers .wrapper_check {
  position: relative;
  width: 100%;
}
#microActionPopIn .containerMicro .micro_content .question .answers .row {
  position: relative;
}
#microActionPopIn .containerMicro .micro_content .question .answers .row input.search_perfume {
  padding: 9px 15px;
  background-color: white;
  color: #f56473;
  font-family: 'Novecento-DemiBold', sans-serif;
  font-size: 11px;
  border: none;
  width: 270px;
  outline: none;
}
#microActionPopIn .containerMicro .micro_content .question .answers .row .loader_finder_survey {
  position: absolute;
  top: 3px;
  left: 310px;
  display: none;
}
#microActionPopIn .containerMicro .micro_content .question .answers .row .wrap {
  background-color: transparent;
}
#microActionPopIn .containerMicro .micro_content .question .answers .row .wrap .overflow .results {
  margin: 10px 0 0 0;
  background-color: transparent;
  max-height: 250px;
  overflow-y: scroll;
  overflow-x: hidden;
}
#microActionPopIn .containerMicro .micro_content .question .answers .row .wrap .overflow .results a {
  color: #ffffff;
  cursor: pointer;
}
#microActionPopIn .containerMicro .micro_content .question .answers .row .perfumes span {
  display: inline;
  float: left;
  padding: 5px 10px;
  background-color: white;
  color: #F56473;
  border-radius: 3px;
  margin: 0 10px 10px 0;
  font-size: 10px;
}
#microActionPopIn .containerMicro .micro_content .question .answers .row .perfumes span a {
  padding: 0px 0px 0 10px;
  color: #f56473;
  border-left: 1px solid #FFA1AF;
  margin: 0 0 0 10px;
}
#microActionPopIn .containerMicro .micro_content .question .answers .wrapper_check {
  float: left;
  font-family: 'verdana', sans-serif;
  font-size: 11px;
}
#microActionPopIn .containerMicro .micro_content .question .answers .wrapper_check .row.multi {
  margin: 0 15px 10px 0;
}
#microActionPopIn .containerMicro .micro_content .question .answers .initial_checkbox {
  display: none;
}
#microActionPopIn .containerMicro .micro_content .question .controls {
  position: relative;
}
#microActionPopIn .containerMicro .micro_content .forgot span {
  display: inline;
  float: left;
  margin: 22px 60px 12px 0;
}
#microActionPopIn .containerMicro .micro_content .forgot .input_text {
  position: relative;
  width: 250px;
  margin: 10px 0 0 0;
  padding: 12px 16px;
  border: 0;
  outline: none;
  color: #f56473;
  font-family: 'Novecento-DemiBold', sans-serif;
  font-size: 12px;
}
#microActionPopIn .containerMicro .micro_content .forgot .loader_fpwd {
  position: absolute;
  margin: 15px 0 0 -45px;
  display: none;
}
#microActionPopIn .containerMicro .content_perfume_operation ul {
  float: left;
  margin: 0 15px 0 0;
}
/*************************************** END POPIN MICRO ACTIONS ***********************************/
.loading {
  display: block;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  background-repeat: no-repeat;
  width: 16px;
  height: 16px;
  background-image: url(../Img/SPINNER3_gris.gif);
}
.loading.baro {
  width: 30px;
  height: 30px;
  background-image: url(../Img/SPINNER3.gif);
}
/*************************************** CUSTOM SELECT ***********************************/
.customSelect {
  background-color: #ffffff;
  width: 280px;
  font-size: 10px;
  font-family: 'Novecento-DemiBold';
  text-transform: uppercase;
  color: #f46d7b;
  cursor: pointer;
  position: relative;
}
.customSelect .fbDatas {
  display: none;
}
.customSelect select {
  display: none;
}
.customSelect .select {
  position: relative;
  float: left;
  background-color: #ffffff;
}
.customSelect .select .container {
  position: absolute;
  top: 0px;
  left: 0px;
}
.customSelect .select .container .options {
  background-color: #ffffff;
  overflow-x: hidden;
  overflow-y: hidden;
}
.customSelect .select .container .options .antiscroll-inner {
  z-index: 50;
  overflow-x: hidden;
}
.customSelect .select .container .options .antiscroll-inner a {
  display: block;
  border-bottom: solid 1px #fcf3f4;
  text-decoration: none;
  color: #f46d7b;
  font-family: 'Novecento-DemiBold';
  text-transform: uppercase;
  padding: 12px 0 12px 12px;
}
.customSelect .select .selected {
  height: 34px;
  line-height: 34px;
  padding-left: 12px;
}
.customSelect .arrow {
  position: relative;
  background-color: #FFF;
  float: right;
  height: 34px;
  width: 35px;
  border-left: solid 2px #ffe7e9;
  background-image: url('../Img/selector-select.jpg');
  background-repeat: no-repeat;
  background-position: 15px 15px;
}
.customSelect .true,
.customSelect .false {
  height: 34px;
}
.customSelect.region_usa,
.customSelect.region_brazil {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 50;
}
.customSelect.question1 .select,
.customSelect.question3 .select {
  margin-bottom: 25px;
}
.customSelect.birth_day,
.customSelect.birth_month {
  margin-right: 17px;
  float: left;
}
.customSelect.birth_year {
  margin-right: 0px;
  float: left;
}
/*************************************** Validation ***********************************/
.true,
.false {
  position: absolute;
  top: 0px;
  right: 0px;
  height: 34px;
  width: 18px;
  background-repeat: no-repeat;
  background-position: 5px 15px;
  z-index: 0;
}
.false {
  background-color: #f6eced;
  border-left: solid 2px #f6dfe1;
  background-image: url('../Img/false.png');
}
.true {
  background-color: #efecf1;
  border-left: solid 2px #e5dfea;
  background-image: url('../Img/true.png');
}
/*************************************** PerfumFinder ***********************************/
.perfumFinder {
  width: 280px;
  position: relative;
}
.perfumFinder .responsesContainer .memberResponse {
  position: relative;
  display: inline-block;
  padding: 5px;
  margin-bottom: 10px;
  margin-right: 10px;
  border-radius: 3px;
  background-color: #F46D7B;
  color: #FFF;
  font-size: 10px;
  cursor: default;
}
.perfumFinder .responsesContainer .memberResponse .deleteResponse {
  font-weight: bold;
  cursor: pointer;
  padding: 0 8px;
  font-size: 8px;
  border-left: 1px solid #FFA1AF;
  margin-left: 15px;
}
.perfumFinder .perfumesContainer {
  position: relative;
}
.perfumFinder .perfumesContainer .loader_finder {
  top: 10px;
}
.perfumFinder .perfumesContainer .perfumes {
  position: absolute !important;
  overflow: hidden;
  top: 0px;
  left: 0px;
  z-index: 10;
  height: 0px;
}
.perfumFinder .perfumesContainer .perfumes .list_perfumes {
  background-color: #ffffff;
  width: 300px;
}
.perfumFinder .perfumesContainer .perfumes .list_perfumes a {
  display: block;
  border-bottom: solid 1px #FCF3F4;
  text-decoration: none;
  color: #F46D7B;
  padding: 12px 0 12px 25px;
  font-size: 11px;
  cursor: pointer;
  font-family: Novecento-DemiBold;
}
/*************************************** FILEUPLOAD ***********************************/
.uploadFiles {
  height: 112px;
  position: relative;
}
.uploadFiles .loader {
  position: absolute;
  float: left;
  margin: 0;
  width: 112px;
  height: 112px;
  background-image: url('../Img/SPINNER3_gris.gif');
  background-repeat: no-repeat;
  background-position: 40px 40px;
  display: none;
}
.uploadFiles .picture {
  float: left;
  margin-right: 20px;
  width: 112px;
  height: 112px;
  background-image: url('../Img/picto/default/profil_par_defaut_SMALL2_pink.jpg');
}
.uploadFiles .picture img {
  width: 112px;
  height: 112px;
}
.uploadFiles .content {
  float: left;
  font-size: 10px;
  width: auto;
  margin: 0;
}
.uploadFiles .content .choice {
  padding-top: 20px;
  height: 45px;
}
.uploadFiles .content .choice #file-uploader-demo1 {
  float: left;
  position: relative;
  background-color: #dfdfdf;
  padding: 10px;
}
.uploadFiles .content .choice #file-uploader-demo1 .qq-upload-drop-area {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0px;
  left: 0px;
  color: #575757;
  font-family: Novecento-DemiBold;
}
.uploadFiles .content .choice #file-uploader-demo1 .qq-upload-button {
  color: #575757;
  font-family: Novecento-DemiBold;
  font-siez: 12px;
}
.uploadFiles .content .choice #file-uploader-demo1 .qq-upload-button input {
  width: 100%;
  height: 100%;
  padding: 10px;
  font-size: 12px !important;
}
.uploadFiles .content .choice #file-uploader-demo1 .qq-upload-list {
  display: none;
}
.uploadFiles .content a {
  margin-top: 15px;
  display: block;
  color: #9c9c9c;
}
/*************************************** CHECKBOX ***********************************/
div.checkboxGroup div.rowCheckbox {
  margin-top: 0px;
  height: 25px;
}
div.checkboxGroup div.rowCheckbox input[type=checkbox] {
  display: none;
}
div.checkboxGroup div.rowCheckbox .checkbox {
  width: 16px;
  height: 16px;
  background-color: #ffffff;
  float: left;
  margin-right: 5px;
  cursor: pointer;
}
div.checkboxGroup div.rowCheckbox .agreed {
  background: url('../Img/checked.jpg');
  width: 16px;
  height: 16px;
}
div.checkboxGroup div.rowCheckbox p {
  padding-top: 3px;
}
/*************************************** ANTISCROLL ***********************************/
.antiscroll-wrap {
  display: inline-block;
  position: relative;
  overflow: hidden;
}
.antiscroll-scrollbar {
  background: gray;
  background: #f8a7b0;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  -webkit-box-shadow: 0 0 1px #fff;
  -moz-box-shadow: 0 0 1px #fff;
  box-shadow: 0 0 1px #fff;
  position: absolute;
  opacity: 0;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  -webkit-transition: linear 300ms opacity;
  -moz-transition: linear 300ms opacity;
  -o-transition: linear 300ms opacity;
}
.antiscroll-scrollbar-shown {
  opacity: 1;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
}
.antiscroll-scrollbar-vertical {
  width: 7px;
  margin-top: 2px;
  right: 2px;
  top: 0;
}
.antiscroll-inner {
  overflow: scroll;
  width: 100%;
}
.antiscroll-inner::-webkit-scrollbar,
.antiscroll-inner::scrollbar {
  width: 0;
  height: 0;
}
/*
 *		Vars
 */
body {
  color: #9c9c9c;
  font-family: Verdana, sans-serif;
  font-size: 10px;
  padding: 0;
  margin: 0;
  background-color: #f6f6f6;
}
#header {
  background-color: transparent;
}
.phone #header.register,
.tablet #header.register,
#header.register {
  padding: 0;
}
#header div#line {
  background: url('../Img/line.png');
  background-repeat: repeat-x;
  height: 3px;
}
#logo {
  display: block;
  width: 135px;
  height: 44px;
  background-image: url("../Img/logo_sprite.png");
  background-position: 0 -180px;
  background-repeat: no-repeat;
  margin-left: 25px;
}
.loader {
  height: 16px;
  width: 16px;
  margin: 12px;
  float: left;
  background-repeat: no-repeat;
}
#formContainer {
  float: left;
  position: relative;
  z-index: 50 !important;
}
#formCompleteProfile {
  float: left;
  margin-bottom: 50px;
}
.right {
  position: relative;
  width: 280px;
  float: right;
}
input[type=text],
input[type=password] {
  position: relative;
  width: 268px;
  padding: 12px 0 12px 12px;
  border: 0;
  outline: none;
  font-family: 'Novecento-DemiBold';
  color: #f17086;
  font-size: 10px;
  text-transform: uppercase;
  z-index: 2;
  height: 13px;
}
#member_password,
#member_password_hidden {
  position: absolute;
  top: 0px;
  left: 0px;
}
#goToConnection {
  position: relative;
  margin-top: 10px;
  float: left;
  color: #9c9c9c;
  text-decoration: underline;
}
.empty,
.empty2 {
  display: none;
}
.fbDatas {
  display: none;
}
.wrap_forgot {
  margin-left: 80px;
  width: 400px;
}
.wrap_forgot input {
  position: absolute;
  top: 0px;
  left: 0px;
}
.wrap_forgot .row {
  width: 278px;
}
.wrap_forgot #redirect {
  float: left;
  clear: both;
}
.wrap_forgot #success,
.wrap_forgot #redirect p {
  font-size: 14px;
  margin-top: 10px;
  float: left;
  clear: both;
  line-height: 1.5;
}
.wrap_forgot #redirect a {
  font-size: 14px;
  margin: 10px 0 0 5px;
  float: left;
  color: #9C9C9C;
  text-decoration: underline;
  line-height: 1.5;
}
@media screen and (min-width: 990px) {
  body:after {
    content: "desktop";
    display: none;
  }
  div.main_wrapper {
    width: 780px;
    margin: 0 auto;
  }
  #header div.main_wrapper {
    margin: 50px auto 40px auto;
  }
  #wrapper {
    margin-left: 70px;
  }
  a.whyRegister {
    display: block;
    margin: 5px 0px;
    color: #9c9c9c;
    font-weight: normal;
    font-size: 11px;
    float: left;
  }
  div.main_content h1 {
    color: #f46d7b;
    font-size: 24px;
    font-family: 'Novecento-DemiBold';
    font-weight: normal;
  }
  form {
    width: 590px;
  }
  .row {
    position: relative;
    margin-top: 10px;
    height: 40px;
    clear: both;
    z-index: 1;
    font-family: Verdana;
    font-size: 10px;
    line-height: 1.5;
  }
  .row a {
    color: #9c9c9c;
    text-decoration: underline;
  }
  div.checkboxGroup div.rowCheckbox {
    margin-top: 0px;
    height: 25px;
  }
  div.checkboxGroup div.rowCheckbox input[type=checkbox] {
    display: none;
  }
  div.checkboxGroup div.rowCheckbox .checkbox {
    width: 16px;
    height: 16px;
    background-color: #ffffff;
    float: left;
    margin-right: 5px;
    cursor: pointer;
  }
  div.checkboxGroup div.rowCheckbox .agreed {
    background: url('../Img/checked.jpg');
    width: 16px;
    height: 16px;
  }
  div.checkboxGroup div.rowCheckbox p {
    padding-top: 3px;
  }
  .left {
    position: relative;
    width: 280px;
    margin-right: 30px;
    float: left;
    margin-bottom: 10px;
  }
  .left .row_label {
    margin-top: 5px;
    height: 10px;
    clear: both;
    width: 100%;
    z-index: -1;
  }
  .left .row_label label {
    color: #f46d7b;
    font-family: 'Novecento-DemiBold';
    font-size: 10px;
    margin-left: 12px;
    float: left;
  }
  input.submit {
    height: 40px;
    padding: 0px 20px 0 30px;
    outline: none;
    border-radius: 5px;
    background-color: #f46d7b;
    border: 1px solid #E05664;
    color: #FFF;
    font-family: 'Novecento-DemiBold';
    font-size: 12px;
    text-transform: uppercase;
    background-image: url('../Img/check.png');
    background-repeat: no-repeat;
    background-position: 10px center;
    float: left;
    cursor: pointer;
  }
  .completeProfile {
    height: 25px;
    position: relative;
  }
  .completeProfile h1 {
    float: left;
    margin: 0;
  }
  .completeProfile a {
    bottom: 0px;
    margin-left: 30px;
    position: absolute;
    color: #9c9c9c;
  }
  .rowCompleteProfile {
    clear: both;
    font-size: 12px;
    float: left;
  }
  div.rowCompleteProfile {
    margin-top: 15px;
  }
  p.rowCompleteProfile {
    margin-top: 20px;
    font-family: Verdana;
    color: #666666;
    line-height: 1.5;
    width: 100%;
  }
  p.rowCompleteProfile span {
    font-family: Novecento-DemiBold;
  }
  textarea {
    width: 550px;
    max-width: 550px;
    height: 130px;
    color: #f26d7a;
    font-family: Novecento-Medium;
    font-size: 10px;
    padding: 15px 20px 0px 20px;
    border: 0px;
    overflow: hidden;
    resize: none;
  }
  .customSelect.question1 .select,
  .customSelect.question3 .select {
    margin-bottom: 5px;
  }
}
@media only screen and (max-width: 989px) and (min-width: 673px) {
  body:after {
    content: "tablet";
    display: none;
  }
  #header div.main_wrapper {
    margin: 50px auto 40px auto;
  }
  a.whyRegister {
    display: block;
    margin: 5px 0px;
    color: #9c9c9c;
  }
  #wrapper {
    margin-left: 70px;
  }
  .main_wrapper {
    width: 590px;
    margin: 0 auto;
  }
  .main_content h1 {
    color: #f46d7b;
    font-size: 24px;
    font-family: 'Novecento-DemiBold';
    font-weight: normal;
    margin: 0;
  }
  form {
    width: 590px;
  }
  .row {
    position: relative;
    margin-top: 10px;
    height: 40px;
    clear: both;
    z-index: 1;
  }
  .row a {
    color: #9c9c9c;
    text-decoration: underline;
  }
  p.row {
    font-family: Verdana;
    font-size: 10px;
    width: 590px;
    line-height: 1.5;
  }
  .left {
    position: relative;
    width: 280px;
    margin-right: 30px;
    float: left;
    margin-bottom: 10px;
  }
  .left .row_label {
    margin-top: 5px;
    height: 10px;
    clear: both;
    width: 100%;
    z-index: -1;
  }
  .left .row_label label {
    color: #f46d7b;
    font-family: 'Novecento-DemiBold';
    font-size: 10px;
    margin-left: 12px;
    float: left;
  }
  div.checkboxGroup div.rowCheckbox {
    margin-top: 0px;
    height: 25px;
  }
  div.checkboxGroup div.rowCheckbox input[type=checkbox] {
    display: none;
  }
  div.checkboxGroup div.rowCheckbox .checkbox {
    width: 16px;
    height: 16px;
    background-color: #ffffff;
    float: left;
    margin-right: 5px;
    cursor: pointer;
  }
  div.checkboxGroup div.rowCheckbox .agreed {
    background: url('../Img/checked.jpg');
    width: 16px;
    height: 16px;
  }
  div.checkboxGroup div.rowCheckbox p {
    padding-top: 3px;
  }
  input.submit {
    height: 40px;
    padding: 0px 20px 0 30px;
    outline: none;
    border-radius: 5px;
    background-color: #f46d7b;
    border: 1px solid #E05664;
    color: #FFF;
    font-family: 'Novecento-DemiBold';
    font-size: 12px;
    text-transform: uppercase;
    background-image: url('../Img/check.png');
    background-repeat: no-repeat;
    background-position: 10px center;
    float: left;
    cursor: pointer;
  }
  .completeProfile {
    height: 25px;
    position: relative;
  }
  .completeProfile h1 {
    float: left;
    margin: 0;
  }
  .completeProfile a {
    bottom: 0px;
    margin-left: 30px;
    position: absolute;
    color: #9c9c9c;
  }
  .rowCompleteProfile {
    clear: both;
    font-size: 12px;
  }
  div.rowCompleteProfile {
    margin-top: 15px;
  }
  p.rowCompleteProfile {
    margin-top: 30px;
    font-family: Verdana;
    color: #666666;
    line-height: 1.5;
    width: 100%;
  }
  p.rowCompleteProfile span {
    font-family: Novecento-DemiBold;
  }
  textarea {
    width: 550px;
    max-width: 550px;
    height: 130px;
    color: #f26d7a;
    font-family: Novecento-Medium;
    font-size: 10px;
    padding: 15px 20px 0px 20px;
    border: 0px;
    resize: none;
    overflow: hidden;
  }
}
@media only screen and (max-width: 672px) {
  body:after {
    content: "phone";
    display: none;
  }
  div.main_wrapper {
    width: 320px;
    margin: 0 auto;
    padding-left: 10px;
  }
  #header div.main_wrapper {
    margin: 30px auto 30px auto;
  }
  #header div.main_wrapper #logo {
    margin-left: 0px;
  }
  a.whyRegister {
    display: block;
    margin: 5px 0px;
    color: #9c9c9c;
    float: left;
  }
  div.main_content h1 {
    color: #f46d7b;
    font-size: 12px;
    clear: both;
    font-weight: normal;
    font-family: Novecento-DemiBold;
    margin-top: 20px;
  }
  form {
    margin-bottom: 20px;
  }
  .row {
    position: relative;
    margin-top: 10px;
    height: 35px;
    clear: both;
    z-index: 1;
  }
  .row.name {
    margin-top: 5px;
  }
  p.row {
    font-family: Verdana;
    font-size: 10px;
    width: 320px;
    line-height: 1.5;
  }
  .row .link {
    color: #9c9c9c;
  }
  div.checkboxGroup {
    margin: 15px 0;
  }
  div.checkboxGroup div.rowCheckbox {
    height: 25px;
    margin-bottom: 10px;
  }
  div.checkboxGroup div.rowCheckbox input[type=checkbox] {
    display: none;
  }
  div.checkboxGroup div.rowCheckbox .checkbox {
    width: 16px;
    height: 16px;
    background-color: #ffffff;
    float: left;
    margin-right: 5px;
    cursor: pointer;
  }
  div.checkboxGroup div.rowCheckbox .agreed {
    background: url('../Img/checked.jpg');
    width: 16px;
    height: 16px;
  }
  div.checkboxGroup div.rowCheckbox p {
    display: block;
    float: left;
    width: 265px;
    line-height: 1.2;
    padding-top: 0px;
  }
  .left {
    position: relative;
    width: 280px;
    margin-bottom: 10px;
  }
  .left .row_label {
    margin-top: 10px;
    height: 10px;
    clear: both;
    width: 100%;
    z-index: -1;
  }
  .left .row_label label {
    color: #f46d7b;
    font-family: 'Novecento-DemiBold';
    font-size: 10px;
    margin-left: 12px;
    float: left;
  }
  input.submit {
    height: 40px;
    padding: 0px 20px 0 30px;
    outline: none;
    border-radius: 5px;
    background-color: #f46d7b;
    border: 1px solid #E05664;
    color: #FFF;
    font-family: 'Novecento-DemiBold';
    font-size: 12px;
    text-transform: uppercase;
    background-image: url('../Img/check.png');
    background-repeat: no-repeat;
    background-position: 10px center;
    float: left;
    cursor: pointer;
  }
  .completeProfile {
    height: 30px;
  }
  .completeProfile h1 {
    margin: 0;
  }
  .completeProfile a {
    color: #575757;
    margin-top: 5px;
    display: block;
  }
  div.rowCompleteProfile {
    clear: both;
    font-size: 12px;
    margin-top: 15px;
  }
  p.rowCompleteProfile {
    clear: both;
    font-size: 12px;
    margin-top: 15px;
    font-family: Verdana;
    color: #666666;
    line-height: 1.5;
    width: 100%;
  }
  p.rowCompleteProfile span {
    font-family: Novecento-DemiBold;
  }
  .uploadFiles {
    display: none !important;
  }
  textarea {
    width: 278px;
    max-width: 278px;
    height: 260px;
    color: #f26d7a;
    font-family: Novecento-Medium;
    font-size: 10px;
    padding: 15px 20px 0px 20px;
    border: 0px;
    overflow: hidden;
    resize: none;
  }
  a.skip {
    text-decoration: underline;
  }
}
.perfumFinder #member_parfum {
  width: 253px;
  font-size: 11px;
  padding-left: 25px;
}
.perfumFinder .plus {
  height: 100%;
  width: 35px;
  position: absolute;
  top: 0px;
  right: 0px;
  border-left: solid 2px #FFE7E9;
  z-index: 2;
}
.perfumFinder .plus div {
  font-family: Novecento-DemiBold;
  font-size: 24px;
  color: #ffaeb6;
  text-align: center;
  cursor: default;
  margin-top: 3px;
}
.confirm-resigter {
  font-size: 13px;
  line-height: 1.4em;
}
