/*
 Website width : 920px
*/

/* #MARK General */

* {
	font-family: Verdana, Arial, sans-serif;
}

body {
	margin: 0;
	padding: 0;
	background: white;
	text-align: center;
}

img {
	border: none;
}

a {
	color: #006666;
	text-decoration: none;
	font-size: 12px;
}

a:hover {
	color: #006666;
	text-decoration: underline;
}

a:active {
	color: #ff6633;
}

a:visited {
	color: #663366;
}

p {
	margin: 0;
	font-size: 13px;
	color: #003333;
}

h1, h1 a, h1 a:visited {
	font-size: 18px;
	color: #006666;
	margin: 0;
	padding: 0;
}

h2, h2 a, h2 a:visited {
	font-size: 15px;
	margin: 0;
	padding: 0 0 4px 0;
	color: #006666;
}

h1.bubble {
	color: white;
	background: #006666;
	padding: 8px 6px;
}

h1.bubble2 {
	color: #006666;
	background: #99cc33;
	padding: 8px 6px;
}

h2 span {
	font-weight: normal;
}

hr {
	border: none;
	border-bottom: 3px solid #99cc33;
	margin: 4px 0 10px 0;
}

fieldset {
	border: none;
	margin: 0;
	padding: 0;
}

pre {
	font-family: monospace;
	font-size: 12px;
	color: #33f;
}

#wrapper {
	text-align: left;
	position: relative;
	width: 980px;
	max-width: 100%;
	margin: 0 auto;
	overflow: hidden;
}

#main_content {
	position: relative;
	width: 800px;
	color: black;
	float: right;
	border-left: 5px solid #99cc33;
	padding-left: 15px;
	min-height: 950px;
}

#footer {
	clear: both;
	display: block;
	height: 40px;
	background-color: #066;
}

#footer p {
	color: white;
	text-align: left;
	font-size: 9px;
	padding-top: 20px;
	padding-left: 14px;
}

#footer a {
	color: white;
	font-size: 9px;
	text-align: center;
}

p.big {
	color: #006666;
	font-family: Arial;
	font-size: 13px;
	line-height: 40px;
}

p.big a {
	color: #006666;
	text-decoration: underline;
	font-family: Arial;
	font-size: 13px;
	font-weight: bold;
}

a.big:before {
	content: '>> ';
}

.right {
	text-align: right;
}

.center, .c {
	text-align: center;
}

.light_green {
	color: #99cc33;
}

.dark_green {
	color: #006666;
}
.hidden {
	display: none;
}

.jump_to a {
	margin: 0 0.75em;
	border: solid 1px #99cc33;
	padding: 1px 3px;
	border-radius: 5px;
}
/* #MARK header */

#header {
	position: relative;
	height: 145px;
	padding: 0;
}

#header .header_img {
	position: absolute;
	left: 0px;
	top:  0px;
}

#header .menu_item {
	position: absolute;
	width: 96px;
	height: 70px;
	top: 65px;
	background: url(../gfx/bubble_off.png) no-repeat;
}

#header .menu_item a {
	margin-top: 18px;
	text-align: center;
	font: 18px/20px 'KomikaDisplayRegular', Arial, sans-serif;
	letter-spacing: 0;
	display: block;
}

#header .menu_item a:hover {
	color: #005960;
}

#header .menu_item a:visited {
	color: #006666;
}

#header .menu_item.selected {
	background: url(../gfx/bubble_on.png) no-repeat;
}

#header .menu_item.selected a {
	color: #99cc33;
}

#menu1 {
	left:  570px;
}

#menu2 {
	left:  700px;
}

#menu3 {
	left:  830px;
}

.message {
	background: #ff8000;
	padding: 1em 5%;
	width: 90%;
	margin: 50px 0;
	color: #000;
	font-weight: bold;
	text-align: center;
}
.message a {
	font-size: inherit;
	color: inherit;
	border: solid 1px #000;
	background: transparent;
}

.menu-toggler {
	display: none;
}

.simple-modal {
	margin: 10px auto;
}

.login-form a:visited {
	color: #006666;
}

.login-btn {
	background: #006666;
	color: #fff;
	padding: 2px 6px;
	border-radius: 4px;
}

/* #MARK sub_menu */

#sub_menu {
	position: relative;
	background: #006666;
	height: 56px;
	margin-bottom: 24px;
	overflow: visible;
}

#sub_menu .quick_search {
	float: left;
	width: 500px;
	max-width: 95vw;
	height: 56px;
	line-height: 34px;
	padding-left: 8px;
	color: white;
}

#sub_menu .quick_search .legend {
	height: 100%;
	float: left;
}

#sub_menu .quick_search p {
	font-size: 12px;
	color: white;
}

#sub_menu .quick_search a {
	font-size: 12px;
	color: white;
}

#sub_menu .quick_search a:hover {
	text-decoration: underline;
}

#sub_menu .quick_search #search {
	width: 235px;
}

#sub_menu .quick_search fieldset {
	height: 56px;
	line-height: 34px;
}

#sub_menu .quick_search button {
	color: #000;
	background: #fff;
	border: solid 1px #ffffff88;
	border-radius: 5px;
}

#sub_menu .quick_search .search-clear-btn {
	margin-left: -1.75em;
	color: #ccc;
	cursor: pointer;
}
#sub_menu .quick_search .search-clear-btn:hover {
	color: #000;
}

#sub_menu .menu_item {
	float: left;
	height: 35px;
	border-left: solid 2px white;
}

#sub_menu .menu_item a {
	color: white;
	line-height: 34px;
	padding: 8px 8px 8px 8px; 
}

#sub_menu .menu_item a:hover {
	color: #99cc33;
}

#search_history {
	position: absolute;
	left: 420px;
	margin-top:  8px;
	background: #006666;
	padding: 3px 6px;
	line-height: 1em;
	height: auto;
	max-height: 1em;
	width: 250px;
	overflow: hidden;
	border: 1px solid #006666;
	color: #333333;
	transition: all 0.5s;
}

#search_history p.header {
	color: white;
	line-height: 14px;
	margin-bottom: 6px;
}

#search_history p.header img {
	float: left;
	margin-right: 5px;
}

#search_history p.go_back:before {
	content: '•';
	margin: 0 2px 0 6px;
	color: white;
}

#search_history:hover,
#search_history.open {
	max-height: 15em;
	background: #99cc33;
	border-color: #666666;
	z-index: 100;
}

#search_history:hover p.header {
	color: #006666;
	font-weight: bold;
}

#search_history a {
	padding: 1px 3px;
}

#search_history a:hover {
	text-decoration: underline;
}

#filter_display {
	overflow: hidden;
	max-height: 0;
	background: #006666;
	color: #fff;
	transition: max-height 1s;
}
#filter_display.open {
	max-height: 500px;
	padding: 6px 12px 12px 12px;
	margin-bottom: 6px;
}
#filter_display h2 {
	color: #fff;
	margin: 0.25em 0;
}
#filter_display hr {
	margin: 12px 0;
}
#filter_display p {
	color: #fff;
	margin: 0.5em 0;
}
#filter_display .button {
	display: inline-block;
	color: #006666;
	font-weight: bold;
	line-height: 1em;
	border: none;
	margin: 0.125em 0.5em;
}
.filters_popup p {
	margin: 0.5em 0;
	text-align: left;
}
.toggle {
	display: inline-block;
	border: solid 1px #ffffff88;
	border-radius: 5px;
}
.toggle > a {
	display: inline-block;
	border-right: solid 1px #ffffff88;
	padding: 1px 2px 1px 2px;
	opacity: 0.33;
}
.toggle > a:last-child {
	border-right: none;
}
.toggle > a.selected {
	opacity: 1;
}


#recherche_avancee {
	position: absolute;
	left: 640px;
	margin-top:  8px;
}

#recherche_avancee a {
	color: white;
}

#recherche_avancee a img {
	position: relative;
	top: 3px;
}

#site_partenaire {
	position: absolute;
	left: 840px;
	margin-top: 9px;
	text-align: center;
}

#social_networks {
	position: absolute;
	left: 301px;
	margin-top: -34px;
	text-align: center;
}


/* #MARK side_menu */

#side_menu {
	float: left;
	width: 160px;
}

#side_menu .menu_item {
	width: 160px;
	height: 40px;
	background-color: #99cc33;
	border-bottom: solid 2px white;
	text-align: right;
}

#side_menu .menu_item a {
	display: block;
	color: white;
	width: 150px;
	padding: 0 8px 0 2px; 
	font-size: 14px;
	line-height: 38px;
}

#side_menu .menu_item a:hover {
	color: #3300cc;
}

#side_menu .menu_footer {
	position: relative;
	width: 160px;
	height: 225px;
	background-color: #99cc33;
	overflow: hidden;
	/*z-index: -1;*/
}

#side_menu .menu_footer img {
	position: absolute;
	left: -10px;
	bottom: -4px;
}

#side_menu .selected:before {
	content:"";
	position: absolute;
	left: 0;
	width: 0;
	height: 0;
	border-left: 20px solid #006666;
	border-top: 20px solid transparent;
	border-bottom: 20px solid transparent;
}

.info_boutique {
	margin: 25px 0 0 0;
	padding: 4px 2px 8px 6px;
	background: #006666 url(../gfx/info_bkg.png) no-repeat right bottom;
}

.info_boutique p {
	color: white;
	font-size: 12px;
	margin-bottom: 14px;
}

.info_boutique p.title {
	font-size: 14px;
	color: #99cc33;
	margin: 8px 0 4px 0;
}

.info_boutique ul {
	margin: 0;
	padding: 0 0 0 16px;
	font-size: 12px;
	color: white;
}


/* #MARK user_menu */

.user_menu {
	width: 980px;
	max-width: 100%;
	margin: 0 auto;
	text-align: left;
	min-height: 32px;
	background: #0C5453;
	border-bottom: solid 1px #fff;
	color: #fff;
}
.user_menu a {
	display: inline-block;
	color: #fff;
	margin: 6px 12px 0 12px;
	padding: 2px 4px;
}
.user_menu a.selected {
	background-color: rgba(255, 255, 255, 0.25);
}


/* #MARK cart_small */

.cart_small {
	position: absolute;
	text-align: right;
	right: 7px;
	top: 58px;
	z-index: 100;
}

.cart_small:empty {
	display: none;
}

.cart_small .cart_count, .cart_small .cart_count a {
	color: #006666;
}
.cart_small > div {
	display: inline-block;
	text-align: right;
	padding: 4px 8px;
	margin: 0 0 0 4px;
	background: #ffffff;
	border: 2px solid #006666;
	border-radius: 6px;
}
.cart_small > div i[class^="icon-"] {
	font-size: 2em;
}


/* #MARK ToolTips */

.tip {
	z-index: 1001;
	padding: 2px 5px;
	background-color: #ffffcc;
	
}

.tip-text {
	font-size: 10px;
}

.tip-title {
	font-size: 10px;
}



.spacer {
	height: 1px;
	background-color: red;
	clear: both;
}

/* #MARK cart_page */

.cart .cart_count {
	color: #006666;
}

.cart .cart_items {
	width: 100%;
	border-spacing: 0;
	margin-top: 12px;
	margin-bottom: 12px;
}

.cart .cart_items td {
	position: relative;
	background-color: #f7f7f7;
	border-top: 1px solid #f0f0f0;
	border-bottom: 1px solid #f0f0f0;
	font-size: 12px;
	padding-top: 4px;
	padding-bottom: 4px;
}

.cart .cart_items tr.total td {
	background: none;
	border-style: none;
	padding: 6px 0;
}

.cart .cart_items div.dispo {
	position: absolute;
	right: 4px;
	top: 18px;
	font-size: 24px;
	text-transform: uppercase;
	font-weight: bold;
	color: pink;
}

.cart .cart_items td.image {
	width: 80px;
	text-align: center;
}

.cart .cart_items td.image img {
	height: 60px;
}

.cart .cart_items td.price {
	width: 80px;
	text-align: right;
}

.cart .cart_items td.remove {
	width: 40px;
	text-align: center;
}

.cart .cart_items tr:hover td {
	background-color: #f0f0f0;
}

.cart .cart_items tr.total:hover td {
	background-color: transparent;
}

.cart .cart_items .poids {
	color: #999999;
}


/* #MARK Breadcrumb v2.0 */
.breadcrumb {
	overflow: hidden;
	padding: 0 8px;
	border-radius: 6px;
}
.breadcrumb a {
	text-decoration: none;
	outline: none;
	display: inline-block;
	line-height: 22px;
	background: #dcedc2;
	color: white;
	padding: 5px 10px 5px 30px;
	position: relative;
	margin-bottom: 1px;
}
.breadcrumb a:first-child {
	padding-left: 15px;
	border-radius: 6px 0 0 6px;
}
.breadcrumb a:first-child:before {
	left: 14px;
}
.breadcrumb a:last-child {
	border-radius: 0 6px 6px 0;
	padding-right: 20px;
}
.breadcrumb a.selected, .breadcrumb a.selected:after {
	background: #006666;
}
.breadcrumb a:after {
	content: '';
	position: absolute;
	top: 0; 
	right: -16px;
	width: 32px; 
	height: 32px;
	-webkit-transform: scale(0.707) rotate(45deg);
	transform: scale(0.707) rotate(45deg);
	z-index: 1;
	background: #dcedc2;
	box-shadow: 2px -2px 0 2px rgba(255, 255, 255, 0.9);
	border-radius: 0 5px 0 50px;
}
.breadcrumb a:last-child:after {
	content: none;
}

/* #MARK 2 Columns */

.two_columns {
	-webkit-column-count: 2;
	-moz-column-count: 2;
	column-count: 2;
	-webkit-column-gap: 18px;
	-moz-column-gap: 18px;
	column-gap: 18px;
	margin-bottom: 24px;
}

table.two_cols {
	width: 100%;
	border-spacing: 0;
}

table.two_cols td {
	width: 360px;
	vertical-align: top;
	padding: 0;
	padding-bottom: 30px;
}

table.two_cols td:nth-child(1) {
	padding-right: 15px;
}
table.two_cols td:nth-child(2) {
	padding-left: 15px;
}


.button, .dhCOForm input.button {
	background-color: #ffffff;
	background-image: linear-gradient(top, #FFFFFF 0%, #F5F5F5 50%, #ECECEC 51%, #F2F2F2 100%);
	border : 1px solid rgba(0,0,0,0.66);
	padding: 2px 6px;
	border-radius: 4px;
	color: #006666;
	font-weight: bold;
	box-shadow: 2px 2px 2px rgba(0,0,0,0.25);
}

.help_box {
	position: relative;
	background: #99CC33;
	border: 1px solid #006666;
	color: #006666;
	padding: 0px 3px;
	border-radius: 4px;
	margin-left: 2px;
	cursor: help;
}
.help_box:after, .help_box:before {
	right: 100%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.help_box:after {
	border-color: rgba(153, 204, 51, 0);
	border-right-color: #99CC33;
	border-width: 4px;
	top: 50%;
	margin-top: -4px;
}
.help_box:before {
	border-color: rgba(0, 102, 102, 0);
	border-right-color: #006666;
	border-width: 5px;
	top: 50%;
	margin-top: -5px;
}

/* #MARK search_result */

table.search_result {
	width: 100%;
	border-spacing: 0;
	margin-top: 6px;
	margin-bottom: 24px;
}

.search_result tr.description td {
	border-top: solid 2px #99cc33;
	border-bottom: solid 2px #99cc33;
	background: #f6faed;
}

.search_result td.detail h2 {
	margin: 8px 0 14px 0;
}

.search_result td.detail h2 a {
	font-size: 18px;
	color: #006666;
}

.search_result td.image {
	width: 15%;
}

.search_result td.detail {
	width: 65%;
}

.search_result td.price {
	text-align: right;
}

.search_result td.buy {
	text-align: right;
	padding: 0;
}

td.buy a {
	display: block;
	width: 150px;
	float: right;
	color: white;
	background-color: #006666;
	line-height: 18px;
}


/* #MARK search_result_blocks */
.search_result_container {
	
}

.search_result_blocks {
	display: inline-block;
	vertical-align: top;

	/* custom markup */
	width: 170px;
	margin: 0 20px 20px 0;
}

.search_result_blocks * {
	font-family: Arial;
	font-size: 11px;
}

.search_result_blocks .img {
	float: left;
	position: relative;
	width: 110px;
	height: 140px;
	margin-right: 5px;
	margin-bottom: 5px;
	overflow: visible;
}

.search_result_blocks .img:empty {
	background-color: #A5C2C3;
}

.search_result_blocks .img a {
	width: 110px;
	height: 140px;
	display: table-cell;
	vertical-align: middle;
}

.search_result_blocks .img img {
	display: block;
	margin: 0 auto;
	position: relative;
	max-width: 110px;
	max-height: 140px;
}

.search_result_blocks .img.ref img {
	box-shadow: 5px 5px 10px #999;
}

.search_result_blocks .img.item img {
	box-shadow: 5px 5px 10px #999;
}

.search_result_blocks .buy {
	float: left;
	width: 55px;
	height: 80px;
	padding-top: 60px;
	margin-bottom: 5px;
	font-size: 14px;
	font-weight: bold;
	color: #FF6633;
	text-align: center;
}

.search_result_blocks .description {
	clear: both;
	height: 45px;
}



.search_result_lines:nth-child(2n+0) {
	background: #fafcf7;
}

.search_result_lines:hover {
	background: #f6faed;
}

.search_result_lines .del_links {
	float: right;
}
.search_result_lines.indisponible a {
	color: #999999;
}
.search_result_lines .etat,
.search_result_lines .prix,
.search_result_lines .edition {
	display: inline-block;
	min-width: 1.4ex;
	height: 1em;
	overflow: hidden;
	background: #ddd;
	border-radius: 6px;
	padding: 0 4px 1px 4px;
	text-align: right;
}
.search_result_lines .prix {
	min-width: 4em;
}
.search_result_lines .edition {
	min-width: 3em;
}

/* #MARK Suggestions */

.suggestions .search_result_blocks {
	display: block;
	width: auto;
	margin-bottom: 10px;
}
.suggestions .search_result_blocks .img.ref,
.suggestions .search_result_blocks .img.item {
	width: auto;
	height: auto;
	min-width: 54px;
}
.suggestions .search_result_blocks .img.ref a,
.suggestions .search_result_blocks .img.item a {
	width: auto;
	height: auto;
}
.suggestions .search_result_blocks .img.ref img,
.suggestions .search_result_blocks .img.item img {
	max-height: 45px;
	margin-right: 10px;
}
.suggestions .search_result_blocks .buy {
	/* display: none; */
	float: right;
	padding-top: 0;
	height: auto;
}
.suggestions .search_result_blocks .buy a img {
	width: auto;
	height: 26px;
}
.suggestions .search_result_blocks .description {
	float: left;
	clear: none;
}
.suggestions .search_result_blocks:after {
	content: "";
	clear: both;
	display: block;
}
.suggestions_edit .search_result_blocks .img a {
	opacity: 0.33;
}
.suggestions_edit .search_result_blocks .img a:hover {
	opacity: 0.75;
}
.suggestions_edit .search_result_blocks .img a.selected {
	opacity: 1;
}
.suggestions_edit .search_result_blocks .img a.selected:after {
	position: absolute;
	top: -16px;
	right: -16px;
	content: " ";
	height: 50px;
	width: 50px;
	background: center / contain no-repeat url(../gfx/star-3.svg);
	pointer-events: none;
}
.suggestions_toggler i[class=icon-star] {
	display: none;
}
.suggestions_toggler i[class=icon-star-empty] {
	display: inline;
}
.suggestions_toggler.selected i[class=icon-star] {
	display: inline;
}
.suggestions_toggler.selected i[class=icon-star-empty] {
	display: none;
}


.description.bubble {
	background: #f6faed;
	border: solid 2px #99cc33;
	width: 400px;
	position: absolute;
	top: 50px;
	left: 300px;
	padding: 20px 20px;
	border-radius: 25px;
}

.description.bubble h2 {
	margin: 0 0 8px 0;
	font-size: 14px;
}

.search_result_items {
	color: #ccc;
	line-height: 20px;
}

.search_result_items a {
	border-radius: 6px;
	background-color: #f6faed;
	padding: 1px 4px;
}

.search_result_items a:hover {
	background-color: #f6faed;
}

/* #MARK PageNav links */

.pagesnav {
	padding: 4px 4px;
	margin: 8px 0;
}

.pagesnav, .pagesnav a, .pagesnav span {
	font-size: 11px;
	text-align: center;
	font-weight: bold;
	color: #4d4d4d;
}

.pagesnav a, .pagesnav span {
	display: inline-block;
	margin: 1px 1px;
	padding: 2px 6px 3px 6px;
	background-color: #006666;
	/*border: 1px solid #005454;*/
	border-radius: 6px;
	color: #ccc;
	font-weight: bold;
}

.pagesnav span.selected {
	padding: 0px 4px 1px 4px;
	background-color: #9C3;
	border: 2px solid #005454;
	color: #006666;
}

.pagesnav a:hover {
	color: #99cc33;
	background-color: #666666;
	background-image:
		-webkit-gradient(
		linear, 0% 0%, 0% 100%,
		color-stop(0.00, rgb(0, 128, 128)), 
		color-stop(0.45, rgb(0, 102, 102)), 
		color-stop(0.90, rgb(0, 78, 78))
		);
	background:
		-moz-linear-gradient(
		center top, 
		rgb(0, 128, 128) 0%, 
		rgb(0, 102, 102) 45%, 
		rgb(0, 78, 78) 90%);
}

/* #MARK product_detail */

.product_detail h1 {
	background: #99cc33;
	padding: 12px 8px;
	color: #006666;
	font-weight: bold;
	font-size: 24px;
}

.product_detail h2 {
	color: #006666;
	padding: 4px;
	margin: 0;
	font-weight: normal;
	font-size: 16px;
	font-style: normal;
	border-bottom: 3px solid #99cc33;
}

.product_detail p.go_back {
	background: #99cc33;
	margin-left: 592px;
	text-align: right;
	padding-right: 8px;
	padding-bottom: 4px;
	margin-bottom: 40px;
}

.product_detail p.go_back a {
	color: white;
}

.product_detail table {
	width: 100%;
	border-spacing: 0;
	margin-bottom: 10px;
}

.product_detail td {
	vertical-align: top;
	padding: 0;
}

.product_detail .rec_img {
	width: 190px;
	font-size: 9px;
	color: #006666;
}

.product_detail .img_detail {
	max-width: 180px;
	max-height: 300px;
}

.product_detail .rec_desc {
	/*width: 420px;*/
	background-color: #066;
}

.product_detail .rec_desc a {
	color: white;
	border-radius: 6px;
	background-color: #007777;
	padding: 1px 4px;
	line-height: 18px;
}

.product_detail .rec_desc a:hover {
	background-color: #008888;
}

.product_detail .rec_items {
	width: 305px;
}

.rec_desc h4, .rec_desc label {
	width: 120px;
	color: #99cc33;
	text-align: right;
	margin: 4px 6px 4px 2px;
	float: left;
	font-size: 12px;
}

.rec_desc p {
	color: white;
	padding: 4px 4px 4px 130px;
}

#dhAdminForm .rec_desc p {
	padding-top: 0;
	padding-bottom: 0;
}

.form_left {
	text-align: left;
}
.form_left label {
	display: inline-block;
	min-width: 360px;
	margin: 3px 6px;
	padding: 0px 0 0px 3px;
	border: solid 1px #ccc;
	text-align: left;
	font-size: 14px;
	color: #666;
	text-decoration: none;
	border-radius: 4px;
	text-transform: none;
	text-align: right;
	background: #eee;
}
.form_left label > i {
	float: left;
	color: #aaa;
}
.form_el_inline label {
	min-width: min-content;
	border: none;
}

.form_left input[type=text],
.form_left select {
	min-width: 200px;
	margin: 0 0 0 8px;
	padding: 3px 6px 3px 6px;
	border-radius: 0px 4px 4px 0px;
	background: #fff;
	border: none;
	background: #fff;
	font-size: 12px;
	outline: none;
}

.form_left select {
	padding: 5px 12px 6px 12px;
}

.form_left input[type=checkbox] {
	min-width: auto;
	width: auto;
	margin-right: 0.5em;
}

.form_left label.focus {
	background-color: hsl(242, 0%, 95%);
	border-color: hsl(242, 30%, 73%);
	box-shadow: 0px 0px 5px hsl(242, 30%, 73%);
}
.form_left button {
	font-size: 14px;
	padding: 3px 16px;
}
.form_left input::placeholder {
	color: #ccc;
	text-align: center;
}

.search_collapsed {
	max-height: 1.1em;
	overflow: hidden;
	transition: all 0.33s ease-in;
}
.search_collapsed.open {
	max-height: 20em;
}
.search_toggler {
	color: #666;
	padding-left: 1em;
}
.search_toggler > i {
	display: inline-block;
	transition: all 0.33s ease-in;
}

.open .search_toggler > i {
	opacity: 0.33;
	transform: rotate(90deg);
}

.search_toggler {
	cursor: pointer;
}
.search_toggler > span {
	transition: all 0.33s ease-in;
}
.open .search_toggler > span {
	opacity: 0;
}

code {
	color: #99f;
	font-size: 10px;
}


/* #MARK item */

.code_etat_info {
	border-color: #006666;
}

.product_detail table.item {
	width: 305px;
	margin-left: 10px;
	margin-bottom: 10px;
	border: solid 2px #006666;
}

.product_detail .item_desc > div {
	padding: 10px 6px 14px 6px;
	background-color: #f6faed;
}

.product_detail .item .rec_img {
	padding: 10px 6px 14px 6px;
	background-color: #f6faed;
}

.product_detail .item_desc div div.more_details {
	border: none;
	padding: 0;
}

.product_detail .item_desc div div.more_details.collapsed {
	display: none;
}

.product_detail .item_desc h4 {
	margin: 2px 0 2px 0;
	color: #006666;
}

.product_detail .item_desc p {
	margin: 0 0 12px 0;
}

.product_detail .item .rec_img div.img {
	display: inline-block;
	margin-right: 3px;
}

.product_detail .item .rec_img div.img img {
	width: auto;
	height: auto;
	max-width: 90px;
	max-height: 150px;
}



#detail_display {
	display: none;
	width: 94%;
	margin-left: 2%;
	margin-top: 40px;
	position: absolute;
	background-color: #ffffff;
	border: solid 3px #99cc33;
	box-shadow: 5px 5px 35px #333;
}

.detail_display2 {
	display: none;
	position: absolute;
	width: 400px;
	padding: 20px 20px;
	background: #F6FAED;
	text-align: left;
	box-shadow: 5px 5px 35px #333;
	border: solid 2px #99cc33;
	border-radius: 25px;
}
.detail_display2 .tip, .detail_display2 .tip-text {
	background: #F6FAED;
}
.detail_display2 h1 {
	margin-top: 0;
	font-size: 16px;
}
.detail_display2 h2 {
	font-size: 12px;
}
.detail_display2 img.img_detail {
	float: left;
	margin: 0 6px 4px 0;
}

.edition {
	color: #666666;
}

/* #MARK ADMIN */

#dhAdminForm input, #dhAdminForm textarea {
	margin: 2px 0;
	/*width: 240px;*/
}

#dhAdminForm h1 input {
	width: 600px;
	font-size: 24px;
	color: #066;
	font-weight: bold;
}

#dhAdminForm h2 label {
	font-size: 16px;
}

.product_detail input[type=text] {
	width: 240px;
}

.product_detail input[type=radio] {
	width: 20px;
}

.product_detail .item_desc div.admin.dispo-vendu,
.product_detail .item_desc div.admin.dispo-indisponible {
	border: solid 2px #666666;
	padding: 6px 6px 6px 6px;
	background-color: #eeeeee;
}

.product_detail .item_desc div.admin.dispo-vendu .more_details {
	background-color: #eeeeee;
}

.product_detail .item_desc div.admin.dispo-vendu h4 {
	color: #666;
	font-size: 12px;
}

.product_detail .item_desc div.admin.dispo-vendu p {
	font-size: 12px;
	margin-bottom: 6px;
}

#dhAdminForm p {
	margin: 4px 0;
}

.product_detail textarea {
	width: 240px;
}

.admin_tools {
	left: 6px;
	top: -15px;
	color: white;
	font-weight: bold;
	background-color: #e5abab;
	border-color: #be8e8e;
	margin: 4px 0;
	padding: 6px 10px;
	border-radius: 7px;
}

.admin_only td, .admin_only th {
	background-color: #099;
}

.admin_tools button, .btn {
	color: black;
	font-weight: bold;
	background: #ddd;
	border: 1px solid #666;
	border-radius: 7px;
	margin: 0;
	padding: 4px 10px 6px 10px;
	box-shadow: 2px 2px 5px #be8e8e;
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0.15, rgb(204,204,204)),
		color-stop(0.85, rgb(221,221,221))
	);
	background: -moz-linear-gradient(
		center bottom,
		rgb(204,204,204) 15%,
		rgb(221,221,221) 85%
	);
	white-space: nowrap;
}

.btn {
	display: block;
	width: 50px;
	text-align: center;
	cursor: pointer;
}

button {
	cursor: pointer;
}

button.btn {
	width: auto;
}

.admin_btn {
	display: inline-block;
	background: #541c1c;
	padding: 2px 4px;
	border-radius: 7px;
	color: #fff;
	margin: 2px;
	text-decoration: none;
}
.admin_btn:hover {
	background: #a85454;
	color: #fff;
	text-decoration: none;
}
.admin_btn:visited {
	color: #fff;
}
.admin_tools a.btn_left {
	margin-right: 0;
	border-right: none;
	border-right-width: 1px;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
	white-space: nowrap;
}

.admin_tools a.btn_middle {
	margin-left: 0;
	margin-right: 0;
	border-left-width: 1px;
	border-right-width: none;
	border-radius: 0;
	white-space: nowrap;
}

.admin_tools a.btn_right {
	margin-left: 0;
	border-left-width: 1px;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	white-space: nowrap;
}

.admin_tools button.btn_del {
	float: right;
}

.upload_drop {
	height: 64px;
	width: 96%;
	background: #eee url(../gfx/admin/drop-file-upload-32.png) no-repeat center center;
	border: 2px solid #e5abab;
}

#item_new {
	text-align: center;
	margin-top: 12px;
}

#item_new .btn {
	width: auto;
	box-shadow: none;
}

#item_admin_0 {
	display: none;
}

.item_admin {
	background-color: #fff2f2;
	border-radius: 7px;
	border: 1px solid #e5abab;
}

.item_admin .admin_tools {
	margin-top: 0;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}



/* #MARK Admin login */

#admin_login_topbar {
	position: absolute;
	left: 0;
	top: -33px;
	width: 100%;
	z-index: 1000;
	height: 32px;
	background: url(../gfx/admin/admin_top_bar_r_bkg.gif) repeat-x;
	padding: 0;
	text-align: center;
}

#admin_login_topbar fieldset {
	border: none;
	margin: 0;
	color: white;
	overflow: hidden;
	height: 32px;
}

#admin_login_topbar label {
	color: white;
}

#admin_login_tab {
	display: block;
	position: absolute;
	top: 31px;
	right: 8px;
	padding: 2px 6px;
	z-index: 1001;
	font-size: 9px;
	background-color: #531C1C;
	color: white;
	opacity: 0.3;
	filter: alpha(opacity=30);
	border-bottom-left-radius: 7px;
	border-bottom-right-radius: 7px;
}


/* #MARK admin top menu bar */

#admin_topmenu {
	width: 100%;
	height: 32px;
	overflow: hidden;
	padding: 0;
	background: #722626;
	background-image: linear-gradient(#CC3333 0%, #7D2A2A 5%, #531C1C 95%, #391313 100%);
}

#admin_topmenu div {
	margin: 4px 6px;
}

#admin_topmenu div.col1 {
	text-align: left;
}

#admin_topmenu div.col3 {
	position: absolute;
	right: 0;
	top:  0;
	padding-right: 4px;
}

#admin_topmenu a, 
#admin_topmenu button {
	border: none;
	margin: 0 12px 0 0;
	padding: 2px 6px;
	background-color: #541c1c;
	border-radius: 7px;
	text-decoration: none;
	font: bold 12px Verdana, Arial, sans-serif;
	color: white;
}

#admin_topmenu a:hover, 
#admin_topmenu button:hover {
	background-color: #a85454;
}

#admin_topmenu a img {
	position: relative;
	top: 4px;
}

#admin_topmenu .dropdown_menu {
	display: inline-block;
	position: absolute;
	overflow: hidden;
	z-index: 1000;
	width: 200px;
	max-height: 1.5em;
	margin: 2px 12px 4px 6px;
}
#admin_topmenu .dropdown_menu a {
	display: block;
	margin: 0.5em 0.75em;
}
#admin_topmenu .dropdown_menu a.dropdown_header {
	margin-top: 0em;
}
#admin_topmenu .dropdown_menu:hover,
#admin_topmenu .dropdown_menu.open {
	max-height: 99em;
	background: #722626;
}

/* #MARK switch */

.switch {
	position: relative;
	display: inline-block;
	width: 36px;
	padding: 0 4px;
	background: silver;
	border: 1px inset #fff;
	border-radius: 8px;
	font-size: 12px;
	line-height: 17px;
	font-weight: bold;
	color: white;
	text-transform: uppercase;
	cursor: pointer;
	box-shadow: inset 8px 8px 12px rgba(0, 0, 0, 0.6);
}

.switch.medium {
	font-size: 10px;
	line-height: 15px;
	width: 32px;
}

.switch.small {
	font-size: 9px;
	line-height: 13px;
	width: 28px;
}

.switch.on,
.switch.oui {
	background: #0e0;
}

.switch.off,
.switch.non {
	background: #c00;
	text-align: right;
}

.switch.on.hold,
.switch.oui.hold {
	background: #e90;
	text-align: center;
	width: auto;
}

.switch span {
	position: absolute;
	top: 1px;
	border-radius: 8px;
	width: 13px;
	height: 13px;
	background: #fff -webkit-gradient(linear, 0% 0%, 0% 100%, from(#eee), to(#ccc));
	border: 1px solid #999;
	box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.5);
}

.switch.medium span {
	width: 11px;
	height: 11px;
}

.switch.small span {
	width: 9px;
	height: 9px;
}

.switch.on span,
.switch.oui span {
	right: 1px;
}

.switch.off span,
.switch.non span {
	left: 1px;
}

.switch.on.hold span,
.switch.oui.hold span {
	display: none;
}

.switch:hover {
	color: white;
	text-decoration: none;
}

.switch.on:hover,
.switch.oui:hover {
	padding: 0 6px 0 2px;
}

.switch.off:hover,
.switch.non:hover {
	padding: 0 2px 0 6px;
}

.switch.on:hover span,
.switch.oui:hover span {
	right: 3px;
}

.switch.off:hover span,
.switch.non:hover span {
	left: 3px;
}


/* #MARK dhForm */

.dhForm {
	margin: 12px 0;
	border-radius: 8px;
}

.dhForm fieldset div {
	position: relative;
	background: #dcedc2;
	border: 2px solid white;
	margin: 4px 0;
	padding: 3px 2px;
	border-radius: 8px;
}

.dhForm br {
	clear: both;
}

.dhForm fieldset {
	background: #99cc33;
	border: 2px solid #006666;
	padding: 4px 12px 4px 12px;
	margin: 8px 0px;
	border-radius: 8px;
}

.dhForm legend {
	font-weight: bold;
	color: #006666;
	top: 20px;
}

.dhForm p {
	margin-bottom: 1em;
}

.dhForm label {
	display: block;
	float: left;
	font-size: 14px;
	width: 100px;
	text-align: right;
	color: #006666;
	margin-top: 2px;
	margin-bottom: -1px;
	margin-right: 3px;
	border-color: #fefefe;
}

.dhForm label:nth-child(3) {
	margin-left: 8px;
}

.dhForm input {
	width: 244px;
	border: 1px solid white;
	border-radius: 4px;
	font-size: 12px;
	padding: 1px 3px;
}

.dhForm input:focus {
	border-color: #9c3;
}

.dhForm textarea {
	width: 244px;
	border: 1px solid white;
	border-radius: 4px;
	font-size: 12px;
	padding: 1px 3px;
}

.dhForm .validation-failed { outline: solid 1px red; }

.dhForm .validation-advice {
	color: #CC0000;
	background-color: #edc2c2;
	font-size: 10px;
	line-height: 1em;
	font-weight: bold;
	position: absolute;
	left: 420px;
	width: 240px;
	z-index: 100;
	top: 0;
}

/* #MARK dhCOForm */

.dhCOForm {
	margin: 12px 40px;
	border-radius: 8px;
}

.dhCOForm fieldset div {
	position: relative;
	background: #dcedc2;
	border: 2px solid white;
	margin: 4px 0;
	padding: 3px 2px;
	border-radius: 8px;
}

.dhCOForm br {
	clear: both;
}

.dhCOForm fieldset {
	background: #99cc33;
	border: 2px solid #006666;
	padding: 4px 12px 4px 12px;
	margin: 8px 16px;
	border-radius: 8px;
}

.dhCOForm legend {
	font-weight: bold;
	color: #006666;
}

.dhCOForm label {
	display: block;
	float: left;
	font-size: 14px;
	width: 130px;
	text-align: right;
	color: #006666;
	margin-top: 2px;
	margin-bottom: -1px;
	margin-right: 3px;
	border-color: #fefefe;
}

.dhCOForm label:nth-child(3) {
	margin-left: 8px;
}

.dhCOForm label.required {
	font-weight: bold;
}

.dhCOForm input {
	width: 270px;
	border: 1px solid white;
	border-radius: 4px;
	font-size: 12px;
	padding: 1px 3px;
}

.dhCOForm input:focus {
	border-color: #9c3;
}
select,
.dhCOForm select {
	max-width: 210px;
}

.dhCOForm .validation-failed { outline: solid 1px red; }

.dhCOForm .validation-advice {
	color: #CC0000;
	background-color: #edc2c2;
	font-size: 10px;
	line-height: 1em;
	font-weight: bold;
	margin: 0.5em 1em;
	max-width: 24em;
}

.dhCOForm #advice-required-id_postcode.validation-advice {
	margin-top: 2.5em;
}


@media only screen and (max-width : 980px) {

	#main_content {
		width: calc(100% - 200px);
	}
	.two_columns {
		column-count: 1;
		column-gap: 18px;
		margin-bottom: 24px;
	}
	table.two_cols td {
		width: auto;
		display: block;
	}
	.product_detail td {
		display: block;
	}
	table.two_cols td:nth-child(1),
	table.two_cols td:nth-child(2) {
		padding-left: 0px;
		padding-right: 15px;
	}
	
	#admin_topmenu {
		height: auto;
		width: auto;
		padding: 0 100px 0 0;
		background: #722626;
		background-image: linear-gradient(#CC3333 0%, #7D2A2A 5%, #531C1C 95%, #391313 100%);
	}
	
	#admin_topmenu div {
		margin: 4px 6px;
	}
	
	#admin_topmenu div.col1 {
		text-align: left;
	}
	
	#admin_topmenu div.col3 {
		position: relative;
		text-align: right;
		line-height: 1em;
	}
	
	#admin_topmenu a, 
	#admin_topmenu button {
		white-space: nowrap;
		line-height: 2.75em;
		padding: 6px 6px;
	}
	
	#admin_topmenu .col3 button {
		line-height: 1.2em;
		padding: 2px 6px;
	}
}
	
@media only screen and (max-width : 480px) {
	
#main_content {
	width: auto;
	float: none;
	padding-left: 10px;
	padding-right: 10px;
}
	
	.info_boutique,
	.info_boutique_bkg {
		display: none;
	}
	#sub_menu {
		height: auto;
	}
	
	#sub_menu .quick_search {
		max-width: 100vw;
	}
	
	#sub_menu .quick_search .legend {
		display: none;
	}
	.menu-toggler {
		display: block;
		z-index: 10;
		position: fixed;
		top: 8px;
		left: 8px;
		width: 60px;
		height: 60px;
		background: transparent url(../gfx/menu.svg) no-repeat;
		opacity: 0.66;
		border-radius: 15px;
		border: solid 4px rgba(255,255,255, 0.5);
	}
	#side_menu {
		float: none;
		z-index: 10;
		position: absolute;
		left: -160px;
	}
	#side_menu.open {
		top: 60px;
		left: 0;
	}
	
	#recherche_avancee {
		position: relative;
		left: 10px;
		text-align: center;
		clear: both;
	}
	
	#search_history {
		display: none;
	}
	#site_partenaire {
		display: none;
	}
	
	.search_result_container {
		display: grid;
		grid-template-columns: 1fr 1fr;
		column-gap: 1em;
	}
	.search_result_blocks {
		margin: 0 auto 20px auto;
		width: 130px;
	}
	.search_result_blocks .buy {
		padding-top: 2px;
		height: auto;
		width: 100px;
	}
	.cart_small {
		right: 25px;
		top: -115px;
	}
	.dhCOForm {
		max-width: 100%;
		margin: 12px auto;
	}
	.dhCOForm fieldset {
		padding: 4px 0;
	}
	.dhCOForm input {
		width: 97%;
	}
	.dhCOForm label:nth-child(3) {
		clear: both;
		width: 120px !important;
		text-align: right !important;
	}
	select,
	.dhCOForm select {
		max-width: 150px;
	}
	.product_detail td {
		display: block;
	}
	.product_detail .rec_img {
		width: 100%;
		font-size: 10px;
		text-align: center;
	}
	.product_detail .img_detail {
		text-align: center;
		max-width: 100%;
		max-height: 600px;
	}

}

@media only screen and (max-height : 560px) {
	#side_menu {
		float: none;
	}

	#side_menu .menu_item {
		display: inline-block;
		width: 150px;
	}

	#side_menu .menu_item a {
		width: 140px;
	}
}