* {
	margin: 0;
	padding: 0;
}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.clearfix {
	display: inline-block;
}

html[xmlns] .clearfix {
	display: block;
}

* html .clearfix {
	height: 1%;
}

body {
	background-image: url(img/background_2.jpg);
	background-position: top center;
	font-family: "Open Sans";
	font-size: 13px;
	color: #fff;
	background-attachment: fixed;
}

p {
	line-height: 1.6em;
	text-align: justify;
	margin: 10px 0;
}

p.orphan {
	margin-top: 20px;
}

h2 {
	font-family: "Open Sans Condensed";
	font-weight: 300;
	font-size: 28px;
	color: #683f45;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
	margin: 20px 0px;
}

h3 {
	/*font-family: "Open Sans Condensed";*/
	font-weight: 400;
	font-size: 18px;
	color: #683f45;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
	margin: 0px 0px 10px 0px;
}

a {
	text-decoration: none;
	color: #683F45;
}

a:hover {
	text-decoration: underline;
}

img {
	border: 0;
}

label {
	display: block;
	margin: 10px 0px;
}

input {
	padding: 3px 5px;
	border: 1px solid #666;
	background-color: rgba(255, 255, 255, 0.7);
	transition: background-color ease .3s;
	width: 50%;
	display: block;
}

input[type=submit] {
	cursor: pointer;
}

input:hover, input:focus {
	background-color: rgba(255, 255, 255, 1);
}

#userbar {
	position: absolute;
	top: 190px;
	left: 50%;
	width: 970px;
	padding: 0px 20px;
	margin-left: -505px;
	background: rgba(107, 84, 88, 0.8);
	z-index: 9999999;
	text-align: right;
	height: 29px;
	box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.2);
}

#userbar .item {
	color: #FFF;
	padding: 5px;
	display: inline-block;
	margin-left: 5px;
	opacity: 0.8;
	transition: opacity ease .3s;
}

#userbar .item:hover {
	cursor: pointer;
	text-decoration: none;
	opacity: 1;
}

.userbar-corner {
	position: absolute;
	top: 219px;
	left: 50%;
	border: 5px solid rgba(107, 84, 88, 0.8);
	border-bottom-color: transparent;
}

.userbar-corner.left {
	margin-left: -505px;
	border-left-color: transparent;
}

.userbar-corner.right {
	margin-left: 495px;
	border-right-color: transparent;
}

#top {
	padding: 15px 0px 0px 0px;
	position: relative;
}

#top #nav {
	width: 940px;
	margin: auto;
	position: relative;
	z-index: 100;
}

#top ul {
	position: absolute;
	top: 10px;
	right: 0px;
	text-align: left;
	list-style: none;
}

#top li {
	margin: 0 0 0 10px;
	width: 132px;
	float: left;
	height: 125px;
	display: table;
	table-layout: fixed;
	background-color: rgba(255, 255, 255, 0.2);
	box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.2);
	transition: background ease .5s;
}

#top li:hover { background-color: rgba(255, 255, 255, 0.4); }
#top li:nth-child(1):hover, #top li:nth-child(1).active { background-color: rgba(255, 225, 190, 0.4); }
#top li:nth-child(2):hover, #top li:nth-child(2).active { background-color: rgba(255, 220, 195, 0.4); }
#top li:nth-child(3):hover, #top li:nth-child(3).active { background-color: rgba(255, 215, 200, 0.4); }
#top li:nth-child(4):hover, #top li:nth-child(4).active { background-color: rgba(255, 210, 205, 0.4); }
#top li:nth-child(5):hover, #top li:nth-child(5).active { background-color: rgba(255, 205, 210, 0.4); }

#top li a {
	display: table-cell;
	text-decoration: none;
	color: #fff;
	font-size: 18px;
	padding: 10px;
	vertical-align: bottom;
	font-family: "Open Sans";
	font-weight: 400;
}

#wrapper {
	padding-bottom: 10px;
	padding-top: 20px;
}

#main {
	width:990px;
	margin: auto;
	/*background: url("fond.jpg");
	background-position: top center;*/
	background: rgba(171, 159, 161, 0.8);
	border-bottom: 1px solid rgba(171, 159, 161, 0.75);
	box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
	background-image: url(img/wrapper.png);
	background-repeat: repeat-x;
}

#content {
	width: 940px;
	margin: 0px auto 20px auto;
	padding: 45px 0 0 0;
	color: #2a191c;
}

#content .left {
	width: 215px;
	float: left;
}

#content .left > * {
	display: block;
	color: #FFF;
	font-size: 14px;
	padding: 8px 10px;
	margin: 0px 0px 5px 0px;
	background-color: rgba(255, 255, 255, 0.2);
	box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.1);
	transition: background ease .3s;
}

#content .left > *.bigger {
	padding: 16px 10px;
}

#content .left > *.spacer {
	background: 0;
	box-shadow: none;
}

#content .left a:before {
	margin-right: 8px;
	width: 1em;
	text-align: center;
	display: inline-block;
	transition: margin ease .3s;
}

#content .left a:before {
	content: "\203A";
}

#content .left a.toc:before {
	content: "\2261";
}

#content .left a.check:before {
	font-family: "fontello";
	content: "\e800";
}

#content .left a.checked:before {
	font-family: "fontello";
	content: "\e801" !important;
}

#content .left a:hover {
	background-color: rgba(255, 255, 255, 0.3);
	text-decoration: none;
}

#content .left a:hover:before {
	margin-right: 13px;
}

#content .right {
	padding-left: 240px;
}

#content .right *:first-child {
	margin-top: 0;
}

.brands {
	margin-bottom: 10px;
}

#slides, #brands .main, #brands .row img, img.border,
.brands .main, .brands .row img {
	border: 5px solid rgba(255, 255, 255, 0.3);
	border-top-color: rgba(255, 255, 255, 0.4);
	border-left-color: rgba(255, 255, 255, 0.4);
	box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
	position: relative;
}

#brands .main, .brands .main {
	width: 690px;
	height: 490px;
	overflow: hidden;
}

#brands .main img, .brands .main img {
	width: 100%;
	height: 100%;
	display: block;
}

#brands .row, .brands .row {
	margin-top: 20px;
	height: 117px;
}

#brands .row img, .brands .row img {
	width: 150px;
	margin-right: 20px;
	float: left;
}

#brands .row img:last-child, .brands .row img:last-child {
	margin-right: 0;
}

#brands .main .text, .brands .main .text {
	position: absolute;
	bottom: 0px;
	left: 0px;
	right: 0px;
	background: rgba(255, 255, 255, 0.8);
	color: #333;
	padding: 20px;
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
}

#brands .main .text .brand, .brands .main .text .brand {
	font-size: 18px;
	font-weight: 700;
}

#slides {
	width: 930px;
	height: 500px;
	margin: auto;
	background: center 30px url(img/logo.png) no-repeat;
	overflow: hidden;
}

.slide {
	position: absolute;
	top: 0px;
	left: 950px;
	width: 100%;
	height: 100%;
	z-index: 20;
}

.slide.active {
	left: 0;
	transition: all ease 1s;
	transition-delay: .3s;
}

.slide.out {
	left: -150%;
	transition: all ease 1.5s;
}

#slides .over {
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	z-index: 100;
}

#footer {
	width: 940px;
	margin: auto;
	margin-top: 20px;
	font-size: 12px;
	color: #766d6e;
	border-top: 1px solid #9b8f91;
	padding: 20px 0px 0px 0px;
}

#social {
	float: left;
	color: #766d6e;
	position: relative;
	top: -5px;
}

#social .button {
	opacity: 0.5;
	transition: opacity ease .3s;
	display: inline-block;
	position: relative;
	top: 9px;
	margin: 0px 5px;
}

#social .button:hover {
	opacity: 1;
}

#social .button img.off {
	transition: opacity ease .3s;
}

#social .button:hover img.off {
	opacity: 0;
}

#social .button {
	position: relative;
}

#social .off {
	position: absolute;
	top: 0px;
	left: 0px;
}

#copyright {
	text-align: right;
}

#copyright a {
	color: #766d6e;
	text-decoration: underline;
}

#contact {
	margin: 20px 0px;
	text-align: center;
	font-size: 16px;
}

#contact a {
	margin-left: 5px;
	color: #fff;
}

#collectionText {
	border-bottom: 1px solid #c0b7b8;
	padding: 0px 5px 15px 5px;
	margin-bottom: 5px;
	display: none;
	text-align: justify;
	white-space: pre-line;
}

#collections {
	width: 700px;
	border-bottom: 1px solid #c0b7b8;
	margin-bottom: 20px;
	padding-bottom: 5px;
}

#collections .macaron {
	width: 122px;
	padding: 5px;
}

#collections .macaron-hidden {
	transform: scale(0);
}

#collections .macaron .inner {
	padding: 5px;
	padding-bottom: 10px;
	transition: background ease .5s, box-shadow ease .5s;
}

#collections .macaron:hover .inner {
	background: rgba(255, 255, 255, 0.2);
	box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.2);
}

#collections .macaron img {
	margin: 1px;
	width: 110px;
	height: 110px;
}

#collections .macaron.loooong img {
	height: 220px;
}

#collections .macaron .details {
	opacity: 0;
	transition: opacity ease .5s;
}

#collections .macaron:hover .details {
	height: auto;
	opacity: 1;
}

#collections .macaron .name {
	text-align: center;
	font-weight: 300;
	font-size: 20px;
	color: #683F45;
	position: relative;
	top: -2px;
}

#collectionsSelector {
	width: 100%;
	table-layout: fixed;
	margin-bottom: 20px;
	border-collapse: collapse;
}

#collectionsSelector td {
	border: 10px solid transparent;
	border-width: 0px 10px 0px 10px;
	font-size: 14px;
}

#collectionsSelector td .btn {
	background: rgba(255, 255, 255, 0.2);
	background-clip: padding-box;
	color: #FFF;
	padding: 15px 10px;
	transition: background .3s ease, padding .3s ease;
	box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
}

.selected #collectionsSelector td .btn {
	padding: 8px 10px;
}

#collectionsSelector td:first-child {
	border-left-width: 0px;
}

#collectionsSelector td:last-child {
	border-right-width: 0px;
}

#collectionsSelector td:hover .btn {
	background-color: rgba(255, 255, 255, 0.3);
	cursor: pointer;
}

.collectionHeader {
	width: 690px;
}

table.partenaires {
	width: 100%;
}

table.partenaires td {
	width: 25%;
	text-align: center;
	vertical-align: top;
}

table.partenaires td img {
	width: 150px;
	height: 55px;
}

table.partenaires tr:nth-child(2n+1) td {
	vertical-align: bottom;
}
