.products {
/* 	display: none; */
	margin-top:500px;
}
#form-review-save {
	display: none;
}
#main_content {
	background-color:#f6f6f4;
	height:750px;
	overflow:hidden;
	position:relative;
	z-index:22;
}
#container_review {
	text-align:center;
}
#row_categories, #row_products, #row_form, #row-confirm, #row_confirm {
	position:absolute;
	top:260px;
	left:50%;
	width:1000px;
	margin-left:-500px;
	height:440px;
	z-index:20;
	padding-top:50px;
	background: url("../../medias/review/bullepatate.jpg") no-repeat scroll 285px 5px #ffffff;
	-moz-box-shadow: 0px 5px 5px #dddddd;
	-webkit-box-shadow: 0px 5px 5px #dddddd;
	-o-box-shadow: 0px 5px 5px  #dddddd;
	box-shadow: 0px 5px 5px  #dddddd;
	filter:progid:DXImageTransform.Microsoft.Shadow(color=#cfcfcf, Direction=135, Strength=5);
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
}
#row_confirm {
	background: url("../../medias/review/love-patate.jpg") no-repeat scroll center 20px #ffffff;
	height:385px;
}
#row_categories {
	z-index:30;	
}
#row_products {
	background-position: 335px 5px;
}
#row_form {
	background-position: 315px 15px;
	height:510px;
}
.globalCaption .caption {
	color:#000000;
	font-family:Ubuntu;
	text-transform:uppercase;
}


.item .img-responsive {
	position:absolute;
	top:0;
	left:0;
	z-index:50;
}
.item .background {
	position:absolute;
	top:0;
	left:0;
	z-index:40;
}



.notation {
	float:left;
    width: 180px;
}

.notation a {
	display:block;
	width:32px;
	height:26px;
	float:left;
	overflow:hidden;
	background: transparent url(../../medias/review/coeur-spr.png) no-repeat top left;
}
.notation a.active, .notation a:hover {
	background-position: bottom left;
}
.preButton, .nextButton {
	position:absolute;
	top:125px;
	width:21px;
	height:55px;
	cursor:pointer;
}
.preButton {
	left:25px;
}
.nextButton {
	right:25px;
}


/********************/
/*****cosmetique*****/
#container_review {
	padding-top:40px;
}
#container_review h1 {
	font-size:36px;
	color:#111111;
	text-transform:uppercase;
/* 	font-family:Moonflower; */
	line-height:55px;
}
#container_review h2 {
	font-family:MoonflowerBold;
}
#container_review h1 span {
	font-size:36px;
	color:#ec8500;
	text-transform:none;
}

#icn-frite {
	position:absolute;
	top:105px;
	left:28%;
}
#icn-caps {
	position:absolute;
	top:85px;
	left:70%;
}
#container_review .row .col-xs-12 p {
	margin:40px auto 25px;
	font-weight: 300;
}
#container_review .row .col-xs-12 p span {
	font-weight: 400;
}
#row_categories .ContentFlow, #row_products .ContentFlow {
	margin-top:75px;
	min-height:284px;
}

a.back_categories, a.back_products {
	position:absolute;
	top:-45px;
	left:5px;
}
a.back_products {
	top:5px;
}
#row_form h2 {
	text-align:center;
}
#row_form label {
	float:left;
	width:125px;
	margin-right:30px;
	text-align:right;
}
#row_form .form-group {
	clear:both;
	overflow:hidden;
	position:relative;
}
#row_form .form-group input, #row_form .form-group textarea, #row_form .form-group select {
	background: #f6f6f4;
	border:1px solid #939393;
	width:66%;
	height:24px;
	padding:0 12px;
}
#row_form .form-group textarea {
	height:140px;
}
#row_form .col-sm-8 {
	padding-top:130px;
}
#row_confirm .btn_org {
	width:100%;
	text-align:center;
}
#row_confirm .btn_org  {
	margin-top:25px;
}
#row_confirm .btn_org a.first {
	margin-right:50px;
}
#row_confirm h1 {
	margin-top:145px;
}
#row_confirm h1 img {
	margin-right:15px;
}
#row_confirm p strong {
	font-weight:bold;
	text-transform:uppercase;
	color: #ec8500;
}
.btn_light a {
	font-size:11px;
	color:#454545;
	margin-left:5px;
}


#container_review .background-hidden {
	background-image:none;
}

span.tick {
	position: absolute;
    right: 0;
    top: 0;
}

#rew_note_tick {
	right:330px;
}

/* xs, @1x */
@media screen and (max-width: 767px) {
    #row_form .col-sm-8 {
		padding-top: 20px;
	}
	#product_image {
		display:none;
	}
	#row_confirm h1 {
		margin-top: 75px;
	}
	#rew_note_tick {
		right:50px;
	}
	
}    
/* sm, @1x */
@media screen and (min-width: 768px) {
    #row_form .col-sm-8 {
		padding-top: 115px;
	}
	#row_form label {
		width: 185px;
	}
	
	span.tick {
		right: 200px;
	}

	#rew_note_tick {
		right:55px;
	}
}   

/* md, @1x */
@media screen and (min-width: 992px) {
	span.tick {
		right:350px;
	}
	#rew_note_tick {
		right:200px;
	}
}
/* lg, @1x */
@media screen and (min-width: 1200px) {
	span.tick {
		right:10px;
	}
	#rew_note_tick {
		right:330px;
	}
}