* {
  font-family: "Rubik", sans-serif;
}

body,
.rubik {
  font-family: "Rubik", sans-serif;
}

.montserrat {
  font-family: "Montserrat", serif;
}

.dosis {
  font-family: "Dosis", sans-serif;
}

.playfair {
  font-family: "Playfair Display", serif;
}

.white {
  color: #ffffff !important;
}

.black {
  color: #000000 !important;
}

.grey {
  color: #7B7B7B;
}

.blue {
  color: #508898 !important;
}

.sm-black-lg-white {
  color: #000000;
}
@media (min-width: 992px) {
  .sm-black-lg-white {
    color: #ffffff;
  }
}

.alert-danger {
  color: #cc2533 !important;
  background-color: #ffffff !important;
  border-color: #cc2533 !important;
  border-radius: 0 !important;
}

.fz-50 {
  font-size: 50px;
}

.fz-28 {
  font-size: 28px !important;
}

.fz-sm-26 {
  font-size: 26px !important;
}

@media (min-width: 1024px) {
  .fz-sm-26 {
    font-size: 50px !important;
  }
}
.fz-20 {
  font-size: 20px !important;
}

.fz-14 {
  font-size: 14px !important;
}

@media screen and (max-width: 767px) {
  .fz-sm-14.fz-16 {
    font-size: 14px !important;
  }
}
@media screen and (max-width: 767px) {
  .fz-sm-10.fz-16 {
    font-size: 10px !important;
  }
}
.fz-16 {
  font-size: 16px !important;
}

.fz-18 {
  font-size: 18px !important;
}

.fz-14 {
  font-size: 14px !important;
}

.fz-12 {
  font-size: 12px !important;
}

.uppercase {
  text-transform: uppercase !important;
}

.text-transform-none {
  text-transform: none !important;
}

.bg-img {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.center-absolute {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.btn-classic,
.btn,
.btn-primary {
  background-color: #E25C3B !important;
  border-color: #E25C3B !important;
  border-radius: 8px;
}
.btn-classic:hover, .btn-classic:focus,
.btn:hover,
.btn:focus,
.btn-primary:hover,
.btn-primary:focus {
  background-color: #ffffff;
  border-color: #E25C3B;
  color: #E25C3B;
  font-weight: 400;
  font-family: "Rubik", sans-serif !important;
}
.btn-classic-secondary {
  background-color: #000000;
  color: #ffffff;
}
.btn-classic-secondary:hover {
  background-color: #ffffff !important;
  color: #000000 !important;
}
.btn-classic-secondary.no-hover:hover {
  background-color: #000000 !important;
  color: #ffffff !important;
}
.btn-classic-secondary.no-hover:focus {
  outline: none !important;
}

.product-line-info .current-price .price {
  color: #000000;
  font-family: "Playfair Display", serif !important;
}

.cart-detailed-totals .card-block .cart-summary-line {
  padding-left: 15px;
  padding-right: 15px;
}
.cart-detailed-totals .card-block .cart-summary-line .value {
  font-family: "Playfair Display", serif !important;
}
.cart-detailed-totals .card-block .cart-summary-line .label {
  letter-spacing: 1px;
}

.product-price strong {
  font-family: "Playfair Display", serif !important;
}

.h1 {
  font-family: "Playfair Display", serif;
  font-size: 24px !important;
  font-style: normal;
  font-weight: 400;
  line-height: 37px;
  letter-spacing: 0.1em;
  text-align: left;
}
@media (min-width: 992px) {
  .h1 {
    font-size: 28px !important;
  }
}

.a-link {
  color: #000000;
  border: none;
  text-decoration: underline;
}
.a-link:hover {
  color: #000000;
  cursor: pointer;
}
.a-link:active, .a-link:focus {
  border: none;
}

.underline {
  text-decoration: underline !important;
}

.btn-white {
  font-family: "Nunito Sans", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0.1em;
  text-align: center;
  text-transform: uppercase;
  transition: 0.3s;
  border-radius: 0;
  background-color: #ffffff;
  border: 1px solid #000000;
  color: #000000;
  padding: 13px 20px;
  box-shadow: none;
  margin-left: 15px;
}
.btn-white:hover {
  background-color: #000000;
  color: #ffffff;
  text-decoration: none;
}

.title-grey-13 {
  font-family: "Nunito Sans", sans-serif;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: 0.1em;
  text-align: left;
  color: #7B7B7B;
  text-transform: uppercase;
}

.bluedark {
  color: #00586F;
}

p {
  margin-bottom: 0 !important;
}

@media (min-width: 1200px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl,
.elementor-section.elementor-section-boxed > .elementor-container {
    max-width: 1410px !important;
  }
}
@media (max-width: 1200px) {
  #footer .elementor-section.elementor-section-boxed > .elementor-container {
    max-width: 360px;
  }
}
#wrapper {
  background-color: #ffffff;
}

@media (min-width: 1024px) {
  #header {
    margin-top: 65px;
  }
}
.page-index {
  overflow-x: hidden;
}

a:focus {
  outline: none !important;
}

#wrapper {
  box-shadow: none;
}

#header .header-nav .cart-preview.active {
  background-color: transparent;
}

body#cms #wrapper p {
  display: block;
  margin: 1em 0;
}

.user-info .logout {
  display: none;
}
.user-info .account {
  margin-left: 0px;
}

.search-widget form input[type=text]:focus {
  outline: 3px solid #508898;
}

.custom-radio input[type=radio]:checked + span {
  background-color: #00586F;
}

.custom-checkbox input[type=checkbox] + span {
  border: 1px solid #00586F !important;
}

input[type=password] + .input-group-btn {
  position: absolute;
  top: 11px;
  right: 13px;
  width: 24px;
  height: 18px;
}
input[type=password] + .input-group-btn .btn {
  font-size: 0;
  background: transparent !important;
  width: 24px;
  height: 18px;
  padding: 0;
}
input[type=password] + .input-group-btn .btn::before {
  content: "";
  background: url("/themes/toutverre/assets/img/eye.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 24px;
  height: 18px;
  display: block;
}

.input-group .input-group-btn > .btn[data-action=show-password] {
  padding: 0px;
}

.btn-primary {
  box-shadow: none;
}

#block-newsletter-label input {
  border: none !important;
}

.form-group label {
  text-align: left !important;
}

#search_widget {
  overflow: hidden;
  float: none;
}

.fade:not(.in) {
  opacity: 0;
}

.fade.in:not(.show),
.fade.in {
  opacity: 1;
}

.modal-backdrop {
  background-color: rgba(51, 51, 51, 0.5) !important;
  opacity: 0.5;
}

.elementor-inner ul {
  list-style-type: initial;
  list-style: inherit;
}

.prestablogExtra ul {
  list-style-type: none;
}

.elementor a {
  color: #508898;
}
.elementor a:hover {
  color: #00586f;
}

.page-index #wrapper {
  overflow-x: hidden;
}

.container .netreviews-widget,
.netreviews-widget {
  overflow-y: hidden !important;
}

#AV_widget_iframe {
  min-height: 335px;
}

@media (max-width: 1024px) {
  #module-prestablog-blog .product-miniature .thumbnail-container {
    height: 350px;
  }
}
.devis {
  position: fixed;
  right: 0;
  top: 32vh;
  background-color: #E25C3B;
  padding: 10px;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
  width: 52px;
  transition: width 0.5s;
  z-index: 1000;
  padding-bottom: 4px;
}
.devis:hover {
  padding-bottom: 10px;
}
.devis:hover span {
  display: none;
}
.devis a {
  display: flex;
  align-items: center;
}
.devis p {
  color: #ffffff;
  margin-left: 10px !important;
  font-size: 17px;
  text-transform: uppercase;
  white-space: nowrap;
}
.devis .p {
  transition: width 0.5s;
  width: 0px;
}
.devis:hover {
  width: 223px;
}
.devis:hover a {
  text-decoration: none;
}

.btn-top {
  cursor: pointer;
  position: fixed;
  bottom: 85px;
  right: 35px;
  z-index: 99;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #e5edf0;
  color: white;
  border: none;
}
@media (min-width: 1024px) {
  .btn-top {
    left: auto;
    right: 35px;
    bottom: 100px;
  }
}

/* IPAD CORRECTIONs */
@media (min-width: 1200px) {
  #search_widget {
    max-width: 330px;
  }
}
#search_widget form input {
  background: #FFFFFF;
  border: 1px solid #E0E0E0;
  box-sizing: border-box;
  border-radius: 39px;
}

#header {
  box-shadow: none;
}
#header .header-nav {
  padding-top: 25px;
  max-height: none;
  border-bottom: none;
}
@media (min-width: 1200px) {
  #header .header-nav {
    padding-bottom: 20px;
    margin-top: 40px;
    padding-top: 0;
    padding-bottom: 0;
    margin-bottom: 45px;
  }
}
#header .header-nav .suivi {
  border-right: 1px solid #E9E9E9;
  padding-right: 39px;
}
#header .header-nav .suivi a {
  color: #333333;
}
#header .header-nav .suivi a svg {
  margin-right: 16px;
}
#header .header-top {
  padding-top: 0px;
  padding-bottom: 0px;
}
#header .header-top .top-menu .category a {
  color: #333333;
  transition: 0.2s ease-in-out color;
}
#header .header-top .top-menu .category a:hover {
  color: #E25C3B;
}
#header .header-logo-band > a {
  max-width: 394px;
  margin-left: 20px;
  margin-right: 20px;
  height: auto;
  display: block;
}
#header .header-logo-band > a svg {
  width: 100%;
}
#header a.header-logo-band {
  max-width: 394px;
  margin-left: 20px;
  margin-right: 20px;
  height: auto;
  display: block;
}
#header a.header-logo-band svg {
  width: 100%;
}
#header #_desktop_top_menu .top-menu {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

@media (min-width: 1024px) {
  #checkout #header {
    padding-bottom: 1.25rem;
  }
  #checkout #header a.header-logo-band {
    margin-top: -1.5rem;
  }
}
.search-widget form button[type=submit] {
  bottom: 1px;
  right: -3px;
}

.cart-products-count {
  background-color: #E25C3B;
  color: #ffffff;
  border-radius: 50%;
  font-size: 11px;
  right: -5px;
  top: -3px;
  position: absolute;
  width: 15px;
  height: 15px;
}

#header .header-nav .blockcart .header {
  position: relative;
}

#header .header-nav .blockcart {
  background-color: #ffffff;
}

.header-right {
  padding-right: 4rem;
}

.js-top-menu {
  margin-top: 25px;
}
@media (min-width: 1200px) {
  .js-top-menu {
    margin-bottom: 20px;
  }
}
.js-top-menu .top-menu li a {
  font-family: "Rubik", sans-serif;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 13px;
}
.js-top-menu .top-menu li a:hover {
  background-color: #ffffff;
  color: #508898;
}

@media (max-width: 767px) {
  #header .header-nav .user-info {
    margin-left: 0.5rem;
  }

  .ets_mm_megamenu.hook-default {
    padding: 0;
  }
}
#_mobile_user_info {
  display: flex;
  align-items: center;
}

#header .header-nav #menu-icon,
#_mobile_cart,
#_mobile_user_info {
  margin: 0 0.5rem;
}

.js-top-menu .top-menu li:last-child a {
  color: #E25C3B !important;
}
.js-top-menu .top-menu li a {
  font-size: 12px;
}

#index .js-top-menu .top-menu li a {
  font-size: 13px;
}

#_desktop_user_info {
  display: flex;
  align-items: center;
}

#header .header-nav .user-info {
  margin-top: 0;
}

#mobile_top_menu_wrapper {
  padding-top: 0;
}

.product-actions .product-pack {
  margin-top: 0;
}
.product-actions .product-pack .h4 {
  margin-bottom: 15px !important;
  color: #00586f;
}
.product-actions .product-pack .pack-product-name a {
  color: #00586f;
}
.product-actions .product-pack-price {
  text-align: right;
  margin-bottom: 1rem !important;
}

#product .prestablog .blog-grid,
#index .prestablog .blog-grid {
  position: relative !important;
  left: auto !important;
  top: auto !important;
}

.same-accordion.hole {
  background: #e5edf0;
  margin-top: -0.75rem;
}

#accordion_step .same-accordion.hole {
  margin-top: 0;
}

#step_8684 {
  margin-top: -23px;
}

#index .product-miniature .thumbnail-container .product-thumbnail {
  height: auto;
}

.tab-content #description .product-description h2 {
  color: #00586f;
  font-family: "Playfair Display", serif !important;
  font-weight: 400;
  line-height: 43px;
}

#step_8684 {
  margin-top: -25px;
}

.btn-upload-button {
  white-space: normal;
  word-wrap: break-word;
}

#configurator_block .color.texture {
  width: 80px;
  height: 80px;
}
#configurator_block .color.texture .sr-only {
  height: 80px;
  width: 80px;
}

#configurator_block .option_input .input-group input {
  margin-left: 10px;
}

.scroll-box-arrows.scroll {
  position: relative;
}

.scroll-box-arrows i {
  bottom: 3.625rem;
}

@media screen and (max-width: 640px) {
  #configurator_block .step_list .step_group.width .row p {
    left: 51%;
    top: 150px;
  }
}
.texture-color-option {
  width: 50px;
  height: 50px;
  margin-left: 1rem;
}

.coloris-label {
  display: block;
  margin-top: 1rem;
}

.category-tree {
  padding: 30px;
  background-color: #E5EDF0;
}
@media screen and (max-width: 1200px) {
  .category-tree {
    margin-right: 15px;
    margin-bottom: 30px;
    margin-left: 15px;
  }
}
@media screen and (min-width: 1200px) {
  .category-tree {
    margin-right: 30px;
  }
}
.category-tree p {
  color: #00586F;
  margin-bottom: 30px !important;
}
.category-tree a {
  color: #333333;
  font-weight: 400;
  font-size: 14px;
  margin-bottom: 12px;
}
.category-tree a:hover {
  color: #00586F;
  text-decoration: none;
}

.bloc-faq h3,
.tab-content h3,
.tab-content h2 {
  color: #00586f;
  font-family: "Playfair Display", serif !important;
  padding-bottom: 20px;
  font-size: 27px;
  font-weight: 400;
}

.tab-content h2 {
  font-size: 30px !important;
}

#footer {
  background-color: #00586F;
}
@media (max-width: 768px) {
  #footer .container .row {
    justify-content: center;
  }
}
#footer .links .h3 {
  text-transform: none;
  color: #ffffff;
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 35px !important;
}
#footer .block_newsletter {
  background-color: transparent !important;
}
#footer .footer-container {
  box-shadow: none;
}
#footer .logo-footer svg {
  margin-right: 38px;
}
#footer .logo-footer .coordonnees {
  font-size: 14px;
}

.block-social p {
  text-align: left;
  font-size: 20px;
  color: #ffffff;
}
@media (min-width: 768px) {
  .block-social p {
    text-align: center;
    font-size: 24px;
  }
}
.block-social ul li {
  background-color: transparent;
  background-size: contain;
  margin-right: 5px;
}
.block-social ul li:hover {
  background-color: transparent;
}

.block_newsletter form .btn-primary {
  position: absolute;
  right: 18px;
  font-size: 12px;
  padding: 0 30px;
  height: 36px;
  top: 3px;
}

.block_newsletter form input[type=email] {
  border-radius: 5px;
}

.footer-container .links ul {
  background-color: transparent;
}

.footer-container .links ul > li,
.links .title {
  border-bottom: none;
  margin-bottom: 1rem;
}

.footer-container .links ul > li a {
  font-weight: normal;
  font-size: 13px;
}

@media (max-width: 767px) {
  .footer-container .links ul > li {
    padding: 2px 0.625rem;
  }

  .block-social ul li {
    height: 3rem;
    width: 3rem;
    margin-right: 15px;
  }

  .block_newsletter {
    border-bottom: none;
  }
}
#netreviewsWidgetNum32550widget02av {
  bottom: 1rem !important;
  left: 1rem !important;
}

.tarteaucitronIconBottomRight {
  left: 0;
  bottom: 0 !important;
}

@media (min-width: 1440px) {
  .tarteaucitronIconBottomRight {
    bottom: 100px !important;
  }
}
.cat-blog__container {
  max-width: 1290px;
  margin: auto;
  display: grid;
  grid-template: "a a a";
  -moz-column-gap: 30px;
       column-gap: 30px;
  row-gap: 30px;
  justify-items: stretch;
  align-items: stretch;
}
@media (min-width: 1024px) and (max-width: 1366px) {
  .cat-blog__container {
    max-width: 860px;
    -moz-column-gap: 20px;
         column-gap: 20px;
    row-gap: 20px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .cat-blog__container {
    max-width: 670px;
    -moz-column-gap: 30px;
         column-gap: 30px;
    row-gap: 30px;
    grid-template: "a a";
  }
}
@media (max-width: 767px) {
  .cat-blog__container {
    max-width: 320px;
    -moz-column-gap: 30px;
         column-gap: 30px;
    row-gap: 30px;
    grid-template: "a";
  }
}
.cat-blog__article {
  display: block;
  width: 410px;
  min-height: 540px;
  padding: 368px 50px 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #FFF;
}
@media (min-width: 1024px) and (max-width: 1366px) {
  .cat-blog__article {
    width: 273px;
    min-height: 360px;
    padding: 245px 33px 0;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .cat-blog__article {
    width: 320px;
    min-height: 540px;
    padding: 368px 50px 20px;
  }
}
@media (max-width: 767px) {
  .cat-blog__article {
    width: 320px;
    min-height: 540px;
    padding: 368px 50px 20px;
  }
}
.cat-blog__article:hover {
  color: #FFF;
}
.cat-blog__article__cat {
  font-family: "Rubik";
  font-size: 11px;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0.1em;
  text-align: left;
  text-transform: uppercase;
}
@media (min-width: 1024px) and (max-width: 1366px) {
  .cat-blog__article__cat {
    font-size: 9px;
  }
}
.cat-blog__article__title {
  font-family: "Rubik";
  font-size: 28px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0em;
  text-align: left;
}
@media (min-width: 1024px) and (max-width: 1366px) {
  .cat-blog__article__title {
    font-size: 19px;
  }
}

#products .thumbnail-container, .featured-products .thumbnail-container, .product-accessories .thumbnail-container, .product-miniature .thumbnail-container {
  width: 265px;
  height: 335px;
  box-shadow: none;
}
@media (min-width: 1440px) {
  #products .thumbnail-container, .featured-products .thumbnail-container, .product-accessories .thumbnail-container, .product-miniature .thumbnail-container {
    height: 470px;
    width: 330px;
  }
}

#products .thumbnail-container .product-thumbnail, .featured-products .thumbnail-container .product-thumbnail, .product-accessories .thumbnail-container .product-thumbnail, .product-miniature .thumbnail-container .product-thumbnail,
#products .thumbnail-container, .featured-products .thumbnail-container, .product-accessories .thumbnail-container, .product-miniature .thumbnail-container {
  max-width: 100%;
}

.slider-thumbnails .slick-initialized .slick-slide {
  max-width: 265px;
  margin-right: 15px;
  margin-left: 15px;
}
@media (min-width: 1440px) {
  .slider-thumbnails .slick-initialized .slick-slide {
    max-width: 330px;
  }
}

.thumbnail-container a {
  height: 400px;
  width: 265px;
  margin: auto;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
@media (min-width: 1440px) {
  .thumbnail-container a {
    width: 330px;
  }
}

#products .product-description, .featured-products .product-description, .product-accessories .product-description, .product-miniature .product-description {
  position: relative;
  width: 100%;
}

#products .product-title a, .featured-products .product-title a, .product-accessories .product-title a, .product-miniature .product-title a {
  color: #000000;
}

#products .product-price-and-shipping, .featured-products .product-price-and-shipping, .product-accessories .product-price-and-shipping, .product-miniature .product-price-and-shipping {
  font-weight: 400;
}

#products .thumbnail-container:focus .product-description:after, #products .thumbnail-container:hover .product-description:after, .featured-products .thumbnail-container:focus .product-description:after, .featured-products .thumbnail-container:hover .product-description:after, .product-accessories .thumbnail-container:focus .product-description:after, .product-accessories .thumbnail-container:hover .product-description:after, .product-miniature .thumbnail-container:focus .product-description:after, .product-miniature .thumbnail-container:hover .product-description:after {
  display: none;
}

.product-flags li.product-flag.discount, .product-flags li.product-flag.discount-amount, .product-flags li.product-flag.discount-percentage {
  background-color: #E25C3B;
  text-transform: uppercase;
  padding: 4px 10px;
  border-radius: 43px;
  font-weight: 400 !important;
  box-shadow: none;
  font-size: 13px;
  display: flex;
  align-items: center;
}
@media (min-width: 1440px) {
  .product-flags li.product-flag.discount, .product-flags li.product-flag.discount-amount, .product-flags li.product-flag.discount-percentage {
    font-size: 14px;
    font-weight: 400;
  }
}

.product-flags {
  top: 5px;
  left: 14px;
}

.slider-thumbnails .elementor-image-carousel .slick-list .slick-track {
  transform: none;
  display: flex;
  justify-content: start;
}
@media (min-width: 1440px) {
  .slider-thumbnails .elementor-image-carousel .slick-list .slick-track {
    justify-content: center;
  }
}

#product.page-product .product-description .bluedark {
  color: #00586F !important;
}

#product .product-miniature .thumbnail-container .product-thumbnail {
  height: auto;
}

@media (max-width: 1023px) {
  .product-miniature .product-description {
    padding: 0;
    padding-bottom: 0;
  }
  .product-miniature .product-title {
    margin-top: 0.3rem;
  }
}
.product-miniature {
  position: relative;
  overflow: hidden;
}

.product-hover-buttons {
  position: absolute;
  bottom: -50%;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}

.product-miniature:hover .product-hover-buttons {
  opacity: 1;
}

.page-product .product-description a.add-to-cart {
  background-color: #e25c3b;
  color: white;
  padding: 12px 12px 8px 12px;
  border-radius: 5px;
  font-size: 14px;
  display: inline-block;
}

.add-to-cart:hover {
  background-color: #e25c3b;
}

#customer-form section {
  display: flex;
  flex-direction: column;
}
#customer-form section .form-group:nth-child(8) {
  order: 3;
}
#customer-form section .form-group:nth-child(9) {
  order: 4;
}
#customer-form section .form-group:nth-child(10) {
  order: 5;
}
#customer-form section .form-group:nth-child(11) {
  order: 1;
}
#customer-form section .form-group:nth-child(12) {
  order: 2;
}

.form-group.row label {
  text-align: left !important;
}

#checkout #wrapper {
  background-color: #E5EDF0;
}
#checkout #promo-code[aria-expanded=true],
#checkout #cart-summary-product-list[aria-expanded=true] {
  display: block !important;
}
#checkout #header .header-nav {
  box-shadow: none !important;
}
#checkout .header-nav #search_widget {
  display: block !important;
}
#checkout .card,
#checkout .checkout-step {
  box-shadow: none !important;
  border-radius: 0px;
  border: none;
}
#checkout .step-title {
  font-size: 23px;
  color: #00586F;
  font-family: "Playfair Display", serif !important;
  text-transform: none !important;
}
#checkout .step-number {
  font-size: 23px !important;
  font-family: "Playfair Display", serif;
  color: #00586f !important;
  background-color: transparent !important;
  border: none !important;
}
#checkout .cart-summary-products a {
  color: #00586F;
}
#checkout .product-price {
  color: #00586F;
}
#checkout .promo-code-button {
  color: #00586F !important;
}
#checkout .promo-code-button a {
  color: #00586F !important;
}
#checkout .promo-input {
  width: 100%;
  border: 1px solid #E0E0E0 !important;
  border-radius: 7px !important;
  height: 50px;
}
#checkout .promo-input:focus-visible {
  outline: none !important;
}
#checkout #promo-code form[data-link-action=add-voucher] {
  width: 100%;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}
#checkout #promo-code button[type=submit] {
  position: absolute;
  right: 1px;
  top: 6px;
  height: 46px;
  min-width: 113px;
  background-color: #00586F !important;
  border-color: #00586F !important;
}
#checkout #promo-code button[type=submit] * {
  text-transform: uppercase;
  font-weight: 400;
  font-size: 12px !important;
  color: #ffffff;
}
#checkout .cart-summary-line.cart-total > * {
  color: #00586F;
}
#checkout .continue {
  font-weight: 400;
  font-size: 14px;
  text-transform: uppercase;
  padding: 10px 40px;
}
#checkout a {
  color: #00586F;
}
#checkout .nav-item .nav-link {
  color: #C7C7C7;
}
#checkout .nav-item .nav-link.active {
  color: #00586F;
}

.card-block.checkout .btn-primary {
  width: auto;
}

.block-promo {
  background-color: #ffffff;
  margin-top: 45px;
}
.block-promo .cart-voucher {
  padding: 30px 40px;
}
.block-promo .promo-code {
  padding: 0;
}
.block-promo .promo-code-button {
  text-align: left;
}
.block-promo .promo-code-button {
  color: #2C3135 !important;
  border-color: #2C3135 !important;
  font-size: 16px;
}
.block-promo .promo-code form {
  text-align: left;
  max-width: 500px;
  position: relative;
}
.block-promo .promo-code form input.promo-input {
  border: 1px #E0E0E0 solid;
  height: 50px;
  width: 100%;
  border-radius: 7px;
}
.block-promo .promo-code form .btn-primary {
  background-color: #00586F !important;
  border-color: #00586F !important;
  position: absolute;
  right: 0;
  top: 4px;
  height: 50px;
}
.block-promo .promo-code form .btn-primary span {
  font-size: 12px;
}

#js-checkout-summary .cart-summary-totals .cart-total {
  background-color: #e5edf0 !important;
  padding-left: 15px;
  padding-right: 15px;
}
#js-checkout-summary .cart-summary-products,
#js-checkout-summary .cart-summary-subtotals-container {
  padding-left: 15px !important;
  padding-right: 15px !important;
}

body#checkout .cart-grid-right .card .cart-summary-subtotals-container .cart-summary-line .value {
  font-weight: 400;
}

.form-control:focus {
  border-color: #00586f !important;
  box-shadow: 0 0 0 0.2rem rgba(0, 88, 111, 0.25) !important;
}

.input-group.focus {
  outline: 0.1875rem solid rgba(0, 88, 111, 0.25);
}

.input-group .form-control:focus, .input-group .form-control:active, .input-group .form-control:hover {
  z-index: 2 !important;
}

.payment-option {
  display: flex;
  align-items: center;
}

body#checkout section.checkout-step .payment-options .payment-option {
  margin-top: 2rem;
}

body#checkout section.checkout-step .payment-options label {
  text-align: left;
}

.custom-radio {
  margin-bottom: 8px;
}

body#checkout .additional-information {
  margin-top: 0;
  margin-left: 25px;
  margin-bottom: 2rem;
}

body#checkout section.checkout-step .delivery-options .delivery-option {
  background: #e5edf0;
}

body#checkout section.checkout-step .address-item.selected {
  border: #00586F 3px solid;
}

/* POPUP CHECKOUT PERSONNALISATION */
.product-line-grid-body .customization-modal .modal-dialog {
  margin-top: 15%;
}

.product-line-grid-body .customization-modal .modal-header {
  display: block;
  background-color: #508898;
}

.product-line-grid-body .customization-modal button {
  color: #ffffff;
}

.product-line-grid-body .customization-modal .modal-title {
  text-align: center;
  font-size: 28px;
  color: #ffffff;
}

.customization-modal .modal-content {
  border: none;
  border-radius: 5px;
  box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.2);
}

.product-line-grid-body a {
  color: #ffffff;
  background-color: #00586f;
  padding: 12px 15px;
  border-radius: 5px;
  font-size: 14px;
}
.product-line-grid-body a:hover {
  color: #ffffff !important;
}

.product-line-grid-body .product-line-info a {
  color: #232323;
  background-color: transparent;
  box-shadow: none;
  font-size: 14px;
}
.product-line-grid-body .product-line-info a:hover {
  color: #00586f !important;
}

@media (max-width: 1024px) {
  #order-confirmation .featured-products .thumbnail-container {
    height: auto;
  }
}
.featured-products .all-product-link {
  color: #ffffff;
  background-color: #E25C3B;
  font-family: "Rubik", sans-serif;
  font-weight: 400;
  font-size: 16px;
  padding: 10px 15px;
  border-radius: 5px;
}
@media (max-width: 1024px) {
  .featured-products .all-product-link {
    margin-left: 15%;
  }
}

@media (min-width: 768px) {
  #checkout .ets_mm_megamenu {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }
}
.display-promo {
  pointer-events: none !important;
}

#contact #wrapper {
  background-color: #E5EDF0;
}
#contact #wrapper #content {
  border: none;
  padding-top: 40px;
  background-color: #ffffff;
}
#contact #wrapper #content .contact-form h1 {
  font-size: 48px;
  margin-bottom: 40px;
  color: #00586F !important;
}
#contact #wrapper #content .contact-form .w-lg-75 {
  margin: auto;
  margin-bottom: 40px;
}
#contact #wrapper #content .contact-form .form-control-label {
  font-weight: 400;
}
#contact #wrapper #content .contact-form .bootstrap-filestyle .btn-default {
  background-color: #00586F !important;
  border-radius: 5px;
}
#contact #wrapper #content .contact-form .form-group {
  max-width: 60%;
  margin: auto;
  margin-bottom: 1rem;
}
#contact #wrapper #content-wrapper {
  display: none;
}

@media (min-width: 1200px) {
  .w-lg-75 {
    width: 80%;
  }
}
.custom_choosefile .button_choosefile {
  left: 0;
  padding: 0 18px;
}

#product-list-header .block-category {
  min-height: 0;
}

.top-list #products {
  display: none;
}

.bottom-list .block-category,
.bottom-list #js-product-list-top {
  display: none;
}

#search_filters, #search_filters_brands, #search_filters_suppliers {
  box-shadow: none;
  background-color: #E5EDF0;
}

@media (max-width: 767px) {
  #category #left-column #search_filters .facet ul li {
    padding: 7px 1.25rem;
  }
}
.facet-title,
#category #left-column #search_filters .facet .facet-title {
  color: #00586F;
}

.custom-checkbox input[type=checkbox] + span {
  background-color: #ffffff;
  border: none;
}

#wrapper .breadcrumb {
  margin-bottom: 40px;
}
#wrapper .breadcrumb li:after {
  content: ">>";
}
#wrapper .breadcrumb li span {
  font-size: 12px;
  color: #333333;
}

#_desktop_search_filters_clear_all .btn {
  color: #ffffff;
  text-transform: unset;
}
#_desktop_search_filters_clear_all .btn:hover {
  color: #ffffff;
}

.active_filters {
  background-color: #e5edf0;
  background: #e5edf0;
}

.active_filters .active-filter-title {
  color: black;
  font-weight: 400;
}

#blockcart-modal .modal-dialog {
  top: 40px;
}
#blockcart-modal .modal-content {
  border: none;
}
#blockcart-modal .modal-content .modal-header .modal-title {
  font-weight: 400;
  font-size: 16px;
  margin-left: auto;
  margin-right: auto;
}
#blockcart-modal .modal-content .modal-header .modal-title#myModalLabel .material-icons {
  margin-right: 9px;
  font-size: 12px;
  line-height: 12px;
  color: #84D39F;
}
#blockcart-modal .modal-content .modal-header .close {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 12px;
  height: 12px;
  font-size: 12px;
  padding: 0;
  margin: 0;
}
#blockcart-modal .modal-content .modal-header .close i {
  font-size: 12px;
  margin: 0;
  padding: 0;
  line-height: 12px;
}
#blockcart-modal .modal-body .cart-products-count {
  display: none;
}
#blockcart-modal .modal-body .cart-content-btn {
  margin-top: 36px;
}
#blockcart-modal .modal-body .cart-content-btn button {
  font-weight: 400;
  font-size: 14px;
  padding: 13px 35px;
  color: #333333;
  border: 1px solid #E25C3B;
  background-color: transparent !important;
}
#blockcart-modal .modal-body .cart-content-btn a {
  font-weight: 400;
  font-size: 14px;
  padding: 13px 35px;
}
#blockcart-modal .modal-body .cart-content-btn a .material-icons {
  display: none;
}
#blockcart-modal .modal-body .cart-content p {
  margin-top: 10px;
  margin-bottom: 10px;
}
#blockcart-modal .modal-body .product-total {
  background-color: #E5EDF0 !important;
  color: #00586F !important;
}
#blockcart-modal .modal-body .product-total .label {
  color: #00586F !important;
}
#blockcart-modal .modal-body .product-name {
  font-weight: 400;
  font-size: 16px;
  color: #333333;
}
#blockcart-modal .modal-body .product-price {
  text-align: left;
  font-weight: 600;
  font-size: 16px;
  color: #00586F;
}
#blockcart-modal .modal-body .product-quantity {
  font-weight: 400;
  font-size: 16px;
}
#blockcart-modal .modal-body .product-quantity strong {
  font-weight: 400;
}

.modal-cross {
  background-color: #E5EDF0;
  padding-bottom: 20px;
}
.modal-cross .products {
  margin-left: auto;
  margin-right: auto;
  max-width: calc((210px + 30px)*4);
}
.modal-cross .thumbnail-container {
  width: 210px;
  margin-left: 15px;
  margin-right: 15px;
}
.modal-cross .product-miniature * {
  background-color: transparent;
}
.modal-cross .all-product-link {
  display: none;
}

.configurator-detail-step-values a {
  padding: 5px;
}

.product-line-grid-left {
  min-width: 130px;
  display: block;
}

@media (min-width: 1440px) {
  #wrapper .cart-grid .product-line-grid-head {
    width: 85%;
  }
}
.h-title {
  font-family: "Playfair Display";
  font-style: normal;
  font-weight: 400;
  font-size: 28px;
  line-height: 37px;
  text-align: center;
  color: #00586F !important;
  text-transform: normal;
}
@media screen and (min-width: 768px) {
  .h-title {
    font-size: 48px;
  }
}

.h-subtitle {
  font-family: "Rubik";
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 160%;
  text-align: center;
  color: #333333 !important;
}

.h-bg-blue-light {
  background-color: #E5EDF0;
}

.featured-products--index {
  margin-top: 46px;
}
.featured-products--index .h-title {
  margin-top: 60px;
}
.featured-products--index .products .product {
  min-width: auto;
  width: 265px;
}
@media screen and (min-width: 768px) {
  .featured-products--index {
    margin-top: 70px;
  }
}
@media screen and (min-width: 1280px) {
  .featured-products--index {
    margin-top: 120px;
  }
  .featured-products--index .h-title {
    margin-top: 60px;
  }
}

.page-product .product-container {
  background-color: #E5EDF0;
  padding-top: 0;
  padding-bottom: 100px;
  margin: 0px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .page-product .product-container {
    padding-top: 35px;
  }
}
@media screen and (max-width: 767px) {
  .page-product .product-container > .col-md-6 {
    margin: 0px;
    padding: 0px;
  }
}
@media (min-width: 1024px) {
  .page-product .product-container {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.page-product .product-prices .tax-shipping-delivery-label {
  display: none;
}
.page-product .product-cover img {
  box-shadow: none;
}
.page-product .tabs {
  box-shadow: none;
  margin: 0;
  padding: 0;
  background: transparent;
}
.page-product .tabs .nav {
  display: flex;
  justify-content: center;
  background: transparent;
}
.page-product .tabs .nav .nav-item {
  flex: 1;
  text-align: center;
}
.page-product .tabs .nav .nav-link {
  background: transparent;
  font-weight: 400;
  font-size: 16px;
  text-transform: uppercase;
  opacity: 0.7;
  color: #333333;
}
.page-product .tabs .nav .nav-link.active, .page-product .tabs .nav .nav-link:hover {
  color: #333333 !important;
  border-color: #00586F !important;
  opacity: 1;
}
@media screen and (min-width: 1024px) {
  .page-product .tabs .nav {
    background: #E5EDF0;
  }
}
.page-product .product_tabs-desk {
  margin-top: -42px;
}
.page-product .h1 {
  font-weight: 400;
  font-size: 25px;
  color: #00586F;
  letter-spacing: normal;
  font-family: "Playfair Display", serif !important;
}
.page-product .qty__group {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.page-product .qty__group .qty__group__label {
  margin-right: 20px;
}
.page-product .qty__input {
  display: flex;
  align-items: stretch;
  max-width: 188px;
}
.page-product .qty__input .bootstrap-touchspin {
  box-shadow: none;
}
.page-product .qty__input .input-group-btn-vertical {
  display: none;
}
.page-product .qty__input .qty__action {
  background-color: #508898;
  color: #ffffff;
  font-size: 0px;
  border: none;
  border-radius: 5px;
  min-width: 50px;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.page-product .qty__input .qty__action::before {
  content: "";
  height: 2px;
  width: 14px;
  border-radius: 5px;
  background-color: #ffffff;
  display: block;
}
.page-product .qty__input .qty__action--plus::after {
  content: "";
  height: 14px;
  width: 2px;
  border-radius: 5px;
  background-color: #ffffff;
  display: block;
  position: absolute;
}
.page-product .qty__input #quantity_wanted {
  box-shadow: none;
  border: 1px solid #E0E0E0;
  min-height: 50px;
  margin-left: 6px;
  margin-right: 6px;
  border-radius: 7px;
  text-align: center;
  color: #B4B4B4;
  min-width: 70px;
}
.page-product .product-add-to-cart .material-icons.shopping-cart {
  display: none;
}
.page-product .product-actions {
  margin-top: 20px;
  padding: 0;
}
@media screen and (min-width: 1024px) {
  .page-product .product-actions {
    padding: 30px;
    margin-top: 0;
    padding-top: 0;
  }
}
.page-product .product-actions .add-to-cart {
  width: 100%;
  box-shadow: none;
  font-size: 14px;
  text-transform: uppercase;
}
.page-product .product-actions .product-quantity .add {
  width: 100%;
}
.page-product .product-actions .product-discounts,
.page-product .product-actions #product-availability,
.page-product .product-actions .product-minimal-quantity {
  display: none;
}
.page-product .current-price {
  font-weight: 600;
  font-size: 28px;
  color: #00586F;
  display: block;
}
.page-product .product-price {
  width: 100%;
  display: block;
  text-align: right;
}
.page-product .product-images > li.thumb-container > .thumb.selected, .page-product .product-images > li.thumb-container > .thumb:hover {
  border-color: #E25C3B;
}
.page-product .product-description p, .page-product .product-description a {
  color: #333333;
  font-weight: 400 !important;
  font-size: 15px;
  line-height: 140%;
  margin-bottom: 10px !important;
}
.page-product .product-description b {
  font-weight: 700;
}
.page-product .accordion__product {
  padding-top: 16px;
  padding-bottom: 16px;
  border-bottom: 2px solid #C7C7C7;
}
.page-product .accordion__product-header {
  padding-left: 20px;
  padding-right: 20px;
}
.page-product .accordion__product-header .btn-link {
  font-weight: 400;
  font-size: 14px;
  text-transform: uppercase;
  color: #00586F;
  text-decoration: none;
  width: 100%;
  text-align: left;
  border: none;
  outline: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.page-product .accordion__product-header .btn-link:hover, .page-product .accordion__product-header .btn-link:focus {
  text-decoration: none;
  border: none;
  outline: none;
}
.page-product .accordion__product-body {
  padding: 26px 20px;
}
.page-product .accordion__product-body .fade {
  opacity: 1;
}
.page-product .product-information .product-description {
  color: #333333;
  line-height: 140%;
}
.page-product .product-desc {
  font-weight: 400 !important;
  font-size: 14px !important;
  line-height: 140% !important;
  color: #333333;
}
.page-product .product-desc h2 {
  margin-top: 23px;
  margin-bottom: 35px;
}
.page-product .product-desc h2,
.page-product .product-desc h2 * {
  font-weight: 400 !important;
  font-size: 20px !important;
  line-height: 160% !important;
  color: #00586F;
}
@media screen and (min-width: 1024px) {
  .page-product .product-desc {
    max-width: 70%;
    min-width: 70%;
    margin-left: auto;
  }
  .page-product .product-desc h2 {
    max-width: 35%;
    min-width: 35%;
    position: absolute;
    left: -40%;
    margin-top: 0px;
  }
  .page-product .product-desc p {
    margin-bottom: 40px !important;
  }
}
@media screen and (min-width: 1024px) {
  .page-product .tab-content {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.page-product .product-manufacturer,
.page-product .product-reference,
.page-product .product-quantities,
.page-product .product-out-of-stock,
.page-product .product-features .h6 {
  display: none !important;
}
.page-product .tab-pane {
  padding-top: 0px;
}
.page-product .product-features .data-sheet .name:nth-child(even),
.page-product .product-features .data-sheet .value:nth-child(even) {
  background-color: #E5EDF0;
}
.page-product .product-features .data-sheet .name:nth-child(odd),
.page-product .product-features .data-sheet .value:nth-child(odd) {
  background-color: #ffffff;
}
.page-product .product-features__table tr:nth-child(odd) {
  background-color: #E5EDF0;
}
.page-product .product-features__table tr:nth-child(even) {
  background-color: #ffffff;
}
.page-product .product-features__table td {
  border: none;
}
.page-product .product-accessories .products {
  margin-left: auto;
  margin-right: auto;
  justify-content: center;
}
.page-product .product-accessories .products .thumbnail-container,
.page-product .product-accessories .products .product-description,
.page-product .product-accessories .products .product-description a {
  box-shadow: none;
  font-weight: 400;
  font-size: 16px;
  text-align: center;
  color: #333333;
}
.page-product .product-accessories .products .price {
  color: #00586F;
  font-size: 16px;
  font-weight: 600;
}
.page-product .product-accessories .products .product-flags {
  font-weight: 400;
  font-size: 14px;
  box-shadow: none;
  top: 20px;
  left: 20px;
}
.page-product .product-accessories .products .product-flags .product-flag {
  box-shadow: none;
  border-radius: 43px;
  padding: 4px 15px;
  font-size: 14px !important;
  font-weight: 400;
  background-color: #E25C3B;
}
.page-product .product-accessories .products .product-flags .product-flag.discount {
  background-color: #E25C3B;
}
.page-product .product-accessories .products .product-flags .product-flag:first-child {
  margin-top: 0px;
}
@media screen and (min-width: 1024px) {
  .page-product .product-accessories .products .thumbnail-container {
    height: 435px;
    width: 336px;
  }
  .page-product .product-accessories .products .highlighted-informations {
    width: 336px;
  }
}
.page-product .product-accessories .product-miniature .highlighted-informations {
  box-shadow: none;
}
@media screen and (min-width: 1280px) {
  .page-product #content {
    max-width: 600px !important;
  }
}
.page-product .link-redirect__product {
  font-size: 16px;
  font-weight: 500;
  color: #00586F;
}
.page-product .link-redirect__product .material-icons {
  transform: rotate(-90deg);
  color: #E25C3B;
}
.page-product .bloc-product__helper-commande {
  background-color: #508898;
  display: flex;
  justify-content: space-between;
  padding: 30px;
}
.page-product .bloc-product__helper-commande__text {
  width: 80%;
  color: #ffffff;
  font-size: 14px;
}
.page-product .bloc-product__helper-commande__text p {
  display: block;
  color: #ffffff;
  margin-bottom: 10px !important;
  line-height: 120%;
}
.page-product .bloc-product__helper-commande__text p:last-child {
  margin-bottom: 0px !important;
}
.page-product .bloc-product__helper-commande__text strong,
.page-product .bloc-product__helper-commande__text b {
  font-weight: 500;
  font-size: 24px;
}
.page-product .bloc-product__helper-conseil {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 1px solid #508898;
  padding: 20px 30px;
  margin-top: 20px;
  margin-bottom: 20px;
}
.page-product .bloc-product__helper-conseil__text {
  max-width: 280px;
}
.page-product .bloc-product__helper-conseil__text p {
  color: #ffffff;
  font-size: 14px;
  color: #333333;
  display: block;
}
.page-product .bloc-product__helper-conseil__text strong,
.page-product .bloc-product__helper-conseil__text b {
  font-weight: 500;
  font-size: 24px;
  color: #508898;
}
.page-product .bloc-product__helper-conseil__btn-group {
  display: flex;
  justify-content: flex-end;
  width: 300px;
}
.page-product .bloc-product__helper-conseil__btn-group__button {
  display: block;
  width: 250px;
  padding: 14px 26px;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 14px;
  border-radius: 5px;
  text-decoration: none;
  background-color: #E25C3B;
}
@media screen and (max-width: 1023px) {
  .page-product .bloc-product__helper-commande, .page-product .bloc-product__helper-conseil {
    display: block;
  }
  .page-product .bloc-product__helper-commande {
    margin-top: 20px;
  }
  .page-product .bloc-product__helper-commande__text {
    margin-top: 20px;
  }
  .page-product .bloc-product__helper-conseil__btn-group {
    margin-top: 20px;
    width: auto;
    text-align: center;
  }
}
.page-product .dispo {
  display: flex;
  margin-top: 20px;
  background-color: #a3ed9a;
  padding: 15px;
  text-align: center;
  border-radius: 60px;
  color: #00750c;
  font-weight: 600;
  width: 100%;
  margin: 20px;
  display: block;
}
@media (max-width: 1024px) {
  .page-product .dispo {
    width: 95%;
  }
}
.page-product .dispo__bullet::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 17px;
  height: 17px;
  border-radius: 50%;
  background-color: #e25c3b;
  margin-right: 10px;
}
@media screen and (min-width: 1024px) {
  .page-product .dispo-qty-group {
    display: flex;
    padding: 20px;
  }
  .page-product .dispo-qty-group .qty {
    margin-right: 68px;
  }
  .page-product .dispo {
    margin-top: 0px;
    background-color: #a3ed9a;
    padding: 15px;
    text-align: center;
    border-radius: 60px;
    color: #00750c;
    font-weight: 600;
  }
}
.page-product #wrapper {
  box-shadow: none;
}
.page-product .product-accessories .product-miniature {
  margin: 5px;
}
@media screen and (min-width: 1024px) {
  .page-product .prestablog {
    margin-top: 45px;
  }
  .page-product .product-accessories .product-miniature {
    margin: 0px;
  }
}
.page-product .container--breadcrumb {
  padding-top: 18px;
  background-color: #E5EDF0;
}

.bloc-faq h2 {
  font-size: 20px;
  color: #00586f;
  font-family: "Playfair Display", serif !important;
  padding-bottom: 20px;
  border-bottom: 1px solid #c7d9de;
}
.bloc-faq p {
  margin-bottom: 1rem !important;
}
.bloc-faq .bloc-faq__illustration p {
  margin-bottom: 0 !important;
}

@media screen and (min-width: 1024px) {
  .bloc-faq h2 {
    font-size: 35px;
  }
}
#blockcart-modal .product-image {
  max-width: 100%;
}

.product-flags li.product-flag {
  font-weight: 400 !important;
  background: #E25C3B !important;
}

#configurator_block .card.configurator-card .card-body {
  padding: 1rem;
  padding-top: 0;
  padding-bottom: 0;
}
#configurator_block .card.configurator-card .card-body .step_group {
  margin-bottom: 0;
  padding-bottom: 0;
}
#configurator_block .card.configurator-card .card-body .step_group .form-group {
  padding-bottom: 0;
}
#configurator_block .card.configurator-card .card-body .step_group .form-group:last-child {
  margin-bottom: 0;
}

.slider-conseil {
  margin-top: 20px;
  margin-bottom: 20px;
}
.slider-conseil .blog-grid {
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 30px;
}
.slider-conseil .blog-grid h3 a {
  font-size: 19px;
  line-height: 120%;
  display: block;
}

@media screen and (min-width: 1024px) {
  .container .prestablog {
    margin-bottom: 120px;
  }
}
@media screen and (min-width: 1700px) {
  .container .prestablog {
    margin-left: -120px;
    margin-right: -120px;
    background-color: #ffffff;
  }
}

#js-product-list .thumbnail-container {
  height: 260px;
  display: flex;
  flex-direction: column;
}
#js-product-list .product-description {
  width: 100%;
  box-shadow: none !important;
}
#js-product-list .highlighted-informations {
  width: 155px;
}
@media screen and (min-width: 1441px) {
  #js-product-list .thumbnail-container {
    height: 425px;
  }
}

#blockcart-modal .modal-body .divide-right span.configurator-detail-step-name {
  padding-left: 0;
}

#configurator_block .step_list .step_group .step_options {
  max-width: 100%;
}

#products #js-product-list .thumbnail-container {
  height: 260px;
}
@media (max-width: 767px) {
  #products #js-product-list .thumbnail-container {
    width: 175px;
  }
}
@media (max-width: 320px) {
  #products #js-product-list .thumbnail-container {
    width: 135px;
  }
}
@media (max-width: 420px) {
  #products #js-product-list .thumbnail-container {
    width: 160px;
  }
}
@media (min-width: 420px) {
  #products #js-product-list .thumbnail-container {
    height: 250px;
  }
}
@media (min-width: 768px) {
  #products #js-product-list .thumbnail-container {
    height: 335px;
  }
}
@media (min-width: 1024px) {
  #products #js-product-list .thumbnail-container {
    height: 410px;
  }
}
#products #js-product-list .thumbnail-container img {
  width: 100%;
}

.top-list {
  border: none;
  border-radius: 0;
  box-shadow: none;
  border-left: 3px solid #508898;
  padding: 0;
  padding-left: 30px !important;
  margin-bottom: 35px;
}
@media (min-width: 1440px) {
  .top-list {
    padding-left: 80px !important;
    margin-bottom: 60px;
  }
}
.top-list .card {
  border: none;
}
.top-list .card.card-block {
  padding-left: 0 !important;
}

@media screen and (max-width: 640px) {
  #configurator_block .step_group.shape {
    padding-left: 0;
  }
}
.thumbnail-container img {
  width: 100%;
}

@media (max-width: 767px) {
  #configurator_block .step_list .step_group.width, .step_group.shape,
#configurator_block .step_group.form-group {
    flex-wrap: wrap;
  }

  body#checkout section.checkout-step .forgot-password {
    margin-left: auto;
  }

  #reassurance.reassurance-slider-product {
    display: block;
    height: 0;
  }
  #reassurance.reassurance-slider-product div {
    height: 0;
  }
  #reassurance.reassurance-slider-product.active {
    height: auto;
  }
  #reassurance.reassurance-slider-product.active div {
    height: auto;
  }
  #reassurance.reassurance-desktop {
    display: none;
  }
}
#authentication .input-group .input-group-btn > .btn[data-action=show-password],
#checkout .input-group .input-group-btn > .btn[data-action=show-password] {
  position: absolute;
  right: 0;
}

@media screen and (max-width: 375px) {
  #configurator_block .step_list .step_group.width .row p {
    font-size: 12px;
    top: 162px;
    max-width: 250px;
    left: 120px;
  }

  #authentication .show-password,
#checkout .show-password {
    position: absolute;
    right: 0;
  }

  .product-flags {
    top: -5px;
    left: 5px;
  }
  .product-flags .product-flag.new {
    min-width: auto;
    min-height: auto;
    font-size: 11px;
    display: flex;
    align-items: center;
  }
}
#popuppointrelais .search_group .btn-primary {
  color: #ffffff !important;
  background-color: #508898 !important;
}

.masterprrr {
  background: #e5edf0;
}
.masterprrr .prrr {
  background: #e5edf0;
}

#popuppointrelais .popuprelaisinner {
  height: 580px;
}
#popuppointrelais .popuprelaisinner #popcontenu {
  height: 455px;
}

#deux_popcontenu {
  height: 425px;
}

.pagination .page-list {
  box-shadow: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pagination .page-list a:hover {
  text-decoration: none;
}
.pagination .page-list a {
  font-size: 14px;
  color: #00586F;
  margin-left: 6px;
  margin-right: 6px;
  width: 42px;
  height: 42px;
  display: flex;
  justify-content: center;
  align-items: center;
  letter-spacing: normal;
}
.pagination .page-list li.current a {
  background-color: #00586F;
  color: #ffffff;
  border-radius: 50%;
}

.bloc-faq {
  background-color: #E5EDF0;
  margin-top: 20px;
  margin-bottom: 20px;
}
.bloc-faq__illustration {
  width: 100%;
  height: 150px;
  overflow: hidden;
}
.bloc-faq__illustration img {
  width: 100%;
  height: auto;
}
.bloc-faq__title {
  font-size: 20px;
  color: #00586F;
  font-family: "Playfair Display", serif !important;
  padding-bottom: 20px;
  border-bottom: 1px solid #C7D9DE;
}
.bloc-faq__text {
  padding: 20px 25px;
  width: 100%;
}
.bloc-faq__list ul, .bloc-faq__list ol {
  margin: 0px;
  padding: 0px;
}
.bloc-faq__list ul li, .bloc-faq__list ol li {
  color: #333333;
}
.bloc-faq__list ul li::marker, .bloc-faq__list ol li::marker {
  display: none;
  content: "";
}
.bloc-faq__list ul li:nth-child(odd), .bloc-faq__list ol li:nth-child(odd) {
  position: relative;
  font-size: 15px;
  padding-top: 20px;
  padding-bottom: 20px;
}
.bloc-faq__list ul li:nth-child(odd):not(:first-child), .bloc-faq__list ol li:nth-child(odd):not(:first-child) {
  border-top: 1px solid #C7D9DE;
}
.bloc-faq__list ul li:nth-child(odd)::before, .bloc-faq__list ol li:nth-child(odd)::before {
  content: "";
  width: 16px;
  height: 2px;
  border-radius: 20px;
  background-color: #00586F;
  position: absolute;
  right: 0;
  top: 50%;
}
.bloc-faq__list ul li:nth-child(odd)::after, .bloc-faq__list ol li:nth-child(odd)::after {
  content: "";
  width: 2px;
  height: 16px;
  border-radius: 20px;
  background-color: #00586F;
  position: absolute;
  right: 6px;
  top: 52%;
  transform: translate(-50%, -50%);
  transition: ease-in-out 0.2s all;
}
.bloc-faq__list ul li:nth-child(odd).open::after, .bloc-faq__list ol li:nth-child(odd).open::after {
  transform: translate(-50%, -50%) rotate(90deg);
  background-color: transparent;
}
.bloc-faq__list ul li:nth-child(even), .bloc-faq__list ol li:nth-child(even) {
  font-size: 14px;
  margin-bottom: 20px;
  display: none;
  padding-left: 20px;
  margin-top: -5px;
}
@media screen and (min-width: 768px) {
  .bloc-faq {
    display: flex;
  }
  .bloc-faq__illustration {
    width: 380px;
    min-width: 380px;
    height: 100%;
  }
  .bloc-faq__illustration img {
    width: auto;
    height: 100%;
  }
}
@media screen and (min-width: 1024px) {
  .bloc-faq__title {
    font-size: 44px;
  }
  .bloc-faq__list ul li:nth-child(odd), .bloc-faq__list ol li:nth-child(odd) {
    font-size: 18px;
  }
  .bloc-faq__list ul li:nth-child(even), .bloc-faq__list ol li:nth-child(even) {
    font-size: 14px;
  }
}
@media screen and (min-width: 1200px) {
  .bloc-faq__illustration {
    width: 480px;
    min-width: 480px;
  }
  .bloc-faq__text {
    padding: 60px 122px;
  }
}

.qty__group {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.qty__group .qty__group__label {
  margin-right: 20px;
}

.qty__input {
  display: flex;
  align-items: stretch;
  max-width: 188px;
}
.qty__input .bootstrap-touchspin {
  box-shadow: none;
}
.qty__input .input-group-btn-vertical {
  display: none;
}
.qty__input .qty__action {
  background-color: #508898;
  color: #ffffff;
  font-size: 0px;
  border: none;
  border-radius: 5px;
  min-width: 50px;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.qty__input .qty__action::before {
  content: "";
  height: 2px;
  width: 14px;
  border-radius: 5px;
  background-color: #ffffff;
  display: block;
}
.qty__input .qty__action--plus::after {
  content: "";
  height: 14px;
  width: 2px;
  border-radius: 5px;
  background-color: #ffffff;
  display: block;
  position: absolute;
}
.qty__input .js-cart-line-product-quantity,
.qty__input #quantity_wanted {
  box-shadow: none !important;
  border: 1px solid #E0E0E0 !important;
  min-height: 50px !important;
  margin-left: 6px !important;
  margin-right: 6px !important;
  border-radius: 7px !important;
  text-align: center !important;
  color: #B4B4B4 !important;
  min-width: 70px !important;
}

.page-authentication #content-wrapper .page-footer {
  display: none;
}

.page-password .btn.form-control-submit {
  padding-top: 0px;
  padding-bottom: 0px;
}

.page-authentication #wrapper,
.page-password #wrapper {
  background-color: #E5EDF0;
}
.page-authentication #content-wrapper,
.page-password #content-wrapper {
  background-color: #ffffff;
  padding-top: 30px;
  padding-bottom: 30px;
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 50px;
}
.page-authentication #content-wrapper h1,
.page-password #content-wrapper h1 {
  color: #00586F;
  text-align: center;
}
.page-authentication #content-wrapper #content,
.page-password #content-wrapper #content {
  box-shadow: none;
  border: none;
}
.page-authentication #content-wrapper input[type=password] + .input-group-btn,
.page-password #content-wrapper input[type=password] + .input-group-btn {
  position: absolute;
  top: 11px;
  right: 13px;
  width: 24px;
  height: 18px;
}
.page-authentication #content-wrapper input[type=password] + .input-group-btn .btn,
.page-password #content-wrapper input[type=password] + .input-group-btn .btn {
  font-size: 0;
  background: transparent !important;
  width: 24px;
  height: 18px;
  padding: 0;
}
.page-authentication #content-wrapper input[type=password] + .input-group-btn .btn::before,
.page-password #content-wrapper input[type=password] + .input-group-btn .btn::before {
  content: "";
  background: url("/themes/toutverre/assets/img/eye.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 24px;
  height: 18px;
  display: block;
}
.page-authentication #content-wrapper a,
.page-password #content-wrapper a {
  color: #00586F;
  opacity: 1;
}
.page-authentication #content-wrapper .btn,
.page-password #content-wrapper .btn {
  padding: 15px 27px;
}
.page-authentication #content-wrapper label,
.page-password #content-wrapper label {
  text-align: left !important;
}
.page-authentication #content-wrapper .page-header,
.page-password #content-wrapper .page-header {
  padding-left: 20px;
  padding-right: 20px;
}
.page-authentication #content-wrapper #submit-login,
.page-password #content-wrapper #submit-login {
  box-shadow: none;
}
.page-authentication #content-wrapper .register-form > p,
.page-password #content-wrapper .register-form > p {
  text-align: center;
  margin-bottom: 15px !important;
  display: block;
}
.page-authentication #content-wrapper .register-form .form-footer,
.page-password #content-wrapper .register-form .form-footer {
  display: flex;
  justify-content: center;
}
.page-authentication #content-wrapper .custom-checkbox input[type=checkbox] + span,
.page-password #content-wrapper .custom-checkbox input[type=checkbox] + span {
  border: 1px solid #00586F;
}
.page-authentication #content-wrapper .custom-radio input[type=radio]:checked + span,
.page-password #content-wrapper .custom-radio input[type=radio]:checked + span {
  background-color: #00586F;
}
.page-authentication #content-wrapper .page-footer,
.page-password #content-wrapper .page-footer {
  padding: 20px;
}
.page-authentication #content-wrapper .send-renew-password-link,
.page-password #content-wrapper .send-renew-password-link {
  margin-bottom: 20px !important;
  display: block;
}
.page-authentication #content-wrapper .center-email-fields,
.page-password #content-wrapper .center-email-fields {
  display: block;
}
.page-authentication #content-wrapper .center-email-fields > *,
.page-password #content-wrapper .center-email-fields > * {
  float: none;
  display: inline-block;
}
.page-authentication #content-wrapper .center-email-fields .form-control-submit,
.page-password #content-wrapper .center-email-fields .form-control-submit {
  display: block;
  margin: 15px auto 0px;
}
@media screen and (min-width: 768px) {
  .page-authentication #content-wrapper .center-email-fields,
.page-password #content-wrapper .center-email-fields {
    text-align: center;
  }
  .page-authentication #content-wrapper label,
.page-password #content-wrapper label {
    text-align: right;
  }
}
.page-authentication .forgotten-password .form-fields .center-email-fields button,
.page-password .forgotten-password .form-fields .center-email-fields button {
  height: auto;
  font-size: 14px;
}

.page-addresses #wrapper,
.page-order-detail #wrapper,
.page-customer-account #wrapper,
.page-my-account #wrapper {
  background-color: #E5EDF0;
}
.page-addresses #wrapper #content .links > a,
.page-order-detail #wrapper #content .links > a,
.page-customer-account #wrapper #content .links > a,
.page-my-account #wrapper #content .links > a {
  box-shadow: none;
}
.page-addresses #wrapper #content .links > a:hover,
.page-order-detail #wrapper #content .links > a:hover,
.page-customer-account #wrapper #content .links > a:hover,
.page-my-account #wrapper #content .links > a:hover {
  text-decoration: none;
}
.page-addresses #wrapper #content .links .link-item,
.page-order-detail #wrapper #content .links .link-item,
.page-customer-account #wrapper #content .links .link-item,
.page-my-account #wrapper #content .links .link-item {
  display: flex;
  align-items: center;
  box-shadow: none;
  font-weight: 400;
  font-size: 16px;
  color: #333333;
  text-decoration: none;
  text-transform: none;
  padding: 30px;
  height: auto;
}
.page-addresses #wrapper #content .links .link-item:hover,
.page-order-detail #wrapper #content .links .link-item:hover,
.page-customer-account #wrapper #content .links .link-item:hover,
.page-my-account #wrapper #content .links .link-item:hover {
  text-decoration: none;
}
.page-addresses #wrapper #content .links .link-item i,
.page-order-detail #wrapper #content .links .link-item i,
.page-customer-account #wrapper #content .links .link-item i,
.page-my-account #wrapper #content .links .link-item i {
  width: auto;
}
.page-addresses #wrapper #content .links .link-item .material-icons,
.page-order-detail #wrapper #content .links .link-item .material-icons,
.page-customer-account #wrapper #content .links .link-item .material-icons,
.page-my-account #wrapper #content .links .link-item .material-icons {
  font-size: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 34px;
  padding: 0px;
}
.page-addresses #wrapper #content .links .link-item .material-icons::before,
.page-order-detail #wrapper #content .links .link-item .material-icons::before,
.page-customer-account #wrapper #content .links .link-item .material-icons::before,
.page-my-account #wrapper #content .links .link-item .material-icons::before {
  content: "";
  width: 16px;
  height: 18px;
  display: block;
}
.page-addresses #wrapper #content .links #identity-link .link-item .material-icons::before,
.page-order-detail #wrapper #content .links #identity-link .link-item .material-icons::before,
.page-customer-account #wrapper #content .links #identity-link .link-item .material-icons::before,
.page-my-account #wrapper #content .links #identity-link .link-item .material-icons::before {
  background: url("/themes/toutverre/assets/img/icon-info.svg");
  background-repeat: no-repeat;
  background-size: contain;
}
.page-addresses #wrapper #content .links #addresses-link .link-item .material-icons::before,
.page-order-detail #wrapper #content .links #addresses-link .link-item .material-icons::before,
.page-customer-account #wrapper #content .links #addresses-link .link-item .material-icons::before,
.page-my-account #wrapper #content .links #addresses-link .link-item .material-icons::before {
  background: url("/themes/toutverre/assets/img/icon-map.svg");
  background-repeat: no-repeat;
  background-size: contain;
}
.page-addresses #wrapper #content .links #history-link .link-item .material-icons::before,
.page-order-detail #wrapper #content .links #history-link .link-item .material-icons::before,
.page-customer-account #wrapper #content .links #history-link .link-item .material-icons::before,
.page-my-account #wrapper #content .links #history-link .link-item .material-icons::before {
  background: url("/themes/toutverre/assets/img/icon-cal.svg");
  background-repeat: no-repeat;
  background-size: contain;
}
.page-addresses #wrapper #content .links #order-slips-link .link-item .material-icons::before,
.page-order-detail #wrapper #content .links #order-slips-link .link-item .material-icons::before,
.page-customer-account #wrapper #content .links #order-slips-link .link-item .material-icons::before,
.page-my-account #wrapper #content .links #order-slips-link .link-item .material-icons::before {
  background: url("/themes/toutverre/assets/img/icon-doc.svg");
  background-repeat: no-repeat;
  background-size: contain;
}
.page-addresses #wrapper #content .links #discounts-link .link-item .material-icons::before,
.page-order-detail #wrapper #content .links #discounts-link .link-item .material-icons::before,
.page-customer-account #wrapper #content .links #discounts-link .link-item .material-icons::before,
.page-my-account #wrapper #content .links #discounts-link .link-item .material-icons::before {
  background: url("/themes/toutverre/assets/img/icon-promo.svg");
  background-repeat: no-repeat;
  background-size: contain;
}
.page-addresses #wrapper #content .links #returns-link .link-item .material-icons::before,
.page-order-detail #wrapper #content .links #returns-link .link-item .material-icons::before,
.page-customer-account #wrapper #content .links #returns-link .link-item .material-icons::before,
.page-my-account #wrapper #content .links #returns-link .link-item .material-icons::before {
  background: url("/themes/toutverre/assets/img/icon-refund.svg");
  background-repeat: no-repeat;
  background-size: contain;
}
.page-addresses #wrapper #content .links #psgdpr-link .link-item .material-icons::before,
.page-order-detail #wrapper #content .links #psgdpr-link .link-item .material-icons::before,
.page-customer-account #wrapper #content .links #psgdpr-link .link-item .material-icons::before,
.page-my-account #wrapper #content .links #psgdpr-link .link-item .material-icons::before {
  background: url("/themes/toutverre/assets/img/icon-data.svg");
  background-repeat: no-repeat;
  background-size: contain;
}
.page-addresses #wrapper .page-header,
.page-order-detail #wrapper .page-header,
.page-customer-account #wrapper .page-header,
.page-my-account #wrapper .page-header {
  margin-bottom: 50px;
}
.page-addresses #wrapper .page-footer,
.page-order-detail #wrapper .page-footer,
.page-customer-account #wrapper .page-footer,
.page-my-account #wrapper .page-footer {
  border-top: 1px solid rgba(51, 51, 51, 0.2);
  padding-top: 50px;
  padding-bottom: 50px;
}
.page-addresses #wrapper .page-footer a,
.page-order-detail #wrapper .page-footer a,
.page-customer-account #wrapper .page-footer a,
.page-my-account #wrapper .page-footer a {
  text-decoration: none;
  font-size: 16px;
  color: #2c3135;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.page-addresses #wrapper .page-footer a::before,
.page-order-detail #wrapper .page-footer a::before,
.page-customer-account #wrapper .page-footer a::before,
.page-my-account #wrapper .page-footer a::before {
  content: "";
  background: url("/themes/toutverre/assets/img/icon-logout.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 18px;
  height: 18px;
  display: block;
  margin-right: 13px;
}

.page-addresses .form-footer,
.page-order-detail .form-footer,
.page-customer-account .form-footer {
  display: flex;
  justify-content: center;
}
.page-addresses .form-footer input[type=submit],
.page-order-detail .form-footer input[type=submit],
.page-customer-account .form-footer input[type=submit] {
  text-align: center !important;
  margin-left: auto !important;
  margin-right: auto !important;
  display: block;
}
.page-addresses input[type=password] + .input-group-btn,
.page-order-detail input[type=password] + .input-group-btn,
.page-customer-account input[type=password] + .input-group-btn {
  position: absolute;
  top: 11px;
  right: 13px;
  width: 24px;
  height: 18px;
}
.page-addresses input[type=password] + .input-group-btn .btn,
.page-order-detail input[type=password] + .input-group-btn .btn,
.page-customer-account input[type=password] + .input-group-btn .btn {
  font-size: 0;
  background: transparent !important;
  width: 24px;
  height: 18px;
  padding: 0;
}
.page-addresses input[type=password] + .input-group-btn .btn::before,
.page-order-detail input[type=password] + .input-group-btn .btn::before,
.page-customer-account input[type=password] + .input-group-btn .btn::before {
  content: "";
  background: url("/themes/toutverre/assets/img/eye.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 24px;
  height: 18px;
  display: block;
}
.page-addresses .page-footer a::before,
.page-order-detail .page-footer a::before,
.page-customer-account .page-footer a::before {
  display: none !important;
}
.page-addresses .page-footer a i,
.page-order-detail .page-footer a i,
.page-customer-account .page-footer a i {
  display: none;
}
.page-addresses #content,
.page-order-detail #content,
.page-customer-account #content {
  box-shadow: none;
  background-color: transparent;
}
.page-addresses .orders .order,
.page-order-detail .orders .order,
.page-customer-account .orders .order {
  margin-top: 15px;
  margin-bottom: 15px;
}
.page-addresses .orders .order__details-link,
.page-order-detail .orders .order__details-link,
.page-customer-account .orders .order__details-link {
  margin-top: 5px;
  margin-bottom: 5px;
  display: block;
}
.page-addresses .orders .order__details-link a,
.page-order-detail .orders .order__details-link a,
.page-customer-account .orders .order__details-link a {
  color: #00586F;
}
.page-addresses .orders .order__pdf-link,
.page-order-detail .orders .order__pdf-link,
.page-customer-account .orders .order__pdf-link {
  display: block;
  margin-top: 5px;
  margin-bottom: 5px;
  color: #00586F;
}

@media screen and (min-width: 1024px) {
  .myaccount__content {
    display: flex;
    width: 100%;
  }
  .myaccount__content__dashbord__list {
    min-width: 300px;
    margin-right: 30px;
  }
}
.myaccount__content__body {
  width: 100%;
}
.myaccount__content__body .table a {
  color: #00586F;
}
.myaccount__content__body .table thead th {
  font-weight: 400;
  font-size: 13px;
  color: rgba(51, 51, 51, 0.5) !important;
  background-color: #ffffff;
  border-bottom: 1px solid #EDEDED;
  font-weight: 400 !important;
  font-size: 13px;
}
.myaccount__content__body .table tbody td a {
  color: #00586F;
}
.myaccount__content__body .table tbody {
  background-color: #ffffff;
}
.myaccount__content__body .table tbody td {
  border-bottom: 1px solid #EDEDED;
  font-weight: 400;
  font-size: 13px;
}
.myaccount__content__body .table tbody th {
  font-weight: 400 !important;
}
.myaccount__content__dashbord__list {
  display: none;
}
@media screen and (min-width: 1024px) {
  .myaccount__content__dashbord__list {
    display: block;
  }
}
.myaccount__content__dashbord__list a {
  display: block;
  padding: 20px 24px;
  background-color: #ffffff;
  width: 100%;
  max-width: none;
  font-size: 14px;
  color: #333333;
  margin-top: 6px;
  margin-bottom: 6px;
  float: none;
}
.myaccount__content__dashbord__list a:first-child {
  margin-top: 0px;
}
.myaccount__content__dashbord__list a:hover {
  color: #ffffff;
  background-color: #508898;
  text-decoration: none;
}
.myaccount__content__dashbord__list a:hover .link-item::before svg {
  fill: #ffffff;
}
.myaccount__content__dashbord__list .link-item {
  display: flex;
  align-items: center;
}
.myaccount__content__dashbord__list .link-item i {
  width: auto;
}
.myaccount__content__dashbord__list .link-item::before {
  content: "";
  width: 16px;
  height: 18px;
  display: block;
  margin-right: 19px;
}
.myaccount__content__dashbord__list .link-item .material-icons {
  font-size: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 34px;
  padding: 0px;
}
.myaccount__content__dashbord__list .link-item .material-icons::before {
  content: "";
  width: 16px;
  height: 18px;
  display: block;
}
.myaccount__content__dashbord__list #identity-link .link-item::before {
  background: url("/themes/toutverre/assets/img/icon-info.svg");
  background-repeat: no-repeat;
  background-size: contain;
}
.myaccount__content__dashbord__list #identity-link:hover .link-item::before {
  background: url("/themes/toutverre/assets/img/icon-info-white.svg");
  background-repeat: no-repeat;
  background-size: contain;
}
.myaccount__content__dashbord__list #addresses-link .link-item::before {
  background: url("/themes/toutverre/assets/img/icon-map.svg");
  background-repeat: no-repeat;
  background-size: contain;
}
.myaccount__content__dashbord__list #addresses-link:hover .link-item::before {
  background: url("/themes/toutverre/assets/img/icon-map-white.svg");
  background-repeat: no-repeat;
  background-size: contain;
}
.myaccount__content__dashbord__list #history-link .link-item::before {
  background: url("/themes/toutverre/assets/img/icon-cal.svg");
  background-repeat: no-repeat;
  background-size: contain;
}
.myaccount__content__dashbord__list #history-link:hover .link-item::before {
  background: url("/themes/toutverre/assets/img/icon-cal-white.svg");
  background-repeat: no-repeat;
  background-size: contain;
}
.myaccount__content__dashbord__list #order-slips-link .link-item::before {
  background: url("/themes/toutverre/assets/img/icon-doc.svg");
  background-repeat: no-repeat;
  background-size: contain;
}
.myaccount__content__dashbord__list #order-slips-link:hover .link-item::before {
  background: url("/themes/toutverre/assets/img/icon-doc-white.svg");
  background-repeat: no-repeat;
  background-size: contain;
}
.myaccount__content__dashbord__list #discounts-link .link-item::before {
  background: url("/themes/toutverre/assets/img/icon-promo.svg");
  background-repeat: no-repeat;
  background-size: contain;
}
.myaccount__content__dashbord__list #discounts-link:hover .link-item::before {
  background: url("/themes/toutverre/assets/img/icon-promo-white.svg");
  background-repeat: no-repeat;
  background-size: contain;
}
.myaccount__content__dashbord__list #returns-link .link-item::before {
  background: url("/themes/toutverre/assets/img/icon-refund.svg");
  background-repeat: no-repeat;
  background-size: contain;
}
.myaccount__content__dashbord__list #returns-link:hover .link-item::before {
  background: url("/themes/toutverre/assets/img/icon-refund-white.svg");
  background-repeat: no-repeat;
  background-size: contain;
}
.myaccount__content__dashbord__list #psgdpr-link .link-item::before {
  display: none;
}
.myaccount__content__dashbord__list #psgdpr-link .link-item .material-icons {
  font-size: 0px;
  margin-right: 19px;
}
.myaccount__content__dashbord__list #psgdpr-link .link-item .material-icons::before {
  background: url("/themes/toutverre/assets/img/icon-data.svg");
  background-repeat: no-repeat;
  background-size: contain;
}
.myaccount__content__dashbord__list #psgdpr-link:hover .link-item .material-icons::before {
  background: url("/themes/toutverre/assets/img/icon-data-white.svg");
  background-repeat: no-repeat;
  background-size: contain;
}
.myaccount__content__dashbord__list #psgdpr-link:hover .link-item::before {
  background: url("/themes/toutverre/assets/img/icon-data-white.svg");
  background-repeat: no-repeat;
  background-size: contain;
}

#wrapper {
  background-color: #E5EDF0;
}
@media screen and (min-width: 1024px) {
  #wrapper {
    padding-top: 70px;
    padding-bottom: 160px;
  }
}
#wrapper .h-title {
  margin-bottom: 20px;
  text-align: left;
}
#wrapper .card {
  border: none;
  border-radius: 0;
  box-shadow: none;
}
#wrapper .cart-grid .product-line-grid-head {
  display: flex;
}
#wrapper .cart-summary, #wrapper .cart-container {
  border: none;
  border-radius: 0;
  box-shadow: none;
}
#wrapper .cart-summary * {
  font-weight: 400;
  font-size: 16px;
  color: #333333;
  font-family: "Rubik", sans-serif !important;
}
#wrapper .cart-summary .cart-total {
  background-color: #E5EDF0;
  padding-left: 15px;
  padding-right: 15px;
}
#wrapper .cart-summary .cart-total * {
  color: #00586F;
  font-weight: 600;
  font-size: 16px;
}
#wrapper .cart-summary #promo-code {
  display: block;
}
#wrapper .cart-summary .promo-code-button {
  display: none;
}
#wrapper .cart-summary .promo-input {
  width: 100%;
  border: 1px solid #E0E0E0 !important;
  border-radius: 7px !important;
  height: 50px;
}
#wrapper .cart-summary .promo-input:focus-visible {
  outline: none !important;
}
#wrapper .cart-summary form[data-link-action=add-voucher] {
  width: 100%;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}
#wrapper .cart-summary button[type=submit] {
  position: absolute;
  right: 1px;
  top: 6px;
  height: 46px;
  min-width: 113px;
  background-color: #00586F !important;
  border-color: #00586F !important;
}
#wrapper .cart-summary button[type=submit] * {
  text-transform: uppercase;
  font-weight: 400;
  font-size: 12px !important;
  color: #ffffff;
}
#wrapper .cart-summary .cart-detailed-actions a {
  font-weight: 400;
  font-size: 14px !important;
  color: #ffffff !important;
  padding: 14px 35px !important;
}
#wrapper .cart-items {
  padding: 20px;
}
#wrapper .cart-item:not(:first-child) {
  border-top: 1px solid #E0E0E0;
}
#wrapper .cart-item .product-line-grid-body {
  font-size: 14px;
  color: #333333;
}
#wrapper .cart-item .product-line-grid-body a {
  text-decoration: none;
  margin-top: 0.25rem;
  display: inline-flex;
}
#wrapper .cart-item .product-line-grid-body a:hover {
  color: inherit;
}
#wrapper .cart-item .product-line-grid-body .configurator-detail-step .configurator-detail-step-values a {
  white-space: nowrap;
  overflow: hidden;
  text-align: center;
}
#wrapper .cart-item .product-line-actions__trash-price {
  display: flex;
  justify-content: space-between;
  max-width: calc(100% - 80px - 20px);
  margin-left: calc(80px + 20px);
  margin-bottom: 18px;
}
#wrapper .cart-item .product-line-actions__trash-price .price {
  width: auto;
}
#wrapper .cart-item .product-line-actions__trash-price .price * {
  font-family: "Rubik", sans-serif !important;
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
  color: #00586F;
}
@media screen and (min-width: 768px) {
  #wrapper .cart-item > .product-line-grid {
    display: flex;
    justify-content: space-between;
  }
  #wrapper .cart-item .product-line-actions {
    margin-left: auto;
  }
  #wrapper .cart-item .product-line-grid-body {
    font-size: 16px;
  }
}
#wrapper .cart-line-product-actions .remove-from-cart .material-icons {
  font-size: 0px;
  width: 18px;
  height: 20px;
  display: block;
}
#wrapper .cart-line-product-actions .remove-from-cart .material-icons::before {
  content: "";
  width: 18px;
  height: 20px;
  display: block;
  background: url("/themes/toutverre/assets/img/delete.svg");
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (min-width: 768px) {
  #wrapper .h-title {
    margin-bottom: 35px;
    text-align: center;
  }
}
@media screen and (min-width: 1024px) {
  #wrapper .h-title {
    text-align: center;
    margin-bottom: 50px;
  }
}

.configurator-update-btn {
  text-align: center;
}

.product-line-actions {
  margin-top: 1rem;
}

#wrapper .cart-item .product-line-actions__trash-price {
  display: flex;
  justify-content: space-between;
  max-width: 100%;
  margin-left: AUTO;
  margin-bottom: 18px;
}

#checkout .message-shipping {
  background-color: #ffffff;
  padding: 20px 17px;
  justify-content: space-between;
}
#checkout .message-shipping p {
  color: #508898;
}
.blocFaqList h2 {
  cursor: pointer;
  position: relative;
  padding-right: 30px;
}

.blocFaqList h2::after {
  content: "+";
  position: absolute;
  right: 0;
  top: 0;
  font-size: 20px;
  transition: transform 0.3s ease;
}

.blocFaqList h2.active::after {
  content: "−";
}

.faq-content {
  display: none;
  padding-bottom: 15px;
}
#tarteaucitronIcon{
  max-width: 50%;
}
