.idcom-page-locked #wp-admin-bar-so_live_editor,
.idcom-page-locked #wp-admin-bar-edit {
  display: none !important;
}
button[name='update_cart'] {
  display: none !important;
}
body {
  background-color: #F8F5F3;
  max-width: 100% !important;
  overflow-x: hidden !important;
}
body * {
  font-family: 'Inter', sans-serif;
  color: #666666;
}
body a {
  color: #CC6637;
  text-decoration: none;
}
body a:hover {
  color: #A9542D;
}
body a[href]:empty {
  display: none;
}
body p {
  font-weight: 300;
  font-size: 15px;
  color: #666666;
}
body p:empty {
  display: none;
}
body p:empty a[href]:empty {
  display: none;
}
body .bg-primary {
  background-color: #CC6637 !important;
}
body .bg-primary * {
  color: white;
}
body .bg-white {
  background-color: white !important;
}
body .bg-primary-dark {
  background-color: #A9542D !important;
}
body .bg-primary-dark * {
  color: white;
}
body .btn.btn-bis-primary {
  color: white;
  background-color: #A9542D;
  border-color: #A9542D;
  border-radius: 0;
  font-size: 12px;
  transition: 0.3s;
}
body .btn.btn-bis-primary:hover {
  background-color: transparent;
  color: #A9542D;
}
body .btn.btn-primary {
  border-radius: 30px;
  background-color: transparent;
  border: solid 1px #CC6637;
  font-size: 14px;
  font-weight: 200;
  padding: 13px 4rem;
  color: #CC6637;
  transition: 0.3s;
  margin: 1rem 0;
}
body .btn.btn-primary:hover {
  background-color: #CC6637;
  color: white;
  border: solid 1px #CC6637;
}
body .btn.btn-primary:active,
body .btn.btn-primary:focus {
  box-shadow: none;
}
body input[type="submit"] {
  border-radius: 20px !important;
  background-color: transparent !important;
  border: solid 1px #CC6637 !important;
  font-size: 16px !important;
  font-weight: 200 !important;
  padding: 5px 35px !important;
  color: #CC6637 !important;
  transition: 0.3s !important;
  margin: 1rem 0 !important;
  height: auto !important;
  text-transform: uppercase;
}
body input[type="submit"]:hover {
  background-color: #CC6637;
  color: white;
  border: solid 1px #CC6637;
}
body input[type="submit"]:active,
body input[type="submit"]:focus {
  box-shadow: none;
}
body .pt-10 {
  padding-top: 5rem !important;
}
body header * {
  font-weight: 300;
  font-size: 13.5px;
}
body header .cart-dd {
  color: #CC6637;
  font-size: 15px;
}
body header .border-bottom-header {
  border-bottom: 1px solid #CC6637;
}
body header .border-bottom-header .info_header #menu-header {
  display: flex;
  list-style: none;
  align-items: center;
  justify-content: space-evenly;
  padding-left: 0;
  margin: 0;
}
body header .border-bottom-header .info_header #menu-header a:hover {
  color: #A9542D;
  font-weight: 500;
}
body header .border-bottom-header .info_header * {
  text-transform: uppercase;
}
body header .border-bottom-header .info_header div.nav-info {
  border-left: 1px solid #CC6637;
  padding-top: 10px;
  padding-bottom: 10px;
}
body header .border-bottom-header .info_header div.nav-info.bg-primary-dark a:hover {
  color: #CC6637;
}
body header .border-bottom-header .info_header div.nav-info a:hover {
  color: #A9542D;
  font-weight: 500;
}
body header .border-bottom-header .info_header > div:nth-child(1) > div:nth-child(4) {
  border-right: 1px solid #CC6637;
}
body header .search {
  position: relative;
  z-index: 999;
}
body header .header-nav nav {
  position: absolute;
  width: 100%;
  left: 0;
  z-index: 10;
  background-color: #FFF;
  padding: 1rem 2rem;
  box-shadow: 2px 7px 9px #0000001a;
}
body header .header-nav nav.navbar-light .navbar-nav div.barre-separation {
  background-color: #A9542D;
  width: 1px;
  height: auto;
}
body header .header-nav nav.navbar-light .navbar-nav .nav-item.active .nav-link {
  font-size: 15px;
  letter-spacing: 2px;
  color: #CC6637;
}
body header .header-nav nav.navbar-light .navbar-nav .nav-item .nav-link {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: 0.3s;
  color: #A9542D;
}
body header .header-nav nav.navbar-light .navbar-nav .nav-item .nav-link:hover {
  font-size: 15px;
  letter-spacing: 2px;
  color: #CC6637;
  font-weight: 500;
}
body header .header-nav nav #menu-header-1 {
  list-style: none;
  padding-left: 0;
  margin: 0;
}
body header .header-nav nav #menu-header-1 a {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: 0.3s;
  color: #A9542D;
  padding: 0.5rem 0;
  display: block;
}
body header .header-nav nav #menu-header-1 a:hover {
  color: #A9542D;
  font-weight: 500;
}
body header .header-nav nav .btn_nav {
  background-color: #A9542D;
  padding: 10px;
  display: inline-block;
  transition: 0.3s;
  color: white;
}
body header .header-nav nav .btn_nav:hover {
  background-color: #CC6637;
}
body header .is-form-style input.is-search-input {
  border-radius: 10px 0 0 10px;
  height: 50px;
  border-color: #9D5836 !important;
}
body header .is-form-style button.is-search-submit {
  height: 50px;
}
body header .is-search-icon {
  height: 50px;
  padding: 0 !important;
  align-items: center;
  display: flex !important;
  justify-content: center;
  background-color: #A9542D;
  width: 50px;
  border-radius: 0 10px 10px 0;
  border-color: #9D5836 !important;
}
body header .is-search-icon:hover {
  background-color: #CC6637;
}
body header .is-form-style .is-search-submit path {
  fill: white;
}
body main h2 {
  font-size: 21px;
  color: #3A1F14;
  font-family: 'Inter', sans-serif;
  margin-bottom: 1rem;
  text-transform: uppercase;
}
body main h2 span {
  color: #CC6637;
}
body main h3 {
  font-size: 17px;
  font-weight: 600;
  color: #CC6637;
  font-family: 'Inter', sans-serif;
}
body main ul li {
  padding: 10px 0;
  font-size: 15px;
  font-weight: 400;
}
body main section.single-product {
  margin-top: 5rem;
  margin-bottom: 3rem;
}
body main section.single-product .bloc {
  background-color: #A9542D;
  padding: 10px 1rem;
}
@media (min-width: 768px) {
  body main section.single-product .bloc {
    width: 40%;
  }
}
body main section.single-product .bloc h1 {
  color: white;
  font-size: 30px;
  font-weight: 700;
}
body main section.single-product .bg-white {
  padding: 4rem 0.5rem;
  border-radius: 10px;
}
@media (min-width: 768px) {
  body main section.single-product .bg-white {
    padding: 4rem 5rem;
  }
}
body main section.single-product .bg-white h2 {
  color: #80432B;
  font-size: 24px;
  font-weight: 600;
  text-align: left;
  text-transform: inherit;
}
body main section.single-product .bg-white h3 {
  font-size: 24px;
  font-weight: 600;
  color: #CC6637;
  text-align: right;
}
body main section.single-product .bg-white h3 span,
body main section.single-product .bg-white h3 bdi {
  font-size: 24px;
  font-weight: 600;
  color: #CC6637;
  text-align: right;
}
body main section.single-product .bg-white p {
  font-size: 16px;
  font-weight: 600;
}
body main section.single-product .bg-white .btn.btn-primary {
  padding: 10px 50px;
}
body main section.single-product .bg-white .total h4 {
  font-size: 16px;
  color: #80432B;
  font-weight: 500;
}
body main section.single-product .bg-white .total h3 {
  color: #A9542D;
  font-size: 20px;
  font-weight: 500;
}
body footer#footer {
  background-color: #3A1F14 !important;
  padding: 3rem 0 1rem;
}
body footer#footer * {
  color: white;
  font-size: 14px;
  font-weight: 300;
}
body footer#footer a.style-footer {
  text-transform: uppercase;
  color: #CC6637;
}
body footer#footer div.color-primary * {
  color: #CC6637;
}
body footer#footer i.fa-phone {
  transform: rotate(90deg);
}
body footer#footer #menu-menu-footer,
body footer#footer #menu-menu-footer-bis {
  list-style: none;
  margin: 0;
  padding: 0;
}
body footer#footer #menu-menu-footer li,
body footer#footer #menu-menu-footer-bis li {
  padding: 8px 0;
}
body footer#footer #menu-menu-footer li.menu-item-528,
body footer#footer #menu-menu-footer-bis li.menu-item-528 {
  padding-top: 0;
}
body footer#footer #menu-menu-footer-bis {
  text-transform: uppercase;
}
body footer#footer #menu-header-1,
body footer#footer h4 {
  color: #CC6637;
}
body footer#footer .lien a {
  display: block;
  padding: 10px 0px;
}
body footer#footer .colonne::after {
  content: '';
  background-color: #A9542D;
  width: 1px;
  height: 100%;
  position: absolute;
  right: 10%;
  opacity: 0.5;
}
body footer#footer hr {
  opacity: 0.5;
  color: #A9542D;
}
body main > .woocommerce {
  padding: 1rem;
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  max-width: 1320px;
}
@media (min-width: 992px) {
  body main > .woocommerce {
    margin: 6rem auto 0 auto;
    padding: 2.5rem 1rem;
  }
}
body main > .woocommerce > .woocommerce-breadcrumb {
  color: #A9542D;
}
body main > .woocommerce > .woocommerce-breadcrumb > a {
  transition: all 0.5s ease-in-out !important;
  -webkit-transition: all 0.5s ease-in-out !important;
  -moz-transition: all 0.5s ease-in-out !important;
  -o-transition: all 0.5s ease-in-out !important;
  color: #CC6637;
}
body main > .woocommerce > .woocommerce-breadcrumb > a:hover {
  color: #A9542D;
  text-decoration: none;
}
body main > .woocommerce > .woocommerce-breadcrumb > i {
  color: black;
}
body main > #primary > #main {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  margin: 72px auto 48px auto;
}
body main > #primary > #main > .woocommerce-breadcrumb {
  color: #A9542D;
}
body main > #primary > #main > .woocommerce-breadcrumb > a {
  transition: all 0.5s ease-in-out !important;
  -webkit-transition: all 0.5s ease-in-out !important;
  -moz-transition: all 0.5s ease-in-out !important;
  -o-transition: all 0.5s ease-in-out !important;
  color: #CC6637;
}
body main > #primary > #main > .woocommerce-breadcrumb > a:hover {
  color: #A9542D;
  text-decoration: none;
}
body main > #primary > #main > .woocommerce-breadcrumb > i {
  color: black;
}
body .woocommerce .button:hover,
body .woocommerce .checkout-button.button:hover {
  background-color: black;
}
body #add_payment_method .wc-proceed-to-checkout a.checkout-button:hover,
body .woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover,
body .woocommerce-checkout .wc-proceed-to-checkout a.checkout-button:hover {
  background-color: black;
}
body .products {
  display: none;
}
body .woocommerce h2,
body .woocommerce h3 {
  color: #CC6637;
}
body .woocommerce-checkout #payment ul.payment_methods li img {
  width: 50px;
}
body .MR-Widget {
  font-size: 12px !important;
  width: 1090px;
}
body .MR-Widget .MRW-Results {
  height: 520px !important;
}
body .MR-Widget .PR-Hours {
  font-size: 12px !important;
}
body .MR-Widget span {
  font-size: 14px !important;
}
body .MRW-Map {
  width: 70% !important;
  height: 100% !important;
}
@media (max-width: 767.98px) {
  body .MRW-Map {
    width: 100% !important;
    height: 500px !important;
  }
}
body .MRW-RList {
  width: 30% !important;
  max-height: 100% !important;
}
@media (max-width: 767.98px) {
  body .MRW-RList {
    width: 100% !important;
  }
}
body .mrwp #modaal_link {
  color: white;
  font-size: 14px;
  font-weight: 500;
  background-color: #A9542D;
  padding: 8px 15px;
}
@media (max-width: 767.98px) {
  body .mrwp #modaal_link {
    font-size: 12px;
    display: block;
    text-align: center;
  }
}
body .mrwp #modaal_link:hover {
  background-color: #CC6637;
}
body #parcel_shop_info {
  color: #A9542D;
  font-style: normal;
  font-size: 14px;
}
@media (max-width: 767.98px) {
  body #parcel_shop_info {
    font-size: 12px;
  }
}
body .iArg0 {
  width: 240px;
}
body .Arg2 {
  width: 80px !important;
}
body #delivery_point_chosen {
  color: white;
  font-size: 16px;
  font-weight: 500;
  background-color: #A9542D;
  padding: 8px 15px;
  border: 0;
  cursor: pointer;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
body #delivery_point_chosen:hover {
  background-color: #CC6637;
}
body .woocommerce-error,
body .woocommerce-info,
body .woocommerce-message {
  display: block;
  position: relative;
  width: 100%;
  padding: 32px 24px;
  margin-bottom: 32px;
  border: none;
  color: white;
  color: rgba(255,255,255,0.85);
  font-weight: 600;
  text-align: center;
  border-radius: 0;
}
body .woocommerce-error a,
body .woocommerce-info a,
body .woocommerce-message a {
  transition: all 0.5s ease-in-out !important;
  -webkit-transition: all 0.5s ease-in-out !important;
  -moz-transition: all 0.5s ease-in-out !important;
  -o-transition: all 0.5s ease-in-out !important;
  color: white;
  background: #CC6637;
  padding: 6px 12px;
  text-shadow: none;
  border-radius: 0;
  display: inline-block;
}
body .woocommerce-error a:hover,
body .woocommerce-info a:hover,
body .woocommerce-message a:hover {
  color: white;
  background: black;
  text-decoration: none;
}
body .woocommerce-error {
  background-color: white;
  border: solid 1px red;
  color: white !important;
}
body .woocommerce-info {
  background: #A9542D;
  color: white;
  display: flex;
  flex-flow: row-reverse;
  align-items: center;
  justify-content: space-between;
  font-size: 16px;
  font-weight: 300;
  border-radius: 10px;
}
body .woocommerce-info a.woocommerce-Button {
  background-color: white !important;
}
body .woocommerce-info a.woocommerce-Button:hover {
  background-color: #CC6637 !important;
  color: white !important;
}
body .cart-empty .woocommerce-info {
  text-align: center;
  justify-content: center;
}
body .woocommerce-message {
  background: #A9542D;
  color: white;
}
body .woocommerce-error::before,
body .woocommerce-info::before,
body .woocommerce-message::before {
  content: '';
  display: none;
}
body .woocommerce-error::after,
body .woocommerce-info::after,
body .woocommerce-message::after {
  content: '';
  display: none;
}
body .woocommerce .woocommerce-message,
body .woocommerce .woocommerce-error,
body .woocommerce .woocommerce-info {
  margin: 0 0 2rem 0;
}
body .woocommerce .woocommerce-message a.button:hover,
body .woocommerce .woocommerce-error a.button:hover,
body .woocommerce .woocommerce-info a.button:hover {
  background: black;
}
body .return-to-shop {
  display: block;
  position: relative;
  width: 100%;
  text-align: center;
  margin: 32px auto;
}
body .woocommerce table.shop_table,
body .woocommerce-checkout-review-order-table {
  border: solid 1px #CC6637;
}
body table.shop_table .product-thumbnail {
  display: none;
}
body table.shop_table th {
  font-weight: 400 !important;
  color: #CC6637;
}
body .woocommerce button.button:disabled,
body .woocommerce button.button:disabled[disabled] {
  color: #CC6637;
  opacity: 1;
}
body #add_payment_method table.cart .product-thumbnail,
body .woocommerce-cart table.cart .product-thumbnail,
body .woocommerce-checkout table.cart .product-thumbnail {
  width: 100px;
  min-width: 72px;
}
body #add_payment_method #payment div.payment_box p,
body .woocommerce-cart #payment div.payment_box p,
body .woocommerce-checkout #payment div.payment_box p {
  margin-bottom: 1rem;
}
body .woocommerce #respond input#submit,
body .woocommerce a.button,
body .woocommerce button.button,
body .woocommerce input.button {
  transition: all 0.5s ease-in-out !important;
  -webkit-transition: all 0.5s ease-in-out !important;
  -moz-transition: all 0.5s ease-in-out !important;
  -o-transition: all 0.5s ease-in-out !important;
  border-radius: 20px;
  background-color: transparent;
  border: solid 1px #CC6637;
  font-size: 14px;
  font-weight: 200;
  padding: 10px 35px;
  color: #CC6637;
  transition: 0.3s;
  margin: 1rem 0;
}
body .woocommerce #respond input#submit:hover,
body .woocommerce a.button:hover,
body .woocommerce button.button:hover,
body .woocommerce input.button:hover {
  background: #A9542D;
  color: white;
}
body .cart_item .product-thumbnail {
  display: block;
  position: relative;
  width: 100px;
  min-width: 72px;
}
body .cart_item .product-thumbnail a img {
  width: 100%;
}
body #add_payment_method table.cart input,
body .woocommerce-cart table.cart input,
body .woocommerce-checkout table.cart input {
  border-radius: 0;
  width: 100px;
  text-align: center;
  border: solid 1px #CC6637;
}
body .coupon {
  display: flex;
  align-items: center;
}
body .coupon #coupon_code {
  display: block;
  position: relative;
  border-radius: 10px;
  width: 200px;
  text-align: center;
  border: solid 1px #CC6637;
  color: black;
  font-weight: 400;
}
body .woocommerce form .form-row {
  margin-bottom: 1rem;
}
body .woocommerce form .form-row input.input-text {
  padding: 7px 12px;
  padding-top: 7px;
  border-radius: 0;
  color: black;
  border: solid 1px #cc6637c0 !important;
}
body .woocommerce form.checkout_coupon,
body .woocommerce form.login,
body .woocommerce form.register {
  border: solid 1px #CC6637;
}
body #add_payment_method #payment,
body .woocommerce-cart #payment,
body .woocommerce-checkout #payment {
  background: white;
  border: solid 1px #CC6637;
}
body #add_payment_method #payment div.payment_box,
body .woocommerce-cart #payment div.payment_box,
body .woocommerce-checkout #payment div.payment_box {
  background-color: white;
  border: solid 1px #CC6637;
  border-radius: 6px;
  font-weight: 500;
}
body #add_payment_method #payment div.payment_box::before,
body .woocommerce-cart #payment div.payment_box::before,
body .woocommerce-checkout #payment div.payment_box::before {
  content: "";
  display: block;
  border: 1em solid #CC6637;
  border-right-color: transparent;
  border-left-color: transparent;
  border-top-color: transparent;
  position: absolute;
  top: -13px;
  left: 0;
  margin: -1em 0 0 2em;
}
body .woocommerce #respond input#submit.alt,
body .woocommerce a.button.alt,
body .woocommerce button.button.alt,
body .woocommerce input.button.alt {
  transition: all 0.5s ease-in-out !important;
  -webkit-transition: all 0.5s ease-in-out !important;
  -moz-transition: all 0.5s ease-in-out !important;
  -o-transition: all 0.5s ease-in-out !important;
  background: #CC6637;
}
body .woocommerce #respond input#submit.alt:hover,
body .woocommerce a.button.alt:hover,
body .woocommerce button.button.alt:hover,
body .woocommerce input.button.alt:hover {
  background: black;
}
body form.checkout .col2-set h3 {
  text-transform: none;
  font-size: 1.25rem;
  letter-spacing: 0;
}
body form.checkout .col2-set h3 label {
  margin-bottom: 0;
}
body form.checkout .col2-set .col-1,
body form.checkout .col2-set .col-2 {
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
  max-width: none;
  width: 48%;
  clear: none;
}
body form.checkout .col2-set .col-1 .form-row-first,
body form.checkout .col2-set .col-1 .form-row-last,
body form.checkout .col2-set .col-1 .form-row-wide,
body form.checkout .col2-set .col-1 .form-row.notes,
body form.checkout .col2-set .col-2 .form-row-first,
body form.checkout .col2-set .col-2 .form-row-last,
body form.checkout .col2-set .col-2 .form-row-wide,
body form.checkout .col2-set .col-2 .form-row.notes {
  width: 100%;
}
body form.checkout .col2-set .col-1 .form-row-first .woocommerce-input-wrapper,
body form.checkout .col2-set .col-1 .form-row-last .woocommerce-input-wrapper,
body form.checkout .col2-set .col-1 .form-row-wide .woocommerce-input-wrapper,
body form.checkout .col2-set .col-1 .form-row.notes .woocommerce-input-wrapper,
body form.checkout .col2-set .col-2 .form-row-first .woocommerce-input-wrapper,
body form.checkout .col2-set .col-2 .form-row-last .woocommerce-input-wrapper,
body form.checkout .col2-set .col-2 .form-row-wide .woocommerce-input-wrapper,
body form.checkout .col2-set .col-2 .form-row.notes .woocommerce-input-wrapper {
  width: 100%;
}
body form.checkout .col2-set .col-1 .form-row-first label,
body form.checkout .col2-set .col-1 .form-row-last label,
body form.checkout .col2-set .col-1 .form-row-wide label,
body form.checkout .col2-set .col-1 .form-row.notes label,
body form.checkout .col2-set .col-2 .form-row-first label,
body form.checkout .col2-set .col-2 .form-row-last label,
body form.checkout .col2-set .col-2 .form-row-wide label,
body form.checkout .col2-set .col-2 .form-row.notes label {
  display: block;
  position: relative;
  width: 100%;
  margin-bottom: 0;
}
body form.checkout .col2-set .col-1 .form-row-first input,
body form.checkout .col2-set .col-1 .form-row-first textarea,
body form.checkout .col2-set .col-1 .form-row-first .input-text,
body form.checkout .col2-set .col-1 .form-row-last input,
body form.checkout .col2-set .col-1 .form-row-last textarea,
body form.checkout .col2-set .col-1 .form-row-last .input-text,
body form.checkout .col2-set .col-1 .form-row-wide input,
body form.checkout .col2-set .col-1 .form-row-wide textarea,
body form.checkout .col2-set .col-1 .form-row-wide .input-text,
body form.checkout .col2-set .col-1 .form-row.notes input,
body form.checkout .col2-set .col-1 .form-row.notes textarea,
body form.checkout .col2-set .col-1 .form-row.notes .input-text,
body form.checkout .col2-set .col-2 .form-row-first input,
body form.checkout .col2-set .col-2 .form-row-first textarea,
body form.checkout .col2-set .col-2 .form-row-first .input-text,
body form.checkout .col2-set .col-2 .form-row-last input,
body form.checkout .col2-set .col-2 .form-row-last textarea,
body form.checkout .col2-set .col-2 .form-row-last .input-text,
body form.checkout .col2-set .col-2 .form-row-wide input,
body form.checkout .col2-set .col-2 .form-row-wide textarea,
body form.checkout .col2-set .col-2 .form-row-wide .input-text,
body form.checkout .col2-set .col-2 .form-row.notes input,
body form.checkout .col2-set .col-2 .form-row.notes textarea,
body form.checkout .col2-set .col-2 .form-row.notes .input-text {
  display: block;
  width: 100%;
  clear: both;
}
body form.checkout .col2-set .col-1 .form-row-first textarea,
body form.checkout .col2-set .col-1 .form-row-last textarea,
body form.checkout .col2-set .col-1 .form-row-wide textarea,
body form.checkout .col2-set .col-1 .form-row.notes textarea,
body form.checkout .col2-set .col-2 .form-row-first textarea,
body form.checkout .col2-set .col-2 .form-row-last textarea,
body form.checkout .col2-set .col-2 .form-row-wide textarea,
body form.checkout .col2-set .col-2 .form-row.notes textarea {
  border-radius: 0;
  padding: 12px;
  border: solid 1px #CC6637;
  min-height: 80px;
}
body #stripe-payment-data p {
  color: white;
}
body #stripe-payment-data p a {
  color: #A9542D;
}
body .woocommerce .woocommerce-customer-details address {
  border: solid 1px #CC6637;
  padding: 12px 20px;
}
body .woocommerce form .form-row textarea textarea {
  display: block;
  width: 100%;
  clear: both;
}
body #order_review_heading {
  margin-top: 32px;
  text-align: center;
}
body .woocommerce ul.order_details {
  padding: 0;
}
body .woocommerce ul.order_details li {
  padding-top: 12px;
  padding-bottom: 12px;
  border-right: 1px solid #CC6637;
}
body .woocommerce ul.order_details li strong {
  color: #CC6637;
  margin-top: 12px;
}
body .woocommerce-MyAccount-navigation ul {
  list-style-type: none;
  display: block;
  position: relative;
  width: 100%;
  padding: 0;
}
body .woocommerce-MyAccount-navigation ul li {
  display: block;
  position: relative;
  width: 100%;
  clear: both;
  padding: 1px 0;
}
body .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link:first-child a {
  border-radius: 10px 10px 0 0;
}
body .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link:last-child a {
  border-radius: 0 0 10px 10px;
}
body .woocommerce-MyAccount-navigation ul li a {
  transition: all 0.5s ease-in-out !important;
  -webkit-transition: all 0.5s ease-in-out !important;
  -moz-transition: all 0.5s ease-in-out !important;
  -o-transition: all 0.5s ease-in-out !important;
  display: block;
  position: relative;
  width: 100%;
  background: #CC6637;
  color: white;
  padding: 14px 16px;
  font-weight: 300;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 14px;
}
body .woocommerce-MyAccount-navigation ul li a:hover {
  background: #A9542D;
  color: white;
}
body .woocommerce-MyAccount-navigation ul li.is-active a {
  background: #A9542D;
  color: white;
}
body .woocommerce-MyAccount-content > p {
  text-align: left;
}
body .woocommerce .col2-set .col-1,
body .woocommerce-page .col2-set .col-1,
body .woocommerce .col2-set .col-2,
body .woocommerce-page .col2-set .col-2 {
  width: 100%;
  display: block;
  position: relative;
  clear: both;
  margin: 1.5rem auto;
}
body .u-columns address {
  font-weight: 300;
  font-size: 14px;
}
body .u-columns .col-1,
body .u-columns .col-2 {
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
  max-width: none;
  display: block;
  position: relative;
  float: none;
  width: 100%;
  padding: 24px 0;
}
body .u-columns .col-1 header h3,
body .u-columns .col-2 header h3 {
  text-transform: none;
  font-weight: 400;
  font-size: 17px;
}
body .u-columns .col-1 header .edit,
body .u-columns .col-2 header .edit {
  transition: all 0.5s ease-in-out !important;
  -webkit-transition: all 0.5s ease-in-out !important;
  -moz-transition: all 0.5s ease-in-out !important;
  -o-transition: all 0.5s ease-in-out !important;
  background: #A9542D;
  color: white;
  border-radius: 20px;
  background-color: transparent;
  border: solid 1px #CC6637;
  font-size: 14px;
  font-weight: 200;
  padding: 5px 35px;
  color: #CC6637;
  transition: 0.3s;
}
body .u-columns .col-1 header .edit:hover,
body .u-columns .col-2 header .edit:hover {
  background: #CC6637;
  color: white;
}
body .woocommerce form .form-row label {
  display: block;
  position: relative;
  width: 100%;
}
body .woocommerce form .password-input,
body .woocommerce-page form .password-input {
  display: block;
  position: relative;
  width: 100%;
}
body .woocommerce form .password-input input,
body .woocommerce-page form .password-input input {
  display: block;
  position: relative;
  width: 100%;
}
body .woocommerce legend {
  padding: 24px 0;
  text-align: center;
  font-size: 18px;
  color: #CC6637;
  font-weight: 300;
}
body .edit-account button.button {
  display: block;
  margin: 32px auto 0 auto;
}
body #lpc_pick_up_info {
  color: #CC6637;
  margin-top: 10px;
}
body #stripe-cvc-element {
  width: 40px;
}
body .woocommerce-checkout #payment ul.payment_methods .stripe-card-group {
  position: relative;
  width: 422px;
  max-width: 100%;
}
body #lpc_pick_up_widget_show_map {
  color: white;
  background-color: #A9542D;
  border: 0;
  cursor: pointer;
  padding: 12px 25px;
  margin-bottom: 15px;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
body #lpc_pick_up_widget_show_map:hover {
  background-color: #CC6637;
}
body .woocommerce-address-fields .woocommerce-address-fields__field-wrapper > p label {
  display: block;
  position: relative;
  width: 100%;
}
body .woocommerce-address-fields .woocommerce-address-fields__field-wrapper > p .woocommerce-input-wrapper {
  display: block;
  position: relative;
  width: 100%;
}
body .woocommerce-address-fields .woocommerce-address-fields__field-wrapper > p .woocommerce-input-wrapper input {
  display: block;
  position: relative;
  width: 100%;
}
body .woocommerce-address-fields button.button {
  display: block;
  margin: 32px auto 0 auto;
}
body .woocommerce form .show-password-input,
body .woocommerce-page form .show-password-input {
  transition: all 0.5s ease-in-out !important;
  -webkit-transition: all 0.5s ease-in-out !important;
  -moz-transition: all 0.5s ease-in-out !important;
  -o-transition: all 0.5s ease-in-out !important;
  top: .4em;
  color: black;
}
body .woocommerce form .show-password-input:hover,
body .woocommerce-page form .show-password-input:hover {
  color: #A9542D;
}
body .woocommerce-ResetPassword p {
  text-align: center;
}
body .woocommerce-ResetPassword p button.button {
  margin: 24px auto 0 auto;
}
body .woocommerce form .form-row-first,
body .woocommerce-page form .form-row-first {
  display: inline-block;
  position: relative;
  width: 50%;
  float: none;
}
body .woocommerce b,
body .woocommerce strong {
  font-weight: 600;
}
@media (min-width: 992px) {
  body main > #primary > #main {
    width: 960px;
  }
}
@media (min-width: 1200px) {
  body main > #primary > #main {
    width: 1320px;
  }
}
@media (max-width: 767.98px) {
  body .woocommerce #respond input#submit,
  body .woocommerce a.button,
  body .woocommerce button.button,
  body .woocommerce input.button {
    display: block;
    position: relative;
    clear: both;
    margin: 0 auto;
  }
  body .coupon #coupon_code {
    width: 100%;
  }
  body .woocommerce #content table.cart td.actions .coupon .button,
  body .woocommerce #content table.cart td.actions .coupon .input-text,
  body .woocommerce #content table.cart td.actions .coupon input,
  body .woocommerce table.cart td.actions .coupon .button,
  body .woocommerce table.cart td.actions .coupon .input-text,
  body .woocommerce table.cart td.actions .coupon input,
  body .woocommerce-page #content table.cart td.actions .coupon .button,
  body .woocommerce-page #content table.cart td.actions .coupon .input-text,
  body .woocommerce-page #content table.cart td.actions .coupon input,
  body .woocommerce-page table.cart td.actions .coupon .button,
  body .woocommerce-page table.cart td.actions .coupon .input-text,
  body .woocommerce-page table.cart td.actions .coupon input {
    width: 100%;
    margin-top: 8px;
  }
  body form.checkout .col2-set .col-1,
  body form.checkout .col2-set .col-2 {
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
    max-width: none;
    width: 100%;
  }
  body form.checkout .col2-set .col-2 {
    margin-top: 32px;
  }
  body .woocommerce ul.order_details li {
    display: block;
    position: relative;
    width: 100%;
    clear: both;
    text-align: center;
    border-right: none;
    border-bottom: 1px solid #A9542D;
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0;
    float: initial;
  }
  body .woocommerce-thankyou-order-received {
    text-align: center;
  }
  body .woocommerce-orders-table__cell .view {
    text-align: center;
  }
  body .woocommerce table.my_account_orders td,
  body .woocommerce table.my_account_orders th {
    padding: 12px;
  }
  body .edit-account button.button {
    margin: 24px auto 0 auto;
  }
  body .woocommerce-address-fields button.button {
    margin: 24px auto 0 auto;
  }
  body .woocommerce-MyAccount-content form h3 {
    text-align: center;
  }
  body .woocommerce-MyAccount-navigation ul li a {
    text-align: center;
  }
}
@media (max-width: 1399.98px) {
  body footer#footer .colonne::after {
    right: 5%;
  }
}
@media (max-width: 1199.98px) {
  body header .border-bottom-header .info_header div.nav-info {
    padding-left: 3px;
    padding-right: 3px;
  }
}
@media (max-width: 991.98px) {
  body header #navbarNav {
    text-align: center;
  }
  body header nav.navbar {
    padding: 0;
  }
  body header nav.navbar #navbarNav {
    padding: 1rem 0 3rem;
  }
  body header .is-search-icon {
    width: 100%;
  }
  body header .is-screen-reader-text {
    width: 40px;
  }
  body footer#footer div.col-xl-3:nth-child(2)::after {
    display: none;
  }
  body footer#footer .follow {
    margin: 1rem 0;
  }
}
@media (max-width: 576px) {
  body footer#footer button {
    background: inherit;
    border: none;
  }
  body footer#footer .card {
    background: inherit;
    border: none;
    list-style: none;
    padding: 0;
    text-align: left;
  }
  body footer#footer .card #menu-menu-footer-1,
  body footer#footer .card #menu-menu-footer-bis-1 {
    list-style: none;
    padding: 5px 10px;
  }
  body footer#footer .colonne {
    text-align: center;
  }
  body footer#footer .colonne::after {
    display: none;
  }
  body footer#footer .colonne_bis {
    display: flex !important;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
  }
  body footer#footer .colonne_bis div.mt-4 {
    text-align: center;
  }
  body footer#footer .follow {
    justify-content: center;
  }
}
#configurateur {
  position: relative;
}
#configurateur .loader {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: white;
  opacity: 0.7;
  z-index: 3;
}
#configurateur .step-title,
#configurateur .step-title2 {
  font-size: 1rem;
  font-weight: 600;
  text-align: center;
  color: #666666;
}
#configurateur #steps-list .step {
  padding: 0.5rem;
  color: #A9542D;
  width: 3rem;
  height: 3rem;
  text-align: center;
  border: solid 1px #A9542D;
  border-radius: 50%;
  margin: 0.5rem;
  position: relative;
}
@media (min-width: 992px) {
  #configurateur #steps-list .step {
    margin: 0.5rem 2rem;
  }
  #configurateur #steps-list .step::after {
    position: absolute;
    content: '';
    height: 1px;
    width: 100%;
    background-color: #A9542D;
    left: 100%;
    top: 50%;
  }
  #configurateur #steps-list .step::before {
    position: absolute;
    content: '';
    height: 1px;
    width: 100%;
    background-color: #A9542D;
    right: 100%;
    top: 50%;
  }
}
#configurateur #steps-list .step:first-of-type::before {
  display: none;
}
#configurateur #steps-list .step:last-of-type::after {
  display: none;
}
#configurateur #steps-list .step[data-completed="1"] {
  background-color: #A9542D;
  color: white;
  cursor: pointer;
}
#configurateur #steps-list .step[data-active="1"] {
  background-color: black;
  color: white;
}
#configurateur .form-wrapper.border {
  border: unset;
}
#configurateur .form-wrapper .control-wrapper #prev-step,
#configurateur .form-wrapper .control-wrapper #next-step {
  border: solid 1px #A9542D;
  border-radius: 5rem;
  color: #A9542D;
  transition: .3s all;
  font-size: 0.875rem;
  position: relative;
}
#configurateur .form-wrapper .control-wrapper #prev-step:hover,
#configurateur .form-wrapper .control-wrapper #next-step:hover {
  background-color: #A9542D;
  color: white;
}
#configurateur .form-wrapper .control-wrapper #prev-step.next,
#configurateur .form-wrapper .control-wrapper #next-step.next {
  padding: 0.75rem 2rem 0.75rem 2.5rem;
}
#configurateur .form-wrapper .control-wrapper #prev-step.prev,
#configurateur .form-wrapper .control-wrapper #next-step.prev {
  padding: 0.75rem 2.5rem 0.75rem 2rem;
}
#configurateur .form-wrapper #configuration-form [data-form-type="pa_type-de-profile"] .selector,
#configurateur .form-wrapper #configuration-form [data-form-type="pa_couleur"] .selector,
#configurateur .form-wrapper #configuration-form [data-form-type="pa_reference-piece-de-la-maison"] .selector {
  border-radius: 50%;
  padding: 0.5rem;
  cursor: pointer;
}
#configurateur .form-wrapper #configuration-form [data-form-type="pa_type-de-profile"] .selector .image-wrapper,
#configurateur .form-wrapper #configuration-form [data-form-type="pa_couleur"] .selector .image-wrapper,
#configurateur .form-wrapper #configuration-form [data-form-type="pa_reference-piece-de-la-maison"] .selector .image-wrapper {
  overflow: hidden;
}
#configurateur .form-wrapper #configuration-form [data-form-type="pa_type-de-profile"] .selector .image-wrapper img,
#configurateur .form-wrapper #configuration-form [data-form-type="pa_couleur"] .selector .image-wrapper img,
#configurateur .form-wrapper #configuration-form [data-form-type="pa_reference-piece-de-la-maison"] .selector .image-wrapper img {
  object-fit: cover;
  height: 100px;
  width: 100px;
  border-radius: 50%;
  border: solid 1px #E6E6E6;
}
#configurateur .form-wrapper #configuration-form [data-form-type="pa_type-de-vitrage"] .selector {
  padding: 0;
  border-radius: 0.5rem;
  cursor: pointer;
}
#configurateur .form-wrapper #configuration-form [data-form-type="pa_type-de-vitrage"] .selector .image-wrapper img {
  height: 150px;
  width: 150px;
  object-fit: contain;
  padding: 1rem;
  border: solid 1px #E6E6E6;
  border-radius: 0.5rem;
}
#configurateur .form-wrapper #configuration-form [data-form-type="pa_transparence-du-verre"] .selector {
  padding: 0;
  border-radius: 0.5rem;
  cursor: pointer;
}
#configurateur .form-wrapper #configuration-form [data-form-type="pa_transparence-du-verre"] .selector .image-wrapper img {
  height: 150px;
  width: 150px;
  object-fit: cover;
  border: solid 1px #E6E6E6;
  border-radius: 0.5rem;
}
#configurateur .form-wrapper #configuration-form [data-form-type="pa_forme-du-verre"] .selector,
#configurateur .form-wrapper #configuration-form [data-form-type="pa_pose"] .selector {
  padding: 0;
  border-radius: 0.5rem;
  cursor: pointer;
}
#configurateur .form-wrapper #configuration-form [data-form-type="pa_forme-du-verre"] .selector .image-wrapper img,
#configurateur .form-wrapper #configuration-form [data-form-type="pa_pose"] .selector .image-wrapper img {
  height: 150px;
  width: 150px;
  object-fit: contain;
  border: solid 1px #E6E6E6;
  border-radius: 0.5rem;
}
#configurateur .form-wrapper #configuration-form form .label {
  font-size: 1rem;
  color: #666666;
  font-weight: 500;
  text-align: center;
  margin-top: 0.5rem;
}
#configurateur .form-wrapper #configuration-form form input[type="radio"],
#configurateur .form-wrapper #configuration-form form input[type="checkbox"] {
  display: none;
}
#configurateur .form-wrapper #configuration-form form input[type="radio"]:checked + .selector,
#configurateur .form-wrapper #configuration-form form input[type="checkbox"]:checked + .selector {
  border: solid 2px #A9542D;
}
#final-submit-button #submit-form {
  border: solid 1px #A9542D;
  border-radius: 5rem;
  color: #A9542D;
  transition: .3s all;
  font-size: 0.875rem;
  position: relative;
  padding: 0.75rem 2.5rem;
}
.animate_eL {
  position: relative;
  transition: .3s all;
}
.animate_eL::after {
  transition: .3s all;
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  top: 0;
  animation: example;
  animation-duration: 2s;
}
.prompts svg {
  width: 100px;
  display: block;
  margin: 40px auto 0;
}
.prompts .path {
  stroke-dasharray: 1000;
  stroke-dashoffset: 0;
}
.prompts .path.circle {
  -webkit-animation: dash 1.5s ease-in-out;
  animation: dash 1.5s ease-in-out;
}
.prompts .path.line {
  stroke-dashoffset: 1000;
  -webkit-animation: dash 1.5s .7s ease-in-out forwards;
  animation: dash 1.5s .7s ease-in-out forwards;
}
.prompts .path.check {
  stroke-dashoffset: -100;
  -webkit-animation: dash-check 1.5s .7s ease-in-out forwards;
  animation: dash-check 1.5s .7s ease-in-out forwards;
}
.prompts p {
  text-align: center;
  margin: 20px 0 60px;
  font-size: 1.25em;
}
.prompts p.success {
  color: #73AF55;
}
.prompts p.error {
  color: #D06079;
}
@keyframes example {
  from {
    width: 0%;
    background-color: white;
  }
  to {
    width: 100%;
    background-color: white;
  }
}
@-webkit-keyframes dash {
  0% {
    stroke-dashoffset: 1000;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes dash {
  0% {
    stroke-dashoffset: 1000;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@-webkit-keyframes dash-check {
  0% {
    stroke-dashoffset: -100;
  }
  100% {
    stroke-dashoffset: 900;
  }
}
@keyframes dash-check {
  0% {
    stroke-dashoffset: -100;
  }
  100% {
    stroke-dashoffset: 900;
  }
}
@keyframes border404LeftToRight {
  0% {
    left: -40%;
  }
  100% {
    left: 130%;
  }
}
@keyframes border404RightToLeft {
  0% {
    left: 130%;
  }
  100% {
    left: -40%;
  }
}
.error-404 {
  padding-top: 150px;
  padding-bottom: 150px;
  text-align: center;
}
.error-404 h1 {
  text-transform: uppercase;
  position: relative;
  overflow: hidden;
  padding-top: 15px;
  padding-bottom: 15px;
}
.error-404 h1:before {
  content: '';
  position: absolute;
  width: 10%;
  height: 2px;
  left: 0%;
  background-color: #CC6637;
  top: 0;
  animation: border404RightToLeft 4s infinite;
}
.error-404 h1:after {
  content: '';
  position: absolute;
  width: 10%;
  height: 2px;
  left: 0%;
  background-color: #CC6637;
  bottom: 0;
  animation: border404LeftToRight 4s infinite;
}
.error-404 h2 {
  margin-top: 30px;
}
.error-404 .btn {
  margin-top: 40px;
}
