/* Boutons */
body .action.primary,
body#html-body .product-addto-links .action.towishlist,
body#html-body .product-addto-links .action.tocompare,
.form-continue .button.action,
.checkout-billing-address .action{
    background-color: #ddd;
    color: #000;
    border: none;
    border-radius: 24px;
}
body .action.primary:hover,
body#html-body .product-addto-links .action.towishlist:hover,
body#html-body .product-addto-links .action.tocompare:hover,
.form-continue .button.action:hover,
.checkout-billing-address .action:hover{
    background-color: #ddd;
    border: none;
}
body .action.primary:active,
body#html-body .product-addto-links .action.towishlist:active,
body#html-body .product-addto-links .action.tocompare:active,
.form-continue .button.action:active,
.checkout-billing-address .action:active{
    background-color: #ddd;
    border: none;
}
body .action.primary:focus,
body#html-body .product-addto-links .action.towishlist:focus,
body#html-body .product-addto-links .action.tocompare:focus,
.form-continue .button.action:focus,
.checkout-billing-address .action:focus{
    background-color: #ddd;
    border: none;
}

.form-continue .button.action,
.checkout-billing-address .action{
    line-height: 2.2rem;
    padding: 14px 17px;
    font-size: 1.8rem;
    margin-left: 10px;
}

/* Arrows */
body .breadcrumbs .item:not(:last-child)::after {
    color: #c5363f;
}
body .navigation .level0.parent > .level-top > .ui-menu-icon::after {
    color: #c5363f;
    font-size: 24px;
    font-weight: bold;
    width: 20px;
}
body .sorter-action::before {
    color: #c5363f;
    content: '\e621';
}
body .sorter .sort-desc::before {
    content: '\e622';
}

/* Nav */
body .navigation, body .nav-sections {
    background: #fff;
}
body .page-header .panel.wrapper {
    border-bottom: none;
    background-color: #ffffff;
}
.page-wrapper .page-header  /*.header.content*/ {
	background-image: url(images/noix_entete.png);
	background-position: center; /* Center the image */
	background-repeat: no-repeat; /* Do not repeat the image */
	/*background-size: cover; /* Resize the background image to cover the entire container */
}

/* Links */
a,
.alink,
.pages a.page,

a:visited,
.alink:visited,
.pages a.page:visited,

a:hover,
.alink:hover,
.pages a.page:hover

{
    color: #000;
}

/* Pagination Links */
body .pages .action {
    boder: none;
    background-color: #ddd;
    border-radius: 24px;
}

/* Inputs */
body input[type="text"],
body input[type="number"],
body input[type="email"],
body input[type="password"],
body select,
body textarea {
    background-color : #eee;
    border-radius: 24px;
    -webkit-box-shadow:inset 2px 1px 3px #9f9f9f75;
    -moz-box-shadow:inset 2px 1px 3px #9f9f9f75;
    box-shadow:inset 2px 1px 3px #9f9f9f75;
    font-weight: bold;
}
body select.sorter-options {
    text-align: center;
}

/* Footer */
body .page-footer {
    background-color: #6f5c4e;
    color: #ffffff;
}
body .footer.content {
    border-top: none;
}
body .footer .bugs {
    display: none;
}

body#html-body .page-footer a,
body#html-body .page-footer .alink,
body#html-body .page-footer a:visited,
body#html-body .page-footer .alink:visited,
body#html-body .page-footer a:hover,
body#html-body .page-footer .alink:hover {
    color: #ffffff;
}

/* Subscribe */
body .block.newsletter .form.subscribe {
    border-radius: 24px;
    background-color: #dddddd7d;
    -webkit-box-shadow:inset 2px 1px 3px #00000091;
    -moz-box-shadow:inset 2px 1px 3px #00000091;
    box-shadow:inset 2px 1px 3px #00000091;
}
body .block.newsletter .form.subscribe input#newsletter {
    background-color: transparent;
    border: none;
    color: #6f5c4e;
}
body .block.newsletter .form.subscribe input#newsletter::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #6f5c4e;
  opacity: 1; /* Firefox */
}
body .block.newsletter .form.subscribe input#newsletter:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #6f5c4e;
}
body .block.newsletter .form.subscribe input#newsletter::-ms-input-placeholder { /* Microsoft Edge */
  color: #6f5c4e;
}
body .block.newsletter .field .control::before { /* Microsoft Edge */
  color: #6f5c4e;
}
body .block.newsletter .form.subscribe .actions .action.primary {
    background-color: #c5363f;
    margin: 2px;
    border-radius: 24px;
    color: #ffffff;
}
