body #page{
	padding-top: 118.59px;
	position: relative;
}
body #page:before{
	content: '';
	width: 100%;
	height: 118.59px;
	background-color: #363d43;
	position: absolute;
    left: 0;
    top: 0;
}

@media (max-width:767px) {
	body #page {
    	padding-top: 93.59px;
	}
	body #page:before{
		height: 93.59px;
	}
}

.ib {
  display: inline-block;
}

.no-pad {
	padding: 0
}

.relative {
	position: relative;
}

.flex,#plhome1 .container.flex,#plhome6 .container {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.center {
	text-align: center;
}

.box-radius {
	-webkit-border-radius: 25px;
  	-moz-border-radius: 25px;
  	border-radius: 25px;
  	-webkit-box-shadow: 2px 3px 37px -6px rgba(0,0,0,0.50);
	-moz-box-shadow: 2px 3px 37px -6px rgba(0,0,0,0.50);
	box-shadow: 2px 3px 37px -6px rgba(0,0,0,0.50);
	padding: 40px 0px;
}

.box-radius .alert-danger {
	max-width: 90%;
    margin: 0 auto 21px;
}

.container-box-radius {
	max-width: 770px;
	margin: 0 auto;
}

@media (max-width: 991px) {
  .box-radius {
  	padding: 40px;
  }
}

@media (max-width: 550px) {
  .box-radius {
  	padding: 40px 20px;
  }
  .no-mobile {
  	display: none;
  }
}

@media (min-width: 768px) {
  .no-desktop {
  	display: none;
  }
}
/*
* Header
*/
#header {
  background: #363d43;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 100;
  padding-bottom: 2.4rem;
  transition: 0.2s linear;
}

#header.mod-header-fixed {
  padding-bottom: 15px;
  padding-top: 15px
}

#header .container .flex {
	align-items: center;
}

#topheader {
  padding-top: 15px;
  transition: 0.2s linear;
}

.mod-header-fixed #topheader  {
  padding-top: 7px;
}

#topheader #languages-block-top {
  text-align: right;
}

#header.mod-header-fixed #topheader {
	display: none;
}

#header_logo .logo {
	max-width: 170px;
	transition: 0.2s linear
}

#header.mod-header-fixed #header_logo .logo {
	max-width: 119px;
}

#header_logo {
	width: 26.4%;
	text-align: center;
}

#btnphone {
	width: 41.9%;
}

#identity #btnphone a:before,#address #btnphone a:before,#authentication #btnphone a:before {
	top: -5px;
}

#blockcart {
	width: 10.2%;
}

.header_user_info {
	width: 18.2%;
	position: relative;
}

#languages-block-top div.current:after,.first-l-c span:last-child:after {
  content: '';
  background: url('../img/header/Chevron_down.svg') no-repeat;
  width: 11px;
  height: 9px;
  background-size: 100% auto;
  background-position: center center;
  display: inline-block;
}

#languages-block-top ul a {
  color: #000;
}

#languages-block-top ul a:hover,#languages-block-top ul li.selected span {
  color: #e24647;
}

#languages-block-top ul li {
  margin-bottom: 20px;
}

#languages-block-top ul li.first-l-c {
  border-bottom: 1px solid #e1e1e1;
  text-align: right;
  margin-bottom: 24px;
  line-height: 30px;
}

#languages-block-top ul li.first-l-c span:first-child {
  color: #7a7a7a;
  padding-right: 5px;
  font-size: 14px;
}

#languages-block-top ul li.first-l-c span:last-child {
  color: #e24647;
  padding-left: 0;
  text-transform: uppercase;
  font-size: 13px;
}

li.first-l-c span:last-child:after {
  background: url('../img/header/Chevron_down_red.svg') no-repeat;
}

#block_top_menu {
	width: 3.3%;
}

#block_top_menu.sf-contener {
  padding: 0
}

#buttonmenu {
  width: 32px;
  cursor: pointer;
}

#buttonmenu:hover,#buttonmenu:hover .cat-title {
	color: #e24647
}

#buttonmenu:hover span.l-m{
  width: 100%;
  background: #e24647;
}

#buttonmenu .l-m {
  background: #fff;
  height: 3px;
  display: block;
  margin-bottom: 5px;
  transition: 0.1s linear
}

#buttonmenu .l-m.l-m1 {
  width: 29px;
}

#buttonmenu .l-m.l-m2 {
  width: 20px;
}

#buttonmenu .l-m.l-m3 {
  width: 27px;
}

li.close-menu {
	margin-bottom: 15px;
	cursor: pointer;
}

.close-menu:before {
  content: '';
  background: url('../img/header/Close_burger.svg') no-repeat;
  width: 23px;
  height: 23px;
  background-size: 100% auto;
  background-position: center center;
  display: block;
  margin: 0 auto;
}

li.close-menu:hover:before {
  background: url('../img/header/Close_burger_hover.svg') no-repeat;
}

.sf-menu li:last-child a {
  background: #363d43;
  border: 3px solid #363d43;
  padding: 16px 42px;
  font-size: 20px;
  line-height: 20px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  display: inline-block;
  text-transform: inherit;
  margin-top: 10px;
}

.sf-menu li:last-child a:hover {
	opacity: 0.8;
	color: #363d43;
	background: transparent;
}

.cat-title {
  color: #fff;
  font-size: 11px;
  text-transform: uppercase;
  font-family: 'Poppins', sans-serif;
  font-weight: 800;
  transition: 0.1s linear
}

.sf-menu.menu-content {
  background: #e24647;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 101;
  display: none;
  padding: 40px 0 70px;
  transition: 0.2s linear
}

.sf-menu.menu-content.open {
	display: block;
}

#btnphone a {
	background: #e24647;
	width: 52px;
	height: 52px;
	display: block;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	transition: 0.1s linear;
	position: relative;
	margin: 0 auto;
}

.logout:hover {
	opacity: 0.7
}

#btnphone a:before {
	content: '+';
	font-family: 'Poppins', sans-serif;
	font-weight: 600;
	font-size: 30px;
	color: #fff;
	display: block;
    position: absolute;
    right: 0;
    top: -15px;
    z-index: 1;
}

#btnphone a:after {
	content: '';
	background: url('../img/header/Phone_1.svg') no-repeat;
	background-size: 26px 38px;
	background-position: center center;
	width: 18px;
	height: 32px;
	display: block;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
    position: absolute;
    left: 31%;
    top: 17%;
    transition: 0.3s ease
}

#btnphone a:hover:after {
	transform: rotate(30deg);
}

.header_user_info a {
	color: #fff;
	font-size: 14px;
	font-weight: bold
}

.header_user_info a:hover {
	color: #e24647;
}

.header_user_info a.log-after:before {
	content: '';
	background: url('../img/header/Mon_Compte.svg') no-repeat;
	width: 20px;
	height: 20px;
	display: inline-block;
	vertical-align: middle;
	margin-top: -1px;
	margin-right: 8px;
}

.header_user_info a.log-after:hover:before {
	background: url('../img/header/Mon_Compte_hover.svg') no-repeat;
}

.cart_block_list dl.products {
	margin-bottom: 0
}

.logout {
	position: absolute;
	top: -30px;
	left: 13px;
	width: 31px;
	height: 31px;
	display: block;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	transition: 0.1s linear;
	margin: 0 auto;
	background: url('../img/header/Deconnexion.svg') #e24647 no-repeat;
	background-position: 54% 44%;
	background-size: 16px 16px;
	transition: 0.2s linear
}

.mod-header-fixed .logout {
	width: 25px;
	height: 25px;
	top: -21px;
	background-size: 13px 16px;
}

.name_custo {
	display: block;
	color: #fff;
	font-size: 13px;
	line-height: 13px;
	padding-left: 29px;
}

#header .cart_block a.emptycart {
	color: #e24647
}

.name-cart {
	color: #fff;
	font-weight: bold
}

.shopping_cart a:hover span{
	color: #e24647;
}

.name-cart:before {
	content: '';
	background: url('../img/header/Mon_Rachat.svg') no-repeat;
	width: 21px;
	height: 21px;
	display: inline-block;
	vertical-align: middle;
	margin-top: -1px;
	margin-right: 8px;
}

.shopping_cart a:hover  .name-cart:before {
	background: url('../img/header/Mon_Rachat_hover.svg') no-repeat;
}

#blockcart .ajax_cart_quantity {
	color: #363d43;
	position: absolute;
	top: -32px;
	left: 13px;
	width: 30px;
	height: 30px;
	display: block;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	transition: 0.1s linear;
	margin: 0 auto;
	background: #fff;
	font-size: 14px;
	font-weight: 800;
	text-align: center;
	padding-top: 5px
}

#header.mod-header-fixed .ajax_cart_quantity {
	width: 21px;
	height: 21px;
	font-size: 11px;
	top: -18px;
	padding-top: 3px
}

.ajax_cart_total,.ajax_cart_no_product {
	font-size: 14px;
	line-height: 14px;
	padding-left: 29px;
	font-weight: 500;
}

.ajax_cart_no_product.unvisible {
	display: none !important;
}

#header .cart_block .cart_block_product_name {
	font-size: 14px;
	line-height: 14px;
	text-transform: uppercase;
	color: #000;
	width: 66.5%;
	vertical-align: middle;
}

#header .cart_block .quantity-formated {
	font-size: 16px;
	line-height: 16px;
	color: #000;
	font-weight: 600;
	vertical-align: middle;
	width: 4%;
}

.est-blc {
	font-size: 16px;
	line-height: 16px;
	font-weight: bold;
	color: #e24647;
	display: inline-block;
	vertical-align: middle;
}

.est-blc + span {
	float: right;
	cursor: pointer;
}

.est-blc + span span {
	color: #363d43;
	font-size: 12px;
	line-height: 12px;
	text-transform: uppercase;
	display: inline-block;
	vertical-align: middle;
}

.est-blc + span:after {
	content: '';
	background: url('../img/header/Corbeille.svg') no-repeat;
	background-size: 100% auto;
	width: 19px;
	height: 21px;
	display: inline-block;
	vertical-align: middle;
	margin-left: 10px;
}

.top-blc {
	border-bottom: 1px solid #e1e1e1;
	padding: 20px 15px 20px 20px
}

.cart_block .cart_block_list .remove_link a:before, .cart_block .cart_block_list .ajax_cart_block_remove_link:before {
	content: '';
	background: url('../img/header/Corbeille.svg') no-repeat;
	background-size: 100% auto;
	width: 19px;
	height: 21px;
	display: inline-block;
	position: absolute;
	right: 0
}

.est-blc + span:hover,.cart_block .cart_block_list .remove_link a:hover, .cart_block .cart_block_list .ajax_cart_block_remove_link:hover,#header .cart_block #seeallcart a:hover{
	opacity: 0.7
}

.cart_block .cart-prices .cart-prices-line.last-line span:first-child {
	font-size: 14px;
	line-height: 14px;
	text-transform: uppercase;
	color: #000;
	font-weight: 500;
	display: inline-block;
	margin-right: 10px;
}

.cart_block .price.cart_block_total.ajax_block_cart_total {
	color: #e24647;
    font-size: 16px;
    line-height: 16px;
    font-weight: 600;
}

#header .cart_block #seeallcart a:before,#amhomecontent3 .ahc-description a:before {
	content: '';
	background: url('../img/header/Arrow_right.svg') no-repeat;
	background-size: 14px 13px;
    background-position: -1px 2px;
    vertical-align: middle;
    display: inline-block;
    width: 13px;
    height: 17px;
    margin-right: 5px;
}

#header .cart_block #seeallcart a {
	color: #363d43;
	font-size: 14px;
	line-height: 14px;
	font-weight: bold;
	text-transform: uppercase;
    vertical-align: middle;
    display: inline-block;
}

#header .cart_block #seeallcart a span,
#amhomecontent3 .ahc-description a span {
	display: inline-block;
	color: #363d43;
	position: relative;
}

#header .cart_block #seeallcart a span:after,
#amhomecontent3 .ahc-description a span:after{
	content: '';
	position: absolute;
	left: 0;
	right: auto;
	bottom: -9px;
	width: 100%;
	max-width: 100%;
	height: 5px;
	background-color: #e24647;
	transition: all ease .5s;
}

#header .cart_block #seeallcart a:hover span:after,
#amhomecontent3 .ahc-description a:hover span:after{
	left: auto;
	right: 0;
	max-width: 0;
}

#seeallcart {
	padding: 25px 48px 15px 20px;
}

#seeallcart span {
	display: inline-block;
	vertical-align: middle;
	color: #7a7a7a;
	font-size: 16px;
	line-height: 16px;
	float: right;
}

@media (max-width: 1199px) {
  #btnphone {width: 39.9%}
  #blockcart {width: 13.2%}
  .header_user_info {width: 17.2%}
}

@media (max-width: 991px) {
  #block_top_menu {width: 5.3%;}
  #btnphone {width: 24.9%}
  #btnphone span{display: none;}
  #blockcart {width: 17.2%}
  .header_user_info {width: 20.2%}
  #header_logo {width: 32.4%}
}

@media screen and (orientation:landscape)
and (max-device-width: 767px) {
  #header {padding-bottom: 1rem;}
  #topheader {padding-top: 5px;}
  #header_logo .logo {max-width: 135px;}
  #block_top_menu {width: 5.3%;}
  #btnphone {width: 18.9%}
  #blockcart {width: 21.2%}
  .header_user_info {width: 22.2%}
  #header_logo {width: 32.4%}
  #header .cart_block {width: 340px;top: 51px;overflow-y: scroll;height: 300px;}
  .cart_block .products .cart_block dt {width: 100%;}
  .top-blc {text-align: center;}
  .est-blc {margin-bottom: 5px;}
  .est-blc + span {float: none;display: block;}
}

@media screen and (orientation:portrait)
and (max-device-width: 767px) {
  #header {padding-bottom: 1rem;}
  #topheader {padding-top: 5px;}
  #header_logo .logo {max-width: 110px;}
  #block_top_menu,#btnphone,#blockcart,.header_user_info {width: inherit;}
  #header_logo {width: 39%}
  .logout-txt,.cart-txt,.menu-mobile-grover,.account.log-after span,.name_custo {display: none;}
  .ajax_cart_total, .ajax_cart_no_product {padding-left: 0;font-size: 12px;height: 13px;}
  .name-cart:before {margin-right: 0}
  .ajax_cart_quantity {width: 25px;height: 25px;font-size: 12px;padding-top: 4px;top: -23px}
  #btnphone a {width: 40px;height: 40px;}
  #btnphone a:before {right: 3px;top: -18px;font-size: 26px;}
  #btnphone a:after {top: 21%;width: 14px;height: 23px;background-size: 20px 38px;}
  .header_user_info a.log-after:before {margin-right: 0}
  #btnphone,.header_user_info {margin-right: 5%}
  #header_logo {margin: 0 2%;}
  #header.mod-header-fixed #header_logo .logo {max-width: 100px;}
  .logout {width: 20px;height: 20px;background-size: 11px 11px !important;background: url(../img/header/Deconnexion.svg) #363d43 no-repeat;    background-position: 54% 44%;top: -17px;}
  #header .cart_block {top: 65px;}
  .top-blc {text-align: center;}
  .est-blc {margin-bottom: 5px;}
  .est-blc + span {float: none;display: block;}
  #header .cart_block {width: 340px;top: 51px}
  #header .cart_block .cart_block_product_name {width: 63.5%;}
}

@media (max-width: 489px){
	.shopping_cart > a:first-child{display:block;text-align:center;}
	#blockcart .ajax_cart_quantity{top:-4px;left:20px;width:20px;height:20px;line-height:20px;padding:0;font-size:10px;}
	.ajax_cart_total,
	.ajax_cart_no_product{font-size:10px;display:block;}
	#header .cart_block{width:290px;top:51px;box-shadow:0 0 10px rgba(0,0,0,.5);}
	#header .cart_block .cart-buttons{-webkit-border-radius:7px;-moz-border-radius:7px;border-radius:7px;}
}

#btnphone span{
	background: #e24647;
    position: absolute;
    left: 73%;
    top: 50%;
    transform: translate(0, -50%);
    color: #FFF;
    font-size: 0.8em;
    font-weight: bold;
    width: 150px;
    padding: 10px;
    z-index: 0;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
}

/*
* Breadcumb
*/
.breadcrumb a {
	color: #000;
	font-size: 12px;
}

.breadcrumb .navigation-pipe{
    text-indent: -99999px;
    background: url(../img/Arrow_right_black.svg) no-repeat;
    background-size: 9px 9px;
    background-position: 0px 1px;
    vertical-align: middle;
    display: inline-block;
    width: 9px;
    height: 10px;
}

/*
* Authentication & Compte
*/
#authblock .bloc-auth .box {
	padding-bottom: 50px;
}

#authblock .label_focus {
	left: 105px;
}

#authblock .bloc-auth {
	-webkit-border-radius: 25px;
  	-moz-border-radius: 25px;
  	border-radius: 25px;
  	-webkit-box-shadow: 2px 3px 37px -6px rgba(0,0,0,0.50);
	-moz-box-shadow: 2px 3px 37px -6px rgba(0,0,0,0.50);
	box-shadow: 2px 3px 37px -6px rgba(0,0,0,0.50);
	text-align: center;
	padding-top: 33px;
	max-width: 570px;
	float: left;
}

#authblock .bloc-auth:last-child {
	float: right;
}

#authblock .bloc-auth .form-control {
	margin: 0 auto;
	max-width: 370px;
	height: 60px;
	font-size: 16px;
	line-height: 16px;
	color: #363d43;
	-webkit-box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.26);
	-moz-box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.26);
	box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.26);
	-webkit-border-radius: 7px;
  	-moz-border-radius: 7px;
  	border-radius: 7px;
  	border: 0;
  	margin-bottom: 30px;
}

#authblock .bloc-auth .form-control input::placeholder {
	font-size: 16px;
	line-height: 16px;
	color: #7a7a7a;
}

#authblock .bloc-auth h3 {
	margin-bottom: 30px;
	margin-top: 0;
}

#create-account_form p,p.info-account,p.info-title {
  margin-bottom: 20px;
  font-size: 16px;
  color: #000;
  font-weight: 300
}

#authblock .bloc-auth .btn {
	font-size: 18px;
	line-height: 18px;
	padding: 19px 50px;
	font-weight: 600;
	min-width: 299px
}

#login_form .form-group.lost_password a {
	font-size: 12px;
	line-height: 12px;
	color: #363d43;
}

#login_form .form-group.lost_password a:hover {
	text-decoration: underline
}

#login_form .form-group.lost_password {
  margin: 18px 0 20px 0;
}

#authblock .bloc-auth #create-account_form h3:before {
    content: '';
    background: url(../img/Mon_Compte_creation.svg) no-repeat;
    background-size: 100% auto;
    vertical-align: text-bottom;
    display: inline-block;
    width: 34px;
    height: 34px;
    margin-right: 10px;
}

#authblock .bloc-auth #login_form h3:before {
    content: '';
    background: url(../img/Mon_Compte_blue.svg) no-repeat;
    background-size: 100% auto;
    vertical-align: text-bottom;
    display: inline-block;
    width: 34px;
    height: 34px;
    margin-right: 10px;
}

#authblock .form-group.form-error input {
	background-position: 94% 48%;
}

#authblock .form-group.form-ok input {
	background-position: 94% 48%;
}

@media (max-width: 1199px) {
  #authblock .bloc-auth {max-width: 450px}
  #create-account_form p {font-size: 14px;}
}

@media (max-width: 991px) {
  #authblock .bloc-auth {max-width: 345px}
  #authblock .bloc-auth .form-control {max-width: 280px;}
  #authblock .bloc-auth #login_form.box {padding-bottom: 0}
}

@media (max-width: 745px) {
  #authblock .bloc-auth:last-child {float: none;margin-top: 7%}
  #authblock .bloc-auth {max-width: 90%;margin: 0 auto;float: none;}
}

/*
* Compte
*/
.back-account {
	position: absolute;
	left: 0;
	top: 8px;
	text-transform: uppercase;
	color: #363d43;
	padding-left: 20px;
	background: url('../img/Chevrons_left.svg') no-repeat;
	background-size: 20px 14px;
	background-position: -5px center
}

.radio-inline span {
	font-size: 16px;
	line-height: 30px;
	color: #000;
	font-weight: inherit;
	display: block;
}

.radio-inline span input {
	margin-right: 10px
}

.choose-identity {
	margin-bottom: 20px;
}

.form-horizontal .control-label.label-birthday {
	margin-bottom: 20px;
    font-size: 16px;
    color: #000;
    font-weight: 300;
    display: block;
    text-align: left;
}

.form-newsletter {
	font-size: 16px;
	margin-bottom: 20px;
    line-height: : 16px;
    color: #000;
}

.form-newsletter .label_focus {
	display: none;
}

.form-newsletter .checkbox {
	padding-left: 0
}

.form-newsletter input[type="checkbox"] {
	margin: 0 10px 0 0
}

.back-account:hover,.back-account:focus {
	opacity: 0.7;
	color: #363d43;
}

body .required-info > p.required {
	color: #7a7a7a !important;
	font-size: 12px;
}

body .required-info p.required:first-child {
	margin-right: 15px !important;
}

ul.footer_links {
	margin-top: 4%
}

.address > ul {
	background: #f6f4fb;
	font-size: 16px;
	line-height: 30px;
	color: #000;
	-webkit-border-radius: 25px;
  	-moz-border-radius: 25px;
  	border-radius: 25px;
  	padding: 35px 25px;
}

.address ul li .address_name,.address ul li .address_company,.address ul li.address_firstname,.address ul li.address_company {
	font-weight: 500
}

.address ul li .address_company,.address ul li.address_company {
	font-style: italic;
}

#addresses #center_column div.main-page-indent {
	margin: 7rem 0 0
}

#add_address,#add_identity fieldset {
	font-size: 0;
	width: 100%
}

#add_address .form-group, #vat_area,#add_identity .form-group{
	display: inline-block;
	width: 100%;
	margin-left: 0;
	margin-right: 0;
}

@media (min-width: 550px) {

	#add_address > div:first-child,#add_address > div.input-adress,#add_address > div.phone-number,#add_identity div.first-name-id {
		width: 48%;
		margin-right: 4%;
	}

	#add_address > div:nth-child(2),#add_address > div#adress_alias,#add_address > div.phone-number-mobile,#add_identity div.name-id {
		width: 48%;
	}

	#add_address > div.postcode {
		width: 22%;
		margin-right: 4%
	}

	#add_address > div.city {
		width: 74%;
	}

}

#add_address textarea.form-control {
	margin-bottom: 0;
	padding-top: 25px;
}

.textarea-other {
	margin-bottom: 5px;
}

#add_address .form-group .label_focus,#identity .form-group .label_focus{
	left: 15px;
}

#add_address .required-info p {
	margin-top: 0
}

#add_address .container-a-order.no-bg {
	margin-top: 0
}

@media (max-width: 991px) {
  .back-account {
  	position: relative;
  }
}

/*
* TUNNEL D'ACHAT
*/
#order h1 {
	display: none;
}

.cur-step-cart ul.step li {
	text-align: right !important;
}

.cur-step-cart ul.step li.step_current {
	font-size: 28px;
	line-height: 28px;
}

.cur-step-cart ul.step li:first-child {
	width: 28%;
}

.cur-step-cart ul.step li:nth-child(2){
	width: 17%;
}

#order ul.step li.step_current {
	width: 31%
}

ul.step li:first-child {
	width: 18%;
	text-align: left;
}

ul.step li.step_current:nth-child(2) {
	width: 31%;
}

ul.step li:nth-child(2) {
	width: 18%;
}

ul.step li:nth-child(3) {
	width: 18%;
}

ul.step li:nth-child(4) {
	width: 18%;
}

ul.step li:last-child {
	width: 18%;
}

#order .heading-counter {
	display: block;
	width: 100%;
	font-size: 16px;
	color: #000;
	margin-bottom: 15px;
}

#order .addresses .picto-p-order span {
	padding: 5px 0 5px 50px;
    background: url(../img/Adresse.svg) no-repeat;
    background-position: left center;
    background-size: 35px 35px;
    display: inline-block;
}

#order .address_delivery > label,.order_carrier_content .carrier_title {
	font-size: 16px;
	color: #000;
	font-weight: 100;
	margin-bottom: 10px;
}

#order #id_address_delivery {
	margin: 0 auto 35px;
	min-width: 370px;
}

#order .addresses li.address_title {
	display: none;
}

.container-a-order.no-bg {
	background: none;
	padding: 0;
	margin-top: 30px;
}

.container-a-order {
	max-width: 770px;
	margin: 0 auto;
	background: #f6f4fb;
	-webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    padding: 35px 25px;
}

.container-a-order-bl1 {
	width: 60%
}

.container-a-order-bl2 {
	width: 40%;
	text-align: right;
	display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.container-a-order-bl1.address > ul {
	padding: 0
}

.add-n-a-order,
.modify-n-a-order{
	font-size: 14px;
	line-height: 14px;
	padding: 5px 0 5px 25px;
    background: url(../img/Ajouter.svg) no-repeat;
    background-position: left center;
    background-size: 18px 18px;
    display: inline-block;
    color: #363d43;
    cursor: pointer;
}

.modify-n-a-order{
	background: url(../img/Modifier.svg) no-repeat;
	background-size: 21px 21px;
}

.add-n-a-order:hover,
.modify-n-a-order:hover{
	opacity: 0.8;
	color: #363d43;
}

.address li.address_update a{
	display: none;
}

#order .paiement_block h1 {
	display: block;
	margin: 0 0 45px;
}

#order .paiement_block h1 span {
    padding: 5px 0 5px 50px;
    background: url(../img/paiement.svg) no-repeat;
    background-position: left center;
    background-size: 35px 35px;
    display: inline-block;
}

.container-paiement {
	max-width: 970px;
	margin: 40px auto 0
}

.return_options {
	background: #f6f4fb;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    padding: 34px 30px;
}

.return_option.return_option_reex {
	padding-top: 20px;
}

.return_options h5 {
	color: #000;
	text-transform: inherit;
	font-weight: 500;
	font-size: 18px;
	line-height: 18px;
	padding: 13px 0 13px 40px;
	background: url('../img/Phone_blue.svg') no-repeat;
    background-position: left 1.3% center;
    background-size: 18px 35px;
}

.return_options .table tbody > tr > td,.return_options .table,.return_options table.table {
	border: none !important;
}

.return_options .table tbody > tr > td {
	padding: 0 0 20px;
	color: #363d43;
	font-size: 16px;
	line-height: 16px;
	font-weight: 500
}

.return_options table.table {
	border-bottom: 1px solid #e1e1e1 !important;
	padding: 0
}

.return_options .table tbody > tr > td.return_option_price {
	font-size: 18px;
	line-height: 18px;
	color: #e24647;
	font-weight: bold;
	width: 90px;
	text-align: right;
}

.return_option_radio {
	width: 40px
}

.return_options .return_option.return_option_reex table.table {
	border-bottom: none !important;
}

.return_options .return_option.return_option_reex .table tbody > tr > td {
	padding: 0
}

.paiement_block #vat {
	float: none;
	margin: 0 10px 0 0
}

.paiement_block p.checkbox.ib {
    vertical-align: middle;
}

#address_colis {
	-webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    padding: 40px 0px;
    color: #fff;
    font-size: 16px;
    line-height: 30px;
    font-weight: 500;
    background: url('../img/logo-carrier-p.png') #e14647 no-repeat;
    background-position: left 6.3% center;
    background-size: 24% auto;
    padding-left: 300px;
    margin-bottom: 60px;
    -webkit-box-shadow: 2px 3px 37px -6px rgba(0,0,0,0.50);
    -moz-box-shadow: 2px 3px 37px -6px rgba(0,0,0,0.50);
    box-shadow: 2px 3px 37px -6px rgba(0,0,0,0.50);
}

#address_colis span {
	font-weight: inherit;
	font-size: 18px;
	line-height: 18px;
	font-weight: 500
}

@media (max-width: 767px){
	#address_colis{padding-left: 33%;background-size: 28%;}
}
@media (max-width: 489px){
	#address_colis{padding: 45% 40px 40px;background-size: 45%;background-position: center top 6.3%;font-size: 15px;line-height: 1.7em;}
	#address_colis span{font-size: 14px;line-height: 1.1em;}
}

#HOOK_PAYMENT.container-paiement {
	margin-bottom: 0px;
}

#HOOK_PAYMENT > div {
	background: #fff;
	-webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    -webkit-box-shadow: 2px 3px 37px -6px rgba(0,0,0,0.50);
    -moz-box-shadow: 2px 3px 37px -6px rgba(0,0,0,0.50);
    box-shadow: 2px 3px 37px -6px rgba(0,0,0,0.50);
    width: 27.9%;
    padding: 95px 13px 15px;
    min-height: 224px;
    text-align: center;
}

#HOOK_PAYMENT > div:nth-child(2) {
	margin: 0 8.15%
}

#HOOK_PAYMENT div a,#HOOK_PAYMENT div span.bankwire-span {
	color: #3c2182;
	font-size: 18px;
	line-height: 18px;
	text-align: center;
	font-weight: 500;
	background: #fff;
	border: 3px solid #3c2182;
	text-align: center;
	width: 100%;
	padding: 10px 0px;
	-webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    display: block;
    transition: 0.2s linear;
    cursor: pointer;
}

#HOOK_PAYMENT div a:before,#HOOK_PAYMENT div span.bankwire-span:before {
	content: '';
	border: 2px solid #3c2182;
	-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    display: inline-block;
    vertical-align: sub;
    width: 22px;
    height: 22px;
    margin-right: 5px;
}

#HOOK_PAYMENT div a:hover,#HOOK_PAYMENT div span.bankwire-span:hover {
	background: #3c2182;
	color: #fff
}

#HOOK_PAYMENT div a:hover:before,#HOOK_PAYMENT div span.bankwire-span:hover:before {
	border: 2px solid #fff;
}

#HOOK_PAYMENT div span:first-child {
	color: #e14647;
	font-size: 18px;
	line-height: 18px;
	text-align: center;
	font-weight: 500
}

#HOOK_PAYMENT div span:nth-child(2) {
	color: #000;
	font-size: 16px;
	line-height: 24px;
	font-weight: 100;
	display: block;
	margin-bottom: 28px;
}

#HOOK_PAYMENT div span:nth-child(2) span {
	font-size: 12px;
	line-height: 13px;
	color: #e24647
}

#HOOK_PAYMENT > div#westernunionp {
	background: url('../img/WesternUnion.svg') no-repeat;
	background-position: top 8% center;
	background-size: 170px auto;
}

#HOOK_PAYMENT > div#bankwirep {
	background: url('../img/Virement.svg') no-repeat;
	background-position: top 8% center;
	background-size: 47px auto;
	position: relative;
}

#HOOK_PAYMENT > div#paypalp {
	background: url('../img/PayPal.svg') no-repeat;
	background-position: top 8% center;
	background-size: 57px auto;
}

#HOOK_PAYMENT.container-paiement {
	margin-top: 0px;
}

@media (max-width: 767px){
	#HOOK_PAYMENT.container-paiement{flex-direction: column-reverse;}
	#HOOK_PAYMENT > div{width: 100%;padding-top: 67px;min-height: 1px;}
	#HOOK_PAYMENT > div + div,#HOOK_PAYMENT > div#bankwirep{margin: 30px 0 0!important;}
}

#crossSpayment {
	margin-top: 60px
}

#crossSpayment .page-subheading {
	display: block;
}

#crossSpayment .page-subheading span {
    padding: 5px 0 5px 50px;
    background: url(../img/Cross-selling.svg) no-repeat;
    background-position: left center;
    background-size: 35px 35px;
    display: inline-block;
}

.product-crossS {
	-webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    border: 1px solid #e1e1e1;
    width: 27.9%;
    padding: 20px;
}

.product-crossS img{
	max-width: 100%;
	height: auto;
}

.product-crossS span {
	font-size: 16px;
	color: #000;
	font-weight: 500
}

.product-crossS span.product-crossS-price {
	color: #e24647;
	font-weight: bold;
	display: block;
	margin: 10px 0
}

.product-crossS .btn {
	width: 100%;
	height: 50px;
	line-height: 16px;
	padding: 15px;
}

.product-crossS:nth-child(2) {
	margin: 0 8.15%
}

.product-crossS span {
	display: block;
}

@media (max-width: 639px){
	#crossSpayment .container-paiement{display: flex;flex-direction: column;}
	#crossSpayment .container-paiement .product-crossS{width: 100%;}
	#crossSpayment .container-paiement .product-crossS + .product-crossS{margin: 30px 0 0!important;}
}

#remarques {
	margin-top: 45px;
}

#remarques textarea {
	width: 100%;
	-webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    -webkit-box-shadow: 2px 3px 37px -6px rgba(0,0,0,0.50);
    -moz-box-shadow: 2px 3px 37px -6px rgba(0,0,0,0.50);
    box-shadow: 2px 3px 37px -6px rgba(0,0,0,0.50);
    border: none;
    padding: 25px 13px;
    height: 127px;
    color: #363d43;
    font-size: 16px;
    line-height: 16px;
}

#remarques textarea::placeholder{
	color: #7a7a7a;
	font-size: 16px;
	line-height: 16px;
}

#remarques span {
	display: block;
	margin-top: 15px;
}

.detail-p-order {
    background: #fff;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    -webkit-box-shadow: 2px 3px 37px -6px rgba(0,0,0,0.50);
    -moz-box-shadow: 2px 3px 37px -6px rgba(0,0,0,0.50);
    box-shadow: 2px 3px 37px -6px rgba(0,0,0,0.50);
    width: 100%;
    padding: 40px 13px 30px;
    min-height: 224px;
    padding-left: 300px;
    font-size: 16px;
    line-height: 26px;
    color: #000;
    margin-bottom: 40px;
}

#bankwirepopen {
	background: url(../img/logo-bank.png) no-repeat;
	background-size: 250px auto;
	background-position: left 4% center;
	display: none;
}

#bankwirepopen.active-bankwire {
	display: block;
	margin-top: 30px;
}

#HOOK_PAYMENT div span.bankwire-span.active-bankwire {
	background: #3c2182;
	color: #fff;
}

#HOOK_PAYMENT div span.bankwire-span.active-bankwire:before {
    border: 2px solid #fff;
    background: url(../img/Check-white.svg) no-repeat;
    background-size: 14px 14px;
    background-position: center center;
}

#HOOK_PAYMENT > div.active-bankwire {
	-webkit-box-shadow: 2px 3px 37px -6px rgba(60,33,130,0.50);
    -moz-box-shadow: 2px 3px 37px -6px rgba(60,33,130,0.50);
    box-shadow: 2px 3px 37px -6px rgba(60,33,130,0.50);
}

#HOOK_PAYMENT > div.active-bankwire:after {
	content: '';
	background: url(../img/arrow-white-down.png) no-repeat;
	width: 41px;
	height: 22px;
	background-size: 100% auto;
	display: block;
    position: absolute;
    z-index: 3;
    bottom: -21px;
    left: 43%;
}

.button-check-pay {
	margin-top: 40px;
}

.red-span {
	color: #e24647;
	font-weight: bold;
}

.p-light-order {
	font-weight: lighter;
}

#bankwirepopen .p-light-order {
	margin-top: 40px;
}

#bankwirepopen input {
	max-width: 370px;
}

#bankwirepopen .form-group {
	margin-bottom: 0
}

#bankwirepopen .form-group .label_focus {
	left: 15px;
}

#module-paypalpaylcd-payment #center_column h3 {
	color: #363d43;
	text-transform: inherit;
	margin-top: 0
}

#module-paypalpaylcd-payment #center_column {
	color: #000;
    font-size: 16px;
}

#module-paypalpaylcd-payment #center_column div input {
	margin: 10px 0;
	max-width: 200px
}

@media (max-width: 1999px){
	.paiement_block {
		padding: 40px 30px;
	}
}

@media (max-width: 991px){
	#HOOK_PAYMENT > div:nth-child(2) {
    	margin: 0 4.15%;
	}
	#HOOK_PAYMENT > div {
		width: 30.9%
	}
	#HOOK_PAYMENT div a, #HOOK_PAYMENT div span.bankwire-span {
		font-size: 16px;
	}
	#HOOK_PAYMENT div span:nth-child(2) {
		min-height: 55px;
	}
	.detail-p-order {
		padding-left: 255px;
	}
	#bankwirepopen {
		background-size: 208px auto;
	}
}

@media (max-width: 767px){
	.return_options {
		padding: 34px 15px;
	}
	.return_options .table tbody > tr > td {
		font-size: 15px;
		line-height: 20px;
		text-align: center;
	}
	.return_options .table tbody > tr > td.return_option_price {
		width: 100%;
		text-align: center;
	}
	#remarques textarea,#remarques textarea::placeholder {
		font-size: 15px;
	}
	#HOOK_PAYMENT > div {
		width: 100%;
		margin: 0;
	}
	#HOOK_PAYMENT div span:nth-child(2) {
		min-height: auto
	}
	.paiement_block p.checkbox.ib {
		padding: 0
	}
	#bankwirepopen.active-bankwire {
		padding: 75% 15px 15px 15px;
		background-position: top 4% center;
	}
}

@media (max-width: 1199px) {
	ul.step li:first-child {
    	width: 28%;
    	text-align: left;
	}
	.cur-step-cart ul.step li.step_current {
	    font-size: 19px;
	    line-height: 27px;
	    text-align: left!important;
	}
	ul.step li.step_current:nth-child(2) {
		font-size: 26px;
	    line-height: 27px;
	}
}

@media (max-width: 991px) {
	ul.step li {
		font-size: 16px;
	}
	ul.step li.step_current {
		font-size: 26px;
	    line-height: 27px;
	}
}

@media (max-width: 767px) {
	ul.step li {
		font-size: 14px;
	}
	ul#order_step.step li.step_current,.cur-step-cart ul.step li.step_current {
		font-size: 17px;
	    line-height: 20px;
	    text-align: center;
	}
	#order #id_address_delivery {
		min-width: 100%;
	}
	.container-a-order.container-adress-step {
		flex-direction: column-reverse;
	}
	.container-a-order-bl1,.container-a-order-bl2 {
		width: 100%
	}
	.container-a-order-bl2 {
		text-align: center;
	}
}

@media (max-width: 667px) {
	ul.step {
		flex-direction: column;
		margin-bottom: 30px
	}
	.cur-step-cart ul.step li {
		text-align: left !important;
	}
	ul.step li.step_current, ul.step li.step_done {
		border: none;
	}
	ul.step li {
		width: 100% !important;
		text-align: left;
		padding: 10px 15px;
		background: #fff
	}
	ul.step li.step_done,ul.step li.step_done a {
		background: #363d43;
		color: #fff
	}
	ul#order_step.step li.step_current, .cur-step-cart ul.step li.step_current {
		text-align: left;
	}
	ul#order_step.step li.step_current {
		color: #fff;
		background: #e24647
	}
}	

@media (max-width: 699px) {
	.container-a-order.no-bg {
		flex-direction: column;
	}
	.container-a-order .button {
		margin-bottom: 1rem
	}
}

@media (min-width: 700px) {

	.addresses .container-a-order.no-bg a,.addresses .container-a-order.no-bg button,#address .container-a-order.no-bg a,#address .container-a-order.no-bg button {
		width: 49%;
	}

	.addresses .container-a-order.no-bg a,#address .container-a-order.no-bg a {
		margin-right: 2%;
	}

}

.delivery_options {
	max-width: 1030px;
	margin: 0 auto;
}

#order .delivery_options table.table td,#order .delivery_options table.table {
	 border: none !important;
}

#order .delivery_option > div, #order-opc .delivery_option > div {
	margin-bottom: 0
}

.delivery_option {
	border-top: 1px solid #e1e1e1
}

.delivery_option:last-child {
	border-bottom: 1px solid #e1e1e1
}

.delivery_option_title span {
	font-size: 16px;
	color: #000;
	line-height: 16px;
}

.delivery_option_title span.checked-no {
	font-size: 20px;
	line-height: 20px;
	font-weight: 500
}

.delivery_option_title span.checked {
	color: #363d43;
	font-size: 20px;
	line-height: 20px;
	font-weight: 500
}

.delivery_option_price {
	color: #e24647;
	font-size: 18px;
	line-height: 18px;
	font-weight: bold;
}

#order #carrier_area .picto-p-order span {
	padding: 5px 0 5px 50px;
    background: url(../img/Livraison.svg) no-repeat;
    background-position: left center;
    background-size: 35px 35px;
    display: inline-block;
}

#delivery_option_logo {
	padding: 28px 0px
}

.logo-no-carrier {
	width: 123px;
	height: 94px;
}

#carrier_area .container-a-order.no-bg {
	margin-top: 40px;
}

#carrier_area .container-a-order.no-bg.checkbox-order-carrier {
	margin-top: 25px;
}

@media (min-width: 700px) {

	#carrier_area .container-a-order.no-bg a, #carrier_area .container-a-order.no-bg button {
		width: 48%;
		padding: 15px 25px;
	}

	#carrier_area .container-a-order.no-bg a {
	    margin-right: 4%;
	}

}

#carrier_area .container-a-order.checkbox-order-carrier a {
	padding: 0;
	margin: 0;
	color: #363d43;
}

#carrier_area .container-a-order.checkbox-order-carrier div.ib {
	color: #000;
}

.order_carrier_content p.checkbox.ib {
	vertical-align: middle;
}

.order_carrier_content .checkbox input {
    float: none;
    margin-right: 10px;
}

@media (max-width: 767px) {
	#carrier_area button {
		padding: 15px 0
	}
	#carrier_area .container-a-order.no-bg.checkbox-order-carrier {
		flex-direction: initial;
		display: flex;
		align-items: center;
	}
}
@media (max-width:615px){
    .logo-no-carrier {width: 100%;height: auto;}
    .delivery_option_title span {font-size: 15px;line-height: 15px;}
    .delivery_option_title span.checked {font-size: 17px;line-height: 17px}
 }

/*
* CONTACT
*/
.upload-file-contact .label_focus{
	display: none;
}

.upload-file-contact .form-control {
	height: auto;
	padding: 15px
}

#contact .form-group .label_focus {
	left: 15px
}

#contact textarea {
	min-height: 294px;
}

#captcha-box > div {
	margin: 0 auto
}

#contact .submit {
	margin-top: 10px;
}

/*
* MON COMPTE FACEBOOK
*/
.submit-fb {
  margin-top: 30px;
  display: block;
}

.submit-fb {
  margin-top: 30px;
  display: block;
}

.auth-fb.submit-fb {
	margin-top: 0px;
}

.auth-fb.submit-fb button {
	min-width: 299px;
}

#authblock .bloc-auth .submit-fb button {
	background: #1877f2;
	border: 2px solid #1877f2;
	max-width: 280.5px;
	text-align: center;
	position: relative;
	padding: 10px 50px;
}

#authblock .bloc-auth .submit-fb button:hover {
	background: #fff;
	color: #1877f2
}

#authblock .bloc-auth .submit-fb button:hover svg {
	fill: #1877f2;
}

.submit-fb button span {
	display: inline-block;
}

.submit-fb svg {
	fill: #fff;
    width: 24px;
    height: 24px;
    position: absolute;
    left: 5%;
    top: 30%;
}

@media (max-width: 767px) {
  .auth-fb.submit-fb button {
  	margin-bottom: 20px
  }
}