/* JS CLASSES */
.displayNone {
  display: none !important;
}

.category-id-3 .menu-principal .menu-item:nth-child(0n+1) a {
  color: #AF2114 !important;
}

.category-id-4 .menu-principal .menu-item:nth-child(0n+2) a {
  color: #AF2114 !important;
}

.category-id-5 .menu-principal .menu-item:nth-child(0n+3) a {
  color: #AF2114 !important;
}

.category-id-6 .menu-principal .menu-item:nth-child(0n+4) a {
  color: #AF2114 !important;
}

.category-id-7 .menu-principal .menu-item:nth-child(0n+5) a {
  color: #AF2114 !important;
}

.category-id-8 .menu-principal .menu-item:nth-child(0n+6) a {
  color: #AF2114 !important;
}

.category-id-9 .menu-principal .menu-item:nth-child(0n+7) a {
  color: #AF2114 !important;
}

/* Override native classes */
#products .thumbnail-container:focus .highlighted-informations.no-variants, #products .thumbnail-container:hover .highlighted-informations.no-variants, .featured-products .thumbnail-container:focus .highlighted-informations.no-variants, .featured-products .thumbnail-container:hover .highlighted-informations.no-variants, .product-accessories .thumbnail-container:focus .highlighted-informations.no-variants, .product-accessories .thumbnail-container:hover .highlighted-informations.no-variants, .product-miniature .thumbnail-container:focus .highlighted-informations.no-variants, .product-miniature .thumbnail-container:hover .highlighted-informations.no-variants {
  top: inherit;
  bottom: inherit;
}

.product-flags .new {
  display: none;
}

.custom-container {
  width: 100%;
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
}

@media screen and (max-width: 520px) {
  .row {
    margin-right: 0;
    margin-left: 0;
  }

  .page-index .featured-products .product {
    width: auto;
  }
}
/* Header */
.elementor-nav > li:last-of-type {
  margin-left: 0;
}

.menu-item {
  font-family: "Author Regular", sans-serif;
  font-size: 16px;
}

.header-right-menu {
  width: fit-content !important;
  width: -moz-fit-content;
  max-width: 15%;
}

.header-right-menu .secondary-menu {
  position: relative;
}

.header-right-menu ul {
  display: none;
  transition: 0.5s ease-in-out;
  position: absolute;
  padding: 10px;
  width: 200px;
  left: -60px;
  top: 30px;
  text-align: center;
  background-color: white;
  box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.11);
}

.header-right-menu .main-dropdown-inner-link {
  font-size: 18px;
  font-family: "Author Medium", sans-serif;
}

.header-right-menu:hover .secondary-menu ul {
  display: block;
}

.header-right-menu ul:hover {
  display: block;
}

.header-search {
  width: fit-content !important;
  max-width: 40% !important;
}

.header-search .elementor-search__container {
  flex-direction: row-reverse;
}

.elementor-search__toggle {
  display: flex !important;
}

.elementor-search__toggle i {
  margin-top: 3px;
}

.elementor-search__toggle p {
  margin-bottom: 0;
  margin-right: 5px;
  font-family: "Author Regular", sans-serif;
  font-size: 18px;
  color: black;
  line-height: 30px;
}

.header-basket {
  width: fit-content !important;
  max-width: 20% !important;
}

.elementor-cart__toggle a {
  padding: 0 15px !important;
}

.elementor-cart__toggle .elementor-button-icon {
  display: flex !important;
}

.elementor-cart__toggle .elementor-button-icon p {
  margin-bottom: 0;
  margin-right: 5px;
  font-family: "Author Regular", sans-serif;
  font-size: 16px;
  color: black;
  line-height: 30px;
}

.elementor-search__toggle p {
  font-size: 16px;
}

.header-log .menu-item-type-account a {
  display: flex;
  flex-direction: row-reverse;
}

.header-log .menu-item-type-account a > span {
  padding-left: 0 !important;
  padding-right: 5px;
}

/* Home */
.home-gammes-title h2 {
  font-family: "Author Medium", sans-serif !important;
}

.carousel .carousel-item .caption h2 {
  text-transform: capitalize !important;
}

.home-gammes-carousel, .slick-slide, .slick-slide-inner, .slick-slide-inner a {
  cursor: url("../../assets/img/icons/cliquer-glisser.png"), auto !important;
}

.home-gammes-carousel .slick-track {
  padding-left: 5%;
}

.carousel .carousel-item .caption h2 {
  color: white !important;
}

.carousel .carousel-item .caption p {
  color: white !important;
}

/* Home Products Blocks */
.thumbnail-container {
  width: 100%;
}

.inner-thumbnail-container {
  position: relative;
  overflow: hidden;
}

.inner-thumbnail-container .product-highlighted-infos {
  width: 100%;
  height: auto;
  bottom: -35%;
  background-color: #AF2114;
  top: inherit;
  padding: 10px 5px;
  position: absolute;
  transition: 0.3s ease-in-out;
}

.thumbnail-container:hover .product-highlighted-infos {
  bottom: 0;
}

.inner-thumbnail-container .product-highlighted-infos .product-highlighted-description {
  font-family: "Author Light", sans-serif;
  text-align: center;
}

.inner-thumbnail-container .product-highlighted-infos .product-highlighted-description p {
  font-size: 13px;
  color: white;
  margin-bottom: 0;
}

.thumbnail-container .product-name {
  position: absolute;
  top: 30%;
  width: 100%;
  text-align: center;
}

.thumbnail-container .product-name p {
  font-family: "Author Medium", sans-serif;
  font-size: 18px;
  color: black;
}

.thumbnail-container .product-name a {
  font-family: "Author Bold", sans-serif !important;
  font-size: 35px !important;
}

.thumbnail-container .product-price {
  width: 100%;
  padding: 10px 0;
}

/* Product configurator */
.width-28 {
  width: 28% !important;
}

#configurator_preview {
  position: fixed;
  top: 160px;
  right: 5%;
  width: 28%;
}

.configurator_block div[itemprop=description] {
  display: none;
}

/* Products Category Page */
.page-category .custom-container {
  max-width: 1920px;
}

.page-category .products-selection {
  width: 100%;
}

#js-product-list-top .col-md-4 {
  margin-right: 15%;
}

.page-category .pagination {
  padding: 0 10%;
}

#category-description p {
  font-family: "Author Regular", sans-serif;
  font-size: 22px;
}

.category-top-menu .category-sub-menu a {
  font-family: "Author Light", sans-serif;
  font-size: 22px;
  width: fit-content;
  padding: 0 2%;
  border-left: 2px solid #af2114;
  border-radius: 2px;
  transition: 0.5s ease-in-out;
}

.category-top-menu .category-sub-menu a:hover {
  background-color: #af2114;
  color: white;
}

.page-category .custom-products_grid {
  width: 100%;
  padding: 0 10%;
}

.custom-products_grid {
  justify-content: center !important;
}

.block-category h1 {
  text-align: center;
}

.block-category-inner p {
  text-align: center;
  padding: 0 5%;
}

.total-products {
  display: none;
}

.products-selection .col-md-4 {
  float: right;
}

.products-selection .sort-by-row {
  justify-content: flex-end;
}

.custom-filter-icon {
  text-align: right;
}

.custom-filter-icon button {
  width: 150px;
  height: 50px;
  background: transparent;
  border: none;
  cursor: pointer;
}

.custom-filter-icon button:focus {
  outline: none;
}

.custom-filter-icon button img {
  margin-right: 10%;
}

.custom-product-items {
  width: 30%;
}

.custom-product-items .thumbnail-container {
  width: 100% !important;
}

.custom-product-items .product-description {
  width: 100% !important;
}

.product_access_button {
  background-color: #2D2A32;
  color: white;
  padding: 5px 20px;
  border-radius: 4px;
  margin-left: 15%;
  width: 60%;
  display: block;
  text-align: center;
  margin-top: 10px;
  font-family: "Author Medium", sans-serif;
  font-size: 16px;
}

.product-description .product-title {
  text-align: left !important;
}

.product-description .product-title a {
  font-weight: 800 !important;
}

.product_thumbnail {
  position: relative;
}

.product_thumbnail .product-short-description {
  position: absolute;
  bottom: 0;
  background-color: #af2114;
  width: 100%;
  text-align: center;
  height: 0;
  transition: 0.5s ease-in-out;
}

.product_thumbnail .product-short-description p {
  font-family: "Author Light", sans-serif;
  font-size: 14px;
  color: white;
  margin-bottom: 5px;
}

.product_thumbnail:hover .product-short-description {
  height: auto;
}

.category-before-footer {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
}

.category-before-footer .category-inner-text {
  background-color: #2D2A32;
  padding: 5% 15%;
}

.category-before-footer .category-inner-text h3 {
  font-family: "Author Bold", sans-serif;
  font-size: 40px;
  text-align: center;
  color: white;
  margin-bottom: 30px;
}

.category-before-footer .category-inner-text p {
  font-family: "Author Regular", sans-serif;
  font-size: 18px;
  color: white;
  padding: 0 5%;
}

.category-before-footer .category-inner-text button {
  font-family: "Author Medium", sans-serif;
  font-size: 20px;
  background: transparent;
  border: 1px solid white;
  color: white;
  padding: 5px 10px;
  margin-left: 45%;
}

.category-before-footer .category-inner-reassurance {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  padding: 3% 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
  margin: 1% 8%;
}

.category-before-footer .category-inner-reassurance .reassurance-col {
  text-align: center;
  padding: 0 8%;
}

.category-before-footer .category-inner-reassurance .reassurance-col .reassurance-inner-text {
  font-family: "Author Medium", sans-serif;
  color: black;
  font-size: 16px;
  margin-top: 25px;
}

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

#product-list-header .block-category h1 {
  font-family: "Author Bold", sans-serif;
  font-weight: 900;
  font-size: 50px;
}

#product-list-header .block-category .block-category-inner {
  padding: 0 15%;
}

.product-miniature .product-thumbnail {
  filter: brightness(0.9);
}

.product-miniature:hover .product-thumbnail {
  filter: opacity(0.5);
}

.product-miniature:hover .thumbnail-container .product-name a {
  color: #2b2e34;
}

.product-miniature:hover .thumbnail-container .product-name p {
  color: #2b2e34;
}

.thumbnail-container .product-name a {
  color: #E6E6E6;
}

.thumbnail-container .product-name p {
  color: #E6E6E6;
}

.product-miniature-texts {
  width: 100%;
  height: auto;
  position: absolute;
  top: 38%;
}

.product-miniature-texts .product-category {
  width: 100%;
  text-align: center;
  padding: 0 5%;
  font-family: "Author Medium", sans-serif;
  font-weight: 400;
  margin-bottom: 10px;
}

.product-miniature-texts .product-category a {
  color: white;
  font-size: 18px;
}

.product-miniature-texts .product-title {
  position: absolute;
  top: 32%;
  width: 100%;
  text-align: center;
  padding: 0 5%;
  font-family: "Author Bold", sans-serif;
}

.product-miniature-texts .product-title a {
  font-size: 40px !important;
  color: white !important;
}

.product-description .product-price-and-shipping {
  margin: 4% 0 2% 0;
  font-family: "Author Light", sans-serif;
  font-weight: 600;
  font-size: 22px;
}

.product-description .product-price-and-shipping .price {
  font-size: 26px;
}

.product-description .product-category {
  margin: 0;
  text-transform: capitalize;
}

.product-description .product-category a {
  font-weight: 100;
}

.product-description .product-title {
  margin-top: 0 !important;
}

/* Page Product */
.page-product .product-description a {
  color: black;
}

.modal-close {
  position: relative;
  margin-left: 5%;
}

.modal-close i {
  font-size: 40px;
  color: #e6e6e6;
}

/* configurator */
#configurator_block .step_group {
  border-left: none !important;
}

#configurator_block .step_list label.title {
  width: fit-content;
  text-align: left;
  border-bottom: 1px solid red;
}

#configurator_block .step_group .material-icons {
  display: none;
}

#configurator_block .step_group.form-group {
  border-bottom: none;
}

/* Override */
#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 !important;
}

.product-miniature {
  margin: 2rem !important;
}

.product-miniature .thumbnail-container .thumbnail img {
  width: 100%;
}

.product-miniature .thumbnail-container .product-description .product-category a {
  font-family: "Author Medium", sans-serif;
  font-size: 16px !important;
  color: black !important;
}

.product-miniature .thumbnail-container .product-description .product-title a {
  font-family: "Author Bold", sans-serif;
  font-size: 24px !important;
  color: black !important;
}

.product-miniature .thumbnail-container .product-description .product-description p {
  font-family: "Author Light", sans-serif;
  font-size: 18px !important;
  color: black !important;
}

.product-miniature .thumbnail-container .product-description .product_access_button {
  color: white !important;
}

.product-container-infos .product-container-infos-inner-custom {
  width: 60%;
}

.product-container .product-cover {
  text-align: center;
}

.product-container .product-category {
  font-family: "Author Regular", sans-serif;
  color: black;
  font-size: 18px;
  margin-bottom: 0;
}

.product-container .product-title {
  font-family: "Author Bold", sans-serif;
  font-size: 40px;
  color: black;
  text-transform: capitalize;
}

.product-container .product-reference {
  font-family: "Author Regular", sans-serif;
  color: black;
  font-size: 18px;
}

.product-container .product-description p {
  color: #3d3d3d;
  font-family: "Author Regular", sans-serif;
  font-size: 18px;
  line-height: 22px;
}

.product-container .product-description a {
  text-decoration: underline;
}

.product-container .product-description ul {
  padding-left: 20px;
  list-style-type: disc !important;
}

.product-container .product-description ul li {
  font-size: 18px;
  font-family: "Author Regular", sans-serif;
}

.configurator-header .configurator-header-text {
  font-family: "Author Bold", sans-serif;
  color: black;
  font-size: 16px;
  text-align: center;
  margin-bottom: 0;
}

.product-container-infos {
  margin-bottom: 5%;
  margin-top: 5%;
}

.step_group .step_options .selector {
  background: transparent;
  background-color: #eeeeee;
  color: white;
  width: fit-content !important;
}

.step_group .step_options .selector span {
  background: transparent;
  color: #AF2114;
  text-shadow: none;
  width: fit-content !important;
  font-family: "Author Regular", sans-serif;
  font-size: 18px;
}

.step_group .step_options .selector select {
  background-color: #eeeeee;
  color: #AF2114;
  font-family: "Author Regular", sans-serif;
  font-size: 18px;
}

.step_group .step_options .option_group {
  display: inline-block;
}

#configurator_block label span.label-default {
  background: #AF2114 !important;
}

#configurator_preview {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

#configurator_preview .row {
  margin-right: -20px;
  margin-left: -20px;
}

.configurator-header .configurator-header-phone {
  font-family: "Author SemiBold", sans-serif !important;
  font-size: 15px !important;
  color: black !important;
  text-align: center;
  margin-bottom: 0;
  display: inline-block;
  width: 100%;
}

.configurator-header {
  padding: 2% 5%;
}

.configurator-body {
  background-color: #E6E6E6;
  padding: 5% 2%;
}

.configurator-body ul li a {
  color: black;
}

.configurator-button {
  padding: 5%;
}

.configurator-button .buttons_container form {
  width: 100%;
}

.configurator-button .buttons_container form #add_configurator_to_cart {
  background-color: #AF2114;
  font-family: "Author Light", sans-serif;
  font-size: 18px;
  line-height: 20px;
}

.configurator-button .buttons_container form .material-icons {
  display: none;
}

.configurator-footer {
  background-color: #FAFAFA;
  padding: 5% 2%;
}

.configurator-footer .col-lg-4 {
  text-align: center;
}

.configurator-footer .col-lg-4 img {
  margin-bottom: 10%;
}

.configuration-footer .col-lg-4 p {
  font-family: "Author Medium", sans-serif;
  color: black;
  font-size: 15px;
}

#configurator_preview {
  z-index: 90 !important;
}

#configurator-progress:after {
  background: none !important;
}

#configurator-progress strong {
  color: black !important;
}

#configurator_preview_buttons .dl-horizontal {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: auto;
}

#configurator_preview_buttons .dl-horizontal dt {
  width: 100% !important;
  text-align: center !important;
  font-family: "Author Regular", sans-serif;
}

#configurator_preview_buttons .dl-horizontal dt:nth-child(0n+1) {
  font-size: 25px;
  line-height: 30px;
}

#configurator_preview #dl-final-price dd {
  width: 100%;
  line-height: 50px;
  height: auto;
  text-align: center;
  font-size: 44px;
  color: #AF2114;
}

.step-color-texture {
  max-height: 450px;
  overflow-x: auto;
}

.step-color-texture::-webkit-scrollbar {
  width: 15px;
}

.step-color-texture::-webkit-scrollbar-track {
  background: #f1f1f1;
}

.step-color-texture::-webkit-scrollbar-thumb {
  background: #af2114;
  border-radius: 10px;
  border: 1px solid white;
}

.step-color-texture::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.configurator_block {
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.2);
}

#configurator_preview_buttons .dl-horizontal dt:nth-child(0n+2) {
  font-size: 16px;
}

#product-description-short-1 p {
  display: none;
}

#configurator-tabs {
  display: none;
}

.product-infos-tabs {
  background-color: white;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}

.infos-tabs-block .elementor-tabs-wrapper {
  margin-bottom: 20px;
}

.infos-tabs-block .elementor-tab-content img:nth-child(0n+1) {
  display: inline-block;
  margin-right: 5%;
}

.infos-tabs-block .elementor-tab-content img:nth-child(0n+2) {
  display: inline-block;
  margin-left: 5%;
}

/*
 * Newsletter
 */
.block_newsletter_custom {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  margin-top: 5%;
  margin-bottom: 5%;
}

.cms-id-3 .block_newsletter_custom {
  margin-top: 0;
}

.block_newsletter_custom #block-newsletter-label {
  font-family: "Author Light", sans-serif;
  font-size: 18px;
  color: black;
}

.block_newsletter_custom .inputs_line {
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
}

.block_newsletter_custom .inputs_line .btn-primary {
  background-color: #2D2A32;
}

.block_newsletter_custom .inputs_line .input-wrapper {
  width: 30%;
}

.block_newsletter_custom .inputs_line .input-wrapper input {
  width: 100%;
  height: 100%;
}

.block_newsletter_custom .newsletter_subtext {
  font-family: "Author Light", sans-serif;
  font-size: 14px;
  margin-top: 15px;
}

/*
 * Footer
 */
#footer {
  padding-top: 0;
  z-index: 100 !important;
  position: relative;
}

.footer-contact-infos .elementor-text-editor a {
  font-family: "Author Regular", sans-serif !important;
  font-size: 20px !important;
  color: black !important;
}

.footer-contact-infos .elementor-text-editor p {
  font-family: "Author Regular", sans-serif !important;
  font-size: 20px !important;
  color: black !important;
  margin-bottom: 0;
  line-height: 25px !important;
}

#footer .footer-titles h3 {
  font-family: "Author Bold", sans-serif !important;
  font-size: 22px !important;
  color: black !important;
}

#footer .footer-lists a {
  font-family: "Author Regular", sans-serif !important;
  font-size: 20px !important;
  color: black !important;
}

#footer .footer-socials p {
  font-family: "Author Light", sans-serif !important;
  font-size: 20px !important;
  color: black !important;
  margin-bottom: 0;
}

#footer .footer-copyright p {
  font-family: "Author Light", sans-serif !important;
  font-size: 16px !important;
  color: black !important;
}

/*
 * Blog
 */
#wrapper .breadcrumb {
  margin-top: 15px;
  font-size: 13px;
  padding-left: 15%;
}

.main-blog-title {
  text-align: center;
  margin-bottom: 50px;
  margin-top: 50px;
  font-size: 45px;
  font-family: "Author Bold", sans-serif;
  text-transform: uppercase;
}

.blog-category-list-title {
  display: inline-block;
  padding: 18px 20px;
  font-family: "Author Bold", sans-serif;
  font-size: 20px;
  font-weight: 800;
}

#prestablogfront h1 {
  text-align: left !important;
  line-height: 50px;
  font-family: "Author Bold", sans-serif;
}

#prestablogfront h1:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  width: 10px;
  height: 10px;
  background-color: #af2114;
}

#prestablog_menu_cat ul {
  background: white !important;
  display: flex;
  flex-direction: row;
  justify-content: center;
}

#prestablog_menu_cat ul a {
  color: black !important;
  font: inherit !important;
  font-family: "Author Light", sans-serif !important;
  font-size: 20px !important;
}

#blog_list_1-7 .block_cont {
  border: none !important;
}

#blog_list_1-7 li:hover .block_cont {
  box-shadow: none !important;
}

#blog_list_1-7 .blog-grid .block_bas {
  padding: 10px 20px 10px 0 !important;
}

#blog_list_1-7 .blog-grid .block_bas h3 > a {
  font-family: "Author SemiBold", sans-serif;
  font-size: 20px;
  color: black;
}

#blog_list_1-7 .prestablog_more {
  background-color: #af2114 !important;
  width: 50px;
  height: 50px;
  border-radius: 50%;
}

#blog_list_1-7 .prestablog_more a:hover {
  background-color: transparent !important;
  border-radius: 50%;
}

#blog_list_1-7 .prestablog_more i {
  font-size: 20px;
  margin-left: 2px;
}

#prestablogfront, .prestablogExtra {
  border: none !important;
}

.prestablog_pagination {
  display: none;
}

.blog-inner-text h2, h3, h4 {
  padding-bottom: 25px !important;
  color: #2D2A32;
  font-family: "Author SemiBold", sans-serif;
  font-size: 25px;
}

.blog-inner-text p {
  font-family: "Author Light", sans-serif !important;
  font-size: 20px !important;
}

.blog-product-container {
  position: relative;
  cursor: url("../../assets/img/icons/acceder-mouse.png"), auto;
}

.blog-product-text {
  position: absolute !important;
  inset: 0 0 0 0;
  cursor: url("../../assets/img/icons/acceder-mouse.png"), auto;
  background-color: rgba(255, 255, 255, 0.2);
}

.blog-product-text .elementor-text-editor {
  position: absolute;
  top: 40% !important;
  width: 100%;
}

.blog-product-text p {
  font-family: "Author Medium", sans-serif;
  font-size: 30px;
  color: white !important;
}

.blog-product-text h3 {
  font-family: "Author Bold", sans-serif;
  font-size: 80px !important;
  color: #fff;
  border-top: none !important;
  border-bottom: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

.blog-product-link-container {
  cursor: url("../../assets/img/icons/acceder-mouse.png"), auto;
  position: absolute !important;
  inset: 0 0 0 0;
}

.blog-product-link-container .blog-product-link {
  position: absolute;
  inset: 0 0 0 0;
  display: block;
  cursor: url("../../assets/img/icons/acceder-mouse.png"), auto;
}

/* Page - FAQ */
.faq-container {
  display: flex;
  flex-direction: row;
}

.faq-container ul {
  list-style: none;
}

.faq-left {
  width: 30%;
  background-color: #E8E8E8;
  padding: 50px 50px 50px 15px;
}

.faq-left-title {
  font-family: "Author SemiBold", sans-serif;
  font-size: 22px;
  margin-bottom: 10%;
  color: #2D2A32;
}

.faq-left-nav {
  font-family: "Author SemiBold", sans-serif;
  font-size: 22px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 10%;
  cursor: pointer;
  color: #2D2A32;
}

.faq-right {
  width: 70%;
  padding: 25px 50px;
}

.faq-right h3 {
  margin-bottom: 20px;
  font-family: "Author SemiBold", sans-serif;
  font-size: 28px;
  color: #AF2114;
}

.faq-right .question-block p {
  height: 0;
  overflow: hidden;
  font-family: "Author Light", sans-serif;
  font-weight: 600;
  font-size: 18px;
}

.faq-left li.faq-left-nav::marker {
  content: none;
}

.faq-right li.question-block::marker {
  content: none;
}

.faq-right .question-block h4 {
  font-family: "Author Medium", sans-serif;
  font-size: 20px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  cursor: pointer;
}

.footer-reassurance .elementor-column-gap-default {
  border-bottom: 1px solid #D5D5D5;
}

/* JS Classes */
.displayNone {
  display: none;
}

.displayBlock {
  display: block !important;
}

.displayFlex {
  display: flex !important;
}

/* Blog Classes Object */
.borders-none {
  border-top: none !important;
  border-bottom: none !important;
}

.text-align-left {
  text-align: left !important;
}

.margin-none {
  margin: 0 !important;
}

.before-red-line:before {
  content: "";
  width: 50px;
  height: 2px;
  background-color: #af2114;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}

.over-access-png a {
  cursor: url("../../assets/img/icons/acceder-mouse.png"), auto;
}

/* CGV / CGU */
.cms-id-3 .custom-container {
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
}

.cms-id-3 .page-header {
  background-color: #F0F0F0;
  color: #2D2A32;
}

.cms-id-3 .page-header h1 {
  text-align: center;
  text-transform: uppercase;
  font-size: 40px;
  padding: 2% 0;
}

.cgv-anchor-links a {
  color: #7a7a7a;
}

@media screen and (max-width: 520px) {
  /* JS Classes */
  .width-105 {
    width: 105% !important;
  }

  .width-20 {
    width: 20% !important;
  }

  .configurator-preview-open {
    position: fixed;
    top: 200px;
  }

  #headerLog a span {
    display: none;
  }

  #headerBasket a p {
    display: none;
  }

  .header-basket {
    max-width: 30% !important;
  }

  .elementor-cart__toggle a {
    padding: 0 !important;
  }

  /* Footer */
  .footer-socials .elementor-social-icons-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: center;
  }

  /* Home Page */
  .carousel .carousel-item .caption {
    position: absolute;
    z-index: 10;
    max-width: 80%;
  }

  .slide-inner-button {
    padding-right: 10%;
  }

  .home-gammes-carousel .slick-track {
    padding-left: 0;
  }

  .block_newsletter_custom .inputs_line .input-wrapper {
    width: 80%;
  }

  /* Category Page */
  .page-category .custom-products_grid {
    width: 90%;
    margin-left: 5%;
  }

  .custom-product-items {
    width: 100%;
  }

  #product-list-header .block-category .block-category-inner {
    padding: 0 0;
  }

  .category-before-footer .category-inner-text {
    padding: 10% 5%;
  }

  .category-before-footer .category-inner-text p {
    text-align: center;
  }

  .category-before-footer .category-inner-text button {
    margin-left: 33%;
  }

  /* Article Page */
  .custom-container {
    max-width: 85%;
  }

  #product #content-wrapper {
    padding: 0 0;
  }

  .product-container-infos .product-container-infos-inner-custom {
    width: 100%;
  }

  .configurator_block {
    padding: 5% 3%;
  }

  #configurator_preview {
    width: 20%;
    right: -7px;
    border-top: none !important;
    border-radius: 3px;
    transform: scale(0.8);
  }

  .configurator-body {
    background-color: white;
    padding: 2% 2%;
  }

  .configurator-body .col-lg-6 {
    padding: 0 0;
  }

  .configurator-body .col-lg-6 #configurator-progress {
    margin: 0 0;
  }

  .configurator-body #configurator_preview_buttons {
    margin-top: 5%;
  }

  .configurator-body ul {
    max-height: 100px;
    overflow-x: scroll;
    border-left: 1px solid #a06d6d;
    padding-left: 2%;
    display: none;
    position: absolute;
    top: 0;
    width: 100%;
    box-shadow: inset 0 0 15px -5px rgba(0, 0, 0, 0.2);
  }

  .configurator-body ul li a {
    font-size: 14px;
  }

  #configurator_preview #dl-final-price dt {
    font-size: 20px;
  }

  #configurator_preview #dl-final-price dd {
    text-align: center !important;
    line-height: 30px;
    width: 100% !important;
    font-size: 26px;
  }

  .configurator-button .buttons_container form {
    width: 60%;
    margin-left: 30%;
  }

  .configurator-footer {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }

  .configurator-footer .col-lg-4 {
    width: 30%;
    padding: 0 0;
  }

  .configurator-footer .col-lg-4 img {
    width: 50%;
  }

  .configurator-footer .col-lg-4 p {
    font-size: 12px;
  }

  #configurator-progress {
    display: block !important;
  }

  #configurator-progress::before {
    content: "+";
    position: absolute;
    top: -5px;
    left: 0;
    color: #af2114;
    font-weight: 900;
  }

  .configurator-header {
    display: none;
  }

  .configurator-button {
    display: none;
  }

  .configurator-footer {
    display: none;
  }

  #configurator_preview_buttons {
    display: none;
  }

  /* Configurator Steps */
  #configurator_block .step_group {
    padding-left: 0;
  }

  #configurator_block .step_group .col-xs-12 {
    padding: 0;
  }

  .step_group .step_options .selector {
    max-width: 100%;
  }

  #configurator_block .step_group .step_options label {
    max-width: 90%;
    text-align: left;
  }

  /* Blog */
  #prestablog_menu_cat ul {
    display: inherit;
  }

  .blog-grid {
    position: inherit;
    display: block;
  }

  /* FAQ */
  #cms .custom-container {
    max-width: 90%;
  }

  #cms .page-content.page-cms {
    padding: 0;
  }

  .faq-left {
    width: 35%;
    padding: 20px 5px 20px 5px;
  }

  .faq-right {
    width: 65%;
    padding: 20px 15px;
  }

  .faq-left-nav, .faq-left-title {
    font-size: 16px;
  }

  .faq-right h3 {
    font-size: 20px;
    margin-bottom: 0;
  }

  .faq-right .question-block h4 {
    font-size: 16px;
    padding-bottom: 0 !important;
  }

  .faq-right .question-block p {
    font-size: 14px;
  }
}

/*# sourceMappingURL=custom.css.map */
