@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

html a {
	text-decoration: none;
	color: black;
}

html a:hover {
	text-decoration: none;
	color: black;
}

html a:focus {
	text-decoration: none;
	color: black;
}

html a:active {
	text-decoration: none;
	color: black;
}

/*
   _____                _           _   _             _____ _                        __     __
  / ____|              | |         | | | |           |  __ (_)                       \ \   / /
 | |     _ __ ___  __ _| |_ ___  __| | | |__  _   _  | |__) |  ___ _ __ _ __ ___ _____\ \_/ /_   _____  ___
 | |    | '__/ _ \/ _` | __/ _ \/ _` | | '_ \| | | | |  ___/ |/ _ \ '__| '__/ _ \______\   /\ \ / / _ \/ __|
 | |____| | |  __/ (_| | ||  __/ (_| | | |_) | |_| | | |   | |  __/ |  | | |  __/       | |  \ V /  __/\__ \
  \_____|_|  \___|\__,_|\__\___|\__,_| |_.__/ \__, | |_|   |_|\___|_|  |_|  \___|       |_|   \_/ \___||___/
                                               __/ |
                                              |___/
*/

html > body {
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	color: black;
}

.header-container {
	z-index: 500;
	border-bottom: 2px solid #faefd9;
}

.header-container header {
	padding-top: 5px;
}

.header-container header .hook_displayNav {

}

.header-container header .hook_displayNav > div {
	float: right;
	margin-left: 10px;
}

.header-container header .hook_displayNav > div > a {
	display: block;
	height: 58px;
	width: 88px;
	background-color: #faefd9;
	color: black;
	border-radius: 10px;
	text-align: center;
	border: 1px solid #faefd9;
	padding-top: 3px;
}

.header-container header .hook_displayNav > div > a:hover {
	border: 1px solid #cfbd97;
	text-decoration: none;
}

.header-container header .hook_displayNav > div > a > i {
	font-size: 28px;
}

.header-container header .hook_displayNav > div > a > .ajax_cart_quantity {
	font-size: 18px;
	margin-left: 10px;
}


.header-container header .hook_top {

}

.header-container header .customer_name {
	text-align: center;
	margin-top: -45px;
}

@media (max-width: 992px) {
	.header-container header .customer_name {
		margin-top: 15px;
	}
}

@media (max-width: 767px) {
	#header_logo {
		margin: 10px 0 10px 0;
	}

	#header_logo a {
		display: block;
		text-align: center;
	}

	#header_logo a img {
		display: inline;
	}

	.header-container header .hook_displayNav .header_user_info_account {
		float: left;
	}

	.header-container header .hook_displayNav > div {
		width: 40%;
		text-align: center;
	}

	.header-container header .hook_displayNav > div > a {
		width: 100%;
	}

	.header-container header .hook_displayNav > div > a > span:first-child {
		display: block;
		width: 100%;
	}
}


.hook_displayTopColumn {
	background-color: #faefd9;
	box-shadow: inset 0px 10px 20px 0px rgba(0,0,0,0.15);
	margin-bottom: 20px;
}


.footer-container {
	background-color: #cfbd97;
	padding-bottom: 15px;
}

.footer-container .informations {
	background-color: #faefd9;
	padding-bottom: 20px;
}

.footer-container .informations div {
	text-align: center;
}

.footer-container .informations div.title  {
	color: #cfbd97;
	line-height: 60px;
	text-transform: uppercase;
	font-size: 22px;
}

.footer-container .informations div.content span  {
	display: block;
	width: 100%;
}

.footer-container .informations .service_client div.content span:first-child {
	font-size: 42px;
	line-height: 40px;
}

.footer-container .informations .service_client div.content span {
	text-transform: uppercase;
	font-size: 12px;
}

.footer-container .informations .transport div.content span:first-child {
	font-size: 28px;
	line-height: 34px;
}

.footer-container .informations .transport div.content span {
	font-size: 16px;
	line-height: 16px;
}

.footer-container .informations .paiements div.content img {
	margin-top: 5px;
}

.footer-container section.footer-block {
	text-align: center;
}

.footer-container section.footer-block h4 {
	color: #faefd9;
	text-transform: uppercase;
	line-height: 30px;
	font-size: 28px;
	padding-top: 20px;
	font-weight: 300;
}

.loading {
	display: block;
	text-align: center;
	padding: 20px;
	border-radius: 8px;
	background: #cfbd97;
	margin: auto;

}

#center_column {
	padding-bottom: 20px;
}

.alert-danger {
	display: block;
	background: #cfbd97;
	color: white;
	text-align: center;
	padding: 10px 0 10px 0;
	margin: 10px 0 10px 0;
}

.alert-danger:before {
	font-family: 'FontAwesome';
	content: "";
	font-size: 20px;
	color: white;
	margin-right: 15px;
}

.alert-danger ol {
	margin: 0;
}

.alert-danger p.lnk {
	display: none;
}

.alert-success {
	display: block;
	background: #cfbd97;
	color: white;
	text-align: center;
	padding: 10px 0 10px 0;
	margin: 10px 0 10px 0;
}

.alert-success:before {
	font-family: 'FontAwesome';
	content: "";
	font-size: 20px;
	color: white;
	margin-right: 15px;
}

.alert-success ol {
	margin: 0;
}

.alert-success p.lnk {
	display: none;
}

.button {
	display: inline-block;
	line-height: 40px;
	background: #cfbd97;
	color: white;
	border: 0;
	font-size: 18px;
	padding: 0 20px 0 20px;
	margin: 10px 0 10px 0;
	font-weight: 100;
}

.button:hover {
	color: black;
}

.button i.left {
	margin-right: 10px;
}

.button i.right {
	margin-left: 10px;
}

.button-exclusive {
	background: #04BBE1;
	color: white;
	float: right;
}

body h1 {
	text-transform: uppercase;
	font-weight: 100;
	text-align: center;
	border-top: 2px solid #faefd9;
	border-bottom: 2px solid #faefd9;
	margin: 10px 0 20px 0;
	padding: 20px 0 20px 0;
}

body h3 {
	text-align: center;
	text-transform: uppercase;
	color: #cfbd97;
	font-weight: 300;
}






/* Page parrainage */


.nav {
	margin-bottom: 0;
	padding-left: 0;
	list-style: none; }
.nav:before, .nav:after {
	content: " ";
	/* 1 */
	display: table;
	/* 2 */ }
.nav:after {
	clear: both; }
.nav > li {
	position: relative;
	display: block; }
.nav > li > a {
	position: relative;
	display: block;
	padding: 10px 15px; }
.nav > li > a:hover, .nav > li > a:focus {
	text-decoration: none;
	background-color: #eeeeee; }
.nav > li.disabled > a {
	color: #999999; }
.nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
	color: #999999;
	text-decoration: none;
	background-color: transparent;
	cursor: not-allowed; }
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
	background-color: #eeeeee;
	border-color: #777; }
.nav .nav-divider {
	height: 1px;
	margin: 8px 0;
	overflow: hidden;
	background-color: #e5e5e5; }
.nav > li > a > img {
	max-width: none; }

.nav-tabs {
	border-bottom: 1px solid #ddd; }
.nav-tabs > li {
	float: left;
	margin-bottom: -1px; }
.nav-tabs > li > a {
	margin-right: 2px;
	line-height: 1.42857;
	border: 1px solid transparent;
	border-radius: 0px 0px 0 0; }
.nav-tabs > li > a:hover {
	border-color: #eeeeee #eeeeee #ddd; }
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
	color: #555555;
	background-color: #fff;
	border: 1px solid #ddd;
	border-bottom-color: transparent;
	cursor: default; }

.nav-pills > li {
	float: left; }
.nav-pills > li > a {
	border-radius: 5px; }
.nav-pills > li + li {
	margin-left: 2px; }
.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
	color: #fff;
	background-color: #428bca; }

.nav-stacked > li {
	float: none; }
.nav-stacked > li + li {
	margin-top: 2px;
	margin-left: 0; }

.nav-justified, .nav-tabs.nav-justified {
	width: 100%; }
.nav-justified > li, .nav-tabs.nav-justified > li {
	float: none; }
.nav-justified > li > a, .nav-tabs.nav-justified > li > a {
	text-align: center; }
@media (min-width: 768px) {
	.nav-justified > li, .nav-tabs.nav-justified > li {
		display: table-cell;
		width: 1%; } }

.nav-tabs-justified, .nav-tabs.nav-justified {
	border-bottom: 0; }
.nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
	border-bottom: 1px solid #ddd;
	margin-right: 0; }
.nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a {
	border-bottom-color: #fff; }

.tab-content > .tab-pane,
.pill-content > .pill-pane {
	display: none; }

.tab-content > .active,
.pill-content > .active {
	display: block; }

.nav .caret {
	border-top-color: #777;
	border-bottom-color: #777; }

.nav a:hover .caret {
	border-top-color: #515151;
	border-bottom-color: #515151; }

.nav-tabs .dropdown-menu {
	margin-top: -1px;
	border-top-right-radius: 0;
	border-top-left-radius: 0; }
/* /Page parrainage */


/* Page index */

#index .sites_dedies {
	text-align: center;
	border-top: 2px solid #faefd9;
	padding-top: 15px;
}

#index .sites_dedies .title {
	margin-bottom: 20px;
}

#index .sites_dedies .title span {
	font-size: 32px;
	line-height: 40px;
	text-transform: uppercase;
}

#index .sites_dedies .title span:before {
	font-family: 'FontAwesome';
	content: "";
	font-size: 32px;
	color: #cfbd97;
	margin-right: 15px;
}

.checker {
	display: inline-block;
}

/* /Page index */








/* Page order */

body .so_box {
	padding: 1px;
}

#order h1 {
	text-transform: uppercase;
	font-weight: 300;
	text-align: center;
	border-top: 2px solid #faefd9;
	border-bottom: 2px solid #faefd9;
	margin: 10px 0 20px 0;
	padding: 20px 0 20px 0;
}

#order_step {

}

#order_step li {
	float: left;
	height: 80px;
	width: 20%;
	text-align: center;
	padding: 0 10px 0 10px;
}

#order_step li a,
#order_step li span {
	display: block;
	height: 80px;
	line-height: 80px;
	width: 100%;
	background: #cfbd97;
	color: white;
	text-align: center;
	text-transform: uppercase;
	font-size: 18px;
}

#order_step li a {
	background: #faefd9;
	color: black;
}

#order_step li a:hover {
	box-shadow: inset 0px 0px 15px 0px rgba(0,0,0,0.75);
}

#order_step li i {
	margin-right: 5px;
}

#order_step li.first {
	padding-left: 0;
}

#order_step li.last {
	padding-right: 0;
}

#order_step li.step_todo span {
	background: #ededed;
	color: #959595;
}

#order #emptyCartWarning,
#order span.heading-counter {
	display: block;
	line-height: 50px;
	text-align: center;
	background: #faefd9;
	font-size: 18px;
	margin-bottom: 15px;
}

#order p.alert {
	display: block;
	line-height: 50px;
	text-align: center;
	background: #faefd9;
	font-size: 18px;
	margin-bottom: 15px;
}

#order .table-bordered th,
#order .table-bordered td {
	border: 1px solid #cfbd97!important;
	font-weight: 100;
	vertical-align: middle;
}

#order .table-bordered tfoot td,
#order .table-bordered th {
	background: #faefd9;
	font-weight: 100;
}

#order table td.cart_avail span {
	background: #A0C40A;
	color: white;
	padding: 3px 5px 3px 5px;
	border: 1px solid green;
	display: block;
	text-align: center;
}

#order table .icon-trash-o {
	font-size: 20px;
}

#order table .cart_quantity_input {
	width: 50px;
	text-align: center;
	border: 1px solid #cfbd97;
}

#order table .price, .cart_total {
	text-align: right;
}

#order table .cart_quantity_up, .cart_quantity_down {
	margin-top: 5px;
	display: inline-block;
	height: 20px;
	width: 20px;
	text-align: center;
	line-height: 20px;
	border: 1px solid #cfbd97;
	color: #cfbd97;
}

#order table .cart_quantity_up:hover, .cart_quantity_down:hover {
	background: #faefd9;
	color: #cfbd97;
}

#order form#voucher {
	display: block;
	background: #faefd9;
	margin-bottom: 20px;
}

#order form#voucher span.title {
	display: block;
	height: 50px;
	line-height: 50px;
	border-right: 1px solid #cfbd97;
	font-size: 20px;
}

@media (max-width: 992px) {
	#order form#voucher span.title {
		border: 0;
		border-bottom: 1px solid #cfbd97;
	}
}

#order form#voucher span.title i {
	margin-right: 10px;
}

#order form#voucher > div {
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
}

#order form#voucher > div > input[type=text] {
	width: 100%;
	border: 0;
	height: 38px;
	padding: 0 10px 0 10px;
	font-size: 16px;
}

#order form#voucher > div > .submit_button {
	width: 100%;
	border: 0;
	height: 38px;
	font-size: 18px;
	background: #cfbd97;
	color: white;
	font-weight: 100;
}

#order #loyalty {
	margin-top: 20px;
	background: #ededed;
	display: block;
	padding: 10px;
	color: #808080;
	font-size: 13px;
}

#order #loyalty i {
	margin: 0 10px 0 10px;
}

#order .cart_navigation {
	margin: 20px 0 20px 0;
}

#order .button_order_previous {
	height: 60px;
	line-height: 60px;
	text-align: center;
	color: white;
	background: #cfbd97;
	text-transform: uppercase;
	font-size: 18px;
}

#order .button_order_next {
	height: 60px;
	line-height: 60px;
	text-align: center;
	color: white;
	background: #04BBE1;
	text-transform: uppercase;
	font-size: 18px;
	float: right;
}

#order .unvisible {
	display: none!important;
}

#order #center_column .address {
	background: #faefd9;
	border: 1px solid #cfbd97;
	padding: 0 20px 0 20px;
}

#order #center_column h3 {
	font-weight: 100;
	border-bottom: 1px solid #cfbd97;
	padding: 0 0 10px 0;
	text-transform: uppercase;
	font-size: 18px;
}

#address #center_column .box {
	background: #faefd9;
	border: 1px solid #cfbd97;
	min-height: 300px;
	padding: 0 20px 0 20px;
}

#address #center_column .box h1 {
	font-weight: 100;
	border-bottom: 1px solid #cfbd97;
	padding: 0 0 10px 0;
	text-transform: uppercase;
}

#address #center_column .box .country_select {
	max-width: 400px;
}

#addresses h1 {
	text-transform: uppercase;
	font-weight: 300;
	text-align: center;
	border-top: 2px solid #faefd9;
	border-bottom: 2px solid #faefd9;
	margin: 10px 0 20px 0;
	padding: 20px 0 20px 0;
}

#order textarea {
	background: #faefd9;
	border: 1px solid #cfbd97;
	color: black;
}

#order .order_carrier_content table {
	border: 0;
}

#order .order_carrier_content table tr {
	background: #faefd9;
	border: 0;
}

#order .order_carrier_content table tr td {
	background: #faefd9;
	border: 0;
	vertical-align: middle;
	font-weight: 100;
}

#order .order_carrier_content table tr td.delivery_option_radio {
	width: 50px;
	text-align: center;
}

#order .order_carrier_content table tr td.delivery_option_logo {
	width: 200px;
}

#order .order_carrier_content table tr td.delivery_option_price {
	width: 150px;
}

#order .order_carrier_content table tr td strong {
	color: #cfbd97;
	text-transform: uppercase;
	font-weight: 100;
	font-size: 18px;
}

#order .order_carrier_content table tr td strong:after {
	font-family: 'FontAwesome';
	content: "";
	margin-left: 15px;
}

#order .order_carrier_content table tr td div.delivery_option_price {
	background: white;
	color: #35C12C;
	padding: 5px 10px 5px 10px;
	font-weight: 500;
	text-transform: uppercase;
	width: 120px;
	text-align: center;
	float: right;
}

/*
#HOOK_PAYMENT div.payment_module {
	display: block;
	background: #faefd9;
	min-height: 100px;
	margin: 10px 0 10px 0;
}

#HOOK_PAYMENT div.payment_module > div {
	height: 100px;
	padding: 5px;
}

#HOOK_PAYMENT div.payment_module > div:last-child {
	padding: 0;
}

#HOOK_PAYMENT div.payment_module img {
	height: 90px;
	width: auto;
	margin-right: 15px;
	float: left;
}

#HOOK_PAYMENT div.payment_module .desc {
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
	height: 90px;
}

#HOOK_PAYMENT div.payment_module a {
	display: block;
	float: right;
	height: 100px;
	line-height: 100px;
	padding-left: 20px;
	background: #cfbd97;
	color: white;
	text-transform: uppercase;
	font-size: 18px;
	width: 100%;
}

#HOOK_PAYMENT div.payment_module a:before {
	font-family: 'FontAwesome';
	content: "";
	margin-right: 10px;
}

#HOOK_PAYMENT div.payment_module a:hover {
	box-shadow: inset 0px 0px 15px 0px rgba(0,0,0,0.75);
}

@media (max-width: 767px) {
	#HOOK_PAYMENT div.payment_module {
		border: 1px solid #cfbd97;
	}

	#HOOK_PAYMENT div.payment_module > div {
		text-align: center;
	}
}
 */

#order .radio input[type="radio"], #order .radio-inline input[type="radio"], #order .checkbox input[type="checkbox"], #order .checkbox-inline input[type="checkbox"] {
	position: relative;
}

#order #dpdfrance_relais_point_table {
	/*display: table!important;*/
}


/* /Page order */

/* Page identity */

#identity form.std {
	background: #faefd9;
	border: 1px solid #cfbd97;
	min-height: 300px;
	padding: 0 20px 0 20px;
}

/* /Page identity */



/* Page Manufacturers */


#manufacturers_list li {
	margin: 5px 0 5px 0;
}

#manufacturers_list li .left-side {
	background: #faefd9;
	padding: 5px;
}

#manufacturers_list li .middle-side {
	background: #faefd9;
}

#manufacturers_list li h3 {
	padding: 0;
	margin: 0;
	line-height: 90px;
}

#manufacturers_list li .right-side {
	background: transparent;
	padding-left: 0;
}

#manufacturers_list li .right-side a {
	background: #cfbd97;
	display: block;
	width: 100%;
	height: 90px;
	margin: 0;
	padding: 0 0 0 15px;
	color: white;
	text-transform: uppercase;
	line-height: 90px;
	font-size: 22px;
}

#manufacturers_list li .right-side a:hover {
	box-shadow: inset 0px 0px 15px 0px rgba(0,0,0,0.75);
}

#manufacturers_list li .right-side a i {
	margin-right: 15px;
}

/* /Page Manufacturers */







/* Module blocktopmenu */

#block_top_menu {
	margin-top: 15px;
	height: 40px;
	z-index: 50;
}

#block_top_menu .cat-title {
	display: none;
}

#block_top_menu > ul {
	margin: 0;
	height: 42px;
}

#block_top_menu > ul > li {
	float: left;
	height: 40px;
}

#block_top_menu > ul > li:first-child > a:before {
	font-family: 'FontAwesome';
	content: "";
	font-size: 22px;
	color: #cfbd97;
}

#block_top_menu > ul > li > a {
	display: block;
	height: 42px;
	line-height: 40px;
	text-transform: uppercase;
	padding: 0 15px 0 15px;
	border-bottom: 2px solid transparent;
	font-weight: bold;
}

#block_top_menu > ul > li.sfHover > a, #block_top_menu > ul > li > a:hover {
	border-bottom: 2px solid #cfbd97;
}

#block_top_menu > ul > li > ul {
	display: none;
	position: absolute;
	z-index: 1000;
	background-color: white;
	border: 2px solid #faefd9;
	border-top: 0;
	box-shadow: 0px 1px 15px #cecece;
	padding: 10px;
}

#block_top_menu > ul > li > ul > li {

}

#block_top_menu > ul > li > ul li > a {
	display: block;
	line-height: 20px;
	padding: 5px;
	border-left: 2px solid transparent;
}

#block_top_menu > ul > li > ul li > a:hover {
	border-left: 2px solid #cfbd97;
}

#block_top_menu > ul > li > ul li.category-thumbnail > div {
	padding: 2px 0 0 0;
}

#block_top_menu > ul > li > ul > li > ul {
	padding-left: 20px;
	display: block!important;
}

#block_top_menu > ul > li.sf-search {
	padding-top: 6px;
	float: right;
}

#block_top_menu > ul > li.sf-search input[type="text"] {
	height: 28px;
	border: 0;
	border-left: 2px solid #faefd9;
	padding-left: 10px;
}

#block_top_menu > ul > li.sf-search .submitformsearch:hover {
	cursor: pointer;
}

#block_top_menu > ul > li.sf-search .submitformsearch i {
	color: #cfbd97;
}

#block_top_menu > ul > li > a[title="Nouveautés"] {
	color: #0b7a86;
}

#block_top_menu > ul > li > a[title="Promotions"] {
	color: #23c888;
}

#block_top_menu > ul > li > a[title="Soldes"] {
	color: #ef325e;
}

@media (max-width: 992px) {

	#block_top_menu .cat-title {
		text-align: center;
		text-transform: uppercase;
		display: block;
		line-height: 40px;
		background: #cfbd97;
		color: white;
		cursor: pointer;
	}

	#block_top_menu .cat-title:hover {
		color: black;
	}

	#block_top_menu .cat-title:before,
	#block_top_menu .cat-title:after {
		font-family: 'FontAwesome';
		content: "";
		margin: 0 10px 0 10px;
	}

	#block_top_menu .opened:before,
	#block_top_menu .opened:after {
		content: "";
	}

	#block_top_menu > ul {
		display: none;
		border: 2px solid #cfbd97;
		height: auto;
	}

	#block_top_menu > ul > li {
		width: 100%;
		height: auto;
		background: white;
	}

	#block_top_menu > ul > li:hover {
		background: #faefd9;
	}

	#block_top_menu > ul > li > ul {
		display: block;
		position: relative;
		border: 0;
		box-shadow: none;
		padding: 0 0 0 40px;
	}

	#block_top_menu > ul > li:hover > ul {
		background: #faefd9;
	}

	#block_top_menu > ul > li > ul img {
		display: none;
	}

	#block_top_menu > ul > li.sf-search {
		text-align: center;
		background: #faefd9;
	}

	#block_top_menu > ul > li.sf-search input {
		width: 80%;
	}
}



/* / Module blocktopmenu */


.py_home > div:first-child .block-category .title {
	background-color: #ef325e;
	font-weight: 300;
	color: white;
}

#adtm_menu {
    margin-top:25px !important;
}

.adtm_sub {
    margin-top: 45px !important;
    top: inherit !important;
}



#NostoRibbon {
    left: 150px;
    right: initial !important;
}

@media (max-width: 767px) {
    #NostoOverlay {
        display: none;
    }
}

.footer_product_page {
    margin-top: 30px;
    border-top: 2px solid #faefd9;
}

.py_home .block-informations .states a {
    display: block;
    text-align: center;
    background: #A05C5C;
    color: white;
}

/*

#HOOK_PAYMENT #ps_checkout-displayPayment .payment_module > div {
	display: flex;
	align-items: center;
	justify-content: start;
}

#HOOK_PAYMENT #ps_checkout-displayPayment .ps_checkout-mark {
	height: 90px;
	display: flex !important;
	align-items: center;
	justify-content: start;
}

#HOOK_PAYMENT #ps_checkout-displayPayment .ps_checkout-mark img {
	max-height: 100%;
	height: auto;
	float: none;
	width: auto;
}

#HOOK_PAYMENT #ps_checkout-displayPayment .payment_module a.cheque {
	float: none;
	display: flex;
	height: 100%;
	line-height: normal;
	padding: 0;
	text-transform: none;
}

#HOOK_PAYMENT #ps_checkout-displayPayment .payment_module a.cheque > div {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
}

#HOOK_PAYMENT .ps_checkout-payment-option div.payment_module:first-child a:before {
	display: none;
}

#HOOK_PAYMENT .ps_checkout-payment-option div.payment_module:first-child a:after {
	display: none;
}
*/

