main.shop .title-primary {
  font-size: 36px;
  font-weight: lighter;
  text-align: center;
  margin-bottom: 30px;
}
main.shop .title-secondary {
  font-size: 24px;
  font-weight: 400;
  text-align: center;
  padding-bottom: 60px;
}
@media screen and (max-width: 719px) {
  main.shop .title-primary {
    font-size: 26px;
    margin-bottom: 20px;
  }
  main.shop .title-secondary {
    font-size: 18px;
    margin-bottom: 15px;
  }
}
main.shop .x-sell div {
  font-family: 'DM Serif Text', serif;
  font-size: 30px;
  font-weight: 600;
  text-align: center;
}
.infoLivraison {
  font-weight: bold;
}
.infoLivraison ul {
  margin: 0;
  padding: 15px 40px;
}
main#new-account {
  background: #FFFFFF;
  padding-top: 15px;
}
main#new-account {
  padding-top: 30px;
}
main#cart-v2 {
  padding-top: 30px;
}
main#cart-v2 .d-none {
  display: none;
}
main#cart-v2 .btn-next {
  margin-top: 15px;
  display: flex;
  align-items: center;
}
main#cart-v2 .btn-next span {
  font-size: 14px;
  margin-right: 10px;
}
main#cart-v2 .btn-next i {
  font-size: 16px;
  padding-top: 2px;
}
main#cart-v2 .btn-next:focus {
  outline: none;
}
main#cart-v2 .btn-next.d-none {
  display: none!important;
}
#panier_vide p {
  color: #333333;
  text-align: center;
  margin-top: 15px;
}
#column-cart .box {
  display: block;
  margin-bottom: 15px;
  background: #FFFFFF;
}
#column-cart .content {
  padding: 15px;
}
#column-cart h3 {
  text-align: center;
  font-size: 22px;
  font-weight: 400;
  font-family: 'DM Serif Text', serif;
  color: #f2f2f2;
  padding: 7px;
  background: #333333;
  border-bottom: 1px solid #e5e5e5;
}
#column-cart h3:first-child {
  display: block;
}
#column-cart h3:last-child {
  display: none;
}
#column-cart.active h3:first-child {
  display: none;
}
#column-cart.active h3:last-child {
  display: block;
}
#column-cart.active .items-list li .infos .name {
  font-size: 14px;
}
#column-cart.active .items-list li .infos .settings .field label {
  display: none;
}
.items-legend {
  display: block;
  padding: 6px 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  border-bottom: 1px solid #e5e5e5;
}
.items-legend p {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  color: #999999;
  margin: 0;
  text-align: left;
}
.items-legend p:first-child {
  flex: 1 1 0;
}
.items-legend p:nth-last-child(2) {
  flex-basis: 65px;
  margin-left: 10px;
}
.items-legend p:last-child {
  flex-basis: 120px;
  text-align: right;
}
@media screen and (max-width: 719px) {
  .items-legend p:nth-last-child(2) {
    flex-basis: 50px;
    margin-left: 10px;
  }
  .items-legend p:last-child {
    flex-basis: 1;
  }
}
.items-list {
  list-style: inside none;
  margin-bottom: 15px;
}
.items-list li {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  border-bottom: 1px solid #e5e5e5;
  padding: 15px 0;
  color: #333333;
}
.items-list li .photo {
  margin-right: 10px;
  flex: 0 1 90px;
}
@media screen and (max-width: 719px) {
  .items-list li .photo {
    flex: 0 1 50px;
  }
}
.items-list li .infos {
  flex: 1 1 0;
}
.items-list li .settings {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.items-list li .name {
  display: block;
  width: 100%;
  font-size: 16px;
  margin-bottom: 10px;
}
.items-list li .price {
  margin: 0;
  font-size: 16px;
  margin-left: 10px;
  flex: 0 0 65px;
}
.items-list li .price.total {
  font-weight: 700;
}
@media screen and (max-width: 719px) {
  .items-list li .price {
    font-size: 12px;
    flex: 0 0 50px;
  }
}
.items-list li .prices {
  margin: 0;
  flex: 0 0 120px;
}
.items-list li .prices .lgnd {
  display: none;
}
.items-list li .prices p:not(.lgnd) {
  display: block;
  font-size: 16px;
  text-align: right;
}
.items-list li .prices p:not(.lgnd).regular {
  font-weight: 700;
}
.items-list li .prices p:not(.lgnd).crossed {
  text-decoration: line-through;
}
.items-list li .prices p:not(.lgnd).crossed:not(:empty) + .regular {
  font-weight: 700;
  color: #a79682;
}
.items-list li .prices p:not(.lgnd).dscnt {
  font-size: 13px;
  text-align: right;
  color: #a79682;
  text-transform: lowercase;
}
@media screen and (max-width: 719px) {
  .items-list li .prices {
    flex: 1 1 0;
  }
  .items-list li .prices p:not(.lgnd) {
    font-size: 14px;
  }
  .items-list li .prices p:not(.lgnd).dscnt {
    font-size: 12px;
  }
}
.items-list li .field {
  flex: 1 1 0;
  display: flex;
  align-items: center;
}
.items-list li .field label {
  margin-right: 10px;
  font-size: 10px;
  color: #999999;
}
.items-list li .field label span:last-child {
  display: none;
}
.items-list li .field input {
  flex-shrink: 0;
  flex-grow: 0;
  width: 44px;
  height: 44px;
  border-radius: 6px 0 0 6px;
}
.items-list li .field button {
  flex-basis: 44px;
  flex-shrink: 0;
  flex-grow: 0;
  height: 44px;
  width: 100%;
  border: none;
  background: none;
  color: #333333;
  font-size: 18px;
  cursor: pointer;
  transition: all ease 0.2s;
}
.items-list li .field button.edit {
  background: #333333;
  color: #FFFFFF;
  border-radius: 0 6px 6px 0;
}
.items-list li .field button.delete {
  margin-left: 10px;
}
.items-list li .field button:hover {
  border-color: #b2b2b2;
}
@media screen and (max-width: 719px) {
  .items-list li .field {
    flex: 0 0 90px;
    margin-right: auto;
    align-items: flex-start;
  }
  .items-list li .field label {
    display: none;
  }
  .items-list li .field input,
  .items-list li .field button {
    width: 46px;
    height: 38px;
    flex-basis: 38px;
    border-radius: 6px;
    min-width: 1%;
  }
}
.items-list li.savings {
  background: #e5e5e5;
  border-radius: 0 0 4px 4px;
  justify-content: flex-end;
  padding: 7px 15px;
}
.items-list li.savings p {
  font-weight: 700;
  color: #a79682;
  font-size: 14px;
}
@media screen and (max-width: 719px) {
  .items-list li {
    align-items: flex-start;
  }
  .items-list li .name {
    font-size: 13px;
  }
  .items-list li .field label {
    font-size: 10px;
  }
  .items-list li .edit {
    display: none;
  }
}
div[class^=total-] {
  padding: 15px 0;
  color: #333333;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  border-bottom: 1px solid #e5e5e5;
}
div[class^=total-] .right {
  text-align: right;
}
div[class^=total-] img {
  max-width: 50px;
  margin-top: 5px;
  margin-left: 0;
}
.total-cart {
  display: flex;
}
.total-cart .left {
  font-size: 18px;
}
.total-cart .right {
  font-size: 18px;
  margin-bottom: 0;
}
.total-delivery {
  display: flex;
}
.total-delivery .left.prov img {
  display: none;
}
.total-delivery .left.final p {
  display: none;
}
.total-order {
  display: flex;
}
.total-order .left {
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
}
.total-order .right {
  font-size: 22px;
  font-weight: 700;
  color: #a79682;
  margin-bottom: 0;
}
.d-flex {
  display: flex;
}
.justify-content-between {
  justify-content: space-between;
}
div[class^=infosum-] {
  padding: 15px 0;
  color: #333333;
}
div[class^=infosum-] h5 {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 5px;
  margin-top: 0;
}
div[class^=infosum-] p {
  font-size: 14px;
}
div[class^=infosum-] p b {
  font-weight: 400;
}
.infosum-account {
  border-bottom: 1px solid #e5e5e5;
  display: block;
}
.infosum-delivery {
  flex-basis: 50%;
  border-bottom: 1px solid #e5e5e5;
  display: block;
  padding-left: 15px!important;
}
.infosum-billing {
  flex-basis: 50%;
  display: block;
  border-bottom: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
}
#info_compte {
  display: none;
}
#info_compte.active {
  display: block;
}
.cart_step_box {
  display: block;
  margin-bottom: 15px;
}
.cart_step_box .header {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  text-align: center;
  padding: 7px 15px;
}
.cart_step_box .header .title {
  margin: 0;
  font-size: 22px;
  color: #333333;
  font-family: 'DM Serif Text', serif;
  font-weight: 400;
}
.cart_step_box .header i {
  color: #999999;
}
.cart_step_box .header .step-number {
  font-size: 18px;
  font-weight: 600;
  margin: 0;
  color: #333333;
}
@media screen and (max-width: 719px) {
  .cart_step_box .header .title.secondary {
    font-size: 16px;
  }
  .cart_step_box .header .step-number {
    font-size: 16px;
  }
  .cart_step_box .header i {
    font-size: 16px;
  }
}
.cart_step_box .content {
  position: relative;
  padding: 15px;
  background: #FFFFFF;
}
.cart_step_box .content > div h4 {
  font-size: 16px;
  font-weight: 700;
  color: #999999;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.cart_step_box .content > div hr {
  display: block;
  width: 100%;
  height: 1px;
  background: #e5e5e5;
  margin: 15px 0;
}
.cart_step_box .content > div .fields-line {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
}
.cart_step_box .content > div .fields-line .field {
  flex: 0 1 50%;
  margin: 0;
}
.cart_step_box .content > div .fields-line .field:last-child {
  margin-left: 15px;
}
.cart_step_box.awaiting .content {
  display: none;
}
.cart_step_box.awaiting .header {
  background: #808080;
}
.cart_step_box.awaiting .header i {
  color: #999999;
}
.cart_step_box.awaiting .header h3 {
  color: #cccccc;
}
.cart_step_box.awaiting .header .step-number {
  color: #cccccc;
}
.cart_step_box.active .header {
  background: #333333;
}
.cart_step_box.active .header i {
  color: #b2b2b2;
}
.cart_step_box.active .header h3 {
  color: #e5e5e5;
}
.cart_step_box.active .header .step-number {
  color: #e5e5e5;
}
.cart_step_box.done .content {
  display: none;
}
.cart_step_box.done .header {
  background: #333333;
}
.cart_step_box.done .header i {
  color: #7fb66a;
}
.cart_step_box.done .header .title {
  color: #7fb66a;
}
.cart_step_box.done .header .step-number {
  color: #7fb66a;
}
.cart_step_box#step_login .content #login_form:before {
  content: "";
  position: absolute;
  width: 1px;
  background: #e5e5e5;
  height: 100%;
  left: 50%;
  top: 0;
}
.cart_step_box#step_login .login-align {
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.cart_step_box#step_login .login-align > div {
  flex: 1 1 0;
}
.cart_step_box#step_login .login-align > div p {
  font-size: 14px;
  text-align: justify;
  color: #333333;
}
@media screen and (max-width: 719px) {
  .cart_step_box#step_login .content #login_form:before {
    display: none;
  }
  .cart_step_box#step_login .login-align:last-child {
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px solid #e5e5e5;
  }
  .cart_step_box#step_login .login-align:last-child .btn.primary {
    margin-top: 15px;
  }
}
.billing-address {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.billing-address p {
  flex: 1 1 0;
  font-size: 14px;
  color: #333333;
}
.billing-address > div {
  flex: 0 0 120px;
}
@media screen and (max-width: 719px) {
  .billing-address > div {
    flex: 0 0 50px;
  }
}
#type_port {
  list-style: inside none;
  border: 1px solid #e5e5e5;
  margin-bottom: 15px;
  padding: 0;
  border-radius: 8px;
  overflow: hidden;
}
#type_port li {
  border-bottom: 1px solid #e5e5e5;
  position: relative;
}
#type_port li:last-child {
  border-bottom: none;
}
#type_port li input {
  display: none;
}
#type_port li img {
  max-width: 70px;
  margin: 0;
}
#type_port li span {
  margin-left: 10px;
  font-size: 14px;
}
#type_port li label {
  display: flex;
  align-items: center;
  padding: 15px;
  background: #FFFFFF;
  color: #333333;
  cursor: pointer;
  transition: all ease-in-out 0.2s;
}
#type_port li label:before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  flex-basis: 20px;
  flex-shrink: 0;
  background: #FFFFFF;
  border: 1px solid #999999;
  margin-right: 15px;
  border-radius: 10px;
}
#type_port li label:after {
  content: "";
  position: absolute;
  display: block;
  width: 12px;
  height: 12px;
  background: #999999;
  left: 19px;
  border-radius: 6px;
  opacity: 0;
  transition: all ease-in-out 0.2s;
}
#type_port li:hover label {
  background: #f2f2f2;
}
#type_port li:hover label:after {
  opacity: 1;
}
#type_port li input:checked + label {
  color: #a79682;
  background: #f2f2f2;
}
#type_port li input:checked + label:after {
  background: #a79682;
  opacity: 1;
}
@media screen and (max-width: 959px) {
  #type_port li img {
    max-width: 60px;
  }
  #type_port li label {
    font-size: 12px;
  }
}
.delivery-address-list {
  padding: 0;
  margin-bottom: 15px;
}
.delivery-address-list li {
  display: none;
  align-items: flex-start;
  justify-content: space-between;
  padding: 15px 0;
}
.delivery-address-list li:first-child {
  padding-top: 0;
}
.delivery-address-list li.active {
  display: flex;
}
.delivery-address-list li p {
  flex: 1 1 0;
  font-size: 14px;
}
.delivery-address-list li > div {
  flex: 0 0 120px;
}
@media screen and (max-width: 719px) {
  .delivery-address-list li > div {
    flex: 0 0 50px;
  }
}
.delivery-address-list li > div:first-child {
  flex: 1 1 0;
}
.delivery-address-list li > div:last-child {
  flex: 0 0 120px;
}
@media screen and (max-width: 719px) {
  .delivery-address-list li > div:last-child {
    flex: 0 0 50px;
  }
}
.delivery-address-list li input {
  display: none;
}
.delivery-address-list li label {
  display: block;
  cursor: pointer;
  color: #333333;
  font-size: 14px;
  position: relative;
}
#listeadrlivr {
  margin-top: 15px;
}
#listeadrlivr li:first-child {
  padding-top: 15px;
}
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  #select-adliv {
    display: none;
  }
  .delivery-address-list li {
    display: flex;
    position: relative;
  }
  .delivery-address-list li p {
    flex: 1 1 0;
    font-size: 14px;
  }
  .delivery-address-list li input {
    position: absolute;
    left: 10px;
    top: 50%;
    margin-top: -10px;
    display: block;
  }
  .delivery-address-list li label {
    padding-left: 30px;
  }
  .delivery-address-list li input:checked + label {
    color: #a79682;
  }
}
#recherche_relais {
  border-bottom: 1px solid #e5e5e5;
}
.relay-controls-title {
  align-self: center;
}
.relay-controls-title p {
  color: #333333;
  font-weight: 700;
}
@media screen and (max-width: 539px) {
  .relay-controls-title {
    display: none;
  }
}
.relay-list {
  max-height: 600px;
  overflow-y: auto;
  margin-bottom: 30px;
}
.relay-box {
  display: block;
  border-bottom: 1px solid #e5e5e5;
  padding: 15px 0;
}
.relay-box-content p.name {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  color: #a79682;
  margin-bottom: 10px;
}
.relay-box-content p.address {
  font-size: 13px;
  line-height: 13px;
  color: #333333;
}
.relay-box-content p.hours {
  font-size: 12px;
  color: #808080 !important;
  line-height: 12px;
  margin: 10px 0;
}
.relay-box-content .latitude,
.relay-box-content .longitude {
  display: none;
}
.relay-box-content a {
  display: inline-block;
  padding: 8px 12px;
  background: #333333;
  color: #FFFFFF;
  border-radius: 4px;
  text-transform: uppercase;
  text-align: center;
  font-size: 12px;
  transition: all ease 0.2s;
}
.relay-box-content a:hover {
  background: #a79682;
}
#map_relais iframe,
#map_relais #map-canvas:not(:empty) {
  display: block;
  width: 100%;
  height: 600px;
}
@media screen and (max-width: 719px) {
  #map_relais iframe,
  #map_relais #map-canvas:not(:empty) {
    height: 250px;
  }
}
main#account {
  padding-bottom: 60px;
}
.account-control-bar {
  display: block;
  margin: 15px 0;
  padding: 15px;
  background: #FFFFFF;
}
.account-user-name {
  font-size: 14px;
  text-transform: uppercase;
  color: #808080;
  padding: 10px 0;
}
.account-user-name span {
  font-size: 18px;
  color: #a79682;
  font-weight: 700;
}
.account-menu {
  position: relative;
}
.account-menu a {
  font-size: 12px;
  font-weight: 700;
  border-radius: 6px 0 0 6px;
  text-transform: uppercase;
  padding: 15px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  background: #FFFFFF;
  color: #333333;
  transition: all ease-in-out 0.2s;
  margin-bottom: 10px;
}
.account-menu a:last-child {
  border-bottom: none;
}
.account-menu a i {
  flex: 0 0 24px;
  text-align: center;
  margin-right: 10px;
}
.account-menu a:hover {
  color: #a79682;
}
.account-menu a.active {
  color: #FFFFFF;
  background: #a79682;
}
.account-menu a.active:hover {
  background: #a79682;
}
.panel-content {
  display: none;
  background: #FFFFFF;
  border-left: 3px solid #a79682;
  padding: 15px 30px;
  min-height: 100%;
}
.panel-content h3 {
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 30px;
  color: #4c4c4c;
  font-family: 'DM Serif Text', serif;
  text-align: center;
}
.panel-content h4 {
  font-size: 12px;
  font-weight: 700;
  margin-bottom: 7px;
  color: #4c4c4c;
}
.panel-content.active {
  display: block;
}
@media screen and (max-width: 959px) {
  .account-menu {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: none;
    padding: 0 15px;
  }
  .account-menu a {
    padding: 15px 7px;
    flex: 1 1 0;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    border-radius: 6px 6px 0 0;
  }
  .account-menu a + a {
    margin-left: 10px;
  }
  .account-menu a span {
    display: none;
  }
  .account-menu a i {
    font-size: 20px;
    margin-right: 0;
  }
  .panel-content {
    border-left: none;
    border-top: 3px solid #a79682;
    padding: 15px 30px;
  }
}
@media screen and (max-width: 719px) {
  .account-control-bar {
    display: block;
    margin: 15px 0;
    padding: 0;
    background: none;
  }
  .account-user-name {
    text-align: center;
  }
  .account-menu {
    padding: 0;
  }
  .account-menu a i {
    font-size: 18px;
  }
  .panel-content {
    padding: 15px;
  }
}
main#account .delivery-address-list li {
  display: flex;
  border-bottom: 1px solid #e5e5e5;
}
.order-list-legend {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #e5e5e5;
  font-size: 12px;
  color: #808080;
  padding-bottom: 7px;
}
.order-list-legend p {
  margin-bottom: 0;
}
.order-list-legend .date {
  flex: 1 1 15%;
}
.order-list-legend .number {
  flex: 1 1 15%;
}
.order-list-legend .status {
  flex: 1 1 20%;
}
.order-list-legend .tracking {
  flex: 1 1 20%;
}
.order-list-legend .quantity {
  flex: 1 1 10%;
}
.order-list-legend .total {
  flex: 0 1 20%;
}
.order-list-legend .details {
  flex: 0 0 40px;
  margin-left: 15px;
}
@media screen and (max-width: 959px) {
  .order-list-legend .date {
    flex: 1 1 15%;
  }
  .order-list-legend .number {
    flex: 1 1 15%;
  }
  .order-list-legend .status {
    flex: 1 1 25%;
  }
  .order-list-legend .tracking {
    flex: 1 1 28%;
  }
  .order-list-legend .quantity {
    flex: 1 1 7%;
  }
  .order-list-legend .total {
    flex: 0 1 10%;
  }
}
@media screen and (max-width: 719px) {
  .order-list-legend {
    display: none;
  }
}
.order-list {
  list-style: inside none;
}
.order-list > li {
  border-bottom: 1px solid #e5e5e5;
}
.order-list > li.order .order-return-controls {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 15px;
  background: #e5e5e5;
  border-top: 1px solid #cccccc;
}
.order-list > li.order .summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 14px;
  padding: 7px 0;
}
.order-list > li.order .summary .date {
  flex: 1 1 15%;
}
.order-list > li.order .summary .number {
  flex: 1 1 15%;
}
.order-list > li.order .summary .status {
  flex: 1 1 20%;
}
.order-list > li.order .summary .tracking {
  flex: 1 1 20%;
}
.order-list > li.order .summary .tracking:hover {
  color: #a79682;
  text-decoration: underline;
}
.order-list > li.order .summary .quantity {
  flex: 1 1 10%;
}
.order-list > li.order .summary .total {
  flex: 0 1 20%;
}
.order-list > li.order .summary .total span {
  font-size: 12px;
  color: #cccccc;
}
.order-list > li.order .summary .details {
  flex: 0 0 40px;
  margin-left: 15px;
  font-size: 18px;
  text-align: center;
  background: none;
  border: none;
  color: #cccccc;
  cursor: pointer;
  transition: color ease 0.2s;
}
.order-list > li.order .summary .details .fa-times {
  display: none;
}
.order-list > li.order .summary .details:hover {
  color: #a79682;
}
.order-list > li.order .summary .details.active .fa-times {
  display: inline;
}
.order-list > li.order .summary .details.active .fa-search {
  display: none;
}
.order-list > li.order .summary .lgnd {
  display: none;
}
@media screen and (max-width: 959px) {
  .order-list > li.order .summary .date {
    flex: 1 1 15%;
  }
  .order-list > li.order .summary .number {
    flex: 1 1 15%;
  }
  .order-list > li.order .summary .status {
    flex: 1 1 25%;
  }
  .order-list > li.order .summary .tracking {
    flex: 1 1 28%;
  }
  .order-list > li.order .summary .quantity {
    flex: 1 1 7%;
  }
  .order-list > li.order .summary .total {
    flex: 0 1 10%;
  }
}
@media screen and (max-width: 719px) {
  .order-list > li.order .summary {
    position: relative;
    margin-right: 40px;
    flex-wrap: wrap;
  }
  .order-list > li.order .summary .date {
    flex: 1 1 50%;
  }
  .order-list > li.order .summary .number {
    flex: 1 1 50%;
  }
  .order-list > li.order .summary .status {
    flex: 1 1 50%;
  }
  .order-list > li.order .summary .tracking {
    flex: 1 1 100%;
  }
  .order-list > li.order .summary .quantity {
    flex: 1 1 50%;
  }
  .order-list > li.order .summary .total {
    flex: 0 1 50%;
  }
  .order-list > li.order .summary .details {
    position: absolute;
    right: -40px;
    top: 50%;
    margin-top: -20px;
  }
  .order-list > li.order .summary .lgnd {
    display: inline-block;
    width: 100%;
    font-size: 12px;
    color: #a79682 !important;
  }
  .order-list > li.order .summary p,
  .order-list > li.order .summary a {
    margin-bottom: 5px;
  }
}
.order-list > li.order .items {
  border: 1px solid #e5e5e5;
  border-bottom: none;
  background: #e5e5e5;
  display: none;
}
.order-list > li.order .items .items-list-legend {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 12px;
  color: #FFFFFF;
  background: #808080;
  padding: 7px 15px;
}
.order-list > li.order .items .items-list-legend p {
  margin-bottom: 0;
}
.order-list > li.order .items .items-list-legend p:first-child {
  flex: 0 1 40%;
}
.order-list > li.order .items .items-list-legend p:nth-child(2) {
  flex: 0 1 5%;
}
.order-list > li.order .items .items-list-legend p:nth-child(3) {
  flex: 0 1 10%;
}
.order-list > li.order .items .items-list-legend p:nth-child(4) {
  flex: 0 1 45%;
}
@media screen and (max-width: 719px) {
  .order-list > li.order .items .items-list-legend {
    padding: 7px;
  }
  .order-list > li.order .items .items-list-legend p:first-child {
    flex: 0 1 40%;
  }
  .order-list > li.order .items .items-list-legend p:nth-child(2) {
    flex: 0 1 7%;
  }
  .order-list > li.order .items .items-list-legend p:nth-child(3) {
    flex: 0 1 23%;
  }
  .order-list > li.order .items .items-list-legend p:nth-child(4) {
    flex: 0 1 30%;
  }
}
.order-list > li.order .items ul {
  padding: 0;
}
.order-list > li.order .items li {
  display: flex;
  padding: 7px 15px;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #e5e5e5;
  font-size: 14px;
}
.order-list > li.order .items li:not(:first-child) {
  border-top: 1px solid #cccccc;
}
.order-list > li.order .items li a {
  flex: 0 0 10%;
  padding-right: 15px;
}
.order-list > li.order .items li .name {
  flex: 0 0 30%;
  padding-right: 10px;
}
.order-list > li.order .items li .quantity {
  flex: 0 0 5%;
}
.order-list > li.order .items li .total {
  flex: 0 0 10%;
}
.order-list > li.order .items li .total mark {
  background: none;
  text-decoration: line-through;
  display: block;
}
.order-list > li.order .items li .total mark:empty {
  display: none;
}
.order-list > li.order .items li .status {
  flex: 0 0 15%;
}
.order-list > li.order .items li .return {
  flex: 0 0 30%;
}
.order-list > li.order .items li .return .title {
  text-align: center;
  font-weight: 700;
  text-transform: uppercase;
}
.order-list > li.order .items li .return .field select {
  font-size: 14px;
  height: 36px;
}
.order-list > li.order .items li .return textarea {
  height: 60px;
  font-size: 13px;
}
.order-list > li.order .items li .return div:first-child {
  display: none;
}
.order-list > li.order .items li .return div:first-child a {
  padding-right: 0;
  font-size: 12px;
}
.order-list > li.order .items li .lgnd {
  display: none;
}
@media screen and (max-width: 719px) {
  .order-list > li.order .items li {
    padding: 7px;
    flex-wrap: wrap;
  }
  .order-list > li.order .items li a {
    display: none;
  }
  .order-list > li.order .items li .name {
    flex: 1 1 40%;
  }
  .order-list > li.order .items li .quantity {
    flex: 1 1 7%;
  }
  .order-list > li.order .items li .total {
    flex: 1 1 23%;
  }
  .order-list > li.order .items li .status {
    flex: 1 1 30%;
  }
  .order-list > li.order .items li .return {
    flex: 1 1 100%;
  }
}
.order-list > li.order .items .reorder {
  padding: 15px;
  text-align: right;
}
.order-list > li.order .items .reorder button.btn.primary {
  display: inline-block;
  font-size: 12px;
  height: 36px;
}
.order-list > li p {
  margin: 0;
}
#modal_nouvcli_statut .modal-header .modal-title.alt {
  display: none;
}
#modal_nouvcli_statut .btn.modify {
  display: none;
}
#modal_nouvcli_statut .btn.modify,
#modal_nouvcli_statut .btn.create {
  margin-bottom: 15px;
}
#modal_nouvcli_statut.modification #identifiants {
  display: none;
}
#modal_nouvcli_statut.modification .modal-header .modal-title.alt {
  display: inline;
}
#modal_nouvcli_statut.modification .modal-header .modal-title.base {
  display: none;
}
#modal_nouvcli_statut.modification .btn.modify {
  display: block;
}
#modal_nouvcli_statut.modification .btn.create {
  display: none;
}
#modal_nouvcli_statut.modification .news-field {
  display: none;
}
.fidelity {
  padding: 15px 0 0 0;
  display: none;
  border-bottom: 1px solid #e5e5e5;
}
.fidelity.active {
  display: block;
}
.fidelity p.txt-info {
  font-style: italic;
}
.fidelity h5 {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 5px;
  margin-top: 0;
}
.fidelity a {
  text-align: left;
  font-weight: 700;
  text-transform: uppercase;
  color: #a79682;
  cursor: pointer;
}
.fidelity a span {
  margin-left: 7px;
}
.fidelity a:hover {
  text-decoration: underline;
}
.fidelity .total {
  display: flex;
  padding: 15px 0;
  color: #333333;
  align-items: center;
  justify-content: space-between;
}
.fidelity .total .right {
  text-align: right;
}
.fidelity .modal-body .fid-info-link {
  font-weight: 700;
  color: #a79682;
}
.fidelity .modal-body .fid-info-link:hover {
  text-decoration: underline;
}
.YesReturn {
  margin-bottom: 15px;
}
.YesReturn .Retour {
  display: block;
  color: #a79682;
  margin: 0 !important;
  padding-top: 5px;
}
.YesReturn .summary {
  color: #a79682;
}
.YesReturn .items-list-legend {
  background-color: #ff506f !important;
}
.YesReturn .items {
  border: none !important;
}
.YesReturn .items ul {
  background-color: #ffe0e5;
}
.YesReturn .items ul li {
  border-color: #ff506f !important;
}
.YesReturn .items ul li:not(:first-child) {
  border-color: #ff506f !important;
  border-top: none !important;
}
.YesReturn .order-return-controls {
  display: none !important;
}
.NoReturn .Retour {
  display: none;
}
