/*
	PrestaShop CSS
	18 used colors:
	10 grays: #374853 #595a5e #5d717e #76839b #888 #bdc2c9 #d0d1d5 #d0d3d8 #e5e6e7 #f1f2f4
	4 fushias: #f6dce8 #dd2a81 #971d58 #5d0630
	2 yellows: #f8e1a0 #f9e400
	1 green: #488c40
	1 red: #da0f00


@font-face {
    font-family: 'ubunturegular';
    src: url('ubuntu-regular-webfont.eot');
    src: url('ubuntu-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('ubuntu-regular-webfont.woff') format('woff'),
         url('ubuntu-regular-webfont.ttf') format('truetype'),
         url('ubuntu-regular-webfont.svg#ubunturegular') format('svg');
    font-weight: normal;
    font-style: normal;

}*/
@font-face {
font-family: 'ubunturegular';
src: url('https://wwww.machineapub.com/svg-edit/font-selector/fonts/font-files/Ubuntu-Regular.ttf');
src: local('?'), url('https://www.machineapub.com/svg-edit/font-selector/fonts/font-files/Ubuntu-Regular.ttf') format('truetype');
font-weight: normal;
font-style: normal;
}

@font-face {
font-family: 'pt-serif';
src: url('../fonts/PTF55F.ttf');
src: url('../fonts/PTF56F.ttf');
src: url('../fonts/PTF75F.ttf');
src: url('../fonts/PTF76F.ttf');
src: url('../fonts/PTZ55F.ttf');
src: url('../fonts/PTZ56F.ttf');

font-weight:normal;
font-style: normal;
}

* {
	padding: 0;
	margin: 0;
/*	-moz-box-sizing: border-box; 
	-box-sizing: border-box;*/
}

body {
	font-size: 13.5px;
	font-family: 'Montserrat', Sans-Serif;
	color: #767676s;
	text-align: center;
	overflow-x:hidden;
	position: relative;
	padding-bottom: 23em;
	width:100%;
}

body#cms{
	font-size: 13.5px;
	font-family: 'Montserrat', Sans-Serif;
	color: #767676s;
	text-align: center;
	overflow-x:hidden;
	position: relative;
	padding-bottom: 30em;
	width:100%;	
}
body#order #footer_bg{
	background: url("../img/bg_footer.png") no-repeat center;
	height: 310px;
	width: 1980px;
	position: absolute;
	max-width: 100%;
	min-width: 1715px;
	background-size: cover;
	margin: 0 auto;
	bottom: -155px;

}

body#cms .rte, .mceContentBody {
	text-align: left;
	color: black;
	white-space: normal;
	object-fit: fill;
	z-index: 2;
	position: relative;
	left: 0;
	top: 0;
	font-family: 'Montserrat Light', arial;
	width: 85%;
}


/* Useful */
.align_center { text-align: center }
.align_right { text-align: right }
.middle { vertical-align: middle }
.align_justify { text-align: justify }
.uppercase { text-transform: uppercase }
.hidden, .collapsed, .block_hidden_only_for_screen { display: none }
.wrap { white-space: normal }
.bold { font-weight: bold }
.strike { text-decoration: line-through }
.italic { font-style: italic }
.top { vertical-align: top }
.span_link { cursor: pointer }
.span_link:hover { text-decoration: underline }
.clear { clear: both }
label{cursor:pointer;}
br.clear {
	clear: both;
	line-height: 0;
	font-size: 0;
	height: 0
}
noscript ul { list-style-type: none; background: black; color: white; padding: 10px; border: 1px solid gray }
/* new clearfix */
.clearfix:after {
	clear: both;
	display: block;
	height: 0;
	font-size: 0;
	visibility: hidden;
	content: ".";
}
* html .clearfix { zoom: 1 }
*:first-child+html .clearfix { zoom: 1 }

/* Footer links */
/*.footer_links {
	list-style-type: none;
	clear: both;
	height: 2em;
	margin-top: 2em
}*/
.footer_links {
	list-style-type: none;
	clear: both;
	height: 2em;
	margin-top: 33em;
	margin-bottom: 60px;
}
.footer_links li {
	float: left;
	margin-right: 2em;
	height: 2em
}
.footer_links a { text-decoration: none }
.footer_links a:hover { color: black }
.footer_links img.icon { vertical-align: -2px }

/* transfert effect*/
.transferProduct { border: 2px solid #888 }

/* simple list inline */
.inline_list { list-style-type: none; margin-top: 1em }
.inline_list li { float: left; text-align: center }
.inline_list img { display: block }
ul.half {
	width: 45%;
	margin-right: 1em;
	float: left
}

/* Category tree (i.e. in sitemap) */
div.tree_top {
	background: url('../img/sitemap-top.gif') no-repeat -1px -3px;
	padding-left: 24px;
	padding-bottom: 5px;
	padding-top: 3px
}
ul.tree, ul.tree ul { list-style-type: none }
ul.tree li {

}
ul.tree a { padding-left: 0.2em }
ul.tree a.selected { font-weight: bold ;}
ul.tree li.last {
	border: none
}
span.grower { cursor: pointer }

/* Tabs */
.idTabs {
	list-style-type: none;
	border-bottom: solid 1px #76839b;
	height: 21px;
	margin-top: 1em
}
ul.idTabs li {
	float: left;
	margin-right: 1px
}
.idTabs a {
	background-image: url('../img/tab_bg.jpg');
	display: block;
	width: 173px;
	height: 18px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	padding-top: 3px;
	color: #374853
}
.idTabs .selected {
	background-image: url('../img/tab_bg_selected.jpg');
	color: white
}

/* IdTabs Short*/
.idTabsShort a {
	background-image: url('../img/tab_bg_short.jpg');
	width: 138px
}
.idTabsShort .selected {
	background-image: url('../img/tab_bg_selected_short.jpg');
	color: white
}
div.sheets {
	clear: both;
	float: left;
	padding: 1em
}
#more_info_sheets li {
	background-position: 6px 4px;
	margin-bottom: 0.4em
}

/* global style */
a {
	color: #595A5E;
	text-decoration: none;
	outline: none
}
a:hover { text-decoration: none }
.input:focus { outline: 0 }
a img {
	outline: none;
	border: none;
	text-decoration: none
}
h1 {
	color: #E62C50;
    float: left;
    font-size: 30px;
    font-weight: bold;
    height: 27px;
    line-height: 27px;
    padding-left: 0;
    width: 100%;
    margin:0 0 10px 0;
}

.h1_title_cat h1{
	color: #E62C50;
    float: left;
    font-size: 30px;
    font-weight: bold;
    height: 27px;
    line-height: 27px;
    padding-left: 0;
    width: 200%;
    margin:0 0 10px 0;
}

h1 span {
	font-size: 0.9em;
	text-transform: none;
	font-weight: normal;
	font-style: italic;
	color: #374853;
	margin-left: 1em
}

/*
h2 span {
	font-size: 0.9em;
	text-transform: none;
	font-weight: normal;
	font-style: italic;
	color: #374853;
	margin-left: 1em
}
*/

/* global layout */
#page {

    text-align: left;

}
#header_bg {
    background: url("../img/header_bg.png") repeat-x scroll left top transparent;
    height: 155px;
    background-size: cover;
/*    opacity: 0.1;*/
}
#header {
	height: 160px;
    margin: 0 auto;
    width: 980px;
    position:relative;
}
#header_logo {
	display: block;
    float: left;
    width: 340px;
}
#header_right #block_user {
/*    background: url("../img/header_user_bg.jpg") repeat-x scroll 0 0 #C4C3C3;
    border-radius: 0 0 10px 10px;
    box-shadow: 1px 1px 5px #555555;*/
    height: 40px;
    position: absolute;
    right: 9px;
    top: 0;
    width: 415px;
}
img.logo {
	float: left;
	font-size: 2em;
	font-weight: bold;
	margin-top: 10px;
	margin-left: -110px;
	width: 385px;
	height: 80px;
}


#header_right {
    margin-bottom: 15px;
    text-align: center;
    width: 530px;
}
#sidebar {
	position:absolute;
	top:80px;
	right:200px;
}
#columns {
    float: left;
    margin-top: 50px;
}

#center_cat_column{
   	margin-top: 50px;
}

#left_column, #center_column, #right_column { float: left;position:relative; }
#left_column {
	clear: left;
   	margin-top: 50px;
    margin-left : -400px;
    overflow: hidden;
    width: 360px;
	display:none;
}
#center_column {
	margin: 0;
    width: 100%;
    position:relative;
}
#old_center_column { display: none }

.ac_results_instant {
	display: none;
	visibility: hidden
}
#instant_search_results a.close {
	background: url("../img/nav-logout.gif") no-repeat scroll right 2px transparent;
	float: right;
	margin-right: 7px;
	padding-right: 21px;
	text-transform: none
}
#right_column {
	width: 191px;
	margin-left: 21px;
	overflow: hidden
}

/* global RTE fields */
.rte, .mceContentBody {
	text-align: left;
	color: black;
	white-space: nowrap;
	object-fit: fill;
	z-index: 2;
	position: absolute;
	left: 100px;
	top: 70px;
	font-family: 'Montserrat Light', arial;
}
body.mceContentBody {
	margin: 9px 6px;
	width: 556px
}
.rte html,.rte div,.rte span,.rte applet,.rte object,.rte iframe,.rte h1,.rte h2,.rte h3,.rte h4,.rte h5,.rte h6,.rte p,.rte blockquote,.rte pre,.rte a,.rte abbr,.rte acronym,.rte address,.rte big,.rte cite,.rte code,.rte del, .rte dfn, .rte em,.rte font,.rte img,.rte ins,.rte kbd,.rte q,.rte s,.rte samp,.rte small,.rte strike,.rte strong,.rte sub,.rte sup,.rte tt,.rte var,.rte dl,.rte dt,.rte dd,.rte ol,.rte ul,.rte li,.rte fieldset,.rte form,.rte label,.rte legend,.rte table,.rte caption,.rte tbody,.rte tfoot,.rte thead,.rte tr, .rte th,.rte td,
.mceContentBody html, .mceContentBody div, .mceContentBody span, .mceContentBody applet, .mceContentBody object, .mceContentBody iframe, .mceContentBody h1, .mceContentBody h2, .mceContentBody h3, .mceContentBody h4, .mceContentBody h5, .mceContentBody h6, .mceContentBody p, .mceContentBody blockquote, .mceContentBody pre, .mceContentBody a, .mceContentBody abbr, .mceContentBody acronym, .mceContentBody address, .mceContentBody big, .mceContentBody cite, .mceContentBody code, .mceContentBody del, .mceContentBody dfn, .mceContentBody em, .mceContentBody font, .mceContentBody img, .mceContentBody ins, .mceContentBody kbd, .mceContentBody q, .mceContentBody s, .mceContentBody samp, .mceContentBody small, .mceContentBody strike, .mceContentBody strong, .mceContentBody sub, .mceContentBody sup, .mceContentBody tt, .mceContentBody var, .mceContentBody dl, .mceContentBody dt, .mceContentBody dd, .mceContentBody ol, .mceContentBody ul, .mceContentBody li, .mceContentBody fieldset, .mceContentBody form, .mceContentBody label, .mceContentBody legend, .mceContentBody table, .mceContentBody caption, .mceContentBody tbody, .mceContentBody tfoot, .mceContentBody thead, .mceContentBody tr, .mceContentBody th, .mceContentBody td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline
}
.rte h1,.rte h2,.rte h3,.rte h4,.rte h5,.rte h6,
 .mceContentBody h1, .mceContentBody h2, .mceContentBody h3, .mceContentBody h4, .mceContentBody h5, .mceContentBody h6 {
	margin: 0.75em 0 0.3em 0;
	color: #374853;
	height: auto;
}
.rte h1,
 .mceContentBody h1 {
	font-size: 25px;
	font-weight: bold;
	background: inherit
}
.rte h2,
 .mceContentBody h2 {
	font-size: 20px;
	background: none;
	text-transform: none;
	height: auto
}
.rte h3, .mceContentBody h3 { font-size: 16px }
.rte h4, .mceContentBody h4 { font-size: 14px }
.rte h5,.mceContentBody h5 { font-size: 12px }
.rte h6, div.rte h6 { font-size: 8px }
.rte ol, .mceContentBody ul, div.rte ol, .mceContentBody ul { padding-left: 2em }
.rte ul, .mceContentBody ul {
	list-style-type: square;
	margin-left: 10px
}
.rte strong, .mceContentBody strong { font-weight: bold }
.rte em, .mceContentBody em { font-style: italic }

/* tables still need 'cellspacing="0"' in the markup */
.rte table,.mceContentBody table {
	border-collapse: separate;
	border-spacing: 1px;
	width: auto
}
.rte caption, .rte th, .rte td, .rte table,
 .mceContentBody caption, .mceContentBody th, .mceContentBody td, .mceContentBody table {
	text-align: left;
	font-weight: normal;
	background: none;
	height: inherit;
	border: 1px #e5e6e7 solid;
	text-align: center
}
.rte th, .mceContentBody th {
	padding-left: 1em;
	padding-right: 1em;
	background: #e5e6e7
}
#center_column .rte p,
 .mceContentBody p { padding-left: 0; margin: 0.5em 0 }
.rte ol, .mceContentBody ol {
	list-style-type: decimal;
	margin-left: 10px
}

/* /global RTE fields */

/* global table style */
div.table_block {
	/*background: transparent url('../img/table_footer.gif') no-repeat bottom left;*/
	margin: 0 auto 10px;
	width: 700px;
	clear:both;
	float:left;
}
.std {font-size: 12px;}
table.std {
	border-spacing: 0;
	border-collapse: collapse;
	width: 100%
}
/*class table.std */
.std td,.std th { padding: 0.4em 0.5em }
.std th { white-space: nowrap }
.std tr.item td,.std .item th { background-color: white }
.std tr.alternate_item td,
.std tr.alternate_item th { background-color: #f1f2f4 }
.std tbody td,.std tfoot td {  }
.std thead th {
	background: none repeat scroll 0 0 #E9E5E0;
	border-radius: 10px 10px 0 0;
	list-style: none outside none;
	margin-right: 10px;
	padding-bottom: 0.6em;
	padding-left: 40px;
	position: relative;
}
.std th.first_item { background-position: top left }
.std th.last_item { background-position: top right }
.std th.item { background-position: -5px 0 }
.std tfoot td {
	color: #374853;
	text-align: right;
	white-space: nowrap
}

/* /global table style */

/* global form style */
form.std { clear: both }
form.std h3 {
	color: #fff;
	font-size: 18px;
	font-weight: normal;
	border-bottom: 1px solid #d0d1d5;
	padding: 0 0 0 90px;
	height: 53px;
	line-height: 53px;
	margin: 0 0 1.5em 0;
	background: #E62C50;
	position: relative;
}
form.std fieldset {
	border: 1px solid #d0d3d8;
	/* background: #dfdcd7; */
	margin-bottom: 1em;
	-moz-border-radius: 5px;
	border-radius: 5px;
	width: 972px;
}
form.std legend {
	padding: 0.3em 0.6em;
	margin: 1em 0 1em 0.5em;
	font-size: 1.6em;
	font-weight: 100;
	border-color: #d0d1d5;
	border-style: solid;
	border-width: 1px
}
form.std h4, form.std p {
	padding: 0.3em 1em;
	margin:0 0 1em 0;
	clear: both
}
form.std label, form.std p span {
	float: left;
	text-align: right;
	width: 40%
}
form.std p span.like_input {
	width: auto;
	/*margin-left: 0.7em*/
}
input, textarea, select, span.editable {
	/*margin-left: 0.7em;*/
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	outline: none
}
input, textarea, select {
	border: 1px solid #dddddd;
	background:#fff;
	-moz-border-radius: 5px;
}
input.text {
	height: 18px;
	padding-left: 2px;
	padding-right: 2px
}
.checkbox input, .radio input { border: none }
form.std .checkbox label, form.std .radio label, form.std span.form_info {
	margin: 0;
	float: none;
	text-align: left
}
.required sup { color: #da0f00;margin: 0 10px 0 0;}
form.std p.checkbox { padding-left: 30% }
form.std p.submit {
	padding-left: 40.5%!important;
	margin-bottom: 1.5em
}
#center_column form.std p.submit2 {
	padding-left: 170px;
	margin-bottom: 1.5em
}
form.std input, form.std select {
	padding:3px;
	border:1px solid #ccc;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
form.std label {
	padding:4px;
}
p.required {
	margin:0.5em 0;
}
/* START OF BUTTONS SECTION
 * -tags: input, a, span
 * -sizes: mini, small, normal, large
 * -types: button, exlusive
 * -status: normal, hover, disabled
 * -rule: the span.button is a a.button disabled
*/

/* global button
input.button_mini, input.button_small, input.button, input.button_large,
input.button_mini_disabled, input.button_small_disabled, input.button_disabled, input.button_large_disabled,
input.exclusive_mini, input.exclusive_small, input.exclusive, input.exclusive_large,
input.exclusive_mini_disabled, input.exclusive_small_disabled, input.exclusive_disabled, input.exclusive_large_disabled,
a.button_mini, a.button_small, a.button, a.button_large,
a.exclusive_mini, a.exclusive_small, a.exclusive, a.exclusive_large,
span.button_mini, span.button_small, span.button, span.button_large,
span.exclusive_mini, span.exclusive_small, span.exclusive, span.exclusive_large, span.exclusive_large_disabled {
	background-color: #30aaf2;
	border: 1px solid #CFCFCF;
	border-radius: 5px 5px 5px 5px;
	padding-bottom: 20px;
	color:#fff;
	font-size:18px;
	line-height:20px;
}*/

/* input button */
input.button_mini, input.button_small, input.button, input.button_large,
input.button_mini_disabled, input.button_small_disabled, input.button_disabled, input.button_large_disabled,
input.exclusive_mini, input.exclusive_small, input.exclusive, input.exclusive_large,
input.exclusive_mini_disabled, input.exclusive_small_disabled, input.exclusive_disabled, input.exclusive_large_disabled {
	padding-bottom: 2px
}

/* disabled button
input.button_mini_disabled, input.button_small_disabled, input.button_disabled, input.button_large_disabled,
input.exclusive_mini_disabled, input.exclusive_small_disabled, input.exclusive_disabled, input.exclusive_large_disabled,
span.button_mini, span.button_small, span.button, span.button_large,
span.exclusive_mini, span.exclusive_small, span.exclusive, span.exclusive_large, span.exclusive_large_disabled {
	background-position: left 0;
	cursor: default;
	color: #888!important
}*/

/* exclusive button
input.exclusive_mini, input.exclusive_small, input.exclusive, input.exclusive_large,
input.exclusive_mini_disabled, input.exclusive_small_disabled, input.exclusive_disabled, input.exclusive_large_disabled,
a.exclusive_mini, a.exclusive_small, a.exclusive, a.exclusive_large,
span.exclusive_mini, span.exclusive_small, span.exclusive, span.exclusive_large, span.exclusive_large_disabled {
	color: white!important
}
*/
/* exclusive disabled button
input.exclusive_mini_disabled, input.exclusive_small_disabled, input.exclusive_disabled, input.exclusive_large_disabled, span.exclusive_mini, span.exclusive_small, span.exclusive, span.exclusive_large {
	color: #488c40!important
}*/

/* hover button
input.button_mini:hover, input.button_small:hover, input.button:hover, input.button_large:hover,
input.exclusive_mini:hover, input.exclusive_small:hover, input.exclusive:hover, input.exclusive_large:hover,
a.button_mini:hover, a.button_small:hover, a.button:hover, a.button_large:hover,
a.exclusive_mini:hover, a.exclusive_small:hover, a.exclusive:hover, a.exclusive_large:hover {
	background-position: left -37px
}
*/
/* exclusive hover button
input.exclusive_mini:hover, input.exclusive_small:hover, input.exclusive:hover, input.exclusive_large:hover, a.exclusive_mini:hover, a.exclusive_small:hover, a.exclusive:hover, a.exclusive_large:hover {
	color: white!important
}*/

/* classic buttons */
input.button_mini, input.button_mini_disabled, input.exclusive_mini, input.exclusive_mini_disabled, a.button_mini, a.exclusive_mini, span.button_mini, span.exclusive_mini {
	width: 30px;
	background-image: url('../img/button-mini.png')
}
input.button_small, input.button_small_disabled, input.exclusive_small, input.exclusive_small_disabled, a.button_small, a.exclusive_small, span.button_small, span.exclusive_small {
	width: 60px;
	background-image: url('../img/button-small.png')
}
input.button, input.button_disabled, input.exclusive, input.exclusive_disabled, a.button, a.exclusive, span.button, span.exclusive {
	width: 120px;
}
input.button_large, input.button_large_disabled, input.exclusive_large, input.exclusive_large_disabled, a.button_large, a.exclusive_large, span.button_large, span.exclusive_large, span.exclusive_large_disabled {
	width: 193px;
}

/* exclusive button */
input.exclusive, input.exclusive_disabled, a.exclusive, span.exclusive {
	background: url("../img/bg-bouton-valider.jpg") repeat-x;
	font-size:22px;
	height: 61px;
	width: 310px;
	cursor:pointer;
	font-weight:bold;
	color:#fff;
 }
input.exclusive:hover, input.exclusive_disabled:hover, a.exclusive:hover, span.exclusive:hover {
color:grey;
}
.cart_navigation .exclusive{
		background: url("../img/bt-etapesuivante-off.png") no-repeat;
	cursor:pointer;
}
.cart_navigation .exclusive:hover{
background: url("../img/bt-etapesuivante-on.png") no-repeat;
		cursor:pointer;
}
input.exclusive_mini, input.exclusive_mini_disabled, a.exclusive_mini, span.exclusive_mini { background-image: url('../img/button-mini_exclusive.gif') }
input.exclusive_small, input.exclusive_small_disabled, a.exclusive_small, span.exclusive_small { background-image: url('../img/button-small_exclusive.gif') }
input.exclusive_large, input.exclusive_large_disabled, a.exclusive_large, span.exclusive_large, span.exclusive_large_disabled { background-image: url('../img/button-large_exclusive.gif') }

/* id_state field in managed via JS and is firstly hidden */
form p.id_state { display: none }

/* generic style */
ul.bullet li, .block ul.bullet li, li.bullet {
	padding-left: 2em;
	background: transparent url('../img/bullet.gif') no-repeat 6px 6px;
	list-style-type: none
}

.price-discount { text-decoration: line-through }
.price-pretax { color: gray }
.price-ecotax { color: #488c40 }
img.icon {
	margin-right: 0.5em;
	vertical-align: middle;
	height: 30px;
	width: 30px;
}
img.icon_alert {
	margin-left: -90px;
}
#mailalerts_title {
	/* vertical-align: middle; */
	position: relative;
	top: -35px;
}
.weight-price {
	font-size: 0.75em;
	text-align: right;
	color: gray
}

.volume-price {
	font-size: 0.75em;
	text-align: right;
	color: gray
}

.unity-price {
	font-size: 0.75em;
	text-align: right;
	color: gray
}

body#my-account #columns {
	float: left;
	margin-top: 50px;
	margin-bottom: 272px;
}

/* errors */
.error {
	width: 90%;
	color: #da0f00;
	margin: 0.3em auto 1.5em auto;
	padding: 0.3em 0.8em 1em
}
.error p { font-weight: bold }
.error li {
	list-style-position: inside;
	list-style-type: decimal-leading-zero;
	padding-left: 3em
}

/* warning */
.warning {
	color: black;
	font-size: 1.1em;
	background-color: #F8E1A0;
	border: 1px dashed #F9E400;
	font-weight: normal;
	margin:20px 0 20px 0;
	padding: 0.6em 1em;
	clear:both;
	float:left;
	width:94%;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.warning_inline {
	color: #da0f00;
	font-weight: bold
}

/* success */
.success {
	color: green;
	font-weight: bold;
	margin: 0.2em 1em;
	padding: 0.3em 0.8em 1em
}
.success_inline {
	color: green;
	font-weight: bold
}



.breadcrumb {
	font-size: 1em;
	color: #E62C50;
	float: left;
	margin: -50px 0;
	width: 100%;
	font-size: 18px;
	font-family: 'Montserrat Light', arial;
	margin-left: -130px;
}

body#cms .breadcrumb {
	font-size: 1em;
	color: #E62C50;
	float: left;
	margin: -60px 0;
	width: 100%;
	font-size: 18px;
	font-family: 'Montserrat Light', arial;
	margin-left: -130px;
}

body#cms #cust-home {
	background: url("../img/explorer-logo-bg2.png") no-repeat scroll left top;
	background-size: cover;
	height: 141px;
	width: 980px;
	border-radius: 3px 3px 3px 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	margin: 0 0 20px;
	clear: both;
	margin-top: 0px;
	text-align: left;
}

body#cms #cust-home-h1 {
	margin-top: 0px;
}

.navigation-pipe{
	color:#5D717E;
}

.breadcrumb .navigation-pipe { padding: 0 0.6em }
.breadcrumb a {
	text-decoration: none;
	color: #5d717e
}
.breadcrumb a:hover { text-decoration: underline }

/* pagination.tpl */
div.pagination { margin:10px 0; float:left;width:145%;margin-left:50%;}
ul.pagination {
	list-style: none;
	float: left
}
ul.pagination li {
	display: inline;
	float: left;
	margin-right: 30px
}
ul.pagination li, ul.pagination a, ul.pagination span {
	font-weight: normal;
	color: #333
}
ul.pagination a, ul.pagination span {
/*	border: 1px solid #eaeaea;*/
	padding: 5px 10px;
	display: block;
	line-height: 17px;
/*	background: #f3f3f3;*/
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
ul.pagination a { text-decoration: none; font-family: 'Montserrat Light', arial;}
ul.pagination .current span {
	background:#fff;
	color: red;
	font-size: 22px;
}
ul.pagination li.truncate {
	padding: 0.3em;
	background: none
}

li.disabled span {
	color: #888;
}
form.pagination { text-align: right;float: right; }
form.pagination label {
	line-height: 1.4em;
	vertical-align: bottom;
	float: right;
	margin-left: 0.3em;
}
form.pagination select { float: left }
form.pagination select option {
	font-size: 0.9em;
	padding-right: 1em
}
form.pagination input { float: right }
.pagination select, .pagination label, .pagination .input_submit{padding:5px;}
 .pagination .input_submit{cursor: pointer;}
/* steps (like order step) */
ul.step {
	background: transparent url('../img/step_start.gif') no-repeat bottom left;
	font-size: 13px;
	list-style: none outside none;
	margin: 0.8em auto 19em;
	padding-left: 35px;
	width: 885px;
}
ul.step li {
	height: 155px;
	float: left;
	width: 158px;
	text-align: center;
}
ul.step li.step_current {
	font-weight: bold
}
ul.step li.step_todo { font-style: italic }
ul.step li#step_end { width: 170px }
ul.step li#step_end {  }
ul.step li#step_end.step_current { background: transparent url('../img/step_end_current.gif') no-repeat bottom left }
ul#order_step { background-color: white }

/* product-sort.tpl */
.productsSortForm p {
	height: 1em;
	margin: 0.5em 0 0 0
}
.productsSortForm label, .productsSortForm select { float: right;padding:3px;margin:0 0 10px 0; }
.productsSortForm select { font-size: 1em;background:#fff; }

/* Header */
#header_right ul { list-style: none }
#header_right form {
	border: none;
	margin-bottom: 0!important;
	display: inline
}
#header_right label {
	margin: 0;
	float: none
}

/* Footer */
#footer {
	clear: both;
    color: #FFFFFF;
    margin: 0 auto;
    width: 980px;
}
#footer_bg {
	background: url("../img/bg_footer.png") no-repeat center;
	height: 310px;
	width: 100%;
	position:absolute;
	max-width: 100%;
	min-width: 1715px;
	background-size: cover;
	margin: 0 auto;
	bottom: 0;
}

#footer_smartphone{
	display:none;
}
/* Default block style */
div.block-cms h1 a { color: #374853; text-decoration: none; }
div.block-cms h1 a:hover { text-decoration: underline; }
div.block {
	margin-bottom: 1em;
	width: 360px;
}
#left_column div.block,
 #right_column div.block {
/*	background-color: #EBE6DF;
    border: 1px solid #CFCFCF;*/
    padding-bottom: 20px;
    border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;

}


div.block h4 a { color: #000 }
div.block ul { list-style: none }
div.block ul.tree li {}
div.block a:hover { text-decoration: underline }
#left_column div.block .block_content a.button_large,
 #right_column div.block .block_content a.button_large { margin: 0 0 0 -3px }
div.block .block_content {
    min-height: 16px;
    padding: 0 10px;
}
#left_column div.block li {
	margin-left: 8px;
	list-style-position: outside;
	line-height:22px;
	padding:5px 0;
/*	background:url("../img/li_separator.png") 0 bottom no-repeat;*/
}
#left_column div.block li a{
	text-decoration:none;
}
div.block a:hover {
    text-decoration: none;
}
/* block exclusive */
#left_column div.exclusive, #right_column div.exclusive {
	background: transparent url('../img/block_exclusive_footer.jpg') no-repeat bottom left
}
div.exclusive h4 {
	background: transparent url('../img/block_header_exclusive.png') no-repeat top left;
	color: white
}
div.exclusive h4 a { color: white }
div.exclusive li { margin-top: 0 }
div.exclusive, div.exclusive a { color: white }
div.exclusive .block_content {
	background: #bdc2c9 url('../img/block_exclusive_bg.jpg') repeat-x bottom left;
	border-left: 1px solid #595a5e;
	border-right: 1px solid #595a5e
}
#left_column div.block h4{
	border-bottom: 1px solid #D1CDC7;
    color: #000000;
    font-size: 15px;
    font-weight: bold;
    height: 19px;
    line-height: 15px;
    margin: 10px;
    padding: 3px 10px 5px 15px;
}
#left_column div.block h4 a {
	text-decoration:none;
}
/* block in the center column */
#center_column p {margin:0 0 0px 0 }
/*#center_column div.block, div.block_listing {
	width: 1300px; 
	margin: 115px;
	float:left;
	padding:10px 10px 0 10px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	position:relative;
	margin-top: 0px;
}*/

/*#center_column div.block, div.block_listing {
	width: 1300px;
	float: left;
	padding: 10px 10px 0 10px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	position: relative;
	margin-bottom: 115px;
}*/
#center_column div.block, div.block_listing {
	width: 1000px;
	/* float: left; */
	padding: 10px 10px 0 10px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	position: relative;
	margin-bottom: 115px;
	position: relative;
	left: 10%;
}

/*.p-cms-cat2 #center_column  div.block.pcms.c2{
  position: absolute;
  top: 344px;
  width: 100%;
  margin-top:0;
  border-radius:0;
  padding:20px 0;
  background:#eee;
  height:180px;
  overflow:hidden;
}*/
/*.p-cms-cat2 #center_column div.block.pcms.c2 {
	position: absolute;
	top: 0;
	width: 100%;
	margin-top: 0;
	border-radius: 0;
	padding: 20px 0;
 	background: #eee; 
	height: 310px;
	overflow: hidden;
	margin: 0;
	margin-left: 0px;
}*/
.p-cms-cat2 #center_column div.block.pcms.c2 {
	position: absolute;
	top: 0;
	width: 100%;
	margin-top: 0;
	border-radius: 0;
	padding: 20px 0;
	/* background: #eee; */
	height: 310px;
	overflow: hidden;
	margin: 0;
	margin-left: 0px;
	margin-top: 210px;
}
div.block_listing{width:720px;padding:0;margin:0;background:none;border:none;width:1200px;}
#center_column div.block h4 {
	margin:30px 0 20px 0;
}
#center_column div.block h4.features {
	background:url('../img/bg_lighting.png') no-repeat 0 center;
	text-indent:45px;
	color: #393939;
    font-size: 23px;
    font-weight: normal;
    padding: 10px 0;
}
/* Styles for products blocks */

/* block products (new, features, viewed, etc...) on left and right column */
.products_block li { margin-top: 0.2em }
.products_block li.item img { margin-right: -20px }
.products_block li.last_item { border: none }
.products_block li img {
	float: right;
	margin-top: -40px;
	margin-bottom: -10px;
	z-index: 1;
	position:absolute;
	margin-left: 290px

}
.products_block p img {
	float: none;
	margin: 0 0 0 0.4em
}
.products_block li h5 {
	display: inline;
	font-size: 0.9em
}
.products_block li p a {
	font-weight: bold;
	font-size: 0.8em
}
.products_block dl {
	clear: both;
	border-top: 1px solid #374853;
	padding: 0 4px 4px
}
.products_block dl dt {
	margin-top: 0.3em;
	color: #595a5e
}
.products_block a.button_large { margin: 0.4em 0.4em 0 0.4em }
.products_block ul.product_images li {
	border: none;
	float: left;
	clear: none
}

/* Special style for block products in center column */
#center_column .products_block { border: none }
#center_column .products_block { color: #595a5e }
#center_column .products_block span.exclu, #product_list a.exclu {
	position:absolute;
	top:6px;
	left:6px;
	display:block;
	width:106px;
	height:102px;
	background:url('../img/bg_exclu.png') no-repeat;
	text-indent: -99999px;
}
#center_column .products_block h4 {}
#center_column .products_block .block_content {
	background: none;
	float: left;
	padding: 0;
	margin-left: -195px;
}
#center_column .products_block .block_content.pa-cms.cat2 {
	width:	92%;
	margin:0 4%;
}

#product_list li {
	transition: all .2s ease-in-out;
	float: left;
	margin: 60px 85px 10px 34px;
	width: 320px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	position: relative;
	height: 255px;
	list-style: none;
}

#product_list_index li:hover {
	transform: scale(1.1);
	z-index:1;
	box-shadow: 0px 17px 10px 12px rgba(119, 119, 119, 0.75);
	-moz-box-shadow: 0px 17px 10px 12px rgba(119, 119, 119, 0.75);
	-webkit-box-shadow: 0px 17px 10px 12px rgba(119, 119, 119, 0.75);
	
}

#center_column .products_block ul li {
	transition: all .2s ease-in-out;
	float: left;
	margin: 35px 10px 10px 50px;
	/* padding-left: 35px; */
	width: 320px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	position: relative;
	height: 255px;
	list-style: none;
	/* padding-left: 50px; */
	/* padding-top: 35px; */
}
#center_column .products_block ul .product_accessories_description {
	margin: 0;
	padding: 0;
	height: 280px
}

#center_column .products_block li.last_item_of_line, #product_list li.last_item_of_line { margin-right:0; }
#center_column div.products_block.pcms.c2 li.last_item_of_line { margin-right:10px; }
#center_column .products_block li.first_item_of_line { clear: both }
#center_column .products_block li.last_line { border-bottom: none }
#center_column .products_block p, #center_column .products_block h5 { margin: 0.5em 0.1em }
#center_column div.products_block h2, #center_column div.products_block h3, #product_list h2, #product_list h3 {
	display: inline;
	clear:both;
	float:left;
	margin: 0 0 2px 10px;
	font-size:11px;
	color:#aaaaaa;
	font-weight:normal;
}
#product_list div.title-logo-list h3, #center_column  div.products_block div.title-logo-list h3 {
	font-size:16px;
	text-align:left;
	margin-bottom:10px;
	overflow:hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 115px;
	color:white;
	margin-top:5px;
	margin-bottom:5px;
	font-family: ;
}
#product_list div.title-logo-list h3 a, #center_column  div.products_block div.title-logo-list h3 a{
	color:white;
	text-decoration:none;
}
#center_column div.products_block.pcms.c2 a.product_image {
	background: url("../img/bg_logo.png") no-repeat scroll 0 0 transparent;
	background-size: cover;
	display: block;
	height: 250px;
	width: 315px;
}
#center_column div.products_block h2 a, #center_column div.products_block h3 a {
	color: #000;
	text-decoration:underline;
}
#center_column div.products_block h2.little, #center_column div.products_block h3.little {

	margin: 0 0 2px 10px;
}
#center_column div.products_block ul li p {
	margin: 0;
	padding: 0
}
#center_column div.products_block div.product_desc {
	height: 9em;
	color: #595a5e;
	overflow: hidden
}
#center_column div.products_block a.product_image,.prod_list {
	background: url("../img/bg_logo.png") no-repeat scroll 0 0 transparent;
	background-size:cover;
	display: block;
	height: 250px;
	width: 332px;
}
#center_column div.products_block .product_accessories_description a.product_image {
	width: 118px;
	height: 85px
}
#center_column div.products_block a.product_description {
	display: block;
	width: 118px;
	height: 50px;
	margin-left: 2px;
	margin-bottom: 8px;
	overflow:hidden
}

#center_column div.products_block a.product_image img, #product_list a.product_image img {
	float: none;
	margin: 5px 0 0 5px;
}

#center_column div.products_block div.product_desc { margin: 0 5px }
#center_column div.products_block ul li div.product_desc a { font-weight: normal }
#center_column .products_block span.price {
	text-align: center;
	font-size: 1.5em;
	padding: 0.5em 0;
	/*display: block;*/
}
p.price_container { text-align: center }
#center_column .products_block .featured_price { margin-top: 2.5em }
#center_column .products_block a.button,
 #center_column .products_block a.exclusive {  }

/* Special style for block accessories in center column (product page) */
#center_column .products_block.accessories_block .block_content { background: none }
#center_column div.products_block.accessories_block div.product_desc {
	margin-right: 0;
	height: 150px;
	border-right: 1px solid #d0d3d8
}
#center_column .products_block.accessories_block .block_content li { background: none; text-align: center }
#center_column .products_block.accessories_block .block_content li h5,
 #center_column .products_block.accessories_block .block_content li a.product_description { text-align:left }
#center_column .products_block.accessories_block .block_content li.last_item a.product_image { border: none }

/* discount.tpl */
td.discount_value { white-space: nowrap }

/* address.tpl */
p.address_navigation {
	padding: 1em 0!important;
	margin-bottom: 1.5em
}
p.address_navigation a.button { float: left }
p.address_navigation input[type=submit].button { float: right }

/* shopping cart */
.cart_last_product {
	width: 300px;
	margin: 0 auto 12px
}
.cart_last_product_header,
.cart_last_product_header .left {
	background: url('../img/table_header.gif') right 0;
}
.cart_last_product_header .left {
	background-color:#fff;
	background-position:0 0;
	margin-bottom:5px;
	padding-left: 27px;
	width: 249px;
	height: 24px;
	line-height: 24px;
	color: #374853;
	font-weight: bold
}
.cart_last_product_img { float:left }
.cart_last_product_img img {
	margin:0 6px;
	border:1px solid #D0D1D5;
	width: 45px;
	height: 45px
}
 .cart_last_product_content {
	float:right;
	width:241px
}
.cart_last_product_content a { text-decoration:none }
.cart_last_product_content h5 { font-size:9px }
.cart_last_product_content h5 a { color:#595A5E }

p.cart_navigation { padding: 1em 0!important }
p.cart_navigation .button,
p.cart_navigation .button_continuez {     background: url("../img/bt-continuezachat-off.png") no-repeat scroll 0 0 transparent;
	cursor: pointer;
	float: left;
	height: 53px;
	width: 234px;
}
p.cart_navigation .button_continuez:hover {
background: url("../img/bt-continuezachat-on.png") no-repeat;
cursor:pointer;
}
p.cart_navigation .exclusive,
 p.cart_navigation .exclusive_large,
p.cart_navigation .exclusive_large_disabled {         float: right;
	font-size: 16px;
	font-weight: normal;
	height: 53px;
	text-align: center;
	width: 234px; }
.prec_button {
	border-radius: 10px 10px 10px 10px;
	float: right;
	font-size: 16px;
	font-weight: normal;
	height: 30px;
	text-align: center;
	width: 200px;
}
p.cart_navigation_extra {
	text-align: center;
	width: auto
}
form.std p.cart_navigation span {
	float: none;
	text-align: left;
	width: auto
}
#cart_summary tfoot td {
	border-top: none;
	line-height: 1.5em
}
#cart_summary tfoot tr.cart_total_product td { border-top: 1px solid #bdc2c9 }
#cart_summary tfoot tr.cart_total_price td { border-bottom: 2px solid #bdc2c9 }
#cart_summary .price, #cart_summary .price-discount {
	color: #595A5E;
	font-size: 1em;
	text-decoration: none
}

tr.cart_item td { padding: 0.4em 0.5em; }
td.cart_product a img {
	border: 1px solid #d0d1d5;
	width: 45px;
	height: 45px
}
td.cart_product a:hover img { border: 1px solid #888 }
td.cart_description a { text-decoration: none }
td.cart_description a:hover { text-decoration: underline }
td.cart_description h5 a, td.cart_ref, td.cart_total { color: #595a5e }
td.cart_unit, td.cart_total, td.cart_discount_price { text-align: right }
td.cart_availability, td.cart_ref { text-align: center }
td.cart_total .price { font-weight: bold }
tr.cart_item td.cart_unit { padding-right: 1em }
td.cart_quantity {
	width: 7.5em;
	text-align: right
}
.cart_quantity_input { }
td.cart_quantity p, td.cart_quantity a {
	float: left;
	display: inline
}
td.cart_quantity p { padding-right: 0.3em }
td.cart_quantity .icon { margin-top: 0.6em }
td.cart_quantity a.cart_quantity_up,
td.cart_quantity a.cart_quantity_down { display: block }
tr.cart_free_shipping { white-space: normal }
tr.cart_total_price { font-weight: bold }
#order tfoot p {
	margin: 0;
	float: left;
	width: 85%
}
#order tfoot span {
	float: right;
	width: 15%;
	display: block
}
#order #voucher fieldset {
	border: 0px solid #bdc2c9;
	padding: 0.7em
}
#order form#voucher fieldset #display_cart_vouchers {
	margin-top:5px;
	clear:both;
	float:left;
}
#order form#voucher fieldset #display_cart_vouchers .voucher_name {
	color:#DD2A81;
	font-weight:bold;
	cursor:pointer;
}
#order form#voucher h4,
 #order form#voucher p,
 #order form#voucher .button { display: inline }
#order form#voucher h4 {
	float: left;
	line-height: 1.5em;
	margin-right: 6em
}
#order #order_carrier {
	clear: both;
	margin-top: 1em;
	border: 1px solid #bdc2c9;
	padding: 0.5em
}
#order #order_carrier h4 {
	width: 50%;
	display: inline
}
#order #order_carrier img { vertical-align: middle }
#order #order_carrier span { margin: 0 0.2em }
#order #gift_div { display: none }
#order #gift_div label, #order #gift_div textarea {
	display: block;
	width: 100%;
	margin: 1em 0
}

#order-opc tfoot p {
	margin: 0;
	float: left;
	width: 85%
}
#order-opc tfoot span {
	float: right;
	width: 15%;
	display: block
}
#order-opc #voucher fieldset {
	border:none;
}
#order-opc form#voucher fieldset #display_cart_vouchers {
	margin-top:5px;
	clear:both;
	float:left;
}
#order-opc form#voucher fieldset #display_cart_vouchers .voucher_name {
	color:#DD2A81;
	font-weight:bold;
	cursor:pointer;
}
#order-opc form#voucher h4,
 #order-opc form#voucher p,
 #order-opc form#voucher .button { display: inline }
#order-opc form#voucher h4 {
	float: left;
	line-height: 1.5em;
	margin-right: 6em
}
#order-opc #order_carrier {
	clear: both;
	margin-top: 1em;
	border: 1px solid #bdc2c9;
	padding: 0.5em
}
#order-opc #order_carrier h4 {
	width: 50%;
	display: inline
}
#order-opc #order_carrier img { vertical-align: middle }
#order-opc #order_carrier span { margin: 0 0.2em }
#order-opc #gift_div label, #order #gift_div textarea {
	display: block;
	width: 100%;
	margin: 1em 0
}

#guest-tracking p.center { width: 100%; text-align: center; }
#guest-tracking p.center input.exclusive_large { display: inline; }

/* views block */
#views_block {
	margin: 0 auto;
	width: 290px
}
#thumbs_list {
	margin-bottom:30px;
	overflow: hidden;
	float: left;
	width: 1270px;
	padding-top:45px;
	margin-left:-150px;
	position: relative;
	height:644px;
}
#thumbs_list ul {
	padding-left: 0;
	list-style-type: none;
	margin-top: 5px
}
#thumbs_list li {
	float: left;
	cursor: pointer;
	width: 80px;
	height: 80px;
	margin-right: 5px
}
#view_scroll_left, #view_scroll_right {
	background: url('../img/thumbs_left.gif') no-repeat center;
	text-indent: -3000px;
	width: 9px;
	height: 18px;
	float: left;
	margin-top: 30px;
	padding-right: 4px;
	padding-left: 4px
}
#view_scroll_right { background-image: url('../img/thumbs_right.gif') }
span.view_scroll_spacer {
	float: left;
	width: 17px;
	height: 80px
}

/* manufacturers-list.tpl && suppliers-list.tpl */
#manufacturers_list, #suppliers_list {
	margin-top: 2em;
	list-style-type: none
}
#suppliers_list li, #manufacturers_list li {
	background: #ebe6df url('../img/block_category_item_bg.jpg') repeat-x;
	border: solid 1px #cfcfcf8;
	padding: 0.6em;
	margin-bottom: 1.5em;
}
#suppliers_list li a, #manufacturers_list li a {
	text-decoration: none;
	color: #374853
}
#suppliers_list li h3, #manufacturers_list li h3 { margin: 0.4em 0 }
#suppliers_list .left_side, #manufacturers_list .left_side {
	float: left;
	width: 75%
}
#suppliers_list .logo, #manufacturers_list .logo {
	border: solid 1px #d0d3d8;
	float: left;
	margin-right: 0.6em
}
#suppliers_list li p.description,
#manufacturers_list li p.description { font-size: 0.92em }
#suppliers_list li .right_side,
#manufacturers_list li .right_side {
	float: right;
	text-align: right
}
#suppliers_list .right_side span,
#manufacturers_list .right_side span {
	font-size: 1.7em;
	color: #da0f00
}
#suppliers_list li a.button,
#manufacturers_list li a.button { margin-top: 4em }

/* conditions & legal */
ul.shop_info {
	list-style-type: square!important;
	list-style-position: inside;
	padding: 0.6em;
	margin-top: 0.6em;
	margin-left: 2em;
	border: 1px solid #888
}
ul.shop_info li {
	padding-left: 0.5em!important;
	padding-bottom: 0.5em!important
}

/* conditions.tpl */
#conditions #right_column { display: none }
#conditions h2 { background: transparent url('../img/title_bg_large.gif') no-repeat top left }
#conditions #center_column {
	width: 730px;
	text-align: justify
}
#conditions #center_column ul,
 #conditions #center_column ol {
	margin-left: 2em;
	padding: 0.6em
}
#conditions #center_column ul { list-style-type: circle }
#conditions #center_column li { padding-bottom: 0.5em }
#conditions #center_column { line-height: 1.3em }

/* order step 3: PAYMENT */
.payment_module, .payment_module a { float:left; }
.payment_module img {
	display: block;
	margin-top: 5px;
}
.payment_module{
	width: 253px;
}
#paypal_payment_form{float:left;}
#HOOK_PAYMENT{   
	background: none repeat scroll 0 0 #F5F5F5;
	float: left;
	margin: 56px 0 80px;
	padding: 30px 2px 40px 180px;
	width: 791px;
	
}

/* Printable version */
@media print {
	div#left_column, div#right_column, div#footer, a.button, span.button , .button, ul#usefull_link_block, div#header_user, #languages_block_top, #search_block_top, #currencies_block_top, ul#header_links, ul.idTabs, #availability_statut br {
		display: none
	}
	div#center_column { width: 100% }
	input.text { border: 1px solid gray }
	.block_hidden_only_for_screen {
		display: block;
		margin-top: 1em
	}
	#more_info_sheets #idTab1 { width: 530px }
	* {
		background: none!important;
		background-color: white!important;
	}
}

/* Customizable product */
#customization_block { width: 556px }
.customization_block_title { margin: 4px 4px 4px 2px }
#customization_block ul { margin: 6px 6px 0 6px }
.customization_block_input { vertical-align: inherit }
img.customization_delete_icon { margin: 2px }
li.customizationUploadLine {
	text-align: right;
	margin-right: 40px;
	clear: left;
	padding: 4px;
	display: block
}
div.customizationUploadBrowse { float: left }
div.customizationUploadBrowseDescription { padding: 6px }
img.customizationUploaded {
	margin: 2px;
	border: 1px solid #888888
}
ul.customizationUploaded {
	list-style-type: none;
	margin-left: 4px
}
ul.customizationUploaded li { display: inline }
ul.customizationUploaded a { text-decoration: none }
div.customizationUploaded { clear: left }
div.deletePictureUploaded { float: right }
div.deleteCustomizableProduct { float: right }
ul.typedText {
	padding-left: 6px;
	list-style-type: none
}
/* mywishlist */
#mywishlist div#block-order-detail form.wl_send fieldset p input { margin-left: 60px }
#mywishlist div#block-order-detail {
	margin-top: 10px;
	display: block
}
#mywishlist form.std fieldset label { width: 30px }
#mywishlist form.std fieldset input#submitWishlist { display: inline }
#mywishlist table.std thead th.mywishlist_first {
	text-align: center;
	width: 40px
}
#mywishlist table.std thead th.mywishlist_second {
	text-align: center;
	width: 80px
}
#mywishlist table.std thead th.first_item,
#mywishlist table.std tbody tr td { width: 200px }
#mywishlist div#block-order-detail ul li span.wishlist_product_detail select { margin: 0 }
#mywishlist div#block-order-detail { margin-top: 10px }
#mywishlist #hideBoughtProducts,
#mywishlist #showBoughtProducts {
	float: left;
	margin: -18px 0 0 5px
}
#mywishlist #showBoughtProducts,
#mywishlist #hideBoughtProductsInfos,
#mywishlist #hideSendWishlist { display: none }
#mywishlist #showBoughtProductsInfos,
#mywishlist #hideBoughtProductsInfos { margin-left: 5px }
#mywishlist #showSendWishlist,
#mywishlist #hideSendWishlist,
#mywishlist div#block-order-detail ul li a.exclusive {
	float: right;
	margin: -18px 0 0 0
}
#mywishlist div#block-order-detail table.wlp_bought_infos thead tr th { text-align: center }
#mywishlist div#block-order-detail table.wlp_bought_infos thead tr th.first_item { width: 300px }
#mywishlist div#block-order-detail table.wlp_bought_infos { margin: 0 0 0 10px }
#mywishlist div#block-order-detail ul li img { float: left }

/* View wishlish */
#view_wishlist #featured-products_block_center ul div li a img { float: left }
#view_wishlist #featured-products_block_center ul div li a,
 #view_wishlist #featured-products_block_center ul div li span {
	text-decoration: none;
	float: left
}
#view_wishlist #featured-products_block_center ul div li span.wishlist_product_detail,
 div#mywishlist div#block-order-detail ul li span.wishlist_product_detail {
	margin-left: 30px;
	float: left
}
div#mywishlist div#block-order-detail ul li span.wishlist_product_detail { margin-bottom: 5px }
#view_wishlist #featured-products_block_center ul div li a.exclusive,
 #view_wishlist #featured-products_block_center ul div li span.exclusive {
	margin-left: 55px
}
#view_wishlist #featured-products_block_center ul div li.address_name input.text {
	color: #999;
	font-weight: bold;
	font-size: 11px;
	border: 0
}

/* module reversoform*/
.account_creation #reverso-form { width: 100% }
.account_creation #reverso-form label {
	width: 250px;
	text-align: left;
	margin-left: 10px
}
.account_creation #reverso-form label#legend_reverso {
	clear: both;
	width: 100%;
	font-size: 10px;
	text-align: left
}
.account_creation #reverso-form input#reverso_form { margin-top: 20px }

/* module productcomments */
.rating {
	cursor: pointer;
	margin: 2em;
	clear: both;
	display: block
}
.rating:after {
	content: '.';
	display: block;
	height: 0;
	width: 0;
	clear: both;
	visibility: hidden
}
.cancel, .star {
	float: left;
	width: 17px;
	height: 15px;
	overflow: hidden;
	text-indent: -999em;
	cursor: pointer
}
.cancel, .cancel a { background: url(../../../modules/productcomments/img/delete.gif) no-repeat 0 -16px }
.star, .star a { background: url(../../../modules/productcomments/img/star.gif) no-repeat 0 0 }
.cancel a, .star a {
	display: block;
	width: 100%;
	height: 100%;
	background-position: 0 0
}
div.star_on a { background-position: 0 -16px }
div.star_hover a, div.star a:hover { background-position: 0 -32px }
.pack_content { margin: 10px 0 10px 0 }
.pack_price {
	float: right;
	margin-right: 3px;
	font-size: 12px
}
.confirmation {
	color: #808000;
	font-weight: bold
}
#page .rte { background: transparent none repeat scroll 0 0 }

/* module paypalapi */
.paypalapi_about { text-align: justify }
.paypalapi_about ul { padding-left: 20px }

/* cms pages */
#cms div.content_only {
	text-align: left;
	padding: 10px
}
.live_edit_feed_back_ok {
	color: #374853;
	background-color: #DFFAD3;
	padding: 4px;
	border: 2px solid #72CB67
}
.live_edit_feed_back_ko {
	color: #374853;
	background-color: #FAE2E3;
	padding: 4px;
	border: 2px solid #EC9B9B
}
.add_module_live_edit {
	background-color: #F1F2F4;
	padding: 4px;
	border: 2px solid #D0D3D8;
}

.page404_input { float: left; }

#order #discount_name { width: 130px; }
#featured-products_block_center {
	clear:both;
}
#featured-products_block_center .add_whislist, #product_list .add_whislist {
	background:url('../img/bg_add_wishlist.png') 0 0;
	width:56px;
	height:29px;
	line-height:29px;
	color:#8b8b8b;
	text-decoration:none;
	text-align:left;
	padding:0 0 0 37px;
	margin:0 0 5px 5px;
	float:left;
}
#featured-products_block_center .add_whislist:hover, #product_list .add_whislist:hover {
	background:url('../img/bg_add_wishlist.png') -93px 0;
}
#featured-products_block_center .add_custom, #product_list .add_custom {
	background:url('../img/bg_add_custom.png') 0 0;
	width:125px;
	height:29px;
	line-height:29px;
	color:#8b8b8b;
	text-decoration:none;
	padding:0;
	margin:0 0 5px 1px;
	float:left;
	text-align:center;
}
#featured-products_block_center .add_custom:hover, #product_list .add_custom:hover {
	background:url('../img/bg_add_custom.png') -125px 0;
}
#product_list .show_product {
	background:url('../img/bg_show_product.png') 0 0;
	width:219px;
	height:29px;
	line-height:29px;
	color:#8b8b8b;
	text-decoration:none;
	padding:0;
	margin:0 0 5px 5px;
	float:left;
	text-align:center;
}
#btn_logout {
	float: left;
	text-align: left;
	display: block;
	width: 14px;
	height: 14px;
	text-indent: -99999px;
	background: url('../img/icon/logout.png');
	margin: -25px 0 0 10px;
}
#btn_help {
	position:absolute;
	top:0;
	left:330px;
	display:block;
	text-indent:-99999px;
	width:195px;
	height:31px;
	background:url('../img/comment_ca_marche.png');
}
#mon_blog .products_block ul li, #product_list li {
	float: left;
	/*margin: 0 10px 10px 0;*/
	margin: 0 50px 80px 0;
	padding: 0;
	width: 300px; /*232*/
	-moz-border-radius: 5px;
	border-radius: 5px;
	position:relative;
	height:255px;
	list-style:none;
	}

/* vitamine gecko */


#header_nav {
    float: left;
    height: 40px;
    width: 215px;
}
#header_nav li {
    background: url("../img/logo_cart.png") no-repeat scroll 7px 13px transparent;
    float: left;
    line-height: 40px;

	width: 105px;
}
#header_nav li#cart_number {
    background: url("../img/cart_number.png") no-repeat scroll center center transparent;
    color: #FFFFFF;
    float: left;
    font-size: 12px;
    line-height: 40px;
    text-align: center;
    width: 30px;
}
#header_nav li.header_separator {
    background: url("../img/header_separator.png") no-repeat scroll right center transparent;
    height: 40px;
    width: 10px;
}
#header_nav li a {
    color: #525255;
    font-size: 12px;
    text-decoration: none;
}
#cart_block .block_content {
    padding: 6px 6px 2px;
}
#cart_block h4 {
    background-image: url("../img/block_header_exclusive_cart.png");
}
#cart_block h4 span {
    background-position: left top;
    background-repeat: no-repeat;
    cursor: pointer;
    font-size: 0.8em;
    padding-left: 10px;
    text-transform: none;
}
#cart_block h4 span#block_cart_collapse {
    background-image: url("../img/icon/sort_asc_white.png");
}
#cart_block h4 span#block_cart_expand {
    background-image: url("../img/icon/sort_desc_white.png");
}
#cart_block #cart_block_no_products {
    margin: 0.5em 0;
}
#cart_block dl dt a, #cart_block dl dt span.quantity-formated {
    float: left;
}
#cart_block dl {
    font-size: 0.9em;
}
#cart_block dt {
    padding-top: 0.4em;
}
#cart_block dl span.quantity-formated {
    padding-right: 1px;
}
#cart_block dt, #cart_block dd {
    clear: both;
    margin-top: 0.2em;
}
#cart_block dt {
    text-align: right;
    width: 175px;
}
#cart_block dd {
    width: 155px;
}
#cart_block dd {
    font-style: italic;
    margin-left: 1em;
    margin-right: 1em;
}
#cart_block dl dt a {
    font-weight: bold;
}
#cart_block a.ajax_cart_block_remove_link {
    background: url("../img/icon/delete.gif") no-repeat scroll left bottom transparent;
    display: block;
    float: right;
    font-size: 0;
    height: 13px;
    margin-left: 6px;
    width: 11px;
}
#cart_block a.ajax_cart_block_remove_link:hover {
    text-decoration: none;
}
#cart_block p {
    clear: both;
}
#cart_block p span {
    clear: right;
    float: left;
    text-align: right;
}
#cart_block li {
    clear: both;
}
#cart_block span.price {
    color: white;
    float: right;
}
#cart_block dl span.price {
    color: white;
    float: none;
    font-weight: normal;
}
#cart_block_wrapping_cost, #cart_block_shipping_cost, #cart_block_tax_cost, #cart_block_total {
    padding-right: 1.3em;
}
#cart_block table#vouchers {
    border-top: 1px solid white;
    clear: both;
    height: 3em;
    margin-bottom: 0.5em;
    margin-top: 0.5em;
    padding-top: 0.4em;
}
#cart_block p#cart-prices {
    border-top: 1px solid white;
    clear: both;
    display: block;
    margin-bottom: 2em;
    margin-top: 8px;
    padding-top: 0.4em;
}
#cart_block table#vouchers td {
    border: 0 none;
    height: 1.5em;
    padding: 0;
}
#cart_block table#vouchers td.price {
    color: white;
    font-size: 1em;
    font-weight: normal;
    text-align: right;
    width: 37%;
}
#cart_block table#vouchers td.delete {
    text-align: right;
    width: 9%;
}
#cart_block table#vouchers td.delete img {
    margin: 0;
}
#cart_block p#cart-buttons {
    height: 1.6em;
    margin: 0 -0.3em;
}
#cart_block p#cart-buttons a {
    float: left;
}
#cart_block p#cart-buttons a#button_order_cart {
    float: right;
}
#cart_block .cart_block_customizations {
    list-style-type: square;
    margin-left: 6px;
}
#cart_block #cart-price-precisions {
    border-top: 1px solid white;
    font-size: 0.9em;
    height: 2em;
    margin-top: 0.5em;
    padding-top: 0.4em;
}

#cust-home{
	background: url("../img/explorer-logo-bg2.png") no-repeat scroll left top;
	background-size:cover;
	height: 141px;
	width: 980px;
	border-radius: 3px 3px 3px 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	margin: 0 0 20px;
	clear:both;
	margin-top: 400px;
	text-align:left;
}

#cust_home_smartphone{
	display:none;
}
div.p-cms-cat2 #cust-home {border: 8px solid rgba(255, 255, 255, 0.25);}
div#cust-home-h1 h1, div.p-cms-cat2 div#cust-home-h1 p.s-h1 {
	text-align: center;
	font-size: 26px;
	margin-bottom: 25px;
	width: 980px;
	font-weight: 100;
	color: #666;
	clear:both;
}
div.p-cms-cat2 div#cust-home-h1 p.s-h1 {color:#841530; font-weight:bold;}
div#cust-home-h1 h1 span, div.p-cms-cat2 div#cust-home-h1 p.s-h1 span {
	font-size: 26px;
	font-weight: 700;
	color: #666;
	margin-left:0;
	font-style: inherit;
}
div.p-cms-cat2 div#cust-home-h1 p.s-h1
div#cust-home-h1 h1 span#cust-title-price, div.p-cms-cat2 div#cust-home-h1 p.s-h1 span#cust-title-price{font-size:34px;}
#cust-legende{
	color: red;
	font-size: 17px;
	height: 22px;
	left: 12px;
	margin-top: 5px;
	position: absolute;
	width: 980px;
}

div#cust-home-h1 h1 span.h1-span1{
	display: inline-block;
	font-size: 80px;
	font-weight: bold; 
	color: white;
}

div#cust-home-h1 h1 span.h1-span2{
	padding-top: 40px;
	display: inline-block;
	font-size: 64px;
	color: white;
	margin-left:-30px;
}

div#cust-home-h1 h1 span.h1-span3{
	font-size: 80px;
	color: #E62C50;
	padding-left: 24px;
}

div#cust-home-h1 h1 span.h1-span4{
	font-size: 60px;
	color: #E62C50;
}


#cust-home input {
	display: inline-block;
	border: 0 none;
	color: #E42D59;
	background: white;
	font-size: 27px;
	margin-top: 8px;
	width: 375px;
	height: 50px;
	margin-left: 100px;
	padding-left: 17px;
}

#cust-home input:-moz-placeholder, #cust-home textarea:-moz-placeholder {
    color: #FE9100;
}
 
#cust-home input::-webkit-input-placeholder, #cust-home textarea::-webkit-input-placeholder {
    color: #FE9100;
}
 
#cust-home input.placeholder, #cust-home textarea.placeholder {
    color: #FE9100;
}
#cust-cat input:-moz-placeholder, #cust-cat textarea:-moz-placeholder {
    color: #FE9100;
}
 
#cust-cat input::-webkit-input-placeholder, #cust-cat textarea::-webkit-input-placeholder {
    color: #FE9100;
}
 
#cust-cat input.placeholder, #cust-cat textarea.placeholder {
    color: #FE9100;
}
#cust-titre{
	float: left;
	width: 260px;
}
div#cust-titre h2 {
  color: #fff;
  padding: 25px 0 0 50px;
  font-size: 24px;
}
div#cust-titre h2 span {
  text-transform: uppercase;
  font-size: 36px;
}



#cust-valid img{
	height: 180px;
	margin-left: 840px;
	margin-top: -145px;
	width: 235px;
}

/*#cust-valid input{
	background: url("../img/explorer-logo-accueil.png") no-repeat 0, transparent;
	color: #FFFFFF;
	cursor: pointer;
	float: right;
	font-size: 19px;
	height: 118px;
	margin-right: -130px;
	margin-top: -11px;
	width: 230px;
	display: block;
}*/

/*#cust-valid input:hover{
	background-position-y: 0px;
}*/

/* -------------------  Code relatif aux pages de ref ----------------------*/
div.p-cms-cat2#page{
	width:100%;
	margin: 0 auto 20px;
}
div.p-cms-cat2#page div#columns, div.p-cms-cat2#page div#columns div#center_column{
	width:100%;
}
div.p-cms-cat2 div.cms-cat2 {
	width: 980px;
	margin: 0 auto;
	margin-top: 350px;
}
div.p-cms-cat2 .breadcrumb{
	margin-bottom:60px;
	color:#535353;
}
div.p-cms-cat2 .breadcrumb a{
	color:#535353;
}
/*div.p-cms-cat2 div.cms-top-space{
	background: url(../img/bg-tp-cms.jpg) no-repeat top center;
	height:375px;
	width:100%;
	position:absolute;
	top:-31px;
}*/
div.p-cms-cat2 div.cms-top-space div.cms-top-space-content{
	width:980px;
	margin: 0 auto;
}
div.p-cms-cat2 div.cms-cat2 h1 {
	text-transform: uppercase;
	color: #413f3f;
	font-size: 30px;
	font-weight: 700;
	text-align: center;
	margin-bottom:20px
}
div.p-cms-cat2 div.cms-cat2 hr {
	border-bottom: 0.5px solid #413f3f;
	width: 20%;
	margin: 0 auto 40px;
	clear:both;
}
div.p-cms-cat2 div.cms-cat2 h2 {
	color: #E62C50;
	font-weight: 500;
	font-size: 20px;
	padding: 20px 0 0 0;
}
div.p-cms-cat2 div.cms-cat2 a {
	color: #841530;
	font-weight: 700;
	text-decoration: none;
}
div.p-cms-cat2 div.cms-cat2 a:hover {
	color: #841530;
	text-decoration: underline;
}
div.p-cms-cat2 div.cms-cat2 li {
    list-style-type: none;
    background-image: url(../img/puce-p-ref-cms.png);
    background-size: 13px;
    background-repeat: no-repeat; 
    background-position: left center; 
    padding-left: 20px;
    font-size: 14px;
    line-height: 25px;
}
div.p-cms-cat2 div.cms-cat2 ul {
	padding-left: 0px;
	padding-top: 0px;
}
div.p-cms-cat2 div.cms-cat2 p {
    font-size: 14px;
}
div.p-cms-cat2 div.cms-cat2 img {
    overflow:hidden;
    -webkit-border-radius:150px;
    -moz-border-radius:150px;
    border-radius:150px;
    width:150px;
    height:150px;
    float: right;
}
/* ------------ fin page ref ------------------------*/

div#center_column #featured-products_block_center h2.title-block-hp{
	border-bottom: 1px solid #dddddd;
	color: #FE9901;
	font-size: 20px;
	height: 15px;
	line-height: 0px;
  margin: 0px 0 17px 0;
  padding: 0px 10px 5px 0px;
  width:99%;
}
.title_block{
	border-bottom: 1px solid #D1CDC7;
	color: #000000;
	font-size: 15px;
	font-weight: bold;
	height: 19px;
	line-height: 15px;
	margin: 10px;
	padding: 3px 10px 5px 15px;
}
.col_total{
	width:900px;
	margin-top:20px;
}
#fd-sombre{
	z-index:100;
	background:#000000;
	filter: alpha(opacity=75);
	opacity: 0.75;
	width:100%;
	height:100%;
	position: fixed;
	display:none;
}

.mini-vignette{
    border-radius: 5px 5px 5px 5px;
    height: 190px;
    width: 285px;
	margin-bottom: 10px;
	background: url("../img/bg_logo.png") no-repeat scroll left top transparent;
	background-size:cover;
	
}
.jaune{
	color:#eead13;
}
.exclusive_w{
	background: url(../img/bg-bouton-valider.jpg) repeat-x 0 0;
	padding:10px;
	width:150px;
	font-size:18px;
	color:#fff;
	border-radius:5px;
	margin-left:100px;
}
.entete_paiement {
	background-color: #E62C50;
	border-radius: 5px 5px 0 0;
	height: 27px;
	padding: 36px;
	position: absolute;
	top: 204px;
	width: 901px;
}
.entete_paiement H1{
	color:#fff;
	font-size:24px;
	font-family: 'ubunturegular','Arial',Sans-Serif;
}
#cust-cat {
	background: url("../img/explorer-logo-bg2.png") no-repeat scroll left top;
	height: 100px;
	width: 980px;
	border-radius: 3px 3px 3px 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	margin: 0 0 20px;
	clear: both;
}
	
#cust-titre-cat{
	float: left;
	width: 260px;
}


div#cust-titre-cat h2 {
  color: #fff;
  padding: 0px 0 0 20px;
  font-size: 20px;
}
div#cust-titre-cat h2 span {
  text-transform: uppercase;
  font-size: 32px;
}
#cust-cat-legende{
	color: #ffffff;
	font-size: 17px;
	height: 22px;
	left: 11px;
	position: absolute;
	top: 5px;
	width: 980px;
}
#cust-cat cust-slogan input{
    border: 0 none;
    color: #BBBBBB;
    float: left;
    font-size: 26px;
    height: 33px;
    margin-left: 0;
    margin-top: 40px;
    width: 255px;
}

#cust-cat-slogan input {
	display: inline-block;
	border: 0 none;
	color: #841530;
	background: white;
	font-size: 19px;
	margin-top: 0.4em;
	width: 260px;
	height: 39px;
	margin-left: 130px;
	padding-left: 15px;
}

#cust-cat-nom input {
	display: inline-block;
	border: 0 none;
	color: #841530;
	background: white;
	font-size: 19px;
	margin-top: 0.4em;
	width: 260px;
	height: 39px;
	margin-left: 130px;
	padding-left: 15px;
}
#cust-cat-valid img {
	height: 180px;
	margin-left: 870px;
	margin-top: -130px;
	width: 235px;
}

#header_wishlist li{
	float:left;
}

#pp{
    float: right;
    font-size: 23px;
    margin-top: -31px;
    margin-right: 29px;
    font-weight: bold;
    color: #595a5e;
}

#ht{
	width: 17px;
	font-size: 12px;
	float:right;
	margin-top: 8px;
}
.bt-ajout-panier {
	background: url('../img/bt-ajout-panier.png') 0 0 no-repeat;
	width: 194px;
	height: 57px;
	cursor: pointer;
	margin-right: 16px;
	border: none;
}
.bt-ajout-panier:hover {
	background-position: -194px;
}
#submitAddress{
   background: url("../img/Valider-off.png") repeat-x scroll 0 0 transparent;
    color: #FFFFFF;
    cursor: pointer;
    height: 54px;
    margin-left: 196px;
    padding: 10px;
    width: 234px;
	border:0px;
}
#submitAddress:hover{
	 background: url("../img/Valider-on.png") repeat-x scroll 0 0 transparent;
}
.bt-retour{
   background: url("../img/bt-retour.png") no-repeat scroll 0 0 transparent;
    color: #FFFFFF;
    cursor: pointer;
    height: 57px;
    width: 238px;
	border:0px;
	float: left;
}
.bt-retour:hover{
	background-position:-237px ;
	border:0px;
}
.bt-cb{
   background: url("../img/bt-cb.png") no-repeat scroll 0 0 transparent;
    cursor: pointer;
    height: 108px;
    width: 202px;
	border:0px;
	float: left;
	margin-right:2px;
}
.bt-virement {
	background: url("../img/bt-virement.png") no-repeat;
	background-size: cover;
	cursor: pointer;
	height: 100px;
	width: 100px;
	float: left;
	margin-right: 110px;
	border: 0px;
}

.bt-cheque {
	background: url("../img/bt-cheque.png") no-repeat;
	background-size: cover;
	cursor: pointer;
	height: 100px;
	width: 100px;
	float: left;
	margin-right: 110px;
	border: 0px;
}
	
.bt-paypal{
	background: url("../img/bt-paypal.png") no-repeat scroll 0 0 transparent;
	cursor: pointer;
	height: 108px;
	width: 202px;
	border:0px;
	float: left;
	margin-right:2px;
}
/*.bt-cb:hover,.bt-virement:hover,.bt-cheque:hover,.bt-paypal:hover {
	border-bottom: 2px solid white;
}*/
.bt-confirmer-commande{
   background: url("../img/bt-confirmer-commande.png") no-repeat scroll 0 0 transparent;
    cursor: pointer;
    height: 57px;
    width: 296px;
	border:0px;
	float: right;
	margin-right:2px;
}
/*#paypal_process_payment img:hover{
	border-bottom: 2px solid white;
}*/
.bt-confirmer-commande:hover {
	background-position:-295px ;
	border:0px;
}
#teaser {
	float: left;
    position: relative;
    width: 930px;
    padding: 20px;
	height: 363px;
	background: url("../img/bg-ecran.jpg") no-repeat scroll 0 0 transparent;
}
div.txt-ref-cat {
	font-size: 16px;
	clear: both;
	width: 1030px;
	margin-top: 60px;
}

div.txt-ref-cat h2{
	color:#F7911E;
	cursor:pointer;
}

.tel_blockuser{
	display: inline-flex; ;
	color: white;
	font-size: 28px;
	float: right;

}

#header_phone {
	background: url("../img/phone.png") no-repeat scroll 11px 20px transparent;
	float: right;
	line-height: 60px;
	width: 240px;
	margin-left: 103px;
	margin-top: -16px;
	background-size: 25px;
}
	

.info_product{
	background-color: #DCDCDC;
	display:inline-block;
	width: 100%;
}

.button_go{
    position: relative;
}


#cust-home-h1{
	margin-top:130px;
}

.se-viewport{
	height: 1085px;
}

#link_product {
	font-size: 25px;
	display: inline-block;
	padding-top: 35px;
	border-bottom: 3px solid #E62C50;
	position: relative;
	left: 465px;
}

#link_product a {
	color: #E62C50;
	display: inline-block;
	font-weight:900;

}


/** Css Editeur de page d'accueil **/

/*.prefooter_avantages{
	background: url("../img/bandeau-avantages.png") no-repeat;
	background-size: cover;
}
*/

.img_avantages{
	max-width: 100%;
	object-fit: cover;
    height: 90%;
    width: 100%;
    position: relative;
}

.img_wash{
	max-width: 100%;
	object-fit: cover;
    height: 90%;
    width: 100%;
    position: relative;
}


.wash_avantages{
	z-index: -1;
	width:1903px;
	height: 615px;
	max-width: 100%;
	min-width:1605px;
}

.team_avantages{
	width: 1903px;
	height: 775px;
	max-width: 100%;
	min-width: 1650px;
}

.img_team{
	max-width: 100%;
	object-fit: cover;
    height: 90%;
    width: 100%;
    position: relative;
}


.texte_info1{
	font-family: 'Montserrat Light', arial;
	white-space: nowrap;
	width: 600px;
	display: inline-block;
	vertical-align: top;
	margin-top:160px;
	color: #4A4A4A;
}


.texte_info2{
	font-family: 'Montserrat Light', arial;
	white-space: nowrap;
	width: 520px;
	display: inline-block;
	margin-top: 160px;
	color: #4A4A4A;
}

.textes_infos{
	background:url('/themes/default-machineapub/img/BackgroundTeam.png') no-repeat center;
	height: 700px;
	width:1930px;
	margin: 0 auto;
	max-width: 100%;
	background-size:cover;
	white-space: nowrap;
	position:relative;
	min-width:1785px;
	
}


	.textes_infos {
	background: url('/themes/default-machineapub/img/BackgroundTeam.png') no-repeat center;
	height: 420px;
	width: 1280px;
	margin: 0 auto;
	max-width: 100%;
	background-size: cover;
	white-space: nowrap;
	position: relative;
	min-width: 1280px;
	}

	.titre_texte_info{
	font-size: 15pt; 
	color: #dc143c;
	}

	.border_text{
		font-size: 24px;
		color: #dc143c
	}


	.textes_infos p{
		text-align: left;
	}

	.texte_texte_info{
		font-size: 12pt;
	}

.img_avantages{
	background:url('/themes/default-machineapub/img/bandeau-avantages.png') no-repeat center;
	height: 520px;
	width:1903px;
	margin: 0 auto -55px;
	max-width: 100%;
	background-size:cover;
	white-space: nowrap;
	max-height:100%;
	z-index: 1;
	min-width: 1605px;
	margin-top:-109px;
}


/*FOOTER*/
#liens_footer {
	width: 680px;
	position: absolute;
	top: 30px;
	left: 100px;
	border-right: 1px solid;
}

#liens_footer a{
	color: white;
}

#social_links {
	position: absolute;
	left: 445px;
	bottom: 22px;

}

#social_links img{

	padding-right:12px;

}

.vignettes_info{

	background-color: #DCDCDC;
	display: inline-block;
	width: 100%;


}

.vignettes_info a{
	color: white;
	text-decoration:  none;
}

body#history .price{
	float:right;
	font-size: 18px;
	margin-top: 0px;
	margin-right: 36px;
	font-weight: bold;
	color: #515151;	
}

.price{
	float:right;
	font-size: 18px;
	margin-top: -28px;
	margin-right: 36px;
	font-weight: bold;
	color: #515151;
}

.go_button img{
	float: right;
	margin-top: -41px;
	margin-bottom: -10px;
	z-index: 1;
	position: absolute;
	margin-left: 255px;
}

.product_name h3{
	font-size: 16px;
	text-align: left;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 115px;
	color: white;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-left: 10px
}

.h1_product{
	float: right;
	color: #E62C50;
}

.price_product{
display:inline-block;
}

#desc_thumb {
/*	opacity: 0;*/
	position: absolute;
	padding-top:25px;
	padding-left:25px;
	bottom: 0;
	width: 100%;
	height: 135px;
	background-color: rgba(0, 0, 0, 0.6);
	z-index: 1;

}

#titre_thumb h1{
	color: white;
	font-size: 50px;
}

#text_thumb{
	color: white;
	font-size: 20px;
}


.name_hardtofind {
  background-color: #E62C50;
  height: 55px;
  margin-top: -5px;
  width: 350px;
}

.name_hardtofind p{
	color:white;
  margin-left: 12px;
  padding-top:15px;
}


/* Liste des produits dans la page Catégorie */

.products_cat{
	background-color: #DCDCDC;
	display:inline-block;
	width: 320px;
}

#pl_price{

	float: right;
    font-size: 23px;
    margin-top: -31px;
    margin-right: 29px;
    font-weight: bold;
    color: #6F6F6F;

}

#ht2{
	width: 17px;
	font-size: 12px;
	float:right;
	margin-top: 8px;
}

.go_button2 img{
	float: right;
	margin-top: -41px;
	margin-bottom: -10px;
	z-index: 1;
	position: absolute;
	margin-left: 290px;
}

.voir_plus {
	color: #E62C50;
	margin-left: 955px;
	width: 85px;
	cursor:pointer;
	font-size:15px;
}

.h1_product h1{
	color: #FF123E;
}

/* Ligne 1063*/
#product_list li:hover{
	transform: scale(1.1);
	z-index:30;
	box-shadow: 0px 17px 10px 12px rgba(119, 119, 119, 0.75);
	-moz-box-shadow: 0px 17px 10px 12px rgba(119, 119, 119, 0.75);
	-webkit-box-shadow: 0px 17px 10px 12px rgba(119, 119, 119, 0.75);
	
}

/*Pagination modif */

.pagination_link{
	font-family: 'Montserrat Light', arial;
}

/* Mise en situation ( Thumbs/Slider )  */


.thumbnail_situation.active{
		background: url("../img/bg_preview_logo.jpg") no-repeat ;
		width:100%;
		height:644px;
		background-size:cover;
}

.thumbnail_situation.next{ 
		background: url("../img/slide2-logo.jpg") no-repeat ;
		display: none;
}

.thumbnail_situation.last{ 
		background: url("../img/slide3-logo.jpg") no-repeat ;
		display: none;
}

	/* Images au format SVG ( logos ) */ 

#sit1,#sit2,#sit3,#sit4,#sit5,#sit6,#sit7{
	position:absolute;
	width:265px;
	height:200px;
}

#sit1 {
	top: 600px;
	left: 248px;
	transform: rotate(-28deg);
	width: 200px;
	height: 120px;
}

#sit2 {
	top: 351px;
	left: 330px;
	transform: rotate(-23deg);
	width: 100px;
	height: 100px;
}

#sit3 {
	top: 166px;
	left: 499px;
	transform: rotate(-25deg);
}



#sit4 {
	top: 250px;
	left: 926px;
	transform: rotate(1deg);
	width: 219px;
	height: 130px;
}

#sit5 {
	top: 128px;
	left: 166px;
	transform: rotate(0deg);
	width: 350px;
	height: 320px;
}

#sit6 {
	top: 47px;
	left: 381px;
	transform: rotate(-14deg);
	width: 575px;
	height: 347px;
	-webkit-filter: blur(0.8px);
	-moz-filter: blur(0.8px);
	-ms-filter: blur(0.8px);
	-o-filter: blur(0.8px);
	filter: blur(0.8px);
}

#sit7 {
	top: 233px;
	left: 26px;
	transform: rotate(-15deg);
	width: 160px;
	height: 150px;
	-webkit-filter: blur(0.8px);
	-moz-filter: blur(0.8px);
	-ms-filter: blur(0.8px);
	-o-filter: blur(0.8px);
	filter: blur(0.8px);
}

	.tel_blockuser_smartphone{
		display: none;
	}

	.youraccount_smartphone{
		display: none;
	}

	.homepage_global{
		margin-top: 15px;
	}

	.homepage_global p{
		text-align: left;
	}

	#homepage_title{
		font-size: 18pt; 
		color: #ffffff;
	}

	#homepage_text{
		font-size:14pt;
		color: white;
	}

	.homepage_global_smartphone{
		display: none;
	}

	.valid_smartphone{
		display:none;
	}


/* PARTIE RESPONSIVE */

	/* Footer */
	
@media (max-width: 720px){

	body{
		width:720px;
		overflow-x: hidden;
	}
	#liens_footer {
		width: 300px;
		position: absolute;
		top: 30px;
		left: 0px;
		border: none;
	}

	#img_footer img{
		height:30px;
		width:160px;
		margin-bottom:10px;
	}

	#social_links {
		position: absolute;
		left: 0;
		bottom: -30px;

	}

	.wash_avantages {
	z-index: -1;
	width: 1903px;
	height: 300px;
	max-width: 100%;
	min-width: 605px;
	}


}

@media(max-width:1980px){
	.SEslider.notLoaded.seslider_sample1.sample.mode_horizontal.sliderFigo{
		max-width:1980px;
	}
	.SEslider.seslider_sample1.sample.mode_horizontal.sliderFigo {
	padding: 0px 0px 0px 0px;
	margin: 0 auto;
	clear: both;
	width: 1980px;
	margin-left: auto;
	margin-top: -415px;
	position: absolute;
	left: 0;
	right: 0;
	min-width: 1655px;
	}

	.img_avantages {
	background: url('/themes/default-machineapub/img/bandeau-avantages.png') no-repeat center;
	height: 520px;
	width: 100%;
	margin: 0 auto -55px;
	max-width: 100%;
	background-size: cover;
	white-space: nowrap;
	max-height: 100%;
	z-index: 1;
	min-width: 100%;
	margin-top: -109px;
	}
	.wash_avantages {
	z-index: -1;
	width: 100%;
	height: auto;
	max-width: 100%;
	min-width: 100%;
	}
	
	.textes_infos {
	background: url('/themes/default-machineapub/img/BackgroundTeam.png') no-repeat center;
	height: 700px;
	width: 1980px;
	margin: 0 auto;
	max-width: 100%;
	background-size: cover;
	white-space: nowrap;
	position: relative;
	min-width: 1785px;
	}

	#footer_bg {
	background: url("../img/bg_footer.png") no-repeat center;
	height: 310px;
	width: 100%;
	position: absolute;
	max-width: 100%;
	min-width: 100%;
	background-size: cover;
	margin: 0 auto;
	bottom: 0;
	}


}



@media screen and (max-width: 1730px){
	body#category #left_column {
	clear: left;
	margin-top: 50px;
	margin-left: -365px;
	overflow: hidden;
	width: 360px;
	}
	.textes_infos {
	background: url('/themes/default-machineapub/img/BackgroundTeam.png') no-repeat center;
	height: 700px;
	width: 100%;
	margin: 0 auto;
	max-width: 100%;
	background-size: cover;
	white-space: nowrap;
	position: relative;
	min-width: 100%;
	}
}

@media screen and (max-width: 1710px){
	#liens_footer {
	width: 630px;
	position: absolute;
	top: 30px;
	left: 100px;
	border-right: 1px solid;
	}
}

@media screen and (max-width: 1665px){
	body#category #left_column {
	clear: left;
	margin-top: 50px;
	margin-left: -338px;
	overflow: hidden;
	width: 360px;
	}
}

@media screen and (max-width: 1650px){
	#liens_footer {
	width: 605px;
	position: absolute;
	top: 30px;
	left: 100px;
	border-right: 1px solid;
	}
}

@media screen and (max-width: 1620px){
	#liens_footer {
	width: 590px;
	position: absolute;
	top: 30px;
	left: 100px;
	border-right: 1px solid;
	}
}

@media screen and (max-width: 1600px){
	body#category #left_column {
	clear: left;
	margin-top: 50px;
	margin-left: -305px;
	overflow: hidden;
	width: 360px;
	}
	#liens_footer {
	width: 700px;
	position: absolute;
	top: 30px;
	left: 100px;
	border-right: 1px solid;
	}
}

@media screen and (max-width: 1550px){
	#liens_footer {
	width: 650px;
	position: absolute;
	top: 30px;
	left: 100px;
	border-right: 1px solid;
	}
}

@media screen and (max-width: 1540px){
	body#category #left_column {
	clear: left;
	margin-top: 50px;
	margin-left: -285px;
	overflow: hidden;
	width: 360px;
	}
}

@media screen and (max-width: 1495px){
	body#category #left_column {
	clear: left;
	margin-top: 50px;
	margin-left: -260px;
	overflow: hidden;
	width: 360px;
	}
	#liens_footer {
	width: 600px;
	position: absolute;
	top: 30px;
	left: 100px;
	border-right: 1px solid;
	}
}

@media screen and (max-width: 1450px){
	body#category #left_column {
	clear: left;
	margin-top: 50px;
	margin-left: -240px;
	overflow: hidden;
	width: 360px;
	}
	#liens_footer {
	width: 570px;
	position: absolute;
	top: 30px;
	left: 100px;
	border-right: 1px solid;
	}
}


@media screen and (max-width: 1400px){
	body#category #left_column {
	clear: left;
	margin-top: 50px;
	margin-left: -215px;
	overflow: hidden;
	width: 360px;
	}
	body#category #center_column div.products_block a.product_image, .prod_list {
	background: url("../img/bg_logo.png") no-repeat scroll 0 0 transparent;
	background-size: cover;
	display: block;
	height: 210px;
	width: 270px;
	}
	body#category #mon_blog .products_block ul li, #product_list li {
	float: left;
	/* margin: 0 10px 10px 0; */
	margin: 0 50px 80px 0;
	padding: 0;
	width: 270px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	position: relative;
	height: 210px;
	list-style: none;
	}
	.products_cat {
	background-color: #DCDCDC;
	display: inline-block;
	width: 270px;
	}
	.go_button2 img {
	float: right;
	margin-top: -41px;
	margin-bottom: -10px;
	z-index: 1;
	position: absolute;
	margin-left: 245px;
	}
	#liens_footer {
	width: 500px;
	position: absolute;
	top: 30px;
	left: 100px;
	border-right: 1px solid;
	}
}

@media screen and (max-width: 1370px){
	body#category #left_column {
	clear: left;
	margin-top: 50px;
	margin-left: -200px;
	overflow: hidden;
	width: 360px;
	}
}

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

	.wash_avantages {
	z-index: -1;
	width: 100%;
	height: auto;
	min-width: 100%;
	}
	#footer_bg {
	background: url("../img/bg_footer.png") no-repeat center;
	height: 310px;
	width: 100%;
	position: absolute;
	max-width: 100%;
	min-width: 100%;
	background-size: cover;
	margin: 0 auto;
	bottom: 0;
	}
	.textes_infos {
	background: url('/themes/default-machineapub/img/BackgroundTeam.png') no-repeat center;
	height: 700px;
	width: 100%;
	margin: -10px auto;
	max-width: 100%;
	background-size: cover;
	white-space: nowrap;
	position: relative;
	min-width: 100%;
	}
	.texte_texte_info {
	font-size: 10pt;
	}
	.texte_info1 {
	font-family: 'Montserrat Light', arial;
	white-space: nowrap;
	width: 475px;
	display: inline-block;
	vertical-align: top;
	margin-top: 160px;
	color: #4A4A4A;
	}
	.texte_info2 {
	font-family: 'Montserrat Light', arial;
	white-space: nowrap;
	width: 480px;
	display: inline-block;
	margin-top: 160px;
	color: #4A4A4A;
	}
	#liens_footer {
	width: 450px;
	position: absolute;
	top: 30px;
	left: 100px;
	border-right: 1px solid;
	}

}

@media screen and (max-width: 1357px){
	body{ overflow-x:hidden;  }
}

@media screen and (max-width: 1330px){
	body#category #left_column {
	clear: left;
	margin-top: 50px;
	margin-left: -185px;
	overflow: hidden;
	width: 360px;
	}
}

@media screen and (max-width: 1300px){
	body#category #mon_blog .products_block ul li, #product_list li {
	float: left;
	/* margin: 0 10px 10px 0; */
	margin: 0 45px 60px 0;
	padding: 0;
	width: 270px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	position: relative;
	height: 210px;
	list-style: none;
	}
	body#category #left_column {
	clear: left;
	margin-top: 50px;
	margin-left: -177px;
	overflow: hidden;
	width: 360px;
	}
}


@media screen and (max-width: 1290px){
	.img_avantages {
	background: url('/themes/default-machineapub/img/bandeau-avantages.png') no-repeat center;
	height: 460px;
	width: 100%;
	margin: 0 auto -55px;
	max-width: 100%;
	background-size: cover;
	white-space: nowrap;
	max-height: 100%;
	z-index: 1;
	min-width: 100%;
	margin-top: -109px;
	}
}
/*Ordi portable */

@media(max-width:1281px){
		
	.SEslider.notLoaded.seslider_sample1.sample.mode_horizontal.sliderFigo{
		max-width:1281px;
	}
	.SEslider.seslider_sample1.sample.mode_horizontal.sliderFigo {
	padding: 0px 0px 0px 0px;
	margin: 0 auto;
	clear: both;
	width: 1281px;
	margin-left: auto;
	margin-top: -415px;
	position: absolute;
	left: 0;
	right: 0;
	min-width: 1655px;
	}

	.wash_avantages {
	z-index: -1;
	width: 100%;
	height: auto;
	min-width: 100%;
	}
	
	.textes_infos {
	background: url('/themes/default-machineapub/img/BackgroundTeam.png') no-repeat center;
	height: 700px;
	width: 1281px;
	margin: 0 auto;
	max-width: 100%;
	background-size: cover;
	white-space: nowrap;
	position: relative;
	min-width: 1785px;
	}

	#footer_bg {
	background: url("../img/bg_footer.png") no-repeat center;
	height: 310px;
	width: 1281px;
	position:absolute;
	max-width: 100%;
	min-width: 1715px;
	background-size: cover;
	margin: 0 auto;
	bottom: 0;
	}
	
}

@media screen and (max-width:1280px){
	.p-cms-cat2 #center_column div.block.pcms.c2 {
	position: absolute;
	top: 0;
	width: 100%;
	margin-top: 0;
	border-radius: 0;
	padding: 20px 0;
	/* background: #eee; */
	height: 310px;
	overflow: hidden;
	margin: 0;
	margin-left: -150px;
	margin-top: 210px;
	}
	.voir_plus {
	color: #E62C50;
	margin-left: 760px;
	width: 85px;
	cursor: pointer;
	font-size: 15px;
	}

	div.txt-ref-cat {
	font-size: 16px;
	clear: both;
	width: 860px;
	margin-top: 60px;
	}
	
	/*PAGE CATEGORY */
	body#category #mon_blog .products_block ul li, #product_list li {
	float: left;
	margin: 0 45px 60px -15px;
	padding: 0;
	width: 270px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	position: relative;
	height: 210px;
	list-style: none;
	}
	body#category #left_column {
	clear: left;
	margin-top: 50px;
	margin-left: -160px;
	overflow: hidden;
	width: 360px;
	}
	
	/*PAGE PRINCIPALE*/

	body {
	font-size: 13.5px;
	font-family: 'Montserrat', Sans-Serif;
	color: #767676s;
	text-align: center;
	}

	#thumbs_list {
	margin-bottom: 30px;
	overflow: hidden;
	float: left;
	width: 1220px;
	padding-top: 45px;
	margin-left: -122px;
	position: relative;
	height: 644px;
	}

	#homepage_text {
	font-size: 13pt;
	color: white;
	}

	.rte, .mceContentBody {
	text-align: left;
	color: black;
	white-space: nowrap;
	object-fit: fill;
	z-index: 2;
	position: absolute;
	left: 65px;
	top: 45px;
	font-family: 'Montserrat Light', arial;
	}

	.wash_avantages {
	z-index: -1;
	width: 100%;
	height: auto;
	min-width: 100%;
	}

	.textes_infos {
	background: url('/themes/default-machineapub/img/BackgroundTeam.png') no-repeat center;
	height: 420px;
	width: 1280px;
	margin: 0 auto;
	max-width: 100%;
	background-size: cover;
	white-space: nowrap;
	position: relative;
	min-width: 1280px;
	}

	.titre_texte_info{
	font-size: 12pt; 
	color: #dc143c;
	}

	.border_text{
		font-size: 24px;
		color: #dc143c
	}


	.textes_infos p{
		text-align: left;
	}

	.texte_texte_info{
		font-size: 9pt;
	}

	.texte_info1 {
		font-family: 'Montserrat Light', arial;
		white-space: nowrap;
		width: 485px;
		display: inline-block;
		vertical-align: top;
		margin-top: 70px;
		color: #4A4A4A;
	}

	.texte_info1 {
		font-family: 'Montserrat Light', arial;
		white-space: nowrap;
		width: 425px;
		display: inline-block;
		vertical-align: top;
		margin-top: 70px;
		color: #4A4A4A;
	}

	.texte_info2 {
	font-family: 'Montserrat Light', arial;
	white-space: nowrap;
	width: 400px;
	display: inline-block;
	margin-top: 70px;
	color: #4A4A4A;
	}

	#footer_bg {
	background: url("../img/bg_footer.png") no-repeat center;
	height: 310px;
	width: 1280px;
	position:absolute;
	max-width: 100%;
	min-width: 1280px;
	background-size: cover;
	margin: 0 auto;
	bottom: 0;
	}



	body#category #center_column div.block, div.block_listing {
	width: 900px;
	float: left;
	padding: 10px 10px 0 10px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	position: relative;
	margin-top: 0px;
	margin-left: -55px;
	}
}

@media screen and (max-width: 1250px){
	body#category #left_column {
	clear: left;
	margin-top: 50px;
	margin-left: -138px;
	overflow: hidden;
	width: 360px;
	}
	body#category #center_column div.products_block a.product_image, .prod_list {
	background: url("../img/bg_logo.png") no-repeat scroll 0 0 transparent;
	background-size: cover;
	display: block;
	height: 180px;
	width: 235px;
	}
	.products_cat {
	background-color: #DCDCDC;
	display: inline-block;
	width: 235px;
	}
	.go_button2 img {
	float: right;
	margin-top: -41px;
	margin-bottom: -10px;
	z-index: 1;
	position: absolute;
	margin-left: 205px;
	}
	#pl_price {
	float: right;
	font-size: 17px;
	margin-top: -25px;
	margin-right: 28px;
	font-weight: bold;
	color: #6F6F6F;
	}
	body#category #product_list div.title-logo-list h3, #center_column div.products_block div.title-logo-list h3 {
	font-size: 16px;
	text-align: left;
	margin-bottom: 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 83px;
	color: white;
	margin-top: 5px;
	margin-bottom: 5px;
	font-family: ;
	}
	body#category #mon_blog .products_block ul li, #product_list li {
	float: left;
	/* margin: 0 10px 10px 0; */
	margin: 0 45px 60px -15px;
	padding: 0;
	width: 235px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	position: relative;
	height: 210px;
	list-style: none;
	}
	div.pagination {
	margin: 10px 0;
	float: left;
	width: 145%;
	margin-left: 30%;
	}
}

@media screen and (max-width: 1240px){
	.mini-vignette {
	border-radius: 5px 5px 5px 5px;
	height: 170px;
	width: 260px;
	margin-bottom: 10px;
	background: url("../img/bg_logo.png") no-repeat scroll left top transparent;
	background-size: cover;
	}
	.go_button img {
	float: right;
	margin-top: -41px;
	margin-bottom: -10px;
	z-index: 1;
	position: absolute;
	margin-left: 225px;
	}
	.breadcrumb {
	font-size: 1em;
	color: #E62C50;
	float: left;
	margin: -50px 0;
	width: 100%;
	font-size: 18px;
	font-family: 'Montserrat Light', arial;
	margin-left: -90px;
	}
}

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

	body {
	font-size: 13.5px;
	font-family: 'Montserrat', Sans-Serif;
	color: #767676s;
	text-align: center;
	}
	#thumbs_list {
	margin-bottom: 30px;
	overflow: hidden;
	float: left;
	width: 1150px;
	padding-top: 45px;
	margin-left: -85px;
	position: relative;
	height: 611px;
	}
	#sit1 {
	top: 545px;
	left: 205px;
	transform: rotate(-28deg);
	width: 200px;
	height: 120px;
	}
	#sit2 {
	top: 325px;
	left: 320px;
	transform: rotate(-23deg);
	width: 100px;
	height: 100px;
	}
	#sit3 {
	top: 140px;
	left: 480px;
	transform: rotate(-25deg);
	}

.rte, .mceContentBody {
	text-align: left;
	color: black;
	white-space: nowrap;
	object-fit: fill;
	z-index: 2;
	position: absolute;
	left: 65px;
	top: 45px;
	font-family: 'Montserrat Light', arial;
}

	.wash_avantages {
	z-index: -1;
	width: 100%;
	height: auto;
	min-width: 100%;
	}

	.textes_infos {
	background: url('/themes/default-machineapub/img/BackgroundTeam.png') no-repeat center;
	height: 420px;
	width: 1235px;
	margin: 0 auto;
	max-width: 100%;
	background-size: cover;
	white-space: nowrap;
	position: relative;
	min-width: 1235px;
	}

	.titre_texte_info{
	font-size: 12pt; 
	color: #dc143c;
	}

	.border_text{
		font-size: 24px;
		color: #dc143c
	}


	.textes_infos p{
		text-align: left;
	}

	.texte_texte_info{
		font-size: 9pt;
	}

	.texte_info1 {
		font-family: 'Montserrat Light', arial;
		white-space: nowrap;
		width: 485px;
		display: inline-block;
		vertical-align: top;
		margin-top: 70px;
		color: #4A4A4A;
	}

	.texte_info1 {
		font-family: 'Montserrat Light', arial;
		white-space: nowrap;
		width: 425px;
		display: inline-block;
		vertical-align: top;
		margin-top: 70px;
		color: #4A4A4A;
	}

	.texte_info2 {
	font-family: 'Montserrat Light', arial;
	white-space: nowrap;
	width: 400px;
	display: inline-block;
	margin-top: 70px;
	color: #4A4A4A;
	}

	#footer_bg {
	background: url("../img/bg_footer.png") no-repeat center;
	height: 310px;
	width: 1235px;
	position:absolute;
	max-width: 100%;
	min-width: 1235px;
	background-size: cover;
	margin: 0 auto;
	bottom: 0;
	}

	body#category #center_column div.block, div.block_listing {
	width: 900px;
	float: left;
	padding: 10px 10px 0 10px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	position: relative;
	margin-top: 0px;
	margin-left: 0px;
	}

}

@media screen and (max-width: 1222px){
	div.txt-ref-cat {
	font-size: 16px;
	clear: both;
	width: 820px;
	margin-top: 60px;
	}
	.voir_plus {
	color: #E62C50;
	margin-left: 740px;
	width: 85px;
	cursor: pointer;
	font-size: 15px;
	}
}

@media screen and (max-width: 1205px){
	body#category #left_column {
	clear: left;
	margin-top: 50px;
	margin-left: -120px;
	overflow: hidden;
	width: 360px;
	}
	div.pagination {
	margin: 10px 0;
	float: left;
	width: 145%;
	margin-left: 25%;
	}
}


@media screen and (max-width:1195px){
	.img_avantages {
	background: url('/themes/default-machineapub/img/bandeau-avantages.png') no-repeat center;
	width: 100%;
	margin: 0 auto -55px;
	max-width: 100%;
	background-size: cover;
	white-space: nowrap;
	max-height: 100%;
	z-index: 1;
	min-width: 100%;
	margin-top: -109px;
	height: 450px;
	}
	body {
	font-size: 13.5px;
	font-family: 'Montserrat', Sans-Serif;
	color: #767676s;
	text-align: center;
	}

	img.logo {
	float: left;
	font-size: 2em;
	font-weight: bold;
	margin-top: 10px;
	margin-left: -65px;
	width: 385px;
	height: 80px;
}
.rte, .mceContentBody {
	text-align: left;
	color: black;
	white-space: nowrap;
	object-fit: fill;
	z-index: 2;
	position: absolute;
	left: 65px;
	top: 45px;
	font-family: 'Montserrat Light', arial;
}

	.wash_avantages {
	z-index: -1;
	width: 100%;
	height: auto;
	min-width: 100%;
	}

	.textes_infos {
	background: url('/themes/default-machineapub/img/BackgroundTeam.png') no-repeat center;
	height: 420px;
	width: 1195px;
	margin: 0 auto;
	max-width: 100%;
	background-size: cover;
	white-space: nowrap;
	position: relative;
	min-width: 1195px;
	}

	.titre_texte_info{
	font-size: 12pt; 
	color: #dc143c;
	}

	.border_text{
		font-size: 24px;
		color: #dc143c
	}


	.textes_infos p{
		text-align: left;
	}

	.texte_texte_info{
		font-size: 9pt;
	}

	.texte_info1 {
		font-family: 'Montserrat Light', arial;
		white-space: nowrap;
		width: 485px;
		display: inline-block;
		vertical-align: top;
		margin-top: 70px;
		color: #4A4A4A;
	}

	.texte_info1 {
		font-family: 'Montserrat Light', arial;
		white-space: nowrap;
		width: 425px;
		display: inline-block;
		vertical-align: top;
		margin-top: 70px;
		color: #4A4A4A;
	}

	.texte_info2 {
	font-family: 'Montserrat Light', arial;
	white-space: nowrap;
	width: 400px;
	display: inline-block;
	margin-top: 70px;
	color: #4A4A4A;
	}

	#footer_bg {
	background: url("../img/bg_footer.png") no-repeat center;
	height: 310px;
	width: 1195px;
	position:absolute;
	max-width: 100%;
	min-width: 1195px;
	background-size: cover;
	margin: 0 auto;
	bottom: 0;
	}

	body#category #center_column div.block, div.block_listing {
	width: 900px;
	float: left;
	padding: 10px 10px 0 10px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	position: relative;
	margin-top: 0px;
	margin-left: 0px;
	}
}

@media screen and (max-width: 1191px){
	div.txt-ref-cat {
	font-size: 16px;
	clear: both;
	width: 800px;
	margin-top: 60px;
	}
	.voir_plus {
	color: #E62C50;
	margin-left: 700px;
	width: 85px;
	cursor: pointer;
	font-size: 15px;
	}
}

@media screen and (max-width: 1170px){
	div.txt-ref-cat {
	font-size: 16px;
	clear: both;
	width: 760px;
	margin-top: 60px;
	}
	.voir_plus {
	color: #E62C50;
	margin-left: 670px;
	width: 85px;
	cursor: pointer;
	font-size: 15px;
	}
	body#category #left_column {
	clear: left;
	margin-top: 50px;
	margin-left: -105px;
	overflow: hidden;
	width: 360px;
	}
}

@media screen and (max-width:1164px){
	.breadcrumb {
	font-size: 1em;
	color: #E62C50;
	float: left;
	margin: -50px 0;
	width: 100%;
	font-size: 18px;
	font-family: 'Montserrat Light', arial;
	margin-left: -35px;
	}
}

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

	body {
	font-size: 13.5px;
	font-family: 'Montserrat', Sans-Serif;
	color: #767676s;
	text-align: center;
	}

	.img_avantages {
	height: 445px;
	}

	img.logo {
	float: left;
	font-size: 2em;
	font-weight: bold;
	margin-top: 10px;
	margin-left: -65px;
	width: 385px;
	height: 80px;
	}
	.rte, .mceContentBody {
		text-align: left;
		color: black;
		white-space: nowrap;
		object-fit: fill;
		z-index: 2;
		position: absolute;
		left: 65px;
		top: 45px;
		font-family: 'Montserrat Light', arial;
	}

	.wash_avantages {
	z-index: -1;
	width: 100%;
	height: auto;
	min-width: 100%;
	}

	.textes_infos {
	background: url('/themes/default-machineapub/img/BackgroundTeam.png') no-repeat center;
	height: 420px;
	width: 1145px;
	margin: 0 auto;
	max-width: 100%;
	background-size: cover;
	white-space: nowrap;
	position: relative;
	min-width: 1145px;
	}

	.titre_texte_info{
	font-size: 12pt; 
	color: #dc143c;
	}

	.border_text{
		font-size: 24px;
		color: #dc143c
	}


	.textes_infos p{
		text-align: left;
	}

	.texte_texte_info{
		font-size: 9pt;
	}

	.texte_info1 {
	font-family: 'Montserrat Light', arial;
	white-space: nowrap;
	width: 410px;
	display: inline-block;
	vertical-align: top;
	margin-top: 70px;
	color: #4A4A4A;
	position: relative;
	left: 20px;
	}

	.texte_info2 {
	font-family: 'Montserrat Light', arial;
	white-space: nowrap;
	width: 400px;
	display: inline-block;
	margin-top: 70px;
	color: #4A4A4A;
	position: relative;
	left: 25px;
	}

	#footer_bg {
	background: url("../img/bg_footer.png") no-repeat center;
	height: 320px;
	width: 1145px;
	position:absolute;
	max-width: 100%;
	min-width: 1145px;
	background-size: cover;
	margin: 0 auto;
	bottom: 0;
	}
	
	body#category #center_column .products_block li.last_item_of_line, #product_list li.last_item_of_line {
	margin-right: 125px;
	}
	body#category #left_column {
	clear: left;
	margin-top: 50px;
	margin-left: -85px;
	overflow: hidden;
	width: 360px;
	}
	body#category #center_column div.products_block a.product_image, .prod_list {
	background: url("../img/bg_logo.png") no-repeat scroll 0 0 transparent;
	background-size: cover;
	display: block;
	height: 215px;
	width: 300px;
	}
	body#category #center_column div.block, div.block_listing {
	width: 700px;
	float: left;
	padding: 10px 10px 0 10px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	position: relative;
	margin-top: 0px;
	margin-left: 0px;
	}
	body#category #mon_blog .products_block ul li, #product_list li {
	float: left;
	margin: 0 120px 60px -15px;
	padding: 0;
	width: 235px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	position: relative;
	height: 210px;
	list-style: none;
	}
	.products_cat {
	background-color: #DCDCDC;
	display: inline-block;
	width: 300px;
	}
	.go_button2 img {
	float: right;
	margin-top: -41px;
	margin-bottom: -10px;
	z-index: 1;
	position: absolute;
	margin-left: 275px;
	}
	div.pagination {
	margin: 10px 0;
	float: left;
	width: 145%;
	margin-left: 15%;
	}
}

@media screen and (max-width: 1130px){
	.voir_plus {
	color: #E62C50;
	margin-left: 620px;
	width: 85px;
	cursor: pointer;
	font-size: 15px;
	}
	div.txt-ref-cat {
	font-size: 16px;
	clear: both;
	width: 700px;
	margin-top: 60px;
	}
}

@media screen and (max-width: 1064px){
	div.txt-ref-cat {
	font-size: 16px;
	clear: both;
	width: 650px;
	margin-top: 60px;
	}
	.voir_plus {
	color: #E62C50;
	margin-left: 565px;
	width: 85px;
	cursor: pointer;
	font-size: 15px;
	}
}



@media screen and (max-width:1098px){
	img.logo {
	float: left;
	font-size: 2em;
	font-weight: bold;
	margin-top: 10px;
	margin-left: -30px;
	width: 385px;
	height: 80px;
	}
	body#index #center_column div.block, div.block_listing {
	width: 1000px;
	padding: 10px 10px 0 10px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	position: relative;
	margin-bottom: 115px;
	left: -1%;
	}
	body#category #center_column div.block, div.block_listing {
	width: 700px;
	float: left;
	padding: 10px 10px 0 10px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	position: relative;
	margin-top: 0px;
	margin-left: 0px;
	}
	body#category #left_column {
	clear: left;
	margin-top: 50px;
	margin-left: -65px;
	overflow: hidden;
	width: 360px;
	}

	body#index #center_column .products_block .block_content {
	background: none;
	float: left;
	padding: 0;
	margin-left: 0px;
	}

	body#index #center_column .products_block ul li {
	transition: all .2s ease-in-out;
	float: left;
	margin: 35px 10px 10px 15px;
	width: 300px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	position: relative;
	height: 255px;
	list-style: none;
	}
	body#index #center_column div.products_block a.product_image, .prod_list {
	background: url("../img/bg_logo.png") no-repeat scroll 0 0 transparent;
	background-size: cover;
	display: block;
	height: 230px;
	width: 300px;
	}
	.info_product {
	background-color: #DCDCDC;
	display: inline-block;
	width: 300px;
	}
	.products_block li img {
	float: right;
	margin-top: -40px;
	margin-bottom: -10px;
	z-index: 1;
	position: absolute;
	margin-left: 270px;
	}

	.img_avantages {
	height: 420px;
	}
	.wash_avantages {
	z-index: -1;
	width: 100%;
	height: auto;
	min-width: 100%;
	}
	#link_product {
	font-size: 25px;
	display: inline-block;
	padding-top: 35px;
	border-bottom: 3px solid #E62C50;
	position: relative;
	left: 380px;
	}
}

@media screen and (max-width: 1060px){
	body#category #left_column {
	clear: left;
	margin-top: 50px;
	margin-left: -50px;
	overflow: hidden;
	width: 360px;
	}
}
@media screen and (max-width: 1050px){
	.breadcrumb {
	font-size: 1em;
	color: #E62C50;
	float: left;
	margin: -50px 0;
	width: 100%;
	font-size: 18px;
	font-family: 'Montserrat Light', arial;
	margin-left: 0px;
	}
}
@media screen and (max-width: 1030px){
	body#category #left_column {
	clear: left;
	margin-top: 50px;
	margin-left: -40px;
	overflow: hidden;
	width: 360px;
	}
}

@media screen and (max-width:1028px){
	body#index #center_column div.block, div.block_listing {
	width: 100%;
	float: left;
	padding: 0px 0px 0px 0px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	position: relative;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	}
	body#category #center_column div.block, div.block_listing {
	width: 700px;
	float: left;
	padding: 10px 10px 0 10px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	position: relative;
	margin-top: 0px;
	margin-left: 0px;
	}
	body#category #center_column div.products_block a.product_image, .prod_list {
	background: url("../img/bg_logo.png") no-repeat scroll 0 0 transparent;
	background-size: cover;
	display: block;
	height: 205px;
	width: 270px;
	}
	.products_cat {
	background-color: #DCDCDC;
	display: inline-block;
	width: 270px;
	}
	
	.go_button2 img {
	float: right;
	margin-top: -41px;
	margin-bottom: -10px;
	z-index: 1;
	position: absolute;
	margin-left: 245px;
	}

	#cust-home {
	background: url("../img/explorer-logo-bg2.png") no-repeat scroll left top;
	background-size: cover;
	height: 141px;
	width: 935px;
	border-radius: 3px 3px 3px 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	margin: 0 0 20px;
	clear: both;
	margin-top: 400px;
	text-align: left;
	}
	
	#cust-valid img {
	height: 180px;
	margin-left: 795px;
	margin-top: -145px;
	width: 235px;
	}

	#cust-home input {
	display: inline-block;
	border: 0 none;
	color: #E42D59;
	background: white;
	font-size: 27px;
	margin-top: 8px;
	width: 370px;
	height: 47px;
	margin-left: 80px;
	padding-left: 17px;
	}

	img.logo {
	float: left;
	font-size: 2em;
	font-weight: bold;
	margin-top: 10px;
	margin-left: 0px;
	width: 385px;
	height: 80px;
	}


	body#index #center_column .products_block .block_content {
	background: none;
	float: left;
	padding: 0;
	margin-left: 0px;
	}

	body#index #center_column .products_block ul li {
	transition: all .2s ease-in-out;
	float: left;
	margin: 35px 10px 10px 15px;
	width: 300px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	position: relative;
	height: 255px;
	list-style: none;
	}
	body#index #center_column div.products_block a.product_image, .prod_list {
	background: url("../img/bg_logo.png") no-repeat scroll 0 0 transparent;
	background-size: cover;
	display: block;
	height: 230px;
	width: 300px;
	}
	.info_product {
	background-color: #DCDCDC;
	display: inline-block;
	width: 300px;
	}
	.products_block li img {
	float: right;
	margin-top: -40px;
	margin-bottom: -10px;
	z-index: 1;
	position: absolute;
	margin-left: 270px;
	}

	.img_avantages {
	background: url('/themes/default-machineapub/img/bandeau-avantages.png') no-repeat center;
	height: 420px;
	width: 100%;
	margin: 0 auto -55px;
	max-width: 100%;
	background-size: cover;
	white-space: nowrap;
	max-height: 100%;
	z-index: 1;
	min-width: 100%;
	margin-top: -109px;
	}
	.wash_avantages {
	z-index: -1;
	width: 100%;
	height: auto;
	min-width: 100%;
	}

	.textes_infos {
	background: url('/themes/default-machineapub/img/BackgroundTeam.png') no-repeat center;
	height: 420px;
	width: 1028px;
	margin: 0 auto;
	max-width: 100%;
	background-size: cover;
	white-space: nowrap;
	position: relative;
	min-width: 1028px;
	}
	.texte_texte_info {
	font-size: 8pt;
	}
	.titre_texte_info {
	font-size: 11pt;
	color: #dc143c;
	}
	.texte_info1 {
	font-family: 'Montserrat Light', arial;
	white-space: nowrap;
	width: 360px;
	display: inline-block;
	vertical-align: top;
	margin-top: 70px;
	color: #4A4A4A;
	position: relative;
	left: 40px;
	}

	.texte_info2 {
	font-family: 'Montserrat Light', arial;
	white-space: nowrap;
	width: 400px;
	display: inline-block;
	margin-top: 70px;
	color: #4A4A4A;
	position: relative;
	left: 50px;
	}

	.img_avantages {
	background: url('/themes/default-machineapub/img/bandeau-avantages.png') no-repeat center;
	height: 395px;
	width: 100%;
	margin: 0 auto -55px;
	max-width: 100%;
	background-size: cover;
	white-space: nowrap;
	max-height: 100%;
	z-index: 1;
	min-width: 100%;
	margin-top: -109px;
	}
	.rte, .mceContentBody {
	text-align: left;
	color: black;
	white-space: nowrap;
	object-fit: fill;
	z-index: 2;
	position: absolute;
	left: 65px;
	top: 30px;
	font-family: 'Montserrat Light', arial;
	}


}

@media screen and (max-width: 1010px){
	body#category #left_column {
	clear: left;
	margin-top: 50px;
	margin-left: -25px;
	overflow: hidden;
	width: 360px;
	}
}

@media screen and (max-width: 1006px){
	div.txt-ref-cat {
	font-size: 16px;
	clear: both;
	width: 600px;
	margin-top: 60px;
	}
	.voir_plus {
	color: #E62C50;
	margin-left: 520px;
	width: 85px;
	cursor: pointer;
	font-size: 15px;
	}
}

@media screen and (max-width: 1000px){
	form.std fieldset {
	border: 1px solid #d0d3d8;
	/* background: #dfdcd7; */
	margin-bottom: 1em;
	-moz-border-radius: 5px;
	border-radius: 5px;
	width: 960px;
	}
}

@media screen and (max-width: 987px){
	.breadcrumb {
	font-size: 1em;
	color: #E62C50;
	float: left;
	margin: -50px 0;
	width: 100%;
	font-size: 18px;
	font-family: 'Montserrat Light', arial;
	margin-left: 10px;
	}
}



@media screen and (max-width:980px){
	#header_bg {
	background: url("../img/header_bg.png") repeat-x scroll left top transparent;
	height: 193px;
	background-size: cover;
	}
	
	#cust-home {
	background: url("../img/explorer-logo-bg2.png") no-repeat scroll left top;
	background-size: cover;
	height: 141px;
	width: 905px;
	border-radius: 3px 3px 3px 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	margin: 0 0 20px;
	clear: both;
	margin-top: 400px;
	text-align: left;
	margin-left: 20px;
	}
	
	#cust-valid img {
	height: 180px;
	margin-left: 750px;
	margin-top: -145px;
	width: 235px;
	}

	#cust-home input {
	display: inline-block;
	border: 0 none;
	color: #E42D59;
	background: white;
	font-size: 24px;
	margin-top: 8px;
	width: 362px;
	height: 45px;
	margin-left: 60px;
	padding-left: 17px;
	}

	img.logo {
	float: left;
	font-size: 2em;
	font-weight: bold;
	margin-top: 10px;
	margin-left: 55px;
	width: 385px;
	height: 80px;
	}
	body#index #center_column div.block, div.block_listing {
	width: 100%;
	float: left;
	padding: 0px 0px 0px 0px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	position: relative;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	}
	body#category #center_column div.block, div.block_listing {
	width: 700px;
	float: left;
	padding: 10px 10px 0 10px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	position: relative;
	margin-top: 0px;
	margin-left: 0px;
	}

	body#index #center_column .products_block .block_content {
	background: none;
	float: left;
	padding: 0;
	margin-left: 50px;
	}

	body#index #center_column .products_block ul li {
	transition: all .2s ease-in-out;
	float: left;
	margin: 35px 10px 10px 15px;
	width: 260px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	position: relative;
	height: 230px;
	list-style: none;
	}
	body#index #center_column div.products_block a.product_image, .prod_list {
	background: url("../img/bg_logo.png") no-repeat scroll 0 0 transparent;
	background-size: cover;
	display: block;
	height: 200px;
	width: 260px;
	}
	
	.info_product {
	background-color: #DCDCDC;
	display: inline-block;
	width: 260px;
	}

	.products_block li img {
	float: right;
	margin-top: -40px;
	margin-bottom: -10px;
	z-index: 1;
	position: absolute;
	margin-left: 230px;
	}

	.img_avantages {
	background: url('/themes/default-machineapub/img/bandeau-avantages.png') no-repeat center;
	height: 360px;
	width: 100%;
	margin: 0 auto -55px;
	max-width: 100%;
	background-size: cover;
	white-space: nowrap;
	max-height: 100%;
	z-index: 1;
	min-width: 100%;
	margin-top: -109px;
	}
	
	#homepage_title {
	font-size: 16pt;
	color: #ffffff;
	}

	#homepage_text {
	font-size: 11pt;
	color: white;
	}

	.wash_avantages {
	z-index: -1;
	width: 100%;
	height: auto;
	min-width: 100%;
	}
	.textes_infos {
	background: url('/themes/default-machineapub/img/BackgroundTeam.png') no-repeat center;
	height: 420px;
	width: 1028px;
	margin: 0 auto;
	max-width: 100%;
	background-size: cover;
	white-space: nowrap;
	position: relative;
	min-width: 1028px;
	}
	.texte_texte_info {
	font-size: 8pt;
	}
	.titre_texte_info {
	font-size: 11pt;
	color: #dc143c;
	}
	.texte_info1 {
	font-family: 'Montserrat Light', arial;
	white-space: nowrap;
	width: 360px;
	display: inline-block;
	vertical-align: top;
	margin-top: 70px;
	color: #4A4A4A;
	position: relative;
	left: 40px;
	}

	.texte_info2 {
	font-family: 'Montserrat Light', arial;
	white-space: nowrap;
	width: 400px;
	display: inline-block;
	margin-top: 70px;
	color: #4A4A4A;
	position: relative;
	left: 50px;
	}

	.rte, .mceContentBody {
	text-align: left;
	color: black;
	white-space: nowrap;
	object-fit: fill;
	z-index: 2;
	position: absolute;
	left: 65px;
	top: 30px;
	font-family: 'Montserrat Light', arial;
	}
	#pl_price {
	float: right;
	font-size: 17px;
	margin-top: -25px;
	margin-right: 40px;
	font-weight: bold;
	color: #6F6F6F;
	}
	.go_button2 img {
	float: right;
	margin-top: -41px;
	margin-bottom: -10px;
	z-index: 1;
	position: absolute;
	margin-left: 230px;
	}
	body#category #mon_blog .products_block ul li, #product_list li {
	float: left;
	margin: 0 80px 60px -15px;
	padding: 0;
	width: 235px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	position: relative;
	height: 210px;
	list-style: none;
	}
	body#category #center_column .products_block li.last_item_of_line, #product_list li.last_item_of_line {
	margin-right: 80px;
	}
	body#category #left_column {
	clear: left;
	margin-top: 50px;
	margin-left: -5px;
	overflow: hidden;
	width: 360px;
	}
	#link_product {
	font-size: 25px;
	display: inline-block;
	padding-top: 35px;
	border-bottom: 3px solid #E62C50;
	position: relative;
	left: 335px;
	}
}


@media screen and (max-width: 975px){
	div.txt-ref-cat {
	font-size: 16px;
	clear: both;
	width: 550px;
	margin-top: 60px;
	}
	.voir_plus {
	color: #E62C50;
	margin-left: 485px;
	width: 85px;
	cursor: pointer;
	font-size: 15px;
	}
}

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

	body#authentication .breadcrumb {
	font-size: 1em;
	color: #E62C50;
	float: left;
	margin: -50px 0;
	width: 100%;
	font-size: 18px;
	font-family: 'Montserrat Light', arial;
	margin-left: 40px;
	}
	form.std fieldset {
	border: 1px solid #d0d3d8;
	margin-bottom: 1em;
	-moz-border-radius: 5px;
	border-radius: 5px;
	width: 860px;
	margin-left: 40px;
	}
	#auth_h1{
		margin-left: 40px;
	}

}


@media screen and (max-width: 950px){
	body#category #mon_blog .products_block ul li, #product_list li {
	float: left;
	margin: 0 80px 50px -30px;
	padding: 0;
	width: 235px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	position: relative;
	height: 210px;
	list-style: none;
	}
	div.pagination {
	margin: 10px 0;
	float: left;
	width: 145%;
	margin-left: -30%;
	}
}
@media screen and (max-width: 930px){
	div.txt-ref-cat {
	font-size: 16px;
	clear: both;
	width: 500px;
	margin-top: 60px;
	}
	.voir_plus {
	color: #E62C50;
	margin-left: 430px;
	width: 85px;
	cursor: pointer;
	font-size: 15px;
	}
	.textes_infos {
	background: url('/themes/default-machineapub/img/BackgroundTeam.png') no-repeat center;
	height: 425px;
	width: 930px;
	margin: 0 auto;
	max-width: 100%;
	background-size: cover;
	white-space: nowrap;
	position: relative;
	min-width: 930px;
	}
	.texte_info1 {
	font-family: 'Montserrat Light', arial;
	white-space: normal;
	width: 300px;
	display: inline-block;
	vertical-align: top;
	margin-top: 70px;
	color: #4A4A4A;
	position: relative;
	left: 10px;
	}
	div.pagination {
	margin: 70px 0;
	float: left;
	width: 145%;
	margin-left: -30%;
	}
	.texte_info2 {
	font-family: 'Montserrat Light', arial;
	white-space: normal;
	width: 300px;
	display: inline-block;
	margin-top: 70px;
	color: #4A4A4A;
	position: relative;
	left: 23px;
	}
	.texte_info2 br{
		display:none;
	}
	.texte_info1 br{
		display:none;
	}
	#footer_bg {
	background: url("../img/bg_footer.png") no-repeat center;
	height: 345px;
	width: 1145px;
	position: absolute;
	max-width: 100%;
	min-width: 1145px;
	background-size: cover;
	margin: 0 auto;
	bottom: 0;
	}
}
@media screen and (max-width: 920px){
	.breadcrumb {
	font-size: 1em;
	color: #E62C50;
	float: left;
	margin: -50px 0;
	width: 100%;
	font-size: 18px;
	font-family: 'Montserrat Light', arial;
	margin-left: 25px;
	}
}

@media screen and (max-width:900px){
	body#category #left_column {
	clear: left;
	margin-top: 50px;
	margin-left: -15px;
	overflow: hidden;
	width: 360px;
	}
	body#category #mon_blog .products_block ul li, #product_list li {
	float: left;
	margin: 0 80px 50px -20px;
	padding: 0;
	width: 235px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	position: relative;
	height: 200px;
	list-style: none;
	}
	body#index #center_column div.products_block a.product_image, .prod_list {
	background: url("../img/bg_logo.png") no-repeat scroll 0 0 transparent;
	background-size: cover;
	display: block;
	height: 180px;
	width: 225px;
	}
	.products_cat {
	background-color: #DCDCDC;
	display: inline-block;
	width: 225px;
	}
	body#category #mon_blog .products_block ul li, #product_list li {
	float: left;
	margin: 0 80px 50px -20px;
	padding: 0;
	width: 225px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	position: relative;
	height: 200px;
	list-style: none;
	}
	.go_button2 img {
	float: right;
	margin-top: -41px;
	margin-bottom: -10px;
	z-index: 1;
	position: absolute;
	margin-left: 190px;
	}
	body#category #mon_blog .products_block ul li, #product_list li {
	float: left;
	margin: 0px 80px 50px -55px;
	padding: 0;
	width: 225px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	position: relative;
	height: 200px;
	list-style: none;
	}
	body#category #center_column div.block, div.block_listing {
	width: 700px;
	float: left;
	padding: 10px 10px 0 10px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	position: relative;
	margin-top: 0px;
	margin-left: 45px;
	}
	.sf-menu {
	text-align: center;
	padding: 0;
	width: 80%;
	}
	img.logo {
	float: left;
	font-size: 2em;
	font-weight: bold;
	margin-top: 10px;
	margin-left: 70px;
	width: 385px;
	height: 80px;
	}
	#cust-home {
	background: url("../img/explorer-logo-bg2.png") no-repeat scroll left top;
	background-size: cover;
	height: 141px;
	width: 820px;
	border-radius: 3px 3px 3px 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	margin: 0 0 20px;
	clear: both;
	margin-top: 400px;
	text-align: left;
	margin-left: 20px;
	}
	#cust-valid img {
	height: 180px;
	margin-left: 675px;
	margin-top: -133px;
	width: 235px;
	}
	#cust-home input {
	display: inline-block;
	border: 0 none;
	color: #E42D59;
	background: white;
	font-size: 21px;
	margin-top: 8px;
	width: 320px;
	height: 45px;
	margin-left: 45px;
	padding-left: 17px;
	}
	body#index #center_column .products_block .block_content {
	background: none;
	float: left;
	padding: 0;
	margin-left: 20px;
	}

	.img_avantages {
	background: url('/themes/default-machineapub/img/bandeau-avantages.png') no-repeat center;
	height: 325px;
	width: 100%;
	margin: 0 auto -55px;
	max-width: 100%;
	background-size: cover;
	white-space: nowrap;
	max-height: 100%;
	z-index: 1;
	min-width: 100%;
	margin-top: -109px;
	}
	#homepage_title {
	font-size: 14pt;
	color: #ffffff;
	}
	.rte, .mceContentBody {
	text-align: left;
	color: black;
	white-space: nowrap;
	object-fit: fill;
	z-index: 2;
	position: absolute;
	left: 45px;
	top: 20px;
	font-family: 'Montserrat Light', arial;
	}
	.textes_infos {
	background: url('/themes/default-machineapub/img/BackgroundTeam.png') no-repeat center;
	height: 420px;
	width: 900px;
	margin: 0 auto;
	max-width: 100%;
	background-size: cover;
	white-space: nowrap;
	position: relative;
	min-width: 900px;
	margin-top: -10px;
	}
	.texte_info1 {
	font-family: 'Montserrat Light', arial;
	white-space: normal;
	width: 290px;
	display: inline-block;
	vertical-align: top;
	margin-top: 40px;
	color: #4A4A4A;
	position: relative;
	left: 5px;
	}
	.texte_info1 br{
		display:none;
	}
	.texte_info2 {
	font-family: 'Montserrat Light', arial;
	white-space: normal;
	width: 291px;
	display: inline-block;
	margin-top: 40px;
	color: #4A4A4A;
	position: relative;
	left: 30px;
	}
	.texte_info2 br{
		display:none;
	}

	


}

@media screen and (max-width: 869px){
	div.txt-ref-cat {
	font-size: 16px;
	clear: both;
	width: 450px;
	margin-top: 60px;
	}
	.voir_plus {
	color: #E62C50;
	margin-left: 370px;
	width: 85px;
	cursor: pointer;
	font-size: 15px;
	}
}
@media screen and (max-width: 875px){

	
	#pl_price {
	float: right;
	font-size: 22px;
	margin-top: -30px;
	margin-right: 40px;
	font-weight: bold;
	color: #6F6F6F;
	}
	.products_cat {
	background-color: #DCDCDC;
	display: inline-block;
	width: 370px;
	}
	.go_button2 img {
	float: right;
	margin-top: -41px;
	margin-bottom: -10px;
	z-index: 1;
	position: absolute;
	margin-left: 340px;
	}
	#cust-valid img {
    height: 180px;
    margin-left: 620px;
    margin-top: -133px;
    width: 235px;
    }
    #cust-home input {
    display: inline-block;
    border: 0 none;
    color: #E42D59;
    background: white;
    font-size: 21px;
    margin-top: 8px;
    width: 320px;
    height: 45px;
    margin-left: 20px;
    padding-left: 17px;
    }
    #cust-home {
    background: url("../img/explorer-logo-bg2.png") no-repeat scroll left top;
    background-size: cover;
    height: 141px;
    width: 735px;
    border-radius: 3px 3px 3px 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    margin: 0 0 20px;
    clear: both;
    margin-top: 400px;
    text-align: left;
    margin-left: 31px;
    }
    body#index #center_column .products_block .block_content {
	background: none;
	float: left;
	padding: 0;
	margin-left: 2px;
	}
	body#index #product_list div.title-logo-list h3, #center_column div.products_block div.title-logo-list h3 {
	font-size: 16px;
	text-align: left;
	margin-bottom: 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 100px;
	color: white;
	margin-top: 5px;
	margin-bottom: 5px;
	font-family: ;
	}
	body#index #center_column div.products_block a.product_image, .prod_list {
	background: url("../img/bg_logo.png") no-repeat scroll 0 0 transparent;
	background-size: cover;
	display: block;
	height: 230px;
	width: 260px;
	}
	body#category #center_column div.block, div.block_listing {
	width: 400px;
	float: left;
	padding: 10px 10px 0 10px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	position: relative;
	margin-top: 0px;
	margin-left: 45px;
	}
	body#category #center_column div.products_block a.product_image, .prod_list {
	background: url("../img/bg_logo.png") no-repeat scroll 0 0 transparent;
	background-size: cover;
	display: block;
	height: 320px;
	width: 370px;
	}

	body#category #product_list div.title-logo-list h3, #center_column div.products_block div.title-logo-list h3 {
	font-size: 16px;
	text-align: left;
	margin-bottom: 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 165px;
	color: white;
	margin-top: 5px;
	margin-bottom: 5px;
	font-family: ;
	}
	body#category #mon_blog .products_block ul li, #product_list li {
	float: left;
	margin: 15px 77px 50px -25px;
	padding: 0;
	width: 370px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	position: relative;
	height: 335px;
	list-style: none;
	}
	.img_avantages {
	background: url('/themes/default-machineapub/img/bandeau-avantages.png') no-repeat center;
	height: 310px;
	width: 100%;
	margin: 0 auto -55px;
	max-width: 100%;
	background-size: cover;
	white-space: nowrap;
	max-height: 100%;
	z-index: 1;
	min-width: 100%;
	margin-top: -109px;
	}
	.rte, .mceContentBody {
	text-align: left;
	color: black;
	white-space: nowrap;
	object-fit: fill;
	z-index: 2;
	position: absolute;
	left: 30px;
	top: 10px;
	font-family: 'Montserrat Light', arial;
	}
	#footer_bg {
	background: url("../img/bg_footer.png") no-repeat center;
	height: 337px;
	width: 1145px;
	position:absolute;
	max-width: 100%;
	min-width: 1145px;
	background-size: cover;
	margin: 0 auto;
	bottom: 0;
	}
	

}

@media screen and (max-width: 870px){
	form.std fieldset {
	border: 1px solid #d0d3d8;
	/* background: #dfdcd7; */
	margin-bottom: 1em;
	-moz-border-radius: 5px;
	border-radius: 5px;
	width: 775px;
	}
	#link_product {
	font-size: 25px;
	display: inline-block;
	padding-top: 35px;
	border-bottom: 3px solid #E62C50;
	position: relative;
	left: 325px;
	}
	
}
@media screen and (max-width:820px){
	.product_name h3 {
	font-size: 16px;
	text-align: left;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 64px;
	color: white;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-left: 10px;
	}
	.mini-vignette {
	border-radius: 5px 5px 5px 5px;
	height: 145px;
	width: 213px;
	margin-bottom: -2px;
	background: url("../img/bg_logo.png") no-repeat scroll left top transparent;
	background-size: cover;
	}
	img.logo {
	float: left;
	font-size: 2em;
	font-weight: bold;
	margin-top: 10px;
	margin-left: 15px;
	width: 385px;
	height: 80px;
	}
	.go_button img {
	float: right;
	margin-top: -41px;
	margin-bottom: -10px;
	z-index: 1;
	position: absolute;
	margin-left: 180px;
	}
	div#cust-home-h1 h1 span.h1-span1 {
	display: inline-block;
	font-size: 70px;
	font-weight: bold;
	color: white;
	margin-right: 110px;
	}
	div#cust-home-h1 h1 span.h1-span2 {
	padding-top: 40px;
	display: inline-block;
	font-size: 55px;
	color: white;
	margin-left: -110px;
	}
	#cust-valid img {
	height: 180px;
	margin-left: 585px;
	margin-top: -133px;
	width: 235px;
	}
	#cust-home input {
	display: inline-block;
	border: 0 none;
	color: #E42D59;
	background: white;
	font-size: 21px;
	margin-top: 8px;
	width: 300px;
	height: 45px;
	margin-left: 13px;
	padding-left: 17px;
	}
	#cust-home {
	background: url("../img/explorer-logo-bg2.png") no-repeat scroll left top;
	background-size: cover;
	height: 141px;
	width: 695px;
	border-radius: 3px 3px 3px 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	margin: 0 0 20px;
	clear: both;
	margin-top: 400px;
	text-align: left;
	margin-left: 25px;
	}
	body#index #center_column div.products_block a.product_image, .prod_list {
	background: url("../img/bg_logo.png") no-repeat scroll 0 0 transparent;
	background-size: cover;
	display: block;
	height: 175px;
	width: 225px;
	}
	body#index #center_column .products_block ul li {
	transition: all .2s ease-in-out;
	float: left;
	margin: 35px 10px 10px 15px;
	width: 220px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	position: relative;
	height: 175px;
	list-style: none;
	}
	.info_product {
	background-color: #DCDCDC;
	display: inline-block;
	width: 213px;
	}
	#pp {
        float: right;
        font-size: 18px;
        margin-top: -28px;
        margin-right: 20px;
        font-weight: bold;
	}
	.products_block li img {
	float: right;
	margin-top: -40px;
	margin-bottom: -10px;
	z-index: 1;
	position: absolute;
	margin-left: 190px;
	}

	
	.products_block li img {
	float: right;
	margin-top: -40px;
	margin-bottom: -10px;
	z-index: 1;
	position: absolute;
	margin-left: 210px;
	}
	body#index #center_column .products_block ul li {
	transition: all .2s ease-in-out;
	float: left;
	margin: 35px 33px 10px 15px;
	width: 220px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	position: relative;
	height: 175px;
	list-style: none;
	}
	.textes_infos {
	background: url('/themes/default-machineapub/img/BackgroundTeam.png') no-repeat center;
	height: 420px;
	width: 820px;
	margin: 0 auto;
	max-width: 100%;
	background-size: cover;
	white-space: nowrap;
	position: relative;
	min-width: 820px;
	margin-top: -10px;
	}
	body#category #center_column div.block, div.block_listing {
	width: 400px;
	float: left;
	padding: 10px 10px 0 10px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	position: relative;
	margin-top: 0px;
	margin-left: 45px;
	}
	body#category #center_column div.products_block a.product_image, .prod_list {
	background: url("../img/bg_logo.png") no-repeat scroll 0 0 transparent;
	background-size: cover;
	display: block;
	height: 320px;
	width: 370px;
	}

	body#category #product_list div.title-logo-list h3, #center_column div.products_block div.title-logo-list h3 {
	font-size: 16px;
	text-align: left;
	margin-bottom: 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 165px;
	color: white;
	margin-top: 5px;
	margin-bottom: 5px;
	font-family: ;
	}
	body#index #product_list div.title-logo-list h3, #center_column div.products_block div.title-logo-list h3 {
	font-size: 16px;
	text-align: left;
	margin-bottom: 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 80px;
	color: white;
	margin-top: 5px;
	margin-bottom: 5px;
	font-family: ;
	}
	body#category #mon_blog .products_block ul li, #product_list li {
	float: left;
	margin: 15px 77px 50px -25px;
	padding: 0;
	width: 370px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	position: relative;
	height: 335px;
	list-style: none;
	}
	#pl_price {
	float: right;
	font-size: 22px;
	margin-top: -30px;
	margin-right: 40px;
	font-weight: bold;
	color: #6F6F6F;
	}
	.products_cat {
	background-color: #DCDCDC;
	display: inline-block;
	width: 370px;
	}
	.go_button2 img {
	float: right;
	margin-top: -41px;
	margin-bottom: -10px;
	z-index: 1;
	position: absolute;
	margin-left: 340px;
	}
	#link_product {
	font-size: 20px;
	display: inline-block;
	padding-top: 0px;
	border-bottom: 3px solid #E62C50;
	position: relative;
	left: 330px;
	}
}
@media screen and (max-width:810px){
	div.txt-ref-cat {
	font-size: 16px;
	clear: both;
	width: 400px;
	margin-top: 60px;
	}
	.voir_plus {
	color: #E62C50;
	margin-left: 320px;
	width: 85px;
	cursor: pointer;
	font-size: 15px;
	}
}

@media screen and (max-width: 790px){
	form.std fieldset {
	border: 1px solid #d0d3d8;
	margin-bottom: 1em;
	-moz-border-radius: 5px;
	border-radius: 5px;
	width: 655px;
	}
	form.std label, form.std p span {
	float: left;
	text-align: left;
	width: 40%;
	margin-right: -70px;
	}
	
}

@media screen and (max-width: 765px){
	#link_product {
	font-size: 20px;
	display: inline-block;
	padding-top: 50px;
	border-bottom: 3px solid #E62C50;
	position: relative;
	left: 175px;
	}
	div.txt-ref-cat {
	font-size: 16px;
	clear: both;
	width: 360px;
	margin-top: 60px;
	}
	.voir_plus {
	color: #E62C50;
	margin-left: 275px;
	width: 85px;
	cursor: pointer;
	font-size: 15px;
	}
	body#category #center_column div.products_block a.product_image, .prod_list {
	background: url("../img/bg_logo.png") no-repeat scroll 0 0 transparent;
	background-size: cover;
	display: block;
	height: 320px;
	width: 370px;
	}
	body#category .h1_title_cat h1 {
	color: #E62C50;
	float: left;
	font-size: 25px;
	font-weight: bold;
	height: 27px;
	line-height: 27px;
	padding-left: 0;
	width: 200%;
	margin: 0 0 10px 0;
	}
	body#category #mon_blog .products_block ul li, #product_list li {
	float: left;
	margin: 15px 77px 50px -115px;
	padding: 0;
	width: 370px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	position: relative;
	height: 335px;
	list-style: none;
	}
	div.pagination {
	margin: 70px 0;
	float: left;
	width: 145%;
	margin-left: -30%;
	}
	img.logo {
	float: left;
	font-size: 2em;
	font-weight: bold;
	margin-top: 10px;
	margin-left: 70px;
	width: 345px;
	height: 80px;
	}
	
	div#cust-home-h1 h1 span.h1-span1 {
	display: inline-block;
	font-size: 70px;
	font-weight: bold;
	color: white;
	margin-right: 190px;
	}
	div#cust-home-h1 h1 span.h1-span2 {
	padding-top: 40px;
	display: inline-block;
	font-size: 55px;
	color: white;
	margin-left: -185px;
	}
	#cust-home input {
	display: inline-block;
	border: 0 none;
	color: #E42D59;
	background: white;
	font-size: 18px;
	margin-top: 12px;
	width: 250px;
	height: 40px;
	margin-left: 13px;
	padding-left: 17px;
	}
	#cust-valid img {
	height: 180px;
	margin-left: 535px;
	margin-top: -130px;
	width: 235px;
	}
	body#index #center_column div.block, div.block_listing {
	width: 610px;
	float: left;
	padding: 0px 0px 0px 0px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	position: relative;
	margin-top: 0px;
	margin-left: 110px;
	margin-right: 0px;
	}
	body#index #center_column .products_block li.last_item_of_line, #product_list li.last_item_of_line {
	margin-right: 35px;
	}
	body#index #product_list_index li:last-child {
	display: none;
	}
	#homepage_text {
	font-size: 10pt;
	color: white;
	}
	#homepage_title {
	font-size: 12pt;
	color: #ffffff;
	}
	.rte, .mceContentBody {
	text-align: left;
	color: black;
	white-space: nowrap;
	object-fit: fill;
	z-index: 2;
	position: absolute;
	left: 15px;
	top: 7px;
	font-family: 'Montserrat Light', arial;
	}
	.wash_avantages {
	z-index: -1;
	width: 100%;
	height: auto;
	min-width: 100%;
	}
	.textes_infos {
	background: url('/themes/default-machineapub/img/BackgroundTeam.png') no-repeat center;
	height: 420px;
	width: 765px;
	margin: 0 auto;
	max-width: 100%;
	background-size: cover;
	white-space: nowrap;
	position: relative;
	min-width: 765px;
	margin-top: -10px;
	}

}

@media screen and (max-width: 725px){
	div.txt-ref-cat {
	font-size: 16px;
	clear: both;
	width: 310px;
	margin-top: 60px;
	}
	.voir_plus {
	color: #E62C50;
	margin-left: 235px;
	width: 85px;
	cursor: pointer;
	font-size: 15px;
	}
}
@media screen and (max-width: 675px){
	form.std fieldset {
	border: 1px solid #d0d3d8;
	margin-bottom: 1em;
	-moz-border-radius: 5px;
	border-radius: 5px;
	width: 525px;
	}
	form.std label, form.std p span {
	float: left;
	text-align: left;
	width: 40%;
	margin-right: -20px;
	}
	form.std label, form.std p span {
	float: left;
	text-align: left;
	width: 40%;
	margin-right: -20px;
	margin-top: 7px;
	}

	body#index #center_column div.block, div.block_listing {
	width: 610px;
	float: left;
	padding: 0px 0px 0px 0px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	position: relative;
	margin-top: 26px;
	margin-left: 68px;
	margin-right: 0px;
	}
	
	body#category #center_column div.block, div.block_listing {
	width: 400px;
	float: left;
	padding: 10px 10px 0 10px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	position: relative;
	margin-top: 0px;
	margin-left: 45px;
	}
	body#category #center_column div.products_block a.product_image, .prod_list {
	background: url("../img/bg_logo.png") no-repeat scroll 0 0 transparent;
	background-size: cover;
	display: block;
	height: 200px;
	width: 280px;
	}
	body#category #mon_blog .products_block ul li, #product_list li {
	float: left;
	margin: 15px 77px 50px -115px;
	padding: 0;
	width: 280px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	position: relative;
	height: 200px;
	list-style: none;
	}
	.go_button2 img {
	float: right;
	margin-top: -41px;
	margin-bottom: -10px;
	z-index: 1;
	position: absolute;
	margin-left: 245px;
	}
	.products_cat {
	background-color: #DCDCDC;
	display: inline-block;
	width: 280px;
	}
	body#category #mon_blog .products_block ul li, #product_list li {
	float: left;
	margin: 15px 77px 50px -60px;
	padding: 0;
	width: 280px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	position: relative;
	height: 200px;
	list-style: none;
	}
	body#category #pl_price {
	float: right;
	font-size: 19px;
	margin-top: -30px;
	margin-right: 40px;
	font-weight: bold;
	color: #6F6F6F;
	}
	img.logo {
	float: left;
	font-size: 2em;
	font-weight: bold;
	margin-top: 10px;
	margin-left: 35px;
	width: 335px;
	height: 70px;
	}
	div#cust-home-h1 h1 span.h1-span1 {
	display: inline-block;
	font-size: 65px;
	font-weight: bold;
	color: white;
	margin-right: 270px;
	}
	div#cust-home-h1 h1 span.h1-span2 {
	padding-top: 40px;
	display: inline-block;
	font-size: 53px;
	color: white;
	margin-left: -280px;
	}
	body#category #product_list div.title-logo-list h3, #center_column div.products_block div.title-logo-list h3 {
	font-size: 16px;
	text-align: left;
	margin-bottom: 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 117px;
	color: white;
	margin-top: 5px;
	margin-bottom: 5px;
	font-family: ;
	}
	body#category .h1_title_cat h1 {
	color: #E62C50;
	float: left;
	font-size: 27px;
	font-weight: bold;
	height: 27px;
	line-height: 27px;
	padding-left: 0;
	width: 53%;
	margin: 0 0 10px 0;
	}
	#cust-home {
	background: url("../img/explorer-logo-bg2.png") no-repeat scroll left top;
	background-size: cover;
	height: 141px;
	width: 560px;
	border-radius: 3px 3px 3px 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	margin: 0 0 20px;
	clear: both;
	margin-top: 400px;
	text-align: left;
	margin-left: 25px;
	}
	#cust-home input {
	display: inline-block;
	border: 0 none;
	color: #E42D59;
	background: white;
	font-size: 16px;
	margin-top: 12px;
	width: 230px;
	height: 40px;
	margin-left: -25px;
	padding-left: 8px;
	}
	#cust-valid img {
	height: 180px;
	margin-left: 432px;
	margin-top: -130px;
	width: 235px;
	}
	
	.img_avantages {
	background-color: #E62C50 !important;
	height: 300px;
	width: 675px;
	margin: 0px auto -18px;
	max-width: 100%;
	background-size: cover;
	white-space: nowrap;
	max-height: 100%;
	z-index: 1;
	min-width: 400px;
	margin-top: -97px;
	background: none;
	margin-left: 0px;
	}
	.homepage_global_smartphone{
		display:block;
	}
	.homepage_global{
		display:none;
	}
	.rte, .mceContentBody {
	text-align: left;
	color: black;
	white-space: nowrap;
	object-fit: fill;
	z-index: 2;
	position: absolute;
	left: 145px;
	top: 5px;
	font-family: 'Montserrat Light', arial;
	}
	.textes_infos {
	background: url('/themes/default-machineapub/img/BackgroundTeam.png') no-repeat center;
	height: 420px;
	width: 675px;
	margin: 0 auto;
	max-width: 100%;
	background-size: cover;
	white-space: nowrap;
	position: relative;
	min-width: 675px;
	margin-top: -10px;
	margin-left: 0px;
	}
	
	
	#footer_bg {
	display:none;
	}

	#footer_smartphone {
	display: block;
	background: url("../img/bg_footer.png") no-repeat center;
	height: 310px;
	width: 675px;
	position:absolute;
	max-width: 100%;
	min-width: 400px;
	background-size: cover;
	margin: 0 auto;
	bottom: 0;
	margin: 0;
	}
	form.std input, form.std select {
	padding: 3px;
	border: 1px solid #ccc;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin: 7px;
	}
}


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

	.price2_smartphone {
	position: relative;
	left: 105px;
	top: -130px;
	}
	body#category #left_column {
		display: none;
	}
	body#category .h1_title_cat h1 {
	color: #E62C50;
	float: left;
	font-size: 36px;
	font-weight: bold;
	height: 27px;
	line-height: 27px;
	padding-left: 0;
	width: 200%;
	margin: 55px 0px 0px 40px;
	}
	img.logo {
	float: left;
	font-size: 2em;
	font-weight: bold;
	margin-top: 25px;
	margin-left: 35px;
	width: 290px;
	height: 55px;
	}
	div#cust-home-h1 h1 span.h1-span1 {
	display: inline-block;
	font-size: 60px;
	font-weight: bold;
	color: white;
	margin-right: 340px;
	}
	div#cust-home-h1 h1 span.h1-span2 {
	padding-top: 40px;
	display: inline-block;
	font-size: 45px;
	color: white;
	margin-left: -335px;
	}
	#cust-home-h1 {
	margin-top: 155px;
	}
	#cust-valid div {
	display: block;
	background-color: #E62C50;
	width: 150px;
	margin-left: 450px;
	text-align: center;
	margin-top: 20px;
	height: 30px;
	}

	#cust-valid p {
	padding-top: 5px;
	color: white;
	}
	#cust-home input {
		display: inline-block;
		border: 0 none;
		color: white;
		background: white;
		font-size: 20px;
		margin-top: 8px;
		width: 300px;
		height: 40px;
		margin-left: 105px;
		padding-left: 17px;
		border: 1px solid #E62C50;
		background-color: rgba(230, 44, 80, 0.8);
	}
			
#cust-home {
	background: none;
	height: 100px;
	width: 980px;
	border-radius: 3px 3px 3px 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	margin: 0 0 20px;
	clear: both;
	margin-top: 350px;
	text-align: left;
	margin-left: -200px;
	position: relative;
	z-index: 2;
	}


	#cust-valid img {
	display:none;
	}
	body#index #center_column div.block, div.block_listing {
	width: 610px;
	float: left;
	padding: 0px 0px 0px 0px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	position: relative;
	margin-top: 80px;
	margin-left: 42px;
	margin-right: 0px;
	}
	.img_avantages {
	background-color: #E62C50 !important;
	height: 300px;
	width: 620px;
	margin: 0px auto -18px;
	max-width: 100%;
	background-size: cover;
	white-space: nowrap;
	max-height: 100%;
	z-index: 1;
	min-width: 400px;
	margin-top: -97px;
	background: none;
	margin-left: 0px;
	}
	.img_wash {
	min-width: 620px;
	object-fit: cover;
	height: 90%;
	width: 620px;
	position: relative;
	}
	.rte, .mceContentBody {
	text-align: left;
	color: black;
	white-space: nowrap;
	object-fit: fill;
	z-index: 2;
	position: absolute;
	left: 105px;
	top: 5px;
	font-family: 'Montserrat Light', arial;
	}
	.wash_avantages {
	z-index: -1;
	width: 100%;
	height: auto;
	min-width: 100%;
	}
	.textes_infos {
	background: url('/themes/default-machineapub/img/BackgroundTeam.png') no-repeat center;
	height: 420px;
	width: 620px;
	margin: 0 auto;
	max-width: 100%;
	background-size: cover;
	white-space: nowrap;
	position: relative;
	min-width: 620px;
	margin-top: -10px;
	margin-left: 0px;
	}
	.texte_info1 {
	font-family: 'Montserrat Light', arial;
	white-space: normal;
	width: 280px;
	display: inline-block;
	vertical-align: top;
	margin-top: 20px;
	color: #4A4A4A;
	position: relative;
	left: 0px;
	}
	.texte_info2 {
	font-family: 'Montserrat Light', arial;
	white-space: normal;
	width: 275px;
	display: inline-block;
	margin-top: 20px;
	color: #4A4A4A;
	position: relative;
	left: 20px;
	}
	body#category #center_column div.block, div.block_listing {
	width: 400px;
	float: left;
	padding: 0px 0px 0px 0px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	position: relative;
	margin-top: 80px;
	margin-left: 140px;
	margin-right: 0px;
	}	
	body#category #center_column div.products_block a.product_image, .prod_list {
	background: url("../img/bg_logo.png") no-repeat scroll 0 0 transparent;
	background-size: cover;
	display: block;
	height: 280px;
	width: 390px;
	}
	.products_cat {
	background-color: #DCDCDC;
	display: inline-block;
	width: 390px;
	}
	.go_button2 img {
	float: right;
	margin-top: -41px;
	margin-bottom: -10px;
	z-index: 1;
	position: absolute;
	margin-left: 355px;
	}
	body#category #product_list div.title-logo-list h3, #center_column div.products_block div.title-logo-list h3 {
	font-size: 16px;
	text-align: left;
	margin-bottom: 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 155px;
	color: white;
	margin-top: 5px;
	margin-bottom: 5px;
	font-family: ;
	}
	body#index #product_list div.title-logo-list h3, #center_column div.products_block div.title-logo-list h3 {
	font-size: 16px;
	text-align: left;
	margin-bottom: 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 80px;
	color: white;
	margin-top: 5px;
	margin-bottom: 5px;
	font-family: ;
	}
	body#category #mon_blog .products_block ul li, #product_list li {
	float: left;
	margin: 100px 77px 50px -33px;
	padding: 0;
	width: 390px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	position: relative;
	height: 280px;
	list-style: none;
	}
	body#category #center_column div.block, div.block_listing {
	width: 400px;
	float: left;
	padding: 0px 0px 0px 0px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	position: relative;
	margin-top: -50px;
	margin-left: 140px;
	margin-right: 0px;
	}
	div.pagination {
	margin: 10px 0;
	float: left;
	width: 145%;
	margin-left: 10%;
	}
}

@media screen and (max-width:580px){
	img.logo {
	float: left;
	font-size: 2em;
	font-weight: bold;
	margin-top: 25px;
	margin-left: 35px;
	width: 275px;
	height: 55px;
	}
	div#cust-home-h1 h1 span.h1-span1 {
	display: inline-block;
	font-size: 60px;
	font-weight: bold;
	color: white;
	margin-right: 375px;
	}	
	div#cust-home-h1 h1 span.h1-span2 {
	padding-top: 40px;
	display: inline-block;
	font-size: 45px;
	color: white;
	margin-left: -370px;
	}
	#cust-home input {
	display: inline-block;
	border: 0 none;
	color: white;
	background: white;
	font-size: 20px;
	margin-top: 8px;
	width: 300px;
	height: 40px;
	margin-left: 75px;
	padding-left: 17px;
	border: 1px solid #E62C50;
	background-color: rgba(230, 44, 80, 0.8);
	}
	#cust-valid div {
	display: block;
	background-color: #E62C50;
	width: 150px;
	margin-left: 425px;
	text-align: center;
	margin-top: 20px;
	height: 30px;
	}

	body#index #center_column .products_block .block_content {
	background: none;
	float: left;
	padding: 0;
	margin-left: -20px;
	}

	.rte, .mceContentBody {
	text-align: left;
	color: black;
	white-space: nowrap;
	object-fit: fill;
	z-index: 2;
	position: absolute;
	left: 85px;
	top: 5px;
	font-family: 'Montserrat Light', arial;
	}
	.img_avantages {
	background-color: #E62C50 !important;
	height: 300px;
	width: 580px;
	margin: 0px auto -18px;
	max-width: 100%;
	background-size: cover;
	white-space: nowrap;
	max-height: 100%;
	z-index: 1;
	min-width: 580px;
	margin-top: -97px;
	background: none;
	margin-left: 0px;
	}
	.textes_infos {
	background: url('/themes/default-machineapub/img/BackgroundTeam.png') no-repeat center;
	height: 420px;
	width: 580px;
	margin: 0 auto;
	max-width: 100%;
	background-size: cover;
	white-space: nowrap;
	position: relative;
	min-width: 580px;
	margin-top: -10px;
	margin-left: 0px;
	}
	.texte_info1 {
	font-family: 'Montserrat Light', arial;
	white-space: normal;
	width: 280px;
	display: inline-block;
	vertical-align: top;
	margin-top: 20px;
	color: #4A4A4A;
	position: relative;
	left: 0px;
	}
	.texte_info2 {
	font-family: 'Montserrat Light', arial;
	white-space: normal;
	width: 275px;
	display: inline-block;
	margin-top: 20px;
	color: #4A4A4A;
	position: relative;
	left: 3px;
	}

	
}

@media screen and (max-width: 575px){
	form.std fieldset {
	border: 1px solid #d0d3d8;
	margin-bottom: 1em;
	-moz-border-radius: 5px;
	border-radius: 5px;
	width: 455px;
	}
	form.std label, form.std p span {
	float: left;
	text-align: left;
	width: 40%;
	margin-right: 0px;
	margin-top: 7px;
	}
}

@media screen and (max-width:550px){
	body#category .h1_title_cat h1 {
	color: #E62C50;
	float: left;
	font-size: 36px;
	font-weight: bold;
	height: 27px;
	line-height: 27px;
	padding-left: 0;
	width: 200%;
	margin: 55px 0px 0px 10px;
	}
	body#category #center_column div.block, div.block_listing {
	width: 400px;
	float: left;
	padding: 0px 0px 0px 0px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	position: relative;
	margin-top: -50px;
	margin-left: 110px;
	margin-right: 0px;
	}
	img.logo {
	float: left;
	font-size: 2em;
	font-weight: bold;
	margin-top: 25px;
	margin-left: 15px;
	width: 275px;
	height: 55px;
	}
	div#cust-home-h1 h1 span.h1-span1 {
	display: inline-block;
	font-size: 55px;
	font-weight: bold;
	color: white;
	margin-right: 420px;
	}
	div#cust-home-h1 h1 span.h1-span2 {
	padding-top: 40px;
	display: inline-block;
	font-size: 45px;
	color: white;
	margin-left: -425px;
	}
	#cust-home input {
	display: inline-block;
	border: 0 none;
	color: white;
	background: white;
	font-size: 20px;
	margin-top: 8px;
	width: 300px;
	height: 40px;
	margin-left: 65px;
	padding-left: 17px;
	border: 1px solid #E62C50;
	background-color: rgba(230, 44, 80, 0.8);
	}
	#cust-valid div {
	display: block;
	background-color: #E62C50;
	width: 150px;
	margin-left: 415px;
	text-align: center;
	margin-top: 20px;
	height: 30px;
	}
	body#index #center_column .products_block .block_content {
	background: none;
	float: left;
	padding: 0;
	margin-left: -40px;
	}
	.rte, .mceContentBody {
	text-align: left;
	color: black;
	white-space: nowrap;
	object-fit: fill;
	z-index: 2;
	position: absolute;
	left: 60px;
	top: 5px;
	font-family: 'Montserrat Light', arial;
	}
	.img_avantages {
	background-color: #E62C50 !important;
	height: 300px;
	width: 550px;
	margin: 0px auto -18px;
	max-width: 100%;
	background-size: cover;
	white-space: nowrap;
	max-height: 100%;
	z-index: 1;
	min-width: 550px;
	margin-top: -97px;
	background: none;
	margin-left: 0px;
	}
	.texte_info1 {
	font-family: 'Montserrat Light', arial;
	white-space: normal;
	width: 245px;
	display: inline-block;
	vertical-align: top;
	margin-top: 20px;
	color: #4A4A4A;
	position: relative;
	left: -16px;
	}
	.texte_info2 {
	font-family: 'Montserrat Light', arial;
	white-space: normal;
	width: 275px;
	display: inline-block;
	margin-top: 20px;
	color: #4A4A4A;
	position: relative;
	left: -8px;
	}
	
	
}

@media screen and (max-width:530px){
	form.std fieldset {
	border: 1px solid #d0d3d8;
	margin-bottom: 1em;
	-moz-border-radius: 5px;
	border-radius: 5px;
	width: 460px;
	}
	form.std label, form.std p span {
	float: left;
	text-align: left;
	width: 40%;
	margin-right: 7px;
	margin-top: 7px;
	}
	body#category .h1_title_cat h1 {
	color: #E62C50;
	float: left;
	font-size: 36px;
	font-weight: bold;
	height: 27px;
	line-height: 27px;
	padding-left: 0;
	width: 85%;
	margin: 55px 0px 0px 85px;
	}
	.youraccount_smartphone {
	display: block;
	position: absolute;
	left: 335px;
	top: 35px;
	}
	.tel_blockuser_smartphone {
	display: block;
	position: absolute;
	left: 420px;
	top: 35px;
	}
	#block_user{
		display:none;
	}
	#header_bg {
	background: url("../img/header_bg.png") repeat-x scroll left top transparent;
	height: 115px;
	background-size: cover;
	}
	div#cust-home-h1 h1 span.h1-span1 {
	display: inline-block;
	font-size: 55px;
	font-weight: bold;
	color: white;
	margin-right: 440px;
	}
	div#cust-home-h1 h1 span.h1-span2 {
	padding-top: 40px;
	display: inline-block;
	font-size: 44px;
	color: white;
	margin-left: -440px;
	}
	
	#cust-home-h1 {
	margin-top: 180px;
	}
	#cust-home {
	background: none;
	height: 100px;
	width: 980px;
	border-radius: 3px 3px 3px 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	margin: 0 0 20px;
	clear: both;
	margin-top: 350px;
	text-align: left;
	margin-left: -215px;
	position: relative;
	z-index: 2;
	}
	body#index #center_column .products_block ul li {
	transition: all .2s ease-in-out;
	float: left;
	margin: 35px 33px 10px 8px;
	width: 220px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	position: relative;
	height: 175px;
	list-style: none;
	}
	.rte, .mceContentBody {
	text-align: left;
	color: black;
	white-space: nowrap;
	object-fit: fill;
	z-index: 2;
	position: absolute;
	left: 45px;
	top: 5px;
	font-family: 'Montserrat Light', arial;
	}
	.texte_info2 {
	font-family: 'Montserrat Light', arial;
	white-space: normal;
	width: 275px;
	display: inline-block;
	margin-top: 20px;
	color: #4A4A4A;
	position: relative;
	left: -19px;
	}
	
}


@media screen and (max-width: 500px){
	#link_product {
	font-size: 20px;
	display: inline-block;
	padding-top: 50px;
	border-bottom: 3px solid #E62C50;
	position: relative;
	left: 100px;
	}
	.header_bg_smartphone {
	position: absolute;
	height: 670px;
	width: 100%;
	background-color: rgb(220, 220, 220);
	z-index: -1;
	}
	.SEslider.notLoaded.seslider_sample1.sample.mode_horizontal.sliderFigo {
		display:none;
	}
	div#cust-home-h1 h1 span.h1-span1 {
	display: inline-block;
	font-size: 45px;
	font-weight: bold;
	color: white;
	margin-right: 465px;
	}
	div#cust-home-h1 h1 span.h1-span2 {
	padding-top: 40px;
	display: inline-block;
	font-size: 35px;
	color: white;
	margin-left: -460px;
	}
	div#cust-home-h1 h1 span.h1-span3 {
	font-size: 50px;
	color: #E62C50;
	padding-left: 13px;
	}
	div#cust-home-h1 h1 span.h1-span4 {
	font-size: 40px;
	color: #E62C50;
	}
	#cust-home {
	background: none;
	height: 100px;
	width: 980px;
	border-radius: 3px 3px 3px 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	margin: 0 0 20px;
	clear: both;
	margin-top: 350px;
	text-align: left;
	margin-left: -233px;
	position: relative;
	z-index: 2;
	}
	body#index #center_column div.block, div.block_listing {
		width: 300px;
		border-radius: 5px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		position: relative;
	}

	body#index #center_column .products_block .block_content {
	background: none;
	float: left;
	padding: 0;
	margin-left: -7px;
	}

	body#index #center_column .products_block ul li {
	transition: all .2s ease-in-out;
	float: left;
	margin: 85px 10px 10px 80px;
	width: 225px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	position: relative;
	height: 208px;
	list-style: none;
	}

	body#index #center_column div.products_block a.product_image, .prod_list {
		background: url("../img/bg_logo.png") no-repeat scroll 0 0 transparent;
		background-size: cover;
		display: block;
		height: 180px;
		width: 265px;
	}


	.products_block li img {
		float: right;
		margin-top: -40px;
		margin-bottom: -10px;
		z-index: 1;
		position: absolute;
		margin-left: 240px;
	}
	.info_product {
	background-color: #DCDCDC;
	display: inline-block;
	width: 260px;
	}

	.rte, .mceContentBody {
	text-align: left;
	color: black;
	white-space: nowrap;
	object-fit: fill;
	z-index: 2;
	position: absolute;
	left: 20px;
	top: 5px;
	font-family: 'Montserrat Light', arial;
	}
	.wash_avantages {
	z-index: -1;
	width: 100%;
	height: auto;
	min-width: 100%;
	}
	body#category #center_column div.block, div.block_listing {
	width: 400px;
	float: left;
	padding: 0px 0px 0px 0px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	position: relative;
	margin-top: 80px;
	margin-left: 140px;
	margin-right: 0px;
	}	
	body#category #center_column div.products_block a.product_image, .prod_list {
	background: url("../img/bg_logo.png") no-repeat scroll 0 0 transparent;
	background-size: cover;
	display: block;
	height: 280px;
	width: 390px;
	}
	.products_cat {
	background-color: #DCDCDC;
	display: inline-block;
	width: 390px;
	}
	.go_button2 img {
	float: right;
	margin-top: -41px;
	margin-bottom: -10px;
	z-index: 1;
	position: absolute;
	margin-left: 355px;
	}
	body#category #product_list div.title-logo-list h3, #center_column div.products_block div.title-logo-list h3 {
	font-size: 16px;
	text-align: left;
	margin-bottom: 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 155px;
	color: white;
	margin-top: 5px;
	margin-bottom: 5px;
	font-family: ;
	}
	body#category #mon_blog .products_block ul li, #product_list li {
	float: left;
	margin: 100px 77px 50px -33px;
	padding: 0;
	width: 390px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	position: relative;
	height: 280px;
	list-style: none;
	}
	div.pagination {
	margin: 10px 0;
	float: left;
	width: 145%;
	margin-left: 2%;
	}
	body#category #center_column div.block, div.block_listing {
	width: 400px;
	float: left;
	padding: 0px 0px 0px 0px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	position: relative;
	margin-top: -50px;
	margin-left: 85px;
	margin-right: 0px;
	}
	body#category #product_list div.title-logo-list h3, #center_column div.products_block div.title-logo-list h3 {
	font-size: 16px;
	text-align: left;
	margin-bottom: 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 118px;
	color: white;
	margin-top: 5px;
	margin-bottom: 5px;
	font-family: ;
	}
}

@media screen and (max-width: 470px){
	body#authentication .breadcrumb {
	font-size: 1em;
	color: #E62C50;
	float: left;
	margin: -50px 0;
	width: 100%;
	font-size: 18px;
	font-family: 'Montserrat Light', arial;
	margin-left: 15px;
	}
	#auth_h1 {
	margin-left: 15px;
	}
	form.std fieldset {
	border: 1px solid #d0d3d8;
	margin-bottom: 1em;
	-moz-border-radius: 5px;
	border-radius: 5px;
	width: 395px;
	margin-left: 15px;
	}
	form.std label, form.std p span {
	float: left;
	text-align: left;
	width: 40%;
	margin-right: 35px;
	margin-top: 7px;
	}
}

@media screen and (max-width:460px){
	#header_bg {
	background: url("../img/header_bg.png") repeat-x scroll left top transparent;
	height: 200px;
	background-size: cover;
	}
	div#cust-home-h1 h1 span.h1-span1 {
	display: inline-block;
	font-size: 40px;
	font-weight: bold;
	color: white;
	margin-right: 505px;
	}
	div#cust-home-h1 h1 span.h1-span2 {
	padding-top: 26px;
	display: inline-block;
	font-size: 30px;
	color: white;
	margin-left: -500px;
	}
	#cust-home {
	background: none;
	height: 100px;
	width: 980px;
	border-radius: 3px 3px 3px 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	margin: 0 0 20px;
	clear: both;
	margin-top: 330px;
	text-align: left;
	margin-left: -245px;
	position: relative;
	z-index: 2;
	}
	body#index #center_column .products_block .block_content {
	background: none;
	float: left;
	padding: 0;
	margin-left: -20px;
	}
	
	body#index #center_column div.block, div.block_listing {
	width: 460px;
	float: left;
	padding: 0px 0px 0px 0px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	position: relative;
	margin-top: 40px;
	margin-left: 42px;
	margin-right: 0px;
	}
	
	.img_wash {
	display: none;
	}
	.textes_infos {
	height: 960px;
	width: 460px;
	margin: 0 auto;
	max-width: 100%;
	background-size: cover;
	white-space: nowrap;
	position: relative;
	min-width: 460px;
	background: none;
	right: 90px;
	}


	.texte_info1 {
		font-family: 'Montserrat Light', arial;
		white-space: nowrap;
		width: 400px;
		display: block;
		vertical-align: top;
		margin-top: 70px;
		color: #4A4A4A;
	}

	.texte_info2 {
		font-family: 'Montserrat Light', arial;
		white-space: nowrap;
		width: 400px;
		display: block;
		margin-top: 70px;
		color: #4A4A4A;
	}


	.titre_texte_info {
		font-size: 1rem;
		color: #dc143c;
	}
	.texte_texte_info {
		font-size: 1rem;
		white-space:normal;
	}
	.texte_texte_info br{
		display:none;
	}

	.textes_infos p{
		text-align: left;
	}

	.border_text{
		font-size: 24px;
		color: #dc143c
	}
	#homepage_text {
	font-size: 9pt;
	color: white;
	}
	body#category #mon_blog .products_block ul li, #product_list li {
	float: left;
	margin: 100px 77px 50px -13px;
	padding: 0;
	width: 390px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	position: relative;
	height: 280px;
	list-style: none;
	}
	ul.pagination li {
	display: inline;
	float: left;
	margin-right: 23px;
	}	
	body#category #product_list div.title-logo-list h3, #center_column div.products_block div.title-logo-list h3 {
	font-size: 16px;
	text-align: left;
	margin-bottom: 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 115px;
	color: white;
	margin-top: 5px;
	margin-bottom: 5px;
	font-family: ;
	}
}

@media screen and (max-width:430px){
	form.std fieldset {
	border: 1px solid #d0d3d8;
	margin-bottom: 1em;
	-moz-border-radius: 5px;
	border-radius: 5px;
	width: 310px;
	margin-left: 15px;
	}
	form.std label, form.std p span {
	float: left;
	text-align: left;
	width: 40%;
	margin-right: 55px;
	margin-top: 7px;
	}
	body#index #center_column div.block, div.block_listing {
	width: 460px;
	float: left;
	padding: 0px 0px 0px 0px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	position: relative;
	margin-top: 140px;
	margin-left: 16px;
	margin-right: 0px;
	}
	body#category #product_list div.title-logo-list h3, #center_column div.products_block div.title-logo-list h3 {
	font-size: 16px;
	text-align: left;
	margin-bottom: 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 115px;
	color: white;
	margin-top: 5px;
	margin-bottom: 5px;
	font-family: ;
	}

	#cust-home-h1 {
	margin-top: 130px;
	}
	#cust-home {
	background: none;
	height: 100px;
	width: 980px;
	border-radius: 3px 3px 3px 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	margin: 0 0 20px;
	clear: both;
	margin-top: 285px;
	text-align: left;
	margin-left: -265px;
	position: relative;
	z-index: 2;
	}

	div#cust-home-h1 h1 span.h1-span1 {
	display: inline-block;
	font-size: 40px;
	font-weight: bold;
	color: white;
	margin-right: 533px;
	}

	div#cust-home-h1 h1 span.h1-span2 {
	padding-top: 26px;
	display: inline-block;
	font-size: 30px;
	color: white;
	margin-left: -540px;
	}

	img.logo {
	float: left;
	font-size: 2em;
	font-weight: bold;
	margin-top: 25px;
	margin-left: 15px;
	width: 380px;
	height: 75px;
	}
	
	body#category #mon_blog .products_block ul li, #product_list li {
	float: left;
	margin: 100px 77px 50px 2px;
	padding: 0;
	width: 390px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	position: relative;
	height: 280px;
	list-style: none;
	}
	body#category .h1_title_cat h1 {
	color: #E62C50;
	float: left;
	font-size: 36px;
	font-weight: bold;
	height: 27px;
	line-height: 27px;
	padding-left: 0;
	width: 85%;
	margin: 95px 0px 0px 60px;
	}
	div.pagination {
	margin: 10px 0;
	float: left;
	width: 145%;
	margin-left: 0%;
	}
}
/* RESOLUTIONS DE 400PX */
@media screen and (max-width:400px){
	div#cust-home-h1 h1 span.h1-span1 {
	display: inline-block;
	font-size: 40px;
	font-weight: bold;
	color: white;
	margin-right: 565px;
	}
	div#cust-home-h1 h1 span.h1-span2 {
	padding-top: 26px;
	display: inline-block;
	font-size: 30px;
	color: white;
	margin-left: -565px;
	}
	#cust-home {
	background: none;
	height: 100px;
	width: 980px;
	border-radius: 3px 3px 3px 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	margin: 0 0 20px;
	clear: both;
	margin-top: 260px;
	text-align: left;
	margin-left: -283px;
	position: relative;
	z-index: 2;
	}
	body#index #center_column div.block, div.block_listing {
	width: 460px;
	float: left;
	padding: 0px 0px 0px 0px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	position: relative;
	margin-top: 170px;
	margin-left: 3px;
	margin-right: 0px;
	}
	body#category #product_list div.title-logo-list h3, #center_column div.products_block div.title-logo-list h3 {
	font-size: 16px;
	text-align: left;
	margin-bottom: 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 115px;
	color: white;
	margin-top: 5px;
	margin-bottom: 5px;
	font-family: ;
	}
	.rte, .mceContentBody {
	text-align: left;
	color: black;
	white-space: nowrap;
	object-fit: fill;
	z-index: 2;
	position: absolute;
	left: 10px;
	top: 5px;
	font-family: 'Montserrat Light', arial;
	}
	#homepage_text {
	font-size: 10pt;
	color: white;
	white-space: normal;
	width: 410px;
	}
	#homepage_text {
	font-size: 9pt;
	color: white;
	white-space: normal;
	width: 390px;
	}
	.texte_info1 {
	font-family: 'Montserrat Light', arial;
	white-space: nowrap;
	width: 360px;
	display: block;
	vertical-align: top;
	margin-top: 70px;
	color: #4A4A4A;
	}
	.texte_info2 {
	font-family: 'Montserrat Light', arial;
	white-space: nowrap;
	width: 360px;
	display: block;
	margin-top: 70px;
	color: #4A4A4A;
	}
	.textes_infos {
	height: 1025px;
	width: 460px;
	margin: 0 auto;
	max-width: 100%;
	background-size: cover;
	white-space: nowrap;
	position: relative;
	min-width: 460px;
	background: none;
	right: 90px;
	}
}

@media screen and (max-width: 375px){
	img.logo {
	float: left;
	font-size: 2em;
	font-weight: bold;
	margin-top: 25px;
	margin-left: 0px;
	width: 380px;
	height: 75px;
	}
	div#cust-home-h1 h1 span.h1-span1 {
	display: inline-block;
	font-size: 40px;
	font-weight: bold;
	color: white;
	margin-right: 600px;
	}
	div#cust-home-h1 h1 span.h1-span2 {
	padding-top: 26px;
	display: inline-block;
	font-size: 30px;
	color: white;
	margin-left: -600px;
	}
	#cust-home {
	background: none;
	height: 100px;
	width: 980px;
	border-radius: 3px 3px 3px 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	margin: 0 0 20px;
	clear: both;
	margin-top: 260px;
	text-align: left;
	margin-left: -299px;
	position: relative;
	z-index: 2;
	}
	body#index #center_column div.block, div.block_listing {
	width: 375px;
	float: left;
	padding: 0px 0px 0px 0px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	position: relative;
	margin-top: 160px;
	margin-left: -4px;
	margin-right: 0px;
	}
	#homepage_title {
	font-size: 12pt;
	color: #ffffff;
	white-space: normal;
	width: 380px;
	}
	#homepage_text {
	font-size: 11pt;
	color: white;
	white-space: normal;
	width: 368px;
	}
	.homepage_global_smartphone {
	display: block;
	position: relative;
	left: -5px;
	}
	.img_avantages {
	background-color: #E62C50 !important;
	height: 440px;
	width: 550px;
	margin: 0px auto -18px;
	max-width: 100%;
	background-size: cover;
	white-space: nowrap;
	max-height: 100%;
	z-index: 1;
	min-width: 550px;
	margin-top: -97px;
	background: none;
	margin-left: 0px;
	}
	.textes_infos {
	height: 1050px;
	width: 460px;
	margin: 0 auto;
	max-width: 100%;
	background-size: cover;
	white-space: nowrap;
	position: relative;
	min-width: 460px;
	background: none;
	right: 105px;
	}
	.texte_info1 {
	font-family: 'Montserrat Light', arial;
	white-space: nowrap;
	width: 350px;
	display: block;
	vertical-align: top;
	margin-top: 70px;
	color: #4A4A4A;
	}
	.texte_info2 {
	font-family: 'Montserrat Light', arial;
	white-space: nowrap;
	width: 350px;
	display: block;
	margin-top: 70px;
	color: #4A4A4A;
	}
	body#category .h1_title_cat h1 {
	color: #E62C50;
	float: left;
	font-size: 36px;
	font-weight: bold;
	height: 27px;
	line-height: 27px;
	padding-left: 0;
	width: 85%;
	margin: 95px 0px 0px 30px;
	}
	body#category #center_column div.products_block a.product_image, .prod_list {
	background: url("../img/bg_logo.png") no-repeat scroll 0 0 transparent;
	background-size: cover;
	display: block;
	height: 220px;
	width: 305px;
	}
	body#category #mon_blog .products_block ul li, #product_list li {
	float: left;
	margin: 60px 77px 50px 2px;
	padding: 0;
	width: 305px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	position: relative;
	height: 220px;
	list-style: none;
	}
	.products_cat {
	background-color: #DCDCDC;
	display: inline-block;
	width: 305px;
	}
	.go_button2 img {
	float: right;
	margin-top: -41px;
	margin-bottom: -10px;
	z-index: 1;
	position: absolute;
	margin-left: 270px;
	}
	ul.pagination li {
	display: inline;
	float: left;
	margin-right: 10px;
	}	
	.breadcrumb {
	font-size: 1em;
	color: #E62C50;
	float: left;
	margin: -50px 0;
	width: 100%;
	font-size: 17px;
	font-family: 'Montserrat Light', arial;
	margin-left: 20px;
	}

}

@media screen and (max-width: 360px){
	img.logo {
	float: left;
	font-size: 2em;
	font-weight: bold;
	margin-top: 25px;
	margin-left: 0px;
	width: 360px;
	height: 75px;
	}
}

@media screen and (max-width: 345px){
	img.logo {
	float: left;
	font-size: 2em;
	font-weight: bold;
	margin-top: 25px;
	margin-left: 5px;
	width: 330px;
	height: 65px;
	}
	div#cust-home-h1 h1 span.h1-span1 {
	display: inline-block;
	font-size: 38px;
	font-weight: bold;
	color: white;
	margin-right: 630px;
	}
	div#cust-home-h1 h1 span.h1-span2 {
	padding-top: 26px;
	display: inline-block;
	font-size: 28px;
	color: white;
	margin-left: -632px;
	}
	#cust-home {
	background: none;
	height: 100px;
	width: 980px;
	border-radius: 3px 3px 3px 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	margin: 0 0 20px;
	clear: both;
	margin-top: 260px;
	text-align: left;
	margin-left: -313px;
	position: relative;
	z-index: 2;
	}
	body#index #center_column div.block, div.block_listing {
	width: 460px;
	float: left;
	padding: 0px 0px 0px 0px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	position: relative;
	margin-top: 170px;
	margin-left: -28px;
	margin-right: 0px;
	}
	#homepage_title {
	font-size: 11pt;
	color: #ffffff;
	white-space: normal;
	width: 360px;
	}
	#homepage_text {
	font-size: 11pt;
	color: white;
	white-space: normal;
	width: 340px;
	}
	.texte_info1 {
	font-family: 'Montserrat Light', arial;
	white-space: nowrap;
	width: 325px;
	display: block;
	vertical-align: top;
	margin-top: 70px;
	color: #4A4A4A;
	}
	.texte_info2 {
	font-family: 'Montserrat Light', arial;
	white-space: nowrap;
	width: 330px;
	display: block;
	margin-top: 30px;
	color: #4A4A4A;
	}
	.titre_texte_info {
	font-size: 1rem;
	color: #dc143c;
	white-space: normal;
	}
	.textes_infos {
	height: 1140px;
	width: 460px;
	margin: 0 auto;
	max-width: 100%;
	background-size: cover;
	white-space: nowrap;
	position: relative;
	min-width: 460px;
	background: none;
	right: 105px;
	}
	
	body#category .h1_title_cat h1 {
	color: #E62C50;
	float: left;
	font-size: 33px;
	font-weight: bold;
	height: 27px;
	line-height: 27px;
	padding-left: 0;
	width: 85%;
	margin: 95px 0px 0px 30px;
	}
	body#category #center_column div.products_block a.product_image, .prod_list {
	background: url("../img/bg_logo.png") no-repeat scroll 0 0 transparent;
	background-size: cover;
	display: block;
	height: 200px;
	width: 280px;
	}
	.products_cat {
	background-color: #DCDCDC;
	display: inline-block;
	width: 280px;
	}
	body#category #pl_price {
	float: right;
	font-size: 19px;
	margin-top: -30px;
	margin-right: 30px;
	font-weight: bold;
	color: #6F6F6F;
	}
	.go_button2 img {
	float: right;
	margin-top: -41px;
	margin-bottom: -10px;
	z-index: 1;
	position: absolute;
	margin-left: 250px;
	}
	body#category #product_list div.title-logo-list h3, #center_column div.products_block div.title-logo-list h3 {
	font-size: 16px;
	text-align: left;
	margin-bottom: 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 100px;
	color: white;
	margin-top: 5px;
	margin-bottom: 5px;
	font-family: ;
	}
	body#category #mon_blog .products_block ul li, #product_list li {
	float: left;
	margin: 60px 77px 50px 55px;
	padding: 0;
	width: 280px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	position: relative;
	height: 200px;
	list-style: none;
	}
	ul.pagination li {
	display: inline;
	float: left;
	margin-right: 7px;
	}
	.breadcrumb {
	font-size: 1em;
	color: #E62C50;
	float: left;
	margin: -50px 0;
	width: 100%;
	font-size: 16px;
	font-family: 'Montserrat Light', arial;
	margin-left: 20px;
	}
}

@media screen and (max-width: 320px){
	body#authentication .breadcrumb {
	font-size: 1em;
	color: #E62C50;
	float: left;
	margin: -50px 0;
	width: 100%;
	font-size: 18px;
	font-family: 'Montserrat Light', arial;
	margin-left: 5px;
	}
	#auth_h1 {
	margin-left: 5px;
	}
	form.std fieldset {
	border: 1px solid #d0d3d8;
	margin-bottom: 1em;
	-moz-border-radius: 5px;
	border-radius: 5px;
	width: 310px;
	margin-left: 5px;
	}
	img.logo {
	float: left;
	font-size: 2em;
	font-weight: bold;
	margin-top: 25px;
	margin-left: 5px;
	width: 310px;
	height: 65px;
	}
	div#cust-home-h1 h1 span.h1-span1 {
	display: inline-block;
	font-size: 36px;
	font-weight: bold;
	color: white;
	margin-right: 655px;
	}
	div#cust-home-h1 h1 span.h1-span2 {
	padding-top: 18px;
	display: inline-block;
	font-size: 26px;
	color: white;
	margin-left: -662px;
	}
	div#cust-home-h1 h1 span.h1-span3 {
	font-size: 43px;
	color: #E62C50;
	padding-left: 5px;
	}
	div#cust-home-h1 h1 span.h1-span4 {
	font-size: 30px;
	color: #E62C50;	
	}
	#cust-home input {
	display: inline-block;
	border: 0 none;
	color: white;
	background: white;
	font-size: 20px;
	margin-top: 8px;
	width: 280px;
	height: 40px;
	margin-left: 65px;
	padding-left: 17px;
	border: 1px solid #E62C50;
	background-color: rgba(230, 44, 80, 0.8);
	}
	#cust-home {
	background: none;
	height: 100px;
	width: 980px;
	border-radius: 3px 3px 3px 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	margin: 0 0 20px;
	clear: both;
	margin-top: 260px;
	text-align: left;
	margin-left: -315px;
	position: relative;
	z-index: 2;
	}
	#cust-valid div {
	display: block;
	background-color: #E62C50;
	width: 150px;
	margin-left: 405px;
	text-align: center;
	margin-top: 20px;
	height: 30px;
	}
	body#index #center_column div.block, div.block_listing {
	width: 460px;
	float: left;
	padding: 0px 0px 0px 0px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	position: relative;
	margin-top: 170px;
	margin-left: -43px;
	margin-right: 0px;
	}	
	#homepage_title {
	font-size: 13pt;
	color: #ffffff;
	white-space: normal;
	width: 320px;
	}
	#homepage_text {
	font-size: 12pt;
	color: white;
	white-space: normal;
	width: 310px;
	}
	.img_avantages {
	background-color: #E62C50 !important;
	height: 470px;
	width: 550px;
	margin: 0px auto -18px;
	max-width: 100%;
	background-size: cover;
	white-space: nowrap;
	max-height: 100%;
	z-index: 1;
	min-width: 550px;
	margin-top: -97px;
	background: none;
	margin-left: 0px;
	}
	.texte_info1 {
	font-family: 'Montserrat Light', arial;
	white-space: nowrap;
	width: 290px;
	display: block;
	vertical-align: top;
	margin-top: 70px;
	color: #4A4A4A;
	}
	.texte_info2 {
	font-family: 'Montserrat Light', arial;
	white-space: nowrap;
	width: 290px;
	display: block;
	margin-top: 30px;
	color: #4A4A4A;
	}
	.textes_infos {
	height: 1230px;
	width: 460px;
	margin: 0 auto;
	max-width: 100%;
	background-size: cover;
	white-space: nowrap;
	position: relative;
	min-width: 460px;
	background: none;
	right: 105px;
	}
	body#category .h1_title_cat h1 {
	color: #E62C50;
	float: left;
	font-size: 33px;
	font-weight: bold;
	height: 27px;
	line-height: 27px;
	padding-left: 0;
	width: 85%;
	margin: 95px 0px 0px 14px;
	}
	body#category #center_column div.products_block a.product_image, .prod_list {
	background: url("../img/bg_logo.png") no-repeat scroll 0 0 transparent;
	background-size: cover;
	display: block;
	height: 185px;
	width: 255px;
	}
	.products_cat {
	background-color: #DCDCDC;
	display: inline-block;
	width: 255px;
	}
	.go_button2 img {
	float: right;
	margin-top: -41px;
	margin-bottom: -10px;
	z-index: 1;
	position: absolute;
	margin-left: 225px;
	}
	body#category #mon_blog .products_block ul li, #product_list li {
	float: left;
	margin: 60px 77px 50px 70px;
	padding: 0;
	width: 255px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	position: relative;
	height: 185px;
	list-style: none;
	}
	ul.pagination li {
	display: inline;
	float: left;
	margin-right: 4px;
	}

}
