/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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;
}

ul.pink_puce { list-style-type: disc;line-height:1.5em; }
ul.pink_puce li { color:#E32354; margin-left:30px;}
ul.pink_puce li span { color:#111;}

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;
}

/** FIN RESET **/

* {
	box-sizing:border-box;
	font-family: 'Century Gothic', sans-serif;
	font-size: 1em;

}
a {text-decoration:none;color:#E32354;}
a:hover {text-decoration:underline;}
::-webkit-input-placeholder, :-moz-placeholder, ::-moz-placeholder, :-ms-input-placeholder {
	font-weight: normal;
	color: #AAA;
}
div.clear {clear:both;}
b, strong {font-weight:bold;}
i, em {font-style:italic;}
.color_pink {color:#E32354;}
sup {vertical-align: super;font-size: smaller;}
html{background-color:#111;}
body {font-family:'Century Gothic', sans-serif;font-size:15px;background-color:white;color:#111;min-width:1010px;}
input, textarea, select {font-family:'Century Gothic', sans-serif;border:1px solid #CDCDCD;padding: 5px 5px;outline-color:#EF3967;resize:none;max-width: 100%;}
p{line-height: 1.5em;letter-spacing: 0.2px;}
div.center{text-align: center;}
.tar{text-align: right;}
.justify{text-align: justify;}
h2.titre_rose{font-size: 1.4em;padding:10px 0; color:#E32354;font-weight: bold;}
.cp { cursor:pointer; }
div.hidden{display: none;}
.tac{text-align: center;}
.d-flex{display: flex;}
.jcsb{justify-content: space-between;}
.aic{align-items: center;}

.fs0-85{font-size:0.85em;}

div.msg_erreur {
	background-color: #FF4C4C;
    font-size: 0.9em;
    text-align: center;
    margin-bottom: 10px;
    border-radius: 2px;
    margin-top: 8px;
    display: inline-block;
    color: white;
    padding: 5px 10px;
}

div.msg_ok {
	background-color: #3ca200;
    font-size: 0.9em;
    text-align: center;
    margin-bottom: 10px;
    border-radius: 2px;
    margin-top: 8px;
    display: inline-block;
    color: white;
    padding: 5px 10px;	
}

header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	height: 120px;
	z-index: 5;
	background-color: white;
	/*border-bottom: 1px solid #adadad;*/
	border-bottom:1px solid #cecece;
	/*transition:all 0.2s ease;-moz-transition:all 0.2s ease;-o-transition:all 0.2s ease;-webkit-transition:all 0.2s ease;-ms-transition:all 0.2s ease;*/
}

header.mini {
	height:75px;
}

header .middle_content {
	width:1200px;
	margin: 0 auto;
}

header #log_form {
    text-align: right;
    font-size: 0.9em;
    position: absolute;
    width: 1010px;
    top: 0;
}

header #log_form .picto_connexion {
	display: inline-block;
	width: 20px;
	height: 20px;
	background: url('../img/Spritecss.png') -180px 0 no-repeat;
	vertical-align: middle;
	margin-right: 5px;
}

header #log_form #nomcomplet {
	display: inline;
}

header #log_form #nomcourt {
	display: none;
}

header #log_form a.connexion {
	color: #E32354;
}

header #log_form #langue {
	display: inline-block;
	font-size: 0.9em;
	margin: 0;
}

header #log_form #langue.dropdown dt a {
	padding-right: 25px;
}

header #log_form #langue.dropdown dd ul {
	right:0;
	left: auto;
}

header #bloc_connexion {
    position: absolute;
    background: white;
    border: 1px solid #CCC;
    padding: 20px;
    /*right: 105px;*/
    right:0px;
    top: 40px;
    display: none;
    z-index: 10;
    text-align: center;
}

header #bloc_connexion.erreur {
	display: block;
}

header #bloc_connexion .error_connexion {
	color: red;
	font-size: 0.9em;
	width: 200px;
}

header #bloc_connexion .arrow-up-border{
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #CCC;
    position: absolute;
    top: -10px;
    right: 20px;
}

header #bloc_connexion .arrow-up-white{
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid white;
    position: absolute;
    top: -8px;
    right: 20px;
}

header #bloc_connexion .picto_connexion_large {
	width: 53px;
	height: 49px;
	background: url('../img/Spritecss.png') -180px -63px no-repeat;
	margin:  0 auto;
}

header #bloc_connexion input, 
#log_form_page input{
	display: block;
	width: 200px;
	outline: none;
	border: 1px solid #CCC;
	margin: 10px 0;
	text-align: center;
	padding: 5px;
    font-size: 1.1em;
}

header #log_form #bloc_connexion .custom_submit_pink_button {
	margin-bottom: 15px;
    font-size: 1.1em;
}

header #log_form #bloc_connexion .mdp_oublie {
    font-size: 0.95em;
}

#log_form_page {
	margin-top: 20px;
	display: inline-block;
    background: white;
    border: 1px solid #CCC;
    padding: 20px;
}

#log_form_page .picto_connexion_large {
	width: 53px;
	height: 49px;
	background: url('../img/Spritecss.png') -180px -63px no-repeat;
	margin:  0 auto;
}

header #navigation {
    padding-top: 15px;
}

header #logo {
	width:170px;
	height:90px;
    display: inline-block;
	margin:0 40px 10px 0;
    /*transition:all 0.3s ease;-moz-transition:all 0.3s ease;-o-transition:all 0.3s ease;-webkit-transition:all 0.3s ease;-ms-transition:all 0.3s ease;*/
        z-index: 1;
    position: relative;
}

header.mini #logo {
	width: 105px;
}
/*
header #logo img {
	width: 100%;
}*/

header #logo a{
	display: block;
	width: 100%;
	height: 100%;
	background: url('../img/logo_free_cosmetic_testing.png');
}

header #menu { 
	display: inline-block;
    margin-top: 60px;
    width:980px;
    vertical-align: top;
    text-align: center;
    /*transition:all 0.3s ease;-moz-transition:all 0.3s ease;-o-transition:all 0.3s ease;-webkit-transition:all 0.3s ease;-ms-transition:all 0.3s ease;*/
}

header.mini #menu {
	margin-top: 25px;
}

header #menu ul li {
	min-width:120px;
	text-align: center;
	background-color:#111;
	color:white;
	display:inline-block;
}

header #menu ul li a {
	display: block;
	padding: 10px 20px;
	color: white;
	/*transition:all 0.3s ease;-moz-transition:all 0.3s ease;-o-transition:all 0.3s ease;-webkit-transition:all 0.3s ease;-ms-transition:all 0.3s ease;*/
}

header #menu ul li#hpwr {min-width:auto;}

header.mini #menu ul li a {
	padding: 5px 20px;
	font-size: 0.9em;
}

header #menu ul li a:hover {
	text-decoration:none;
	color:#E32354;
}

header #menu ul li.active {
	background-color:#E32354;
}

header #menu ul li.active a {
	color:white;
	font-weight: bold;
}

header #menu ul li.social {
	background-color:transparent;
	color:#111;
	margin-left:10px;
}

header #menu ul li.social a {
	display: inline;
	padding:0;
}

header #menu ul li.social .picto_fb_couleur {
	background: url('../img/Spritecss.png') -203px -1px no-repeat;
	width: 21px;
	height:21px;
	display: inline-block;
	vertical-align: middle;
}

header #menu ul li.social .picto_insta_couleur {
	background: url('../img/Spritecss.png') -226px -1px no-repeat;
	width: 21px;
	height:21px;
	display: inline-block;
	vertical-align: middle;
}

footer {
	background-color: #111;
}

footer a {color:white;}
footer a span {color:white;}

footer #footer_boutique {
    background-color: #E32354;
    text-align: center;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    line-height: 1.3em;
}

footer #footer_boutique:hover {
	background-color:#ef3967;
}

footer #footer_boutique a {
	display: block;
	padding: 13px 0;
    font-size: 1.2em;
}

footer #footer_boutique .bloc, #bandeau_event a .bloc{
    display: inline-block;
    padding: 10px 20px;
    text-transform: uppercase;
    border-top: 1px solid #EEE;
    border-bottom: 1px solid #EEE;
}

footer #footer_content {
	width: 1010px;
	margin:  0 auto;
	padding: 20px 0;
}

footer #footer_content .col1,footer #footer_content .col2, footer #footer_content .col3{
	float: left;
	width: 33.3333333%;
}

footer #footer_content ul {

}

footer #footer_content ul li {
	text-align: left;
	color: white;
	margin-bottom: 5px;
	margin-left: 70px;
}

footer #footer_content ul li .picto_fb_white {
	display: inline-block;
	width: 35px;
	height: 35px;
	background: url('../img/Spritecss.png') -181px -26px no-repeat;
}

footer #footer_content ul li .picto_insta_white {
	display: inline-block;
	width: 35px;
	height: 35px;
	background: url('../img/Spritecss.png') -220px -26px no-repeat;
}

footer #footer_content ul li .picto_weibo_white {
	display: inline-block;
	width: 50px;
	height: 41px;
	background: url('../img/picto-weibo.png') no-repeat;
	margin-top: 10px;
}

footer .copyright {
	font-size:0.85em;
	color: white;
	margin-top:10px;
}

#main {
	width:1010px;
	margin: 20px auto;
	min-height: 450px;
}

/* style pour le "faux select" */
.dropdown {margin:5px 0;}
.dropdown dd, .dropdown dt, .dropdown ul { margin:0px; padding:0px; }
.dropdown dd { position:relative; }
.dropdown a, .dropdown a:visited { color:black; text-decoration:none; outline:none;}
.dropdown a:hover { color:#5d4617;}
.dropdown dt a {background:white url(../img/arrow.png) no-repeat scroll right 5px center; display:block; text-align: center;padding: 7px;font-size: 1em;}
.dropdown dt a span {cursor:pointer; display:block;}
.dropdown dt a span .placeholder {color:#AAA;}
.dropdown dd ul { background:white;  color:#C5C0B0; display:none; width: 100%; text-align: center;
      left:0px; padding:5px 0px; position:absolute; top:2px; min-width:170px; list-style:none;border: 1px solid #CCC;z-index: 5}
.dropdown span.value { display:none;}
.dropdown dd ul li a { padding:5px; display:block;}
.dropdown dd ul li a:hover { background-color:#DDD;}

#choix_langue.dropdown dt a { padding-right: 25px; }
/** **/

.custom_submit_pink_button {
	font-weight: bold;
	text-align: center;
	padding: 5px 15px;
	background-color: #E32354;
	color: white;
	border: 0;
	cursor: pointer;
	transition:all 0.5s ease;-moz-transition:all 0.5s ease;-o-transition:all 0.5s ease;-webkit-transition:all 0.5s ease;-ms-transition:all 0.5s ease;
}

.custom_submit_pink_button:hover {
	background-color: #ef3967;
}

.custom_pink_button {
	font-weight: bold;
	text-align: center;
	background-color: #E32354;
	color: white;
	border: 1px solid #E32354;
	display: inline-block;
	cursor: pointer;
	margin:  0 auto;
	transition:all 0.5s ease;-moz-transition:all 0.5s ease;-o-transition:all 0.5s ease;-webkit-transition:all 0.5s ease;-ms-transition:all 0.5s ease;
}

.custom_pink_button:hover {
	background-color: #ef3967;
}

.custom_pink_button a {
	color: white;
	display: block;
	padding: 10px 15px;
}

.custom_pink_button a:hover {
	text-decoration: none;
}

.custom_darkgray_button {
	font-weight: bold;
	text-align: center;
	background-color: #434343;
	color: white;
	border: 1px solid #434343;
	display: inline-block;
	cursor: pointer;
	margin:  0 auto;
	transition:all 0.5s ease;-moz-transition:all 0.5s ease;-o-transition:all 0.5s ease;-webkit-transition:all 0.5s ease;-ms-transition:all 0.5s ease;
}

.custom_darkgray_button:hover {
	background-color: #565656;
}

.custom_darkgray_button a {
	color: white;
	display: block;
	padding: 10px 15px;
}

.custom_darkgray_button a:hover {
	text-decoration: none;
}

.custom_favoris_button {
	position: relative;
	font-weight: bold;
	text-align: center;
	background-color: white;
	color: #111;
	border: 1px solid #E32354;
	display: inline-block;
	cursor: pointer;
	margin:  0 auto;
	transition:all 0.5s ease;-moz-transition:all 0.5s ease;-o-transition:all 0.5s ease;-webkit-transition:all 0.5s ease;-ms-transition:all 0.5s ease;
}

.custom_favoris_button:hover {
	background-color: #ffe0e8;
}

.custom_favoris_button a {
	color: #111;
	display: block;
	padding: 10px 35px 10px 15px;
}

.custom_favoris_button.gris {
	border-color: #939598;
}
.custom_favoris_button.gris:hover {
	background-color: #CCC;
}


.custom_favoris_button a .picto_coeur {
	display: inline-block;
	width: 25px;
	height: 25px;
	background: url('../img/Spritecss.png') -365px -38px no-repeat;
	position: absolute;
	right: 5px;
	bottom: 0;
	top: 0;
	margin: auto;
}

.custom_favoris_button a .picto_coeur_gris {
	display: inline-block;
	width: 25px;
	height: 25px;
	background: url('../img/Spritecss.png') -389px -38px no-repeat;
	position: absolute;
	right: 5px;
	bottom: 0;
	top: 0;
	margin: auto;
}

.custom_favoris_button a:hover {
	text-decoration: none;
}

.custom_gray_button {
	font-weight: bold;
	text-align: center;
	background-color: #bdbec0;
	color: #636466;
	border: 1px solid #bdbec0;
	display: inline-block;
	margin:  0 auto;
	padding: 10px 15px;
}

/*
#main p.mdp_oublie_msg {
    text-transform: none;
    font-size: 0.7em;
}
*/
/*#main .bloc_mdp_oublie, #main .bloc_nouveau_mdp {
	font-size: 2em;
	text-transform: uppercase;
	padding: 20px 0 50px;
}*/

#main .bloc_mdp_oublie .saisir_email, #main .bloc_nouveau_mdp .saisir_mdp {
	background-color: #f1f1f3;
	width: 750px;
	margin:15px auto 0;
	padding: 15px 0;
    /*font-size: 0.5em;*/
}

#main .bloc_mdp_oublie .saisir_email input[name='email'], #main .bloc_nouveau_mdp .saisir_mdp input[type='password'] {
	max-width: 380px;
	min-width: 380px;
	padding: 5px 10px;
	border: 1px solid #DDD;
	margin:10px 0;
}

.bloc_accueil_top, .bloc_concept_top, .bloc_contact_top {
	background: url('../img/fond.jpg');
	color:white;
	position: relative;
	margin-top: 15px;
	font-size:13px;
	margin-top: 120px;
}

.bloc_accueil_top {
    border-bottom:1px solid #cecece;
}

.bloc_noir_top {
	background: url('../img/fond.jpg');
	color:white;
	position: relative;
	margin-top: 15px;	
	padding: 12px 0;
	font-size: 2em;
    text-transform: uppercase;
    text-align: center;
    margin-top: 120px;
    border-bottom: 1px solid #adadad;
}

.bloc_noir_rose {
	padding: 12px 0;
	font-size: 1.25em;
	text-align: center;
	color: white;
	background-color: #E32354;
}

.middle_content {
	width: 1020px;
    margin: 0 auto;
    position: relative;
    line-height: 1.3em;
}

.bloc_accueil_top .middle_content {
	background:url('../img/free_cosmetic_testing_inscription.jpg')  top right no-repeat white;border-left: 2px solid #CCC;border-right: 2px solid #CCC;min-height:initial;
}

.bloc_accueil_top #devenir_membre {
display: flex;height: 400px;flex-direction: column;align-items: flex-start;justify-content: space-evenly;width: 400px;max-width: 100%;padding:0.5rem 1.5rem;
}

#register_btn{margin:1rem 0;}
					#register_btn a {font-size: 1.1rem;border: 1px solid #ffffff;transition:all ease 0.3s;max-width:100%;}
					#register_btn:hover a{padding-left:1.5rem;padding-right:1.5rem;}

.bloc_accueil_top #devenir_membre .civilite_pictos div {
	display: inline-block;
	width: 131px;
	cursor: pointer;
	border: 1px solid transparent;
}
/*
.bloc_accueil_top #devenir_membre .civilite_pictos div:hover {
	border: 1px solid #AAA;
}
*/
.bloc_accueil_top #devenir_membre .civilite_pictos .radio_homme {
	margin-right: 3px;
}

.bloc_accueil_top #devenir_membre .civilite_pictos .radio_homme,
.bloc_accueil_top #devenir_membre .civilite_pictos .radio_femme {
	vertical-align: top;
	text-align: center;
    margin-bottom: 3px;
    position: relative;
}

.bloc_accueil_top #devenir_membre .civilite_pictos .radio_homme span.picto,
.bloc_accueil_top #devenir_membre .civilite_pictos .radio_femme span.picto {
	background:url('../img/sprite_civilite.png') no-repeat;
}

.bloc_accueil_top #devenir_membre .civilite_pictos .radio_homme span.picto {
    width: 32px;
    height: 42px;
    display: inline-block;
    background-position: 0 0;
}

.bloc_accueil_top #devenir_membre .civilite_pictos .radio_homme.active span.picto {
    background-position: -62px 0;
}

.bloc_accueil_top #devenir_membre .civilite_pictos .radio_femme span.picto {
	 width: 32px;
    height: 42px;
    display: inline-block;
    background-position: -32px 5px;
}

.bloc_accueil_top #devenir_membre .civilite_pictos .radio_femme.active span.picto {
	background-position: -93px 5px;
}

.bloc_accueil_top #devenir_membre .civilite_pictos .title {
    position: absolute;
    opacity: 0;
    top: 0;
    bottom: 0;
    right: -20px;
    margin: auto;
    height: 27px;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    background: white;
    color: #111;
    padding: 5px;
    border-radius: 2px;
}

.bloc_accueil_top #devenir_membre .civilite_pictos div:hover .title {
	opacity: 1;
}

.bloc_accueil_top #devenir_membre .form_title {
	text-transform: uppercase;
	font-weight:bold;
	color:#E32354;
	background-color:white;
	font-size: 1.5em;
	padding: 10px 0;
	text-align: center;
	margin-bottom: 10px;
}

.bloc_accueil_top #devenir_membre #inscription_msg_error {
    background-color: #FF4C4C;
    font-size: 0.9em;
    text-align: center;
    margin-bottom: 10px;
    border-radius: 2px;
    margin-top: 8px;
}

.bloc_accueil_top #devenir_membre #civilite, .bloc_accueil_top #devenir_membre #pays {
	border:2px solid white;
}

.bloc_accueil_top #devenir_membre #civilite.error, .bloc_accueil_top #devenir_membre #pays.error {
	border-color: red;
}

.bloc_accueil_top #devenir_membre .dropdown {
	margin:  3px 0;
}

.bloc_accueil_top #devenir_membre select {text-align-last: center;border-radius:0;background: url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0Ljk1IDEwIj48ZGVmcz48c3R5bGU+LmNscy0xe2ZpbGw6I2ZmZjt9LmNscy0ye2ZpbGw6IzQ0NDt9PC9zdHlsZT48L2RlZnM+PHRpdGxlPmFycm93czwvdGl0bGU+PHJlY3QgY2xhc3M9ImNscy0xIiB3aWR0aD0iNC45NSIgaGVpZ2h0PSIxMCIvPjxwb2x5Z29uIGNsYXNzPSJjbHMtMiIgcG9pbnRzPSIxLjQxIDQuNjcgMi40OCAzLjE4IDMuNTQgNC42NyAxLjQxIDQuNjciLz48cG9seWdvbiBjbGFzcz0iY2xzLTIiIHBvaW50cz0iMy41NCA1LjMzIDIuNDggNi44MiAxLjQxIDUuMzMgMy41NCA1LjMzIi8+PC9zdmc+) no-repeat 98% 50%;
	background-color:white;
	-moz-appearance: none; 
	-webkit-appearance: none; 
	appearance: none;}

.bloc_accueil_top #devenir_membre input[type="text"],
.bloc_accueil_top #devenir_membre input[type="email"],
.bloc_accueil_top #devenir_membre input[type="password"],
.bloc_accueil_top #devenir_membre select {
	width: 100%;
	border:none;
	padding: 3px;
	font-size: 1em;
	margin: 3px 0;
	text-align: center;
	border: 2px solid white;
	border-radius:none;
}


.bloc_accueil_top #devenir_membre input.error {
	border-color: red;
}

.bloc_accueil_top #devenir_membre button[name='valider_inscription'] {
	font-size: 1.2em;
	margin: 5px 0 0 0;
	padding: 5px 25px;
}

.bloc_accueil_top #devenir_membre input[name="nom"] {
	width: 131.5px;
	display: inline-block;
}

.bloc_accueil_top #devenir_membre input[name="prenom"] {
	width: 131.5px;
	display: inline-block;
	margin-right: 2px;
}

.bloc_accueil_top #devenir_membre input.cn[name="prenom"] {
	margin-right: 0;
}

.bloc_accueil_top #devenir_membre input.cn[name="nom"] {
	margin-right: 2px;
}

.bloc_accueil_top #devenir_membre input[name="cp"] {
	width: 108px;
	margin-right: 3.42px;
	display: inline-block;
}

.bloc_accueil_top #devenir_membre input[name="ville"] {
	width: 153px;
	display: inline-block;
}

.bloc_accueil_top #devenir_membre .label_DDN {font-size:0.9em;padding: 5px;background-color:rgba(255,255,255,0.2);display:inline-block;width: 117.5px;text-align: center;}

.bloc_accueil_top #devenir_membre input.DDNJ, .bloc_accueil_top #devenir_membre input.DDNM {
	width:38.5px;
    padding: 3px 1px;
    margin: 0px 1px;
}

.bloc_accueil_top #devenir_membre input.DDNA {
	width:59.5px;
	padding: 3px 1px;
}	

.bloc_accueil_top #devenir_membre .dropdown dt a {
	padding: 4.5px;
}

/** deuxieme formulaire  de connexion **/
.bloc_accueil_top #devenir_membre .form_inscription_2 .dropdown dt a {
	padding: 7px;
}

.bloc_accueil_top #devenir_membre .form_inscription_2 input[type="text"], .bloc_accueil_top #devenir_membre .form_inscription_2 input[type="email"], .bloc_accueil_top #devenir_membre .form_inscription_2 input[type="password"] {
	padding: 5.5px 3px;
}

.bloc_accueil_top #devenir_membre .dropdown dd ul{
    max-height: 250px;
    overflow-y: scroll;
    overflow-x: hidden;
}

.bloc_accueil_top #devenir_membre .lien_confirmation_email {
	font-size: 0.85em;
}

.bloc_accueil_top #devenir_membre .lien_confirmation_email a {
	color:white;
}

.bloc_accueil_top .slogan {
    text-transform: uppercase;
    text-align: left;
    letter-spacing: 0.3px;
}

.bloc_accueil_top .slogan span{
	/*background-color: white;
	color: black;*/
	color: white;
	display: inline-block;
	margin: 5px 0;font-size: 2rem;padding: 15px 10px;
}

.bloc_accueil_top .slogan span:nth-child(1) {
    background-color: #111;
}

.bloc_accueil_top .slogan span:nth-child(3) {
    background-color: #d8d8d8;color: #2b2b2b;
}

.bloc_concept_top {
	padding: 13px 0;
    font-size: 2em;
    text-align: center;
}

.bloc_concept_top .bg_white {
	background-color: white;
	color: #111;
	padding: 5px 10px;
	display: inline-block;
}

.bloc_concept_top div:nth-child(2) .bg_white {
	margin-top: 15px;
	margin-left: 40px;
}

#main .concept {
	background-color: #DDD;
	margin-bottom: 5px;
	padding: 10px 30px;
	display: table;
	width:100%;
}

#main .description_concept {
	border-right: 1px solid #999;
	padding: 10px 0;
	line-height: 1.5em;
    display: table-cell;
    vertical-align: top;
    width: 100%;
}

#main .description_concept .accueil_concept_titre {
    color: #e32354;
    font-weight: bold;
    font-size: 1.2em;
}

#main .lien_concept {
    text-align: center;
    padding: 14px 0;
    display: table-cell;
    vertical-align: top;
    width: 1px;
}

#main .lien_concept .custom_pink_button {
	white-space: nowrap;
    margin-left: 30px;
}

#main .concept_content #concept_etapes_test_produits {
    text-align: center;
    position: relative;
    margin: 0 auto;
    height: 180px;
}

#main .concept_content #concept_etapes_boutique {
    text-align: center;
    position: relative;
    margin: 0 auto;
    height: 180px;
    width: 790px;
}

#main .concept_content #concept_etapes_boutique .etape, #main .concept_content #concept_etapes_test_produits .etape {
	display: inline-block;
	width: 150px;
	height: 150px;
	margin: 0 18px;
	text-align: left;
	padding: 7px 7px;
	vertical-align: top;
	font-size: 0.9em;
	position: relative;
	text-align: center;
}

#main .concept_content #concept_etapes_boutique .barre_avancement, #main .concept_content #concept_etapes_test_produits .barre_avancement {
    height: 10px;
    background-color: #e32354;
    left: 0;
    right: 0;
    bottom: 55px;
    position: absolute;
}

#main .concept_content #concept_etapes_boutique .etape .picto, #main .concept_content #concept_etapes_test_produits .etape .picto {
	height: 78px;
	margin-top: 10px;
	margin-bottom: 10px;
	position: relative;
}	

#main .concept_content #concept_etapes_boutique .etape .picto span, #main .concept_content #concept_etapes_test_produits .etape .picto span{
	display: block;
	background:url('../img/sprite_concept.png') no-repeat;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}

#main .concept_content #concept_etapes_test_produits .etape .picto.inscription span{ background-position: -1px -67px;width: 68px;height: 68px; }
#main .concept_content #concept_etapes_test_produits .etape .picto.recevoir span{background-position: -139px -146px;width: 73px;height: 69px;}
#main .concept_content #concept_etapes_test_produits .etape .picto.tirage span{background-position: -151px -72px;width: 59px;height: 68px; }
#main .concept_content #concept_etapes_test_produits .etape .picto.tester span{ background-position: 0px -146px;width: 69px;height: 69px;}
#main .concept_content #concept_etapes_test_produits .etape .picto.noter span{background-position: -74px -147px;width: 65px;height: 68px; }

#main .concept_content #concept_etapes_boutique .etape .picto.questionnaire span{ height: 68px;width: 60px; }
#main .concept_content #concept_etapes_boutique .etape .picto.recolter span{ background-position: -58px 0px;width: 82px;height: 67px; }
#main .concept_content #concept_etapes_boutique .etape .picto.echanger span{ background-position: -139px 1px; width: 75px; height: 69px; }
#main .concept_content #concept_etapes_boutique .etape .picto.recevoir span{background-position: -139px -146px;width: 73px;height: 69px;}
#main .concept_content #concept_etapes_boutique .etape .picto.enquete span{ background-position: 0px -146px;width: 69px;height: 69px;}

#main .concept_content #concept_etapes_boutique .etape .numero, #main .concept_content #concept_etapes_test_produits .etape .numero {
	background-color: #E32354;
    font-weight: bold;
    display: inline-block;
    border-radius: 15px;
    width: 30px;
    height: 30px;
    color: white;
    text-align: center;
    padding: 9px;
}

#main .concept_content #concept_etapes_boutique .etape .description, #main .concept_content #concept_etapes_test_produits .etape .description {
	text-align: center;
	font-size: 0.9em;
	margin-top: 10px;
}

#main #test_produits {
	float: left;
	width: 50%;
	padding: 20px;
}

#main #test_produits .test_produit_titre {
	text-transform: uppercase;
	font-size: 1.4em;
	text-align: center;
	color: black;
}

#main #test_produits .test_produit_titre .test_produit_border {
	width: 35%;
	height: 1px;
	border-bottom: 1px solid black;
	margin: 10px auto 15px;
}

#main #test_produits #produits_du_moment .produit {
	width: 220px;
	float: left;
	text-align: center;
	border: 1px solid white;
	transition:all 0.5s ease;-moz-transition:all 0.5s ease;-o-transition:all 0.5s ease;-webkit-transition:all 0.5s ease;-ms-transition:all 0.5s ease;
	color: white;
	text-decoration:none;
	position: relative;
}

#main #test_produits #produits_du_moment .produit .filtre {
	position: absolute;
	background-color: rgba(0,0,0,0.4);
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	opacity: 0;
	transition:all 0.5s ease;-moz-transition:all 0.5s ease;-o-transition:all 0.5s ease;-webkit-transition:all 0.5s ease;-ms-transition:all 0.5s ease;
	line-height: 329px;
	text-align: center;
}

#main #test_produits #produits_du_moment .produit .filtre .filtre_content {
    line-height: 1em;
    vertical-align: middle;
    display: inline-block;
}

#main #test_produits #produits_du_moment .produit .filtre .filtre_content .border {
    display: inline-block;
    line-height: 1.2em;
    border-top: 1px solid white;
    border-bottom: 1px solid white;
    padding: 10px 0;
    min-width: 140px;
    text-transform: uppercase;
    font-size: 1.8em;
    max-width:90%;
}

#main #test_produits #produits_du_moment .produit .filtre .filtre_content .exemplaires {
	font-style:italic;
	font-size:0.9em;

}

#main #test_produits #produits_du_moment .produit:hover .filtre {
	opacity: 1;
}

#main #test_produits #produits_du_moment .produit .nom_produit {
	background-color:#E32354;
    display: block;
    padding: 10px;
    text-align: center;
    text-transform: uppercase;
    margin: 0 auto;
}

#main #test_produits #produits_du_moment .produit:nth-child(1) {
	margin-right: 20px;
}

#main #test_produits #produits_du_moment .produit .image_produit img {
	max-height: 180px;
    margin: 10px 0;
}

#main #test_produits #produits_du_moment .produit .test_produit_actuel {
	background-color:#E32354;
	padding: 5px 0;
	text-align: center;
	text-transform: uppercase;
    line-height: 25px;
}

#main #test_produits #produits_du_moment .produit .test_produit_prochain {
    background-color: #f1f1f3;
    color:#E32354;
	padding: 5px 0;
	text-align: center;
	text-transform: uppercase;
    line-height: 25px;
}

#main #coups_de_coeur {
	float: left;
	width: 50%;
	background-color: white;
	padding: 20px;
}

#main div#coups_de_coeur.solo {
    float: none;
    margin: 0 auto;
}

#main #coups_de_coeur .coups_de_coeur_titre {
	text-transform: uppercase;
	font-size: 1.4em;
	text-align: center;
	color: black;
}

#main #coups_de_coeur .coups_de_coeur_titre .coups_de_coeur_border {
	width: 35%;
	height: 1px;
	border-bottom: 1px solid black;
	margin: 10px auto 15px;
}

#main #coups_de_coeur .coups_de_coeurs_produits {

}

#main #coups_de_coeur .coups_de_coeurs_produits .produit {
	width: 220px;
	float: left;
	text-align: center;
	border: 1px solid white;
	transition:all 0.5s ease;-moz-transition:all 0.5s ease;-o-transition:all 0.5s ease;-webkit-transition:all 0.5s ease;-ms-transition:all 0.5s ease;
	color: white;
	text-decoration:none;
	position: relative;
}

#main #coups_de_coeur .coups_de_coeurs_produits .produit .filtre {
	/*position: absolute;
	background-color: rgba(0,0,0,0.4);
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	opacity: 0;
	transition:all 0.5s ease;-moz-transition:all 0.5s ease;-o-transition:all 0.5s ease;-webkit-transition:all 0.5s ease;-ms-transition:all 0.5s ease;*/
	position: absolute;
	background-color: rgba(0,0,0,0.4);
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	opacity: 0;
	transition:all 0.5s ease;-moz-transition:all 0.5s ease;-o-transition:all 0.5s ease;-webkit-transition:all 0.5s ease;-ms-transition:all 0.5s ease;
	line-height: 329px;
	text-align: center;
}

#main #coups_de_coeur .coups_de_coeurs_produits .produit:hover .filtre {
	opacity:1;
}

#main #coups_de_coeur .coups_de_coeurs_produits .produit .filtre div {
    /*position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    height: 75px;
    border-top: 1px solid white;
    border-bottom: 1px solid white;
    padding: 10px 0;
    width: 140px;
    text-transform: uppercase;
    font-size: 1.8em;*/
    display: inline-block;
    line-height: 1.2em;
    border-top: 1px solid white;
    border-bottom: 1px solid white;
    padding: 10px 0;
    min-width: 140px;
    text-transform: uppercase;
    font-size: 1.8em;
}









#main #coups_de_coeur .coups_de_coeurs_produits .produit:nth-child(1) {
	margin-right: 20px;
}

#main #coups_de_coeur .coups_de_coeurs_produits .produit .nom_produit {
	background: #111;
	display: block;
	padding: 10px;
	text-align: center;
	text-transform: uppercase;
	margin: 0 auto;
}

#main #coups_de_coeur .coups_de_coeurs_produits .produit .image_produit img {
	max-height: 180px;
    margin: 10px 0;
}

#main #coups_de_coeur .coups_de_coeurs_produits .produit .cout_coup_coeur {
	background-color: #f1f1f3;
    color: #111;
    padding: 5px 0;
    text-align: center;
    text-transform: uppercase;
    line-height: 25px;
}

#main #banniere_top {
	
	width: 1010px;
	height: 109px;
	text-align: center;
}

#main #banniere_top .titre_banniere {
	padding:  10px 25px;
	background: white;
	display: inline-block;
	text-transform: uppercase;
	border: 1px solid #CCC;
	color: #E32354;
	font-size: 1.7em;
	font-weight: bold;
	margin: 31px 0;
}

.bloc_boutique_top {
	background-color: #111;
	color:white;
	position: relative;
}

#main .concept_content {
    padding: 10px 25px;
    margin-bottom: 20px;
}

#boutique_tri {
	position: relative;
}

#boutique_tri button[name='reinitialiser_filtres'] {
	padding:8px 15px;
}

#boutique_tri #filtre_boutique {
	display: inline-block;
}

#boutique_tri .tri {
	display: inline-block;
	margin:11px 5px;
	color: #111;
	position: relative;
	z-index: 3;
}

#boutique_tri .tri.arrow {
    background: white url(../img/arrow.png) no-repeat scroll right 5px center;
    padding: 10px 25px 10px 10px;
    color: #111;  
    border: 2px solid transparent;
    text-decoration: none;
    border: 1px solid #CCC;
}

#boutique_tri .tri.arrow.active {
	background-color:#DEDEDE;
}

#boutique_tri .tri .tri_popup {
    border: 1px solid #CCC;
    position: absolute;
    top: 35px;
    left: -1px;
    background: white;
    padding: 15px;
    opacity: 0;
    visibility: hidden;
    transition:all 0.5s ease;-moz-transition:all 0.5s ease;-o-transition:all 0.5s ease;-webkit-transition:all 0.5s ease;-ms-transition:all 0.5s ease;
    text-align: center;
}

#boutique_tri .tri:hover .tri_popup {
	visibility: visible;
	opacity: 1;
}

#boutique_tri .tri_popup ul {max-height:400px;overflow:auto;}

#boutique_tri .tri_popup ul li {
	white-space: nowrap;
	text-align: left;
}

#boutique_tri .tri_popup ul li label {
	transition:all 0.5s ease;-moz-transition:all 0.5s ease;-o-transition:all 0.5s ease;-webkit-transition:all 0.5s ease;-ms-transition:all 0.5s ease;
	padding: 5px;
	display: block;
	border-radius: 5px;
	cursor: pointer;
}

#boutique_tri .tri_popup ul li label:hover {
	background-color: #DEDEDE;
}

#boutique_tri .tri_popup button.custom_submit_pink_button {
	width: 100%;
	font-weight: normal;
	margin-top: 10px;
}


#boutique_tri .tri > a{
	color: #111;
    text-decoration: none;
    border: 1px solid #CCC;
    padding: 8px 10px;
}

#boutique_tri .tri.arrow > a{
	background: white url(../img/arrow.png) no-repeat scroll right 5px center;
	padding-right: 25px;
}

#boutique_tri .tri.button {
    border: none;
    padding: 0;
    display: block;
    text-align: right;
    position: absolute;
	top: 4px;
    bottom: 2px;
    left: 0;
    right: 0;
    z-index: 0;
}

#boutique_tri .tri.button a{
	color: white;
	background: none;
	padding: 10px 15px;
}

#boutique_tri .tri_popup .custom_pink_button {
	font-weight: normal;
	margin-top: 10px;
	width: 100%;
}

#boutique_tri .tri_popup .custom_pink_button a {
	padding: 5px 10px;
}

#main #boutique_tri .bloc_nb_point{
	bottom: 10px;
    right: 20px;
	top: initial;
	position: absolute;
}

.bloc_nb_point.fiche_produit {
	float:right;
}

#main #boutique_produits{
	position: relative;
}

#main #boutique_produits .produit {
	float: left;
	width: 240px;
	margin-right: 15px;
}


#main #boutique_produits > div.produit:nth-child(4n+4) {
	margin-right: 0;
}

#main #boutique_produits > div.produit:nth-child(4n+1) {
	clear: both;
}

#main #boutique_produits .produit .image_produit {
	border: 1px solid #CCC;
	height: 240px;
	text-align: center;
	position: relative;
    display: table-cell;
    vertical-align: middle;
}

#main #boutique_produits .produit .image_produit img{vertical-align: top;}

#fiche_produit .apercuClickZoom {margin-top:10px;}

#main #boutique_produits .produit .image_produit .filtre_hover {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(0,0,0,0.7);
	opacity: 0;
	transition:opacity 0.3s ease;-moz-transition:opacity 0.3s ease;-o-transition:opacity 0.3s ease;-webkit-transition:opacity 0.3s ease;-ms-transition:opacity 0.3s ease;
	padding: 45px 30px;
	color: white;
	line-height: 1.5em;
	z-index: 2;
}

#main #boutique_produits .produit .banner_last_products {
    position: absolute;
    bottom: 10%;
    background: #e32354;
    color: white;
    padding: 0.5rem;
    font-size: 0.8rem;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 0.5px;
    z-index: 1;
    max-width: min-content;
    text-align: left;
}

#main #boutique_produits .produit .image_produit:hover .filtre_hover {
	opacity: 1;
}

#main #boutique_produits .produit .image_produit .filtre_hover .btn_gray {
	text-align: center;
	background-color: #A9A9A9;
	font-weight: bold;
	padding: 10px 0;
	margin-bottom: 20px;
}

#main #boutique_produits .produit .image_produit .filtre_hover .custom_pink_button {
    margin: 50px 0;
}

#main #boutique_produits .produit .description_produit {
	margin:10px 0 30px;
    line-height: 1.5em;
}

#main #boutique_produits .produit .description_produit .type_marque_produit {
	height: 45px;
	overflow: hidden;
}

#main #boutique_produits .produit .description_produit .type_produit {
	font-weight: bold;
	text-transform: uppercase;
	font-size:22px;
}

#main #boutique_produits .produit .description_produit .cout_produit {
	color:#E32354;
	font-weight: bold;
}

#main .boutique_message_connexion {
	padding: 15px 0;
	background-color: #ECECEC;
}

#main #boutique_pagination {
	text-align: right;
    padding: 0 20px;
}

#main #boutique_pagination span {
	display: inline-block;
	padding: 0 3px;
	text-align: center;
}

#main #boutique_pagination span a {
	color: #111;
	padding: 5px 5px;
	display: inline-block;
	transition:all 0.3s ease;-moz-transition:all 0.3s ease;-o-transition:all 0.3s ease;-webkit-transition:all 0.3s ease;-ms-transition:all 0.3s ease;
	text-decoration: none;
	font-weight: bold;
}

#main #boutique_pagination span a:hover {
	background-color: #DEDEED;
}

#main #boutique_pagination span a.active {
	color: #E32354;
}

#main .bloc_contact {
	text-align: center;
}

#main .bloc_contact .texte_top {
	font-size: 2em;
	text-transform: uppercase;
}

#main .bloc_contact .contact_form {
	background-color: #f1f1f3;
	font-size: 1em;
	width: 710px;
	margin:  15px auto 20px;
}

#main .bloc_contact .contact_form #sujet {
	width: 370px;
	margin: 5px auto;
	display: block;
	text-align: left;
	border: 1px solid #CDCDCD;
}

#main .bloc_contact .contact_form #sujet a{
	text-align: left;
}	

#main .bloc_contact .contact_form input, #main .bloc_contact .contact_form textarea {
	width: 370px;
	padding: 7px 10px;
	margin: 5px auto;
	display: block; 
}

#main .bloc_contact .contact_form textarea {
	height: 100px;
}

#main .bloc_contact .contact_form .custom_submit_pink_button {

	margin-bottom:1rem;
}

#main .bloc_contact .contact_form #message_textarea {
	margin:1rem;
	padding:1rem;
}

#main .bloc_contact .contact_form #message_textarea textarea {
	width: 100%;
	padding: 7px 10px;
	display: block; 
}

#main .bloc_contact .contact_form #messages_contact {
	max-height: 450px;
	overflow:auto;
	border-bottom: 1px solid #DDD;
}

#main .bloc_contact .contact_form #messages_contact .message .nom_contact {
    font-weight: bold;
    display: inline-block;
    margin-bottom: 5px;
}

#main .bloc_contact .contact_form #messages_contact .message .date_message {
    font-style: italic;
    font-size: 0.85em;

}

#main .bloc_contact .contact_form #messages_contact .message_paneliste {
    background: #e3e3e3;
}


#main .bloc_contact .contact_form #messages_contact .message_webmaster {
    background: #F0B6C5;
    margin-left: 2rem;
}

#main .bloc_contact .contact_form .message {
    border-radius: 5px;
    padding: 10px;
    text-align: left;
    margin:1rem;
}

#main .bloc_contact .contact_error {
	text-align:center;
	color:#FF4C4C;
	margin-top:15px;
	font-weight: bold;
}

#main .bloc_contact .contact_ok {
	text-align:center;
	color:green;
	margin-top:15px;
	font-weight: bold;
}

#main .societe_content {
	padding: 15px 25px;
}

#main .societe_content #liste_logos {
	text-align: center;
	padding: 40px 0;
}

#main .societe_content #liste_logos .logo {
	position: relative;
	display: inline-block;
	margin: 0 20px;
	vertical-align: middle;
}

/** logos sites fr **/
#main .societe_content #liste_logos .logo .createst.nb{width: 185px;height: 54px;background: url('../img/Spritecss-logos.png') -5px -129px no-repeat;}
#main .societe_content #liste_logos .logo .createst.couleurs{width: 185px;height: 54px;background: url('../img/Spritecss-logos.png') -5px -12px no-repeat;}

#main .societe_content #liste_logos .logo .pipeul.nb{width: 159px;height: 60px;background: url('../img/Spritecss-logos.png') -198px -158px no-repeat;}
#main .societe_content #liste_logos .logo .pipeul.couleurs{width: 159px;height: 60px;background: url('../img/Spritecss-logos.png') -198px -13px no-repeat;}

#main .societe_content #liste_logos .logo .tdp.nb{width: 193px;height: 69px;background: url('../img/Spritecss-logos.png') -364px -147px no-repeat;}
#main .societe_content #liste_logos .logo .tdp.couleurs{width: 193px;height: 69px;background: url('../img/Spritecss-logos.png') -356px -3px no-repeat;}

#main .societe_content #liste_logos .logo .dcm.nb{width: 211px;height: 62px;background: url('../img/Spritecss-logos.png') -474px -85px no-repeat;}
#main .societe_content #liste_logos .logo .dcm.couleurs{width: 211px;height: 62px;background: url('../img/Spritecss-logos.png') -551px -10px no-repeat;}

#main .societe_content #liste_logos .logo .rdc.nb{width: 198px;height: 47px;background: url('../img/Spritecss-logos.png') -761px -159px no-repeat;}
#main .societe_content #liste_logos .logo .rdc.couleurs{width: 198px;height: 47px;background: url('../img/Spritecss-logos.png') -762px -11px no-repeat;}

#main .societe_content #liste_logos .logo .avispanel.nb{width: 205px;height: 53px;background: url('../img/Spritecss-logos.png') -557px -159px no-repeat;}
#main .societe_content #liste_logos .logo .avispanel.couleurs{width: 205px;height: 53px;background: url('../img/Spritecss-logos.png') -3px -68px no-repeat;}

#main .societe_content #liste_logos .logo .try.nb{width: 259px;height: 81px;background: url('../img/Spritecss-logos.png') -684px -74px no-repeat;}
#main .societe_content #liste_logos .logo .try.couleurs{width: 259px;height: 81px;background: url('../img/Spritecss-logos.png') -210px -69px no-repeat;}

/** logos sites uk **/
#main .societe_content #liste_logos .logo .marketest.nb{width: 192px;height: 58px;background: url('../img/Spritecss-logos.png') -193px -274px no-repeat}
#main .societe_content #liste_logos .logo .marketest.couleurs{width: 192px;height: 58px;background: url('../img/Spritecss-logos.png') -3px -274px no-repeat}

#main .societe_content #liste_logos .logo .sf.nb{width: 236px;height: 39px;background: url('../img/Spritecss-logos.png') -241px -342px no-repeat}
#main .societe_content #liste_logos .logo .sf.couleurs{width: 236px;height: 39px;background: url('../img/Spritecss-logos.png') -7px -342px no-repeat}

#main .societe_content #liste_logos .logo .ppt.nb{width: 184px;height: 66px;background: url('../img/Spritecss-logos.png') -544px -400px no-repeat}
#main .societe_content #liste_logos .logo .ppt.couleurs{width: 184px;height: 66px;background: url('../img/Spritecss-logos.png') -360px -400px no-repeat}

#main .societe_content #liste_logos .logo .ms.nb{  width: 179px;height: 56px;background: url('../img/Spritecss-logos.png') -180px -387px no-repeat;}
#main .societe_content #liste_logos .logo .ms.couleurs{width: 179px;height: 56px;background: url('../img/Spritecss-logos.png') 3px -387px no-repeat;}

#main .societe_content #liste_logos .logo .pfg.nb{width: 171px;height: 49px;background: url('../img/Spritecss-logos.png') -180px -448px no-repeat}
#main .societe_content #liste_logos .logo .pfg.couleurs{width: 171px;height: 49px;background: url('../img/Spritecss-logos.png') -7px -448px no-repeat}

#main .societe_content #liste_logos .logo .yoop.nb{width: 185px;height: 48px;background: url('../img/Spritecss-logos.png') -664px -351px no-repeat}
#main .societe_content #liste_logos .logo .yoop.couleurs{width: 185px;height: 48px;background: url('../img/Spritecss-logos.png') -482px -351px no-repeat}

#main .societe_content #liste_logos .logo .po.nb{width: 85px;height: 50px;background: url('../img/Spritecss-logos.png') -826px -413px no-repeat;}
#main .societe_content #liste_logos .logo .po.couleurs{width: 85px;height: 50px;background: url('../img/Spritecss-logos.png') -734px -413px no-repeat;}

#main .societe_content #liste_logos .logo .tryuk.nb{width: 264px;height: 78px;background: url('../img/Spritecss-logos.png') -653px -265px no-repeat}
#main .societe_content #liste_logos .logo .tryuk.couleurs{width: 264px;height: 78px;background: url('../img/Spritecss-logos.png') -390px -265px no-repeat}

/** logos sites chinois **/
#main .societe_content #liste_logos .logo .yoopcn.nb{width: 162px;height: 43px;background: url('../img/panel-sites-logos-CN.png') -159px -92px no-repeat;}
#main .societe_content #liste_logos .logo .yoopcn.couleurs{width: 162px;height: 43px;background: url('../img/panel-sites-logos-CN.png') -1px -92px no-repeat;}

#main .societe_content #liste_logos .logo .trycn.nb{width: 220px;height: 81px;background: url('../img/panel-sites-logos-CN.png') -222px 0px no-repeat;}
#main .societe_content #liste_logos .logo .trycn.couleurs{width: 220px;height: 81px;background: url('../img/panel-sites-logos-CN.png') -0px -0px no-repeat;}




#main .societe_content #liste_logos .logo .couleurs{
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	transition:opacity 0.5s ease;-moz-transition:opacity 0.5s ease;-o-transition:opacity 0.5s ease;-webkit-transition:opacity 0.5s ease;-ms-transition:opacity 0.5s ease;
}

#main .societe_content #liste_logos .logo:hover .couleurs{
	opacity: 1;
}

#main .societe_content #chiffres_madeinsurveys {
	padding-top: 30px;
	text-align: center;
}

#main .societe_content #chiffres_madeinsurveys .chiffre {
	width: 180px;
	height: 180px;
	border-radius: 180px;
	background:#E32354;
	text-align: center;
	display: table-cell;
	vertical-align: middle;
	color: white;
	position: relative;	
	font-size: 2.8em;
	transition:all 0.5s ease;-moz-transition:all 0.5s ease;-o-transition:all 0.5s ease;-webkit-transition:all 0.5s ease;-ms-transition:all 0.5s ease;
}

#main .societe_content #chiffres_madeinsurveys .chiffre:hover{
	background-color: #e3e3e3;
}

#main .societe_content #chiffres_madeinsurveys .chiffre .valeur{
	opacity: 1;
	transition:all 0.5s ease;-moz-transition:all 0.5s ease;-o-transition:all 0.5s ease;-webkit-transition:all 0.5s ease;-ms-transition:all 0.5s ease;
}

#main .societe_content #chiffres_madeinsurveys .chiffre:hover .valeur{
	opacity: 0;
	color: white;
}

#main .societe_content #chiffres_madeinsurveys .chiffre .description{
	opacity: 0;
	color: #111;
	transition:all 0.5s ease;-moz-transition:all 0.5s ease;-o-transition:all 0.5s ease;-webkit-transition:all 0.5s ease;-ms-transition:all 0.5s ease;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
}

#main .societe_content #chiffres_madeinsurveys .chiffre:hover .description{
	opacity: 1;
}

#main .societe_content #chiffres_madeinsurveys .chiffre .description .vertical_align {
	width: 180px;
	height: 180px;
	padding: 15px;
	display: table-cell;
	vertical-align: middle;
	font-size: 0.4em
}

#main .societe_content #chiffres_madeinsurveys .border_cell {
	display: inline-block;
	margin:10px;
}

#main .bloc_compte_profil {
	border: 1px solid #CCC;
	width: 48.5%;
	float: left;
	padding: 25px 30px;
	position: relative;
}

#main .bloc_compte_profil #lien_desinscription {
	position: absolute;
	top: 10px;
	right: 10px;
	font-size: 0.85em;
}

#main .bloc_compte_profil .profil_msg_validation{
	text-align: center;
	font-size: 0.85em;
	color: green;
    margin-bottom: 15px;

}

#main .bloc_compte_profil .profil_msg_erreur{
	text-align: center;
	font-size: 0.85em;
	color: red;
    margin-bottom: 15px;

}

#main .bloc_compte_profil #informations_profil .ligne_input {
	position: relative;
	display: block;
}

#main .bloc_compte_profil #informations_profil .picto_crayon {
	display: block;
    width: 20px;
    height: 20px;
    background: url('../img/Spritecss.png') -248px 0px no-repeat;
    position: absolute;
    right: 20px;
    top: 0;
    cursor: pointer;
}

#main .bloc_compte_profil #informations_profil .ligne_input #pays{
    width: 330px;
    margin: 5px auto;
}

#main .bloc_compte_profil #informations_profil .ligne_input #pays>dt>a{
	background-color: #EEEEEE;
}

#main .bloc_compte_profil #informations_profil .ligne_input #pays dd ul {
    max-height: 250px;
    overflow-y: scroll;
    overflow-x: hidden;
}

#main .bloc_compte_alertes {
	border: 1px solid #CCC;
	width: 48.5%;
	float: right;
	padding: 20px 30px;
	position: relative;
	margin: 30px 0;
}
#main .bloc_compte_alertes .title_compte, #main .bloc_compte_points .title_compte{
	text-transform: uppercase;
	border-bottom: 1px solid #E32354;
	font-size: 1.3em;
	font-weight: bold;
	text-align: center;
	padding-bottom: 20px;
	width: 330px;
	margin: 0px auto 30px;
}
#main .bloc_compte_alertes .formAlert{display: flex;flex-direction: column;justify-content: center;align-items: center;gap: 15px;}
#main .bloc_compte_alertes .formAlert > span{font-size: 22px;}
#main .bloc_compte_alertes .formAlert em{text-align: left;color: #525252;font-size: 13px;}
#main .bloc_compte_alertes .formAlert .a1{display: flex;}
#main .bloc_compte_alertes .formAlert .a1 > span{text-align: left;margin-right: 20px;max-width: 600px;}
#main .bloc_compte_alertes .formAlert .knobs, .layer{position: absolute;top: 0;right: 0;bottom: 0;left: 0;}
#main .bloc_compte_alertes .formAlert .button{position: relative;top: 50%;width: 59px;height: 28px;margin: -10px auto 0 auto;overflow: hidden;}
#main .bloc_compte_alertes .formAlert .button.r, .button.r .layer{border-radius: 100px;}
#main .bloc_compte_alertes .formAlert .checkbox{position: relative;width: 100%;height: 100%;padding: 0;margin: 0;opacity: 0;cursor: pointer;z-index: 3;}
#main .bloc_compte_alertes .formAlert .knobs{z-index: 2;}
#main .bloc_compte_alertes .formAlert .layer{width: 100%;background-color: #0dafe1;transition: 0.3s ease all;z-index: 1;border: 1px solid #c3c3c3;background-color: #fff;}
#main .bloc_compte_alertes .formAlert #toggleButton .knobs:before{content: attr(data-non);right: 24px;background-color: #c3c3c3;position: absolute;top: 2px;width: 24px;height: 6px;color: #fff;font-size: 11px;font-weight: bold;text-align: center;line-height: 0.6;padding: 9px 4px;border-radius: 20px;transition: 0.3s cubic-bezier(0.18, 0.89, 0.35, 1.15) all;}
#main .bloc_compte_alertes .formAlert #toggleButton .checkbox:checked + .knobs:before{content: attr(data-oui);right: 3px;background-color: #E32354;}
#main .bloc_compte_alertes .formAlert #toggleButton .checkbox:checked ~ .layer{}
#main .bloc_compte_alertes .formAlert #toggleButton .knobs, #toggleButton .knobs:before, #toggleButton .layer{transition: 0.3s ease all;}

#main .bloc_compte_points {
	border: 1px solid #CCC;
	width: 48.5%;
	float: right;
	padding: 20px 30px;
	position: relative;
}

#main .bloc_compte_points #lien_contact {
	position: absolute;
	top: 10px;
	right: 10px;
	font-size: 0.85em;
}

#main .bloc_compte_profil .title_compte, #main .bloc_compte_points .title_compte{
	text-transform: uppercase;
	border-bottom: 1px solid #E32354;
	font-size: 1.3em;
	font-weight: bold;
	text-align: center;
	padding-bottom: 20px;
	width: 330px;
	margin: 0px auto 30px;
}

#main .bloc_compte_profil #informations_profil { max-width:500px; margin: 0 auto;}


#main .bloc_compte_profil .simul_input {
	display: block;
	width: 330px;
	margin: 5px auto;
	background-color:#EEEEEE;
	padding: 7px;
	text-align: center;
}

#main .bloc_compte_profil input[type="text"], #main .bloc_compte_profil input[type="email"], #main .bloc_compte_profil input[type="password"], #main .bloc_compte_profil select {
	display: block;
	width: 330px;
	margin: 5px auto;
	background-color:#EEEEEE;
	padding: 5px;
	text-align: center;
	border: 0;
	border-radius:0;
}

#main .bloc_compte_points .points_produits{ 
	text-align: center;
	padding: 15px 0;
}

#main .bloc_compte_points #produits_favoris_container {
	position:relative;
	overflow:hidden; 
	height:180px;
	max-width:500px;
	margin:0 auto;
}

#main .bloc_compte_points .produits_favoris {
	text-align: center;
	padding: 0;
}

#main .bloc_compte_points #produits_favoris_container .slide {
	padding:20px;
}

#main .bloc_compte_points .points_produits .produit, #main .bloc_compte_points .produits_favoris .produit {
	display: inline-block;
	border: 1px solid #CCC;
	width: 130px;
	height: 130px;
	text-align: center;
	padding: 5px;
	vertical-align: top;
	margin:0 3px;
	transition:all 0.5s ease;-moz-transition:all 0.5s ease;-o-transition:all 0.5s ease;-webkit-transition:all 0.5s ease;-ms-transition:all 0.5s ease;
	position: relative;
}

#main .bloc_compte_points .produits_favoris .produit {
	margin: 0 10px;
}

#main .bloc_compte_points .points_produits .produit.boutique {
	border-color: #F9D8DF;
	background-color: #F9D8DF;
	text-align: center;
}

#main .bloc_compte_points .points_produits .produit.boutique a{
	color: #111;
	text-decoration: none;
}

#main .bloc_compte_points .points_produits .produit.boutique .vertical-align {
    height: 115px;
    display: table-cell;
    vertical-align: middle;
}

#main .bloc_compte_points .points_produits .produit.boutique .picto_plus {
    width: 31px;
    height: 29px;
    background: url('../img/Spritecss.png') -256px -29px no-repeat;
    display: inline-block;
    margin-bottom: 10px;
}

#main .bloc_compte_points .points_produits .produit:hover, #main .bloc_compte_points .produits_favoris .produit:hover {
	border-color: #E32354;
	cursor: pointer;
}

#main .bloc_compte_points .points_produits .produit img, #main .bloc_compte_points .produits_favoris .produit img {
	max-width: 100%;
	max-height: 100%;
	vertical-align: top;
}

#main .bloc_compte_points .produits_favoris .produit span.picto_coeur {
	background: url('../img/Spritecss.png') -288px -18px no-repeat;
	width:42px;
	height: 45px;
	position: absolute;
	top: -20px;
	left: -15px;
}

#main .bloc_compte_parrainage {
	border: 1px solid #CCC;
	padding: 15px 20px;
	margin:30px 0;
}

#main .bloc_compte_parrainage .custom_majuscule b.maj {
	text-transform: uppercase;
}

#main .bloc_compte_parrainage .parrainage_emails {
	text-align: center;
	margin-top: 15px;
}

#main .bloc_compte_parrainage .parrainage_emails input[type="email"]{
	background-color: #EEEEEE;
	border: none;
	width: 240px;
	margin:0 5px;
}

#main #tableau_etudes {
	position: relative;
	margin-top: 15px;
}

#main #etudes_en_cours {
	width: 100%;
}

#main #etudes_en_cours td {
	vertical-align: middle;
}

#main #etudes_en_cours thead th {
	background-color: #e3e3e3;
}

#main #etudes_en_cours td, #main #etudes_en_cours th {
	border: 1px solid #e3e3e3;
	padding: 8px 15px;
}
/*colonne durée*/
#main #etudes_en_cours tr td:nth-child(2) {
	text-align: center;
	white-space: nowrap;
}

#main #etudes_en_cours tr td:nth-last-child(1) {
	width:1px;
	white-space: nowrap;
}

#main #fiche_produit {
	background-color:#f1f1f3;
	padding: 50px 60px;
	position: relative;
	margin-top: 10px;
}

#main #fiche_produit #commentaires_produit .commentaire {
	margin-bottom: 15px;
	text-align: justify;
    background-color: white;
    padding: 10px;
    border-radius: 5px;
}

#main #fiche_produit #commentaires_produit .commentaire:nth-child(1) {
	margin-top: 10px;
}

#main #fiche_produit #commentaires_produit .commentaire:nth-last-child(1) {
	margin-bottom: 0;
}
#main #fiche_produit #commentaires_produit .commentaire .loading{height: 16px;animation: skeletons 2s infinite;white-space: nowrap;color: transparent;font-size: 0;}
#main #fiche_produit #commentaires_produit .commentaire .sentence.loading{width: 60%;}
#main #fiche_produit #commentaires_produit .commentaire .bloc_trad.loading{width: 40%;}
@keyframes skeletons {
	0%{
		background: #e6e6e6;
	}
	50%{
		background: #cccccc;
	}
	100%{
		background: #e6e6e6;
	}
}

#main #tableau_etudes #etudes_btn {
	/*position: absolute;
	height: 35px;
	top: -45px;
	right:0;*/
	text-align: right;
	margin-bottom:10px;
}

#main .bloc_nb_point {
	display: inline-block;
    padding: 10px 15px;
    color: white;
    text-align: center;
    background-color: #E32354;
}

#main .bloc_mon_historique {
 	transition:all 0.5s ease;-moz-transition:all 0.5s ease;-o-transition:all 0.5s ease;-webkit-transition:all 0.5s ease;-ms-transition:all 0.5s ease;
    text-align: center;
    display: inline-block;
    background-color: #333;
}

#main .bloc_mon_historique a{
	padding: 10px 15px;
    color: white;
    display: block;
    text-decoration: none;
}

#main .bloc_mon_historique:hover {
	background-color: #444;
}

#main #fiche_produit .produit_gauche {
	float: left;
	margin-right: 50px;
    margin-bottom: 30px;
    width: 240px;
}

#main #fiche_produit .produit_gauche .image_produit {
	width: 240px;
	text-align: center;
}

#main #fiche_produit .produit_gauche .image_produit a {cursor:pointer;display:block;}

#main #fiche_produit .produit_gauche .image_produit img {

  border:2px solid #E32354;
	max-width: 100%;
	max-height: 240px;
}
#main #fiche_produit .produit_gauche .image_produit .additionnal_images {display: flex;justify-content: center;flex-wrap: wrap;gap: 7px;margin-top: 15px;}
#main #fiche_produit .produit_gauche .image_produit .additionnal_images img{width: 55px;cursor: pointer; border: 1px solid #d3d3d3;}
#main #fiche_produit .produit_gauche .block_vote_produit {margin-top:1.5rem;}

#main #fiche_produit .produit_gauche .intitule_vote{
	font-weight: bold;
	font-size: 1.2em;
	text-align: center;
	margin: 15px 0 5px 0;
}

.vote_produit {
	text-align: center;
	width: 165px;
    margin: 0 auto;
}

.vote_produit .etoile_vote{
	display: inline-block;
	height: 33px;
	width: 33px;
	background: url('../img/Spritecss.png') -329px -32px no-repeat;
	float: right;
	cursor:pointer;
}

.vote_produit .etoile_vote:hover,
.vote_produit .etoile_vote:hover ~ .etoile_vote,
.vote_produit .etoile_vote.current, 
.vote_produit .etoile_vote.current ~ .etoile_vote {
	background: url('../img/Spritecss.png') -329px 0px no-repeat;
}

#block_vote_produit {display:flex;align-items:center;justify-content:center;width: 400px;max-width:100%;margin: 0 auto;background-color: #F6F7F9;border: 1px solid #e9ebee;line-height: 1.4em;}
#block_vote_produit .image img, #popup_block_vote_produit .image img{max-width:170px;    vertical-align: top;}
#block_vote_produit .description, #popup_block_vote_produit .description{flex:1; text-align:center;padding:0.7rem;}
#block_vote_produit .description .nom_produit, #popup_block_vote_produit .description .nom_produit{margin-bottom:1rem;}

#popup_block_vote_produit {display:flex;align-items:center;justify-content:center;}
#popup_block_vote_produit .image img{border: 1px solid #e9ebee;}

#popup_commentaire_produit {max-width:600px;line-height:1.5;font-size:1.2rem;padding:0.5rem;margin: 0 auto;text-align:center;}
#popup_commentaire_produit img.image_produit{border:1px solid #e9ebee;max-width:150px;}
#popup_commentaire_produit textarea{width:100%;resize:none;height:100px;margin:0.5rem 0 1rem;}
#popup_commentaire_produit .intitule {margin:1rem 0;}

#main #fiche_produit .produit_droite {
	float: left;
    width: 600px;
}

#main #fiche_produit .produit_droite .type_produit,
#main #fiche_produit .produit_droite .nom_produit,
#main #fiche_produit .produit_droite .prix_produit {
	font-weight: bold;
	font-size: 1.2em;
	line-height: 1.3em;
}

#main #fiche_produit .produit_droite .type_produit{
	font-size:26px;
}
#main #fiche_produit .produit_droite .type_produit {
	text-transform: uppercase;
}

#main #fiche_produit .produit_droite .description_produit {
	text-align: justify;
	margin-top: 15px;
	line-height: 1.2em;
}

#main #fiche_produit .produit_droite .boutons_produit {
    margin-top: 20px;
    text-align: center;
}

#main #fiche_produit #commentaires_produit {margin-top:2em;}
#main #fiche_produit .commentaire .translate {color: #000;text-decoration: underline;font-weight: bold;}
#main #fiche_produit .commentaire .translate-label {color: #959595;}
/* #main #fiche_produit .commentaire .translate .translate-logo{fill: #000 ;transition: 0.5s all ease;}
#main #fiche_produit .commentaire .translate span{display: none;}
#main #fiche_produit .commentaire .translate.active .translate-logo{fill: #E32354;}
#main #fiche_produit .commentaire .translate.error .translate-logo{fill: red;}
#main #fiche_produit .commentaire .translate.error span{color: red;display: inline-block;vertical-align: text-bottom;} */
#main #questionnaires_profil {
	padding: 30px 0 50px;
	text-align: center;
}

#main #intro_questionnaires {
    margin-top: 30px;
    padding-top: 30px;
    border-top: 1px solid #CCC;
}

#main #questionnaires_profil .questionnaire {
    display: inline-block;
    /*width: 250px;*/
    width:19%;
    /*height: 70px;*/
    /*margin: 0 40px 30px;*/
    padding:0 1%;
    vertical-align: top;
    margin-bottom:30px;
}


#main #questionnaires_profil .questionnaire .questionnaire_picto {width: 70px;height: 70px;background: #efeff0;border-radius: 70px;display: flex;align-items: center;justify-content: center;padding: 15px;box-sizing:border-box;margin: 10px auto;}
#main #questionnaires_profil .questionnaire .questionnaire_picto img {max-width: 100%;max-height: 100%;}

#main #questionnaires_profil .questionnaire .questionnaire_description {
    text-align: center;
}

#main #questionnaires_profil .questionnaire .questionnaire_description .questionnaire_nom {
	font-weight: bold;
}

#main #questionnaires_profil .questionnaire .questionnaire_description .questionnaire_button {
	font-size: 0.8em;
	font-weight: normal;
}

#main #questionnaires_profil .questionnaire .questionnaire_description .questionnaire_button .custom_pink_button,
#main #questionnaires_profil .questionnaire .questionnaire_description .questionnaire_button .custom_gray_button{
	border-radius: 5px;
}

#main #questionnaires_profil .questionnaire .questionnaire_description .questionnaire_button .custom_pink_button a {
    padding: 5px 10px;
    max-width: 140px;
}

#main #questionnaires_profil .questionnaire .questionnaire_description .questionnaire_button .custom_gray_button{
	padding: 5px 10px;
}

#main #content_bloc_faq #faq_gauche {
	width: 334px;
	float: left;
	height: 500px;
	background: url('../img/free-cosmetic-testing-faq.jpg');
}

#main #content_bloc_faq #faq_droite {
	height: 500px;
	padding: 10px 15px;
	overflow: auto;
}

#main #content_bloc_faq #faq_droite .question {
	color: #E32354;
	text-transform: uppercase;
	border-bottom: 1px solid #E32354;
	font-weight: bold;
	padding-bottom: 5px;
	margin-bottom: 10px;
	font-size: 1.2em;
}

#main #content_bloc_faq #faq_droite .reponse {
	text-align: justify;
	margin-bottom: 25px;
}

#main #content_bloc_faq #faq_droite .reponse:nth-last-child(1) {
	margin-bottom: 0;
}

#main #table_historique {
	width: 100%;
}

#main #table_historique th, #main #table_historique td {
	padding: 10px 15px;
}

#main #table_historique td {
	border-bottom: 1px solid white;
}

#main #table_historique thead th {
	background-color:#E32354;
	color: white;
	font-weight: bold;
}

#main #table_historique tr:nth-child(odd) td {
	background-color:#f2f2f2;
}
#main #table_historique tr:nth-child(even) td {
	background-color:#e7e7e7;
}

#main #liste_marques .marque {
	position:relative;
	width: 150px;
	display: inline-block;
	vertical-align: middle;
	margin: 10px 90px;
	border: 1px solid transparent;
}

#main #liste_marques .marque .color{
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	transition:all 0.5s ease;-moz-transition:all 0.5s ease;-o-transition:all 0.5s ease;-webkit-transition:all 0.5s ease;-ms-transition:all 0.5s ease;
}

#main #liste_marques .marque:hover .color{
	opacity:1;
}

#main .table_derniers_testeurs {
	width: 1000px;
	margin:0 auto;
	padding-bottom: 10px;
}

#main .table_derniers_testeurs .mois_test {
	background-color: #E32354;
	color: white;
	font-weight: bold;
	padding: 10px 15px;
}

#main .table_derniers_testeurs .date{
	font-weight: bold;
	color: #f90945;
	padding:10px 10px 5px;
}

#main .table_derniers_testeurs .produit_test {
	border: 1px solid #EEE;
	padding-bottom: 10px;
}

#main .table_derniers_testeurs .produit{
	margin: 0px 10px 0;
	position: relative;
    min-height: 30px;
}

#main .table_derniers_testeurs .produit .titre_produit {
	cursor: pointer;
}

#main .table_derniers_testeurs .produit .picto_arrow {
	position: absolute;
    right: 10px;
    top: 11px;
	width: 39px;
	height: 25px;
	background: url('../img/down-arrow-min.png') no-repeat;
}

#main .table_derniers_testeurs .produit .gagnants {
	display: none;
	margin-top: 10px;
}

#main .table_derniers_testeurs .produit .gagnants .image_produit {
    display: inline-block;
    vertical-align: top;
    margin-right: 20px;
}

#main .table_derniers_testeurs .produit .gagnants .table_gagnants {
	display: inline-block;
	width: 790px;
}

#main .table_derniers_testeurs .produit .gagnants table {
	width: 100%;
}

#main .table_derniers_testeurs .produit .gagnants table th {
	padding: 5px;
	color: #999;
	border: 1px solid #CCC;
	vertical-align: middle;
}

#main .table_derniers_testeurs .produit .gagnants table tr:nth-child(2) td {
	border-top: 1px solid #CCC;
}

#main .table_derniers_testeurs .produit .gagnants table td {
	padding: 5px 10px;
	white-space: nowrap;
	border-right: 1px solid #CCC;
	border-left: 1px solid #CCC;
	text-align: center;
}

#main .table_derniers_testeurs .produit .gagnants table {
	margin:  0 auto;
}

#main .table_derniers_testeurs .produit .gagnants table tr:nth-child(odd) td {
	background-color:#EEEEEE;
}

#main .table_derniers_testeurs .produit .gagnants table tr:nth-last-child(1) td {
	border-bottom: 1px solid #CCC;
}

#main .table_derniers_testeurs .produit .titre_produit {
    padding: 15px 60px 15px 10px;
	transition:all 0.3s ease;-moz-transition:all 0.3s ease;-o-transition:all 0.3s ease;-webkit-transition:all 0.3s ease;-ms-transition:all 0.3s ease;
}

#main .table_derniers_testeurs .produit .titre_produit:hover {
	background-color: #EEE;
}

#qdj_mon_compte {
	text-align:center;
	height:55px;
	background:url('../img/fond_qdj.jpg');
	position: relative;
	cursor: pointer;
	margin-top:30px;
}

#qdj_mon_compte .filtre {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background:rgba(255,255,255,0.2);
	opacity: 0;
	z-index:0;
	transition:all 0.3s ease;-moz-transition:all 0.3s ease;-o-transition:all 0.3s ease;-webkit-transition:all 0.3s ease;-ms-transition:all 0.3s ease;
}

#qdj_mon_compte:hover .filtre {
	opacity:1;
}

#qdj_mon_compte .content {
	position:relative;
	z-index:1;
	color:#E32354;
	height:55px;
	line-height:55px;
	font-size:1.5em;
	font-weight:bold;
	border-radius:5px;
	
	border: 1px solid transparent;
	transition:all 0.3s ease;-moz-transition:all 0.3s ease;-o-transition:all 0.3s ease;-webkit-transition:all 0.3s ease;-ms-transition:all 0.3s ease;
}

#qdj_mon_compte a  {
	text-decoration: none;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

#qdj_mon_compte:hover .content {
	border-color:#ffb6c9;
}

/** MENNU MINI **/
header #menu ul li {
	/*transition:all 0.3s ease;-moz-transition:all 0.3s ease;-o-transition:all 0.3s ease;-webkit-transition:all 0.3s ease;-ms-transition:all 0.3s ease;*/
}

header.mini {
	height: 45px;
}

header.mini #navigation {
	padding-top:5px;
    display: table-cell;
    /*z-index: 1;
    position: relative;*/
}

header.mini #logo {
	margin-right: 15px;
    height: 45px;
    width: 170px;
}

header.mini #logo a {
	background: url('../img/logo-horizontal.svg') no-repeat;
}

header.mini #menu {
	margin-top:10px;
	width: auto;
}

header.mini #menu ul li {
	background-color: white;
	color: #111;
	min-width: 0px;
}

header.mini #menu ul li a {
	color:#111;
	    padding: 0 10px;
}

header.mini #menu ul li.active a {
	color: #E32354;
}	

header.mini #log_form {
    display: table-cell;
    position: relative;
    vertical-align: top;
    width: auto;
    margin-top: 2px;
    white-space: nowrap;
}

header.mini #table_cell_mini {
	display: table;
	width: 100%;
}

header.mini #log_form #nomcomplet {
	display: none;
}

header.mini #log_form #nomcourt {
	display: inline;
}
/** FIN MENU MINI **/

#fctmag_onglet, #fctblog_onglet {
	position: fixed;
    right: 0;
    background-color: #E32354;
    z-index: 4;
    color:white;
    border-radius: 10px 0 0 10px;
}

#fctmag_onglet{top:200px;}
#fctblog_onglet { top : 380px; }
#fctmag_onglet.accueil { top: 160px; }
#fctblog_onglet.accueil { top:340px; }
#fctmag_onglet.boutique-cosmetiques, #fctmag_onglet.produit-a-tester {top:270px;}
#fctblog_onglet.boutique-cosmetiques, #fctblog_onglet.produit-a-tester {top:460px;}

#main.fct_mag .video {
	width: 48%;
	display: inline-block;
	padding: 15px 20px;
	box-sizing:border-box;
	margin-bottom: 15px;
}
#main.fct_mag .video:nth-child(odd) {
	margin-right: 1%;
}

#main.fct_mag .video .titre_video {
    text-transform: uppercase;
    font-size: 1.25em;
    margin-bottom: 15px;
    border-bottom: 1px solid #111;
    padding-bottom: 10px;
    padding-left: 10px;
}

#main.fct_mag .video .titre_video .color_pink {
	font-size:0.9em;
}


#custom_pagination span.item_pagination {
    border: 1px solid #ff9fb8;
    display: inline-block;
    padding: 5px;
    margin: 10px 2px;
    background: white;
    cursor: pointer;
}

#custom_pagination span.item_pagination:hover {
	background-color:#F1F1F3;
}

#custom_pagination span.item_pagination.current {
    font-weight: bold;
    color: #E32354;
}

#custom_pagination span.item_pagination.current:hover {
	background-color:#FFF;
}


/** SPECIFICITES PAR RAPPORT AUX LANGUES **/
body.langue_es #main #test_produits #produits_du_moment .produit .filtre .border { font-size:1.5em; }
body.langue_es header #menu ul li { min-width:100px; }
body.langue_es header #menu ul li a { padding:10px 15px; }
body.langue_es header.mini #menu ul li { min-width:0px; }
body.langue_es header.mini #menu ul li a {padding: 0 3px; }

body.langue_de #main #test_produits #produits_du_moment .produit .filtre .border { font-size:1.5em; }

body.langue_it #main #test_produits #produits_du_moment .produit .filtre .border { font-size:1.5em; }
body.langue_it #main #coups_de_coeur .coups_de_coeurs_produits .produit .filtre .border { font-size:1.5em; }

body.langue_nl header.mini #menu ul li a { font-size:0.8em;padding: 0 7px;}

body.langue_pt header.mini #menu ul li a { font-size:0.85em;padding: 0 7px;}

body.langue_ru #main #test_produits #produits_du_moment .produit .filtre .border { font-size:1.6em; }


#bandeau_event {text-align: center;line-height: 1.5;}
#bandeau_event a {display:block;padding:0.7rem 0.5rem;color:white;font-size:1.2em;transition:all 0.3s ease;}
#bandeau_event a:hover{background-color:rgba(255,255,255,0.1);}


#app_store_badges_footer {text-align:center;margin-bottom:1.5rem;}
#app_store_badges_footer .content {text-align:center;border-radius:10px;display:inline-block;padding:0 0.5rem;}
#app_store_badges_footer .badge {width:200px;display:inline-block;}
#app_store_badges_footer img {max-width: 100%;height: auto;}
#app_store_badges_footer img.ios_badge{margin:6%;width:80%}


#app_store_badges_banner {position:relative;left: -15px;}
#app_store_badges_banner .content {    text-align: center;border-radius: 10px;display: inline-block;}
#app_store_badges_banner .badge {width:170px;display:inline-block;}
#app_store_badges_banner img {max-width: 100%;height: auto;}
#app_store_badges_banner img.ios_badge{margin:6%;width:80%}


#form_contact_log #container_contact {display:flex;margin-top: 1rem;max-width: 750px;margin: 0 auto;}
#form_contact_log #container_contact .contact_left {flex:1;margin-right:1rem;}
#form_contact_log #container_contact textarea{resize:none;font-size:16px;padding:0.5rem;height:90px;box-sizing:border-box;font-family: Arial, sans-serif;    width: 100%;border:1px solid #CCC;margin:0.5rem;}
#form_contact_log #container_contact textarea:focus{outline:none;border:1px solid #222;}
#form_contact_log #container_contact .contact_right{height:90px;display: flex;align-items: center;margin:0.5rem;}
#form_contact_log #add_file {display:none;}
#form_contact_log button[type="submit"] {    background: #e32354;padding: 0.5rem 1rem;border-radius: 5px;color: white;cursor: pointer;font-size: 1.05rem;border:0;}
#form_contact_log button[type="submit"]:hover{background-color:#ef3967;}
#form_contact_log #bloc_choix_image {margin-bottom:1rem;}
#form_contact_log #bloc_choix_image #btn_send_image {background-color:#FFF;padding: 0.5rem 1rem;box-sizing: border-box;display: inline-block;border: 1px solid #CCC;border-radius: 3px;font-size: 1rem;vertical-align: top;cursor: pointer;margin-bottom:0.5rem;}
#form_contact_log #bloc_choix_image #btn_send_image:hover{background-color:#DEDEDE;}
#form_contact_log #bloc_choix_image #recap_file {display:inline-block;vertical-align:top;display:none;text-align: center;border: 1px solid #CCC;padding: 0.5rem;background: #FFF;border-radius: 5px;}
#form_contact_log #bloc_choix_image #recap_file img {max-width:150px;;max-height:150px;width: auto;height: auto;}
@media only screen and (min-width: 0px) and (max-width: 1024px){
	#main .bloc_compte_alertes{
		margin-top: 20px;
    width: 100%;
    float: none;
    padding: 10px;
    border: 0;
	}
}
/* Smartphones (portrait and landscape) ----------- */
@media only screen
and (max-width : 767px) {

	#main{ padding:0 15px; }

}

@keyframes Unsubscribe {
    0% {
        background-color: #fff;
    }
    50% {
        background-color: #fbf6dd;
    }
    100% {
    	background-color: #fff;
    }
}

.init-unsubscribe{
	animation-name: Unsubscribe;
	animation-duration: 1s;
	animation-iteration-count: 2;
}