div.addresses {
	position: relative;
	padding: 18px;
	background: #eee;
	margin-left: -18px;
	width: 100%;
}

#address_invoice {margin-right:0}
#delivery_address {margin-right:65px;}
#address_detail,
#addresses .bloc_adresses {
	display: inline-block;
	text-align:center;
	vertical-align: top;
}
#order #address_detail {
	display: block;
}
ul.address .address_alias {
	font-weight: normal;
	text-transform: none;
}
ul.address >li:first-child + li {
	margin-top:8px
}

ul.address  li.address_update {
	margin-top:18px;
	margin-bottom:12px
}

ul.address  li.address_delete {
	margin-top: -6px;
	margin-bottom:12px
}

.address_add {
	padding: 20px 0;
	text-align: center;
}
.address_add a.button_large:hover {background:#fff;}


.add_adress_block {
	display: inline-block;
}
a.add_adress {
	margin: 10px 0;
	border-radius: 0;
	background: #fff;
	color: #56555b;
	border: 0;
	width: 294px;
	box-sizing: border-box;
	transition: color 0.3s;
	display: block;
	padding: 53px 0 53px;
}
a.add_adress:hover {
	text-decoration: none;
	color: #d3581a
}
a.add_adress span{
	display: block;
	border-radius: 60px;
	width: 60px;
	height: 60px;
	line-height: 56px;
	font-size: 50px;
	background: #eee;
	text-align: center;
	margin: 0 auto 20px;
}
.address_select {
	border:1px solid #ccc;
	width: 200px;
	margin-left: 10px;
}
label[for=id_address_delivery], label[for=id_address_invoice] {
	float: left;
	width: 500px;
}
.addressesAreEquals label {
	margin-left: 5px;
}
.addressesAreEquals input {
	float: left;
}
p.address_delivery, p.addressesAreEquals {
	padding-bottom: 14px
}

/* PAGE ADRESSES ******************************************************************************* */

ul.address {
	list-style-type: none;
	display: inline-block;
	position: relative;
	margin: 10px 20px 10px 0;
	width: 294px;
	background: #fff;
	vertical-align: top;
}

ul.address li {
	padding:0 15px;
	font-weight:bold;
	line-height:18px;
}
ul.address .address_title {
	font-weight: bold;
	line-height:29px;
	color:#fff;
	background: #56555b;
	font-size: 16px;
	padding: 2px 9px;
}

ul.address .address_update a,
ul.address .address_delete a {
    color: #56555b;
	text-transform: initial;
}

ul.address .address_update a:hover,
ul.address .address_delete a:hover {
    color: #d3581a;
    text-decoration: none;
}


/* ************************************************************************************************
		CSS responsive pour version mobile
************************************************************************************************ */


@media only screen and (max-width: 767px) {

ul.address .address_update,
ul.address .address_delete {
    font-size: 1.1em;
}

ul.address {
	width: 100% !important;
}
.add_adress_block {
	width: 100%;
}
#addresses .bloc_adresses {
	display: block;
}

label[for=id_address_delivery], label[for=id_address_invoice] {
	width: 100%;
	margin-bottom: 9px;
}
#address_invoice_form a.button_large {
	width: 94%;
	padding: 12px 3%;
	margin-left: 0!important;
}

.address_add a.button_large {
    width: 94%;
    padding: 12px 3%;
}

#address_detail {
	display: block;
}

div.addresses {
	padding: 3%;
	margin-left: -3%;
}

#ordermsg .textarea textarea {
	margin-left: 0;
}

a.add_adress {
	width: 100%;
}

}