/********************************************/
/*************** Creation Date **************/
/***************** 11/06/2024 ***************/
/******************* KATANA *****************/
/***************** Last update **************/
/***************** 30/07/2025 ***************/
/********************************************/
/********************************************/

/*** GENERAL ***/

/** fonts **/
@font-face {
  font-family: "CitrusGothicSolid";
  src: local("CitrusGothicSolid-Regular"), url("fonts/CitrusGothicSolid-Regular.ttf") format("truetype"), url("fonts/CitrusGothicSolid-Regular.otf") format("opentype") tech(color-COLRv1), url("fonts/CitrusGothicSolid-Regular.otf") format("opentype"),
    url("fonts/CitrusGothicSolid-Regular.eot") format("opentype"), url("fonts/CitrusGothicSolid-Regular.woff") format("woff"), url("fonts/CitrusGothicSolid-Regular.woff2") format("woff2");
}

/** back to top anchor **/
#back-top {
  right: 10px !important;
}

/** button **/
body .btn {
  font-family: "CitrusGothicSolid", sans-serif;
  font-size: 25px;
}

/** titles **/
.jack-title h1,
.jack-title h2,
.jack-title h3 {
  font-family: "CitrusGothicSolid", sans-serif;
}
/* common bg */
#titling.jack-title {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
}
#titling.jack-title .elementor-heading-title {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  background-color: transparent;
  min-height: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  padding: 15px 30px;
}
/* black bg */
#titling.jack-title.blackbg .elementor-heading-title {
  background-image: url("/themes/jack/assets/img/titling-bg-black.svg");
}
/* white bg */
#titling.jack-title.whitebg .elementor-heading-title {
  background-image: url("/themes/jack/assets/img/titlebg-news.svg");
}
/* red bg */
#titling.jack-title.redbg {
  justify-content: flex-start;
}
#titling.jack-title.redbg .elementor-heading-title {
  background-image: url("/themes/jack/assets/img/titling-bgred.svg");
}
/** sub-titles **/
#subtitling {
}

/** structure **/
/* wrapper sans padding ni margin sur la HP */
body#index #wrapper {
  padding-bottom: 0px;
}
body#index #wrapper #main-content {
  margin: 0px;
}

/** CTA **/
.common-CTA,
.common-CTA * {
  display: flex;
  align-items: center;
  align-content: center;
}
.common-CTA .elementor-button-link {
  min-height: 64px;
  background-image: url("/themes/jack/assets/img/blog-cta-bg.svg");
  background-color: transparent !important;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100%;
  padding-left: 20px;
  padding-right: 20px;
}
.common-CTA .elementor-button-link .elementor-button-text {
  font-family: "CitrusGothicSolid", sans-serif;
}
.common-CTA.red .elementor-button-link {
  background-image: url("/themes/jack/assets/img/cta-bg-red.svg");
}

/********************************************/

/********************************************/

/*** FOOTER ***/

/** FOOTER > Rassurance | Desktop **/

/* FOOTER > Rassurance > structure */
footer .rassurance-footer {
}
footer .rassurance-footer .rass-column {
}
footer .rassurance-footer .rass-column .elementor-icon-box-wrapper {
}
/* FOOTER > Rassurance > icon */
footer .rassurance-footer .rass-column .elementor-icon-box-icon {
}
footer .rassurance-footer .rass-column .elementor-icon-box-icon .elementor-icon {
}
/* FOOTER > Rassurance > txt */
footer .rassurance-footer .rass-column span {
  font-family: "CitrusGothicSolid", sans-serif;
}
footer .rassurance-footer .rass-column p {
}

/** FOOTER > Rassurance | Responsive **/

@media (min-width: 1281px) and (max-width: 1500px) {
  /* FOOTER > Rassurance > icon */
  footer .rassurance-footer .rass-column .elementor-icon-box-icon .elementor-icon {
    font-size: 70px;
  }
  /* FOOTER > Rassurance > txt */
  footer .rassurance-footer .rass-column span {
    font-size: 25px;
  }
  footer .rassurance-footer .rass-column p {
    font-size: 17px !important;
  }
}
@media (min-width: 1145px) and (max-width: 1280px) {
  /* FOOTER > Rassurance > icon */
  footer .rassurance-footer .rass-column .elementor-icon-box-icon .elementor-icon {
    font-size: 60px;
  }
  /* FOOTER > Rassurance > txt */
  footer .rassurance-footer .rass-column span {
    font-size: 22.5px;
  }
  footer .rassurance-footer .rass-column p {
    font-size: 15px !important;
  }
}
@media (min-width: 1025px) and (max-width: 1144px) {
  /* FOOTER > Rassurance > structure */
  footer .rassurance-footer .rass-column .elementor-icon-box-wrapper {
    flex-direction: column !important;
  }
  footer .rassurance-footer .rass-column .elementor-icon-box-content {
    text-align: center;
  }
  /* FOOTER > Rassurance > icon */
  footer .rassurance-footer .rass-column .elementor-icon-box-icon {
    margin-right: 0px !important;
    margin-bottom: 20px;
  }
  footer .rassurance-footer .rass-column .elementor-icon-box-icon .elementor-icon {
    font-size: 60px;
  }
  /* FOOTER > Rassurance > txt */
  footer .rassurance-footer .rass-column span {
    font-size: 20px;
  }
  footer .rassurance-footer .rass-column p {
    font-size: 15px !important;
  }
}
@media (min-width: 0px) and (max-width: 1024px) {
  /* FOOTER > Rassurance > structure */
  footer .rassurance-footer {
    background-image: unset !important;
  }
}
@media (min-width: 992px) and (max-width: 1024px) {
}
@media (min-width: 768px) and (max-width: 991px) {
}
@media (min-width: 0px) and (max-width: 767px) {
  /* FOOTER > Rassurance > icon */
  footer .rassurance-footer .rass-column .elementor-icon-box-icon {
    display: none !important;
  }
}

/** FOOTER > Main content | Desktop **/

/* FOOTER > Main content > Structure */
footer .main-footer {
}
footer .main-footer .links-ctn {
}
/* FOOTER > Main content > Titles */
footer .main-footer .links-ctn .title-text,
footer .main-footer .links-ctn .elementor-heading-title {
  font-family: "CitrusGothicSolid", sans-serif;
  font-weight: 500;
}
/* FOOTER > Main content > Newsletter input */
footer .elementor-newsletter input[name="email"] {
  border: 1px solid #fff;
}
/* FOOTER > Main content > RGPD text */
footer .rgpd-text .elementor-text-editor {
}
footer .rgpd-text .elementor-text-editor p {
}
/* FOOTER > Main content > Newsletter button */
footer .elementor-newsletter button.elementor-button {
  position: absolute;
  top: 0px;
  right: 0px;
}
footer .elementor-newsletter button.elementor-button .elementor-button-icon {
  line-height: 3em;
}
footer .elementor-newsletter button.elementor-button .elementor-button-icon svg {
  font-size: 30px;
}
footer .elementor-newsletter button.elementor-button .elementor-button-text {
  display: none;
}

/** FOOTER > Main content | Responsive **/

@media (min-width: 1281px) and (max-width: 1380px) {
  /* FOOTER > Main content > Newsletter input */
  footer .elementor-newsletter input[name="email"] {
    font-size: 19px !important;
  }
}
@media (min-width: 1025px) and (max-width: 1280px) {
  /* FOOTER > Main content > Newsletter input */
  footer .elementor-newsletter input[name="email"] {
    font-size: 17px !important;
  }
  /* FOOTER > Main content > RGPD text */
  footer .rgpd-text .elementor-text-editor p {
    font-size: 15px !important;
  }
}
@media (min-width: 992px) and (max-width: 1024px) {
  /* FOOTER > Main content > Newsletter input */
  footer .elementor-newsletter input[name="email"] {
    font-size: 16px !important;
  }
  /* FOOTER > Main content > RGPD text */
  footer .rgpd-text .elementor-text-editor p {
    font-size: 15px !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* FOOTER > Main content > Newsletter input */
  footer .elementor-newsletter input[name="email"] {
    font-size: 15px !important;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  /* FOOTER > Main content > Newsletter input */
  footer .elementor-newsletter input[name="email"] {
    font-size: 15px !important;
  }
}

/** FOOTER > Copyright & Social | Desktop **/

/* FOOTER > Copyright & Social > structure */
footer .copyright-footer {
}
/* FOOTER > Copyright & Social > main content */
footer .links-ctn .fa-angle-down::before {
}
/* FOOTER > Copyright & Social > copyright */
footer .copyright-footer .copyright {
  width: 100% !important;
}
footer .copyright-footer .copyright a {
  color: #fff;
}
footer .copyright-footer .copyright a:hover {
  opacity: 0.75;
}
/* FOOTER > Copyright & Social > social */
footer .copyright-footer .social .elementor-social-icon {
  background-color: transparent;
}

/** FOOTER > Copyright & Social | Responsive **/

@media (min-width: 1025px) and (max-width: 9999px) {
  /* FOOTER > Copyright & Social > social */
  footer .copyright-footer .social {
    max-width: 250px;
    width: 35% !important;
    position: absolute;
    right: 15px;
    top: -5px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  /* FOOTER > Copyright & Social > structure */
  footer .copyright-footer .elementor-row {
    justify-content: space-between;
  }
  /* FOOTER > Copyright & Social > copyright */
  footer .copyright-footer .copyright {
    width: unset !important;
  }
  /* FOOTER > Copyright & Social > social */
  footer .copyright-footer .social {
    max-width: unset;
    width: unset !important;
    position: relative;
    right: unset;
    top: unset;
  }
}
@media (min-width: 0px) and (max-width: 1024px) {
  /* FOOTER > Copyright & Social > main content */
  footer .links-ctn .fa-angle-down::before {
    content: "";
    display: flex;
    width: 15px;
    height: 23px;
    background: transparent center center no-repeat 100% 100%;
    background-image: url("/themes/jack/assets/img/arrow-down.svg");
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  /* FOOTER > Copyright & Social > structure */
  footer .copyright-footer .elementor-row {
    justify-content: space-between;
  }
  /* FOOTER > Copyright & Social > copyright */
  footer .copyright-footer .copyright {
    width: unset !important;
    top: 5px;
  }
  footer .copyright-footer .copyright .hideit {
    display: none !important;
  }
  /* FOOTER > Copyright & Social > social */
  footer .copyright-footer .social {
    max-width: unset;
    width: unset !important;
    position: relative;
    right: unset;
    top: unset;
  }
}
@media (min-width: 0px) and (max-width: 320px) {
  /* FOOTER > Copyright & Social > copyright */
  footer .copyright-footer .copyright {
    display: none;
  }
  /* FOOTER > Copyright & Social > social */
  footer .copyright-footer .social {
    max-width: 100% !important;
    width: 100% !important;
  }
}

/********************************************/

/********************************************/

/*** HEADER | Desktop ***/

/** Header > Top **/

/* Header > Top > left */
#header-top {
}
#header-top .left {
}
#header-top .left .elementor-text-editor p {
  font-family: "CitrusGothicSolid", sans-serif;
}
/* Header > Top > right */
#header-top .right {
}
#header-top .right .sav {
}
#header-top .right .sav .elementor-button-text {
  font-family: "CitrusGothicSolid", sans-serif;
}
#header-top .right .sav .elementor-button-icon svg {
  width: 2em;
}
#header-top .right .sav .elementor-button-text i {
  font-style: normal;
  font-size: 1.25em;
}
#header-top .right .phoning {
}
#header-top .right .phoning .elementor-button-text {
  font-family: "CitrusGothicSolid", sans-serif;
}
#header-top .right .phoning .elementor-button-icon svg {
  width: 2em;
}
#header-top .right .phoning .elementor-button-text i {
  font-style: normal;
  font-size: 1.25em;
}

/** Header > Mid **/

#header-mid {
}
/* Header > Mid > CTA clients */
#header-mid .customers-cta .btn-canvas {
  display: flex;
  flex-direction: column;
}
#header-mid .customers-cta .btn-canvas-text {
  font-family: "CitrusGothicSolid", sans-serif;
  font-size: 16px;
  margin: 0px;
}
#header-mid .customers-cta .btn-canvas .js-compare-nb,
#header-mid .customers-cta .btn-canvas .cart-nbr {
  background-color: transparent;
}
#header-mid .customers-cta .btn-canvas .js-compare-nb {
  display: none;
}
#header-mid .customers-cta .btn-canvas .cart-nbr {
  width: 100%;
  top: 11px;
  right: -4px;
  font-family: "CitrusGothicSolid", sans-serif;
  font-size: 13px;
}
#header-mid .customers-cta .btn-canvas.btn-canvas-wishlist .btn-canvas-text {
  bottom: -6px;
  position: relative;
}
/* Header > Mid > Search tool */
#header-mid .search-widget .query {
  background: #fff;
  height: 62px;
  font-family: "CitrusGothicSolid", sans-serif;
  font-weight: 500;
  font-size: 28px;
}
#header-mid .search-widget .query::placeholder {
  color: #000;
  opacity: 1;
  font-family: "CitrusGothicSolid", sans-serif;
  font-weight: 500;
  font-size: 28px;
}
#header-mid .search-widget .query:focus::placeholder {
  color: inherit;
  opacity: 0;
}
/* Header > Mid > Search tool > Submit bg replacement */
#header-mid .search-widget .search-submit {
  background-image: url("/themes/jack/assets/img/submit-search-bg.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-color: transparent;
}
/* Header > Mid > Search tool > Search icon replacement */
#header-mid .search-widget .search-submit::before {
  content: "";
  background-image: url("/themes/jack/assets/img/icon-search-new.svg");
  width: 30px;
  height: 30px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center top;
}
/* Header > Mid > Search tool > Search loader color */
#header-mid .search-widget .search-submit::after {
  border-color: #fff;
}

/** Header > Bottom **/

/* Header > Bottom > Sub-menus > Structure */
#header-bottom .nrt_mega_menu .style_wide {
  padding: 30px 35px;
}
#header-bottom .menu_sub .container.container-parent {
  max-width: 100%;
}
/* Header > Bottom > Sub-menus > Column contents 12/12 x1 */
#header-bottom #sub-m-1 {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#header-bottom #sub-m-1 a.picture {
  margin: 0px 0px 10px 0px;
  padding: 0px;
}
#header-bottom #sub-m-1 a.button {
  display: flex;
  text-align: center;
  justify-content: center;
  font-family: "CitrusGothicSolid", sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.2em;
  color: #fff;
  background-image: url("/themes/jack/assets/img/sub-content-bt-bg-x2.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center center;
  margin: auto;
  padding: 7.5px 12.5px 5px 12.5px;
}
/* Header > Bottom > Sub-menus > Column contents 6/12 x2 */
#header-bottom #sub-m-2 {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#header-bottom #sub-m-2 a.picture {
  margin: 0px 0px 10px 0px;
  padding: 0px;
}
#header-bottom #sub-m-2 a.button {
  display: flex;
  text-align: center;
  justify-content: center;
  font-family: "CitrusGothicSolid", sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.2em;
  color: #fff;
  background-image: url("/themes/jack/assets/img/sub-content-bt-bg-x2.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center center;
  margin: auto;
  padding: 7.5px 12.5px 5px 12.5px;
}
/* Header > Bottom > Sub-menus > Column contents 3/12 x3 */
#header-bottom #sub-m-3 {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#header-bottom #sub-m-3 a.picture {
  margin: 0px 0px 10px 0px;
  padding: 0px;
}
#header-bottom #sub-m-3 a.button {
  display: flex;
  text-align: center;
  justify-content: center;
  font-family: "CitrusGothicSolid", sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.2em;
  color: #fff;
  background-image: url("/themes/jack/assets/img/sub-content-bt-bg-x2.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center center;
  margin: auto;
  padding: 7.5px 12.5px 5px 12.5px;
}
/* Header > Bottom > Sub-menus > Column contents 4/12 x4 */
#header-bottom #sub-m-4 {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#header-bottom #sub-m-4 a.picture {
  margin: 0px 0px 10px 0px;
  padding: 0px;
}
#header-bottom #sub-m-4 a.button {
  display: flex;
  text-align: center;
  justify-content: center;
  font-family: "CitrusGothicSolid", sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.2em;
  color: #fff;
  background-image: url("/themes/jack/assets/img/sub-content-bt-bg-x2.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center center;
  margin: auto;
  padding: 7.5px 12.5px 5px 12.5px;
}
/* Header > Bottom > Sub-menus > Column contents 2,4/12 x5 */
#header-bottom #sub-m-5 {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#header-bottom #sub-m-5 a.picture {
  margin: 0px 0px 10px 0px;
  padding: 0px;
}
#header-bottom #sub-m-5 a.button {
  display: flex;
  text-align: center;
  justify-content: center;
  font-family: "CitrusGothicSolid", sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.2em;
  color: #fff;
  background-image: url("/themes/jack/assets/img/sub-content-bt-bg-x2.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center center;
  margin: auto;
  padding: 7.5px 12.5px 5px 12.5px;
}
/* Header > Bottom > Sub-menus > Column contents 2/12 x6 */
#header-bottom #sub-m-6 {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#header-bottom #sub-m-6 a.picture {
  margin: 0px 0px 10px 0px;
  padding: 0px;
}
#header-bottom #sub-m-6 a.button {
  display: flex;
  text-align: center;
  justify-content: center;
  font-family: "CitrusGothicSolid", sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.2em;
  color: #fff;
  background-image: url("/themes/jack/assets/img/sub-content-bt-bg-x2.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center center;
  margin: auto;
  padding: 7.5px 12.5px 5px 12.5px;
}
/* Header > Bottom > Sub-menus > Column contents 1,71/12 x7 */
#header-bottom #sub-m-7 {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#header-bottom #sub-m-7 a.picture {
  margin: 0px 0px 10px 0px;
  padding: 0px;
}
#header-bottom #sub-m-7 a.button {
  display: flex;
  text-align: center;
  justify-content: center;
  font-family: "CitrusGothicSolid", sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.2em;
  color: #fff;
  background-image: url("/themes/jack/assets/img/sub-content-bt-bg-x2.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center center;
  margin: auto;
  padding: 7.5px 12.5px 5px 12.5px;
}
/* Header > Bottom > Sub-menus > Column contents 1,5/12 x8 */
#header-bottom #sub-m-8 {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#header-bottom #sub-m-8 a.picture {
  margin: 0px 0px 10px 0px;
  padding: 0px;
}
#header-bottom #sub-m-8 a.button {
  display: flex;
  text-align: center;
  justify-content: center;
  font-family: "CitrusGothicSolid", sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.2em;
  color: #fff;
  background-image: url("/themes/jack/assets/img/sub-content-bt-bg-x2.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center center;
  margin: auto;
  padding: 7.5px 12.5px 5px 12.5px;
}
/* Header > Bottom > Sub-menus > All ul+li */
#header-bottom ul.sub-ul {
  width: 100%;
  display: flex;
  flex-direction: column;
  text-align: center;
  margin-top: 15px;
}
#header-bottom ul.sub-ul li,
#header-bottom ul.sub-ul li a {
  color: #ff512f !important;
  font-size: 15px;
  font-family: "CitrusGothicSolid", sans-serif;
  width: 100%;
}
#header-bottom ul.sub-ul li a:hover {
  color: #000 !important;
}

/** Header > Mobile **/

/* Header > Mobile > Mega menu */
#header-mobile .menu-smt .btn-canvas-text {
  font-family: "CitrusGothicSolid", sans-serif;
}
/* Header > Mobile > Pop-In menu */
.canvas-widget-backdrop {
  background-color: rgba(0, 0, 0, 0.925);
}
#canvas-menu-mobile.canvas-widget.canvas-left {
  background-color: rgba(0, 0, 0, 0.9);
}
/* Header > Mobile > Pop-In menu > Déploiement du menu mobile en overlay */
#canvas-menu-mobile.canvas-widget.canvas-left {
  max-width: 100%;
  width: 100%;
  transform: translate(-100%, 0);
  -webkit-transform: translate(-100% 0);
  -ms-transform: translate(-100%, 0);
  padding: 0px 25px;
}
#canvas-menu-mobile.canvas-widget.canvas-left.open-canvas {
  transform: translate(0%, 0);
  -webkit-transform: translate(0% 0);
  -ms-transform: translate(0%, 0);
}
/* Header > Mobile > Pop-In menu > Title */
#canvas-menu-mobile .canvas-widget-top h3.title-canvas-widget {
  font-family: "CitrusGothicSolid", sans-serif;
  color: #fff;
  font-weight: lighter;
  font-size: 50px;
  text-align: center;
  line-height: 100px;
  border-color: #707070;
}
#canvas-menu-mobile .canvas-widget-top h3.title-canvas-widget::after {
  font-size: 100px;
  font-weight: 600;
  left: 10px;
  right: unset;
  color: #fff;
}
#canvas-menu-mobile .canvas-widget-top h3.title-canvas-widget:hover::after {
  transform: unset;
}
/* Header > Mobile > Pop-In menu > Search */
#canvas-menu-mobile .searcher.bis .wrapper-form {
  position: relative;
}
#canvas-menu-mobile .searcher.bis .search-widget {
  margin: auto;
  display: flex;
}
#canvas-menu-mobile .searcher.bis .search-widget .search-form {
  width: 100%;
  padding: 20px 0px;
}
/* Header > Mobile > Pop-In menu > Search > Input */
#canvas-menu-mobile .searcher.bis .search-widget .query {
  color: rgba(255, 255, 255, 1);
  margin: auto;
  display: flex;
  border-radius: 35px;
  border: 2px solid #fff;
  height: 64px;
}
#canvas-menu-mobile .searcher.bis .search-widget .query,
#canvas-menu-mobile .searcher.bis .search-widget .query::placeholder {
  font-family: "CitrusGothicSolid", sans-serif;
  font-weight: lighter;
  font-size: 20px;
}
/* Header > Mobile > Pop-In menu > Search > Input:placeholder */
#canvas-menu-mobile .searcher.bis .search-widget .query::placeholder {
  color: rgba(255, 255, 255, 0.8);
  opacity: 1;
}
#canvas-menu-mobile .searcher.bis .search-widget .query:focus::placeholder {
  color: inherit;
  opacity: 0;
}
/* Header > Mobile > Pop-In menu > Search > Submit */
#canvas-menu-mobile .searcher.bis .search-widget .search-submit {
  background: #ff512f;
  color: #fff;
  height: 60px;
  right: 2px;
  top: 2px;
  border-radius: 0px 35px 35px 0px;
}
/* Header > Mobile > Pop-In menu > Search > Submit > loader... */
#canvas-menu-mobile .search-widget .search-submit::after {
  border-color: #fff;
}
/* Header > Mobile > Pop-In menu > li (all) */
#canvas-menu-mobile .wrapper-menu-mobile li a {
  color: #fff;
}
/* Header > Mobile > Pop-In menu > li > a (niveau 0) */
#canvas-menu-mobile .wrapper-menu-mobile li a {
  border: none;
}
#canvas-menu-mobile .wrapper-menu-mobile .mo_sub_li.style_content {
  border: none;
  padding-top: 0px;
  padding-bottom: 0px;
}
#canvas-menu-mobile .wrapper-menu-mobile li a.mo_element_a_depth_0 {
  font-family: "CitrusGothicSolid", sans-serif;
  font-weight: lighter;
  font-size: 35px;
  border-bottom: 1px solid #707070;
}
#canvas-menu-mobile .wrapper-menu-mobile li a.mo_element_a_depth_0:hover {
  color: #ff512f;
}
#canvas-menu-mobile .wrapper-menu-mobile .menu_a_wrap .icon-opener {
  border-left: none;
  height: 55px;
}
#canvas-menu-mobile .wrapper-menu-mobile li.active > .menu_a_wrap .icon-opener {
  background-color: transparent;
}
#canvas-menu-mobile .wrapper-menu-mobile li.active > .menu_a_wrap .icon-opener::after {
  -webkit-transform: rotate(360deg) !important;
  transform: rotate(360deg) !important;
}
/* Header > Mobile > Pop-In menu > li > a (niveau 0) > premier enfant */
#canvas-menu-mobile .wrapper-menu-mobile li.mo_element_li_depth_0:first-child {
  display: none;
}
/* Header > Mobile > Pop-In menu > li > a (niveau 0) > icônes */
#canvas-menu-mobile .wrapper-menu-mobile .icon-img {
  height: 35px;
  max-height: 35px;
  width: 60px;
  fill: #fff;
}
#canvas-menu-mobile .wrapper-menu-mobile .icon-img svg {
  fill: #fff;
}
/* Header > Mobile > Pop-In menu > li > a (niveau -1) > pictures */
#canvas-menu-mobile #sub-m-1 a.picture,
#canvas-menu-mobile #sub-m-2 a.picture,
#canvas-menu-mobile #sub-m-3 a.picture,
#canvas-menu-mobile #sub-m-4 a.picture,
#canvas-menu-mobile #sub-m-5 a.picture,
#canvas-menu-mobile #sub-m-6 a.picture,
#canvas-menu-mobile #sub-m-7 a.picture,
#canvas-menu-mobile #sub-m-8 a.picture {
  display: none;
}
/* Header > Mobile > Pop-In menu > li > a (niveau -1) > sous-items */
#canvas-menu-mobile .wrapper-menu-mobile ul.mo_element_ul_depth_1 li.mo_element_li_depth_1 a,
#canvas-menu-mobile .wrapper-menu-mobile ul.mo_element_ul_depth_1 li.mo_element_li_depth_1 ul.sub-ul li a {
  font-family: "Quicksand", sans-serif !important;
  font-size: 20px !important;
  font-weight: 600;
  padding: 0px 0px 5px 0px;
}
#canvas-menu-mobile .wrapper-menu-mobile ul.mo_element_ul_depth_1 li.mo_element_li_depth_1 a:hover,
#canvas-menu-mobile .wrapper-menu-mobile ul.mo_element_ul_depth_1 li.mo_element_li_depth_1 ul.sub-ul li a:hover {
  color: #ff512f;
}
/* Header > Mobile > Bottom buttons */
#canvas-menu-mobile .bottom-buttons {
  display: flex;
  flex-direction: row;
  padding: 20px;
  justify-content: space-between;
}
#canvas-menu-mobile .bottom-buttons a {
  background-color: #fff !important;
  border-radius: 35px;
  display: flex !important;
  flex-direction: row;
  color: #ff512f !important;
  font-family: "CitrusGothicSolid", sans-serif !important;
  font-weight: lighter !important;
  font-size: 20px !important;
  align-items: center;
  align-content: center;
}
#canvas-menu-mobile .bottom-buttons a:hover img {
  opacity: 0.8;
}

/** Header Sticky **/
header.is-sticked.is-scroll-up #header-sticky {
  background-color: transparent !important;
  box-shadow: none !important;
}

/*** HEADER | Responsive ***/

/** Header > Structure **/

@media (min-width: 1024px) and (max-width: 9999px) {
  #header {
    margin-bottom: 20px;
    position: relative;
    z-index: 5;
  }
}
@media (max-width: 767px) {
  #header {
    margin-bottom: 9px;
  }
}

/** Header > Top **/

@media (min-width: 1025px) and (max-width: 1294px) {
  /* Header > Top > right */
  #header-top .right .sav,
  #header-top .right .phoning {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
  }
  #header-top .right .sav .elementor-button-text .hideit,
  #header-top .right .phoning .elementor-button-text .hideit {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  /* Header > Top > right */
  #header-top .right .elementor-widget-wrap {
    justify-content: center;
  }
  #header-top .right .sav .elementor-button-wrapper,
  #header-top .right .phoning .elementor-button-wrapper {
    justify-content: center;
    display: flex;
  }
  #header-top .right .sav .elementor-button-text .hideit,
  #header-top .right .phoning .elementor-button-text .hideit {
    display: none;
  }
  #header-top .right .sav .elementor-button-link {
    border: none;
  }
  #header-top .right .sav .elementor-widget-container,
  #header-top .right .phoning .elementor-widget-container {
    margin: 0px;
  }
}

/** Header > Mid **/

@media (min-width: 0px) and (max-width: 767px) {
  /* Header > Mid > logo */
  #header-mid .logo-JNR .elementor-image a img {
    max-height: 62px !important;
  }
  /* Header > Mid > CTA clients */
  #header-mid .customers-cta .btn-canvas .btn-canvas-text {
    display: none;
  }
}
@media (min-width: 400px) and (max-width: 500px) {
  /* Header > Mid > Structure */
  #header-mid {
  }
  #header-mid .left {
    width: 40%;
    max-width: 40%;
  }
  #header-mid .right {
    width: 60%;
    max-width: 60%;
  }
}
@media (min-width: 0px) and (max-width: 399px) {
  /* Header > Mid > Structure */
  #header-mid {
    padding: 15px 0px 0px 0px;
  }
  #header-mid .left {
    width: 100%;
    max-width: 100%;
  }
  #header-mid .right {
    width: 100%;
    max-width: 100%;
  }
  #header-mid .left .elementor-image,
  #header-mid .right .elementor-widget-wrap {
    display: flex;
    justify-content: center;
  }
}

/** Header > Bottom **/

@media (min-width: 1025px) and (max-width: 9999px) {
  /* Header > Bottom > Structure */
  #header-bottom .elementor-column-wrap .elementor-widget-axps-megamenu {
    width: 100%;
  }
  #header-bottom .elementor-column-wrap {
    padding: 0px 0px 0px 0px;
  }
  /* Header > Bottom > Menu */
  #header-bottom .submenu_position_0 {
    position: relative;
    margin: 0px 7.5px;
  }
  #header-bottom .submenu_position_0 a {
    padding: 23px 0px 37px 0px;
  }
  #header-bottom .submenu_position_0:hover a,
  #header-bottom .submenu_position_0:hover a span {
    color: rgba(255, 255, 255, 0.75);
  }
  #header-bottom .submenu_position_0 a span {
    font-size: 20px;
    font-family: "CitrusGothicSolid", sans-serif;
  }
  #header-bottom .submenu_position_0.current-menu-item a span {
    color: rgba(255, 255, 255, 1);
  }
  #header-bottom .submenu_position_0.current-menu-item::after {
    display: flex;
    opacity: 1;
    width: 100%;
    height: 9px;
    content: "";
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    background-image: url("/themes/jack/assets/img/underline.svg");
    position: absolute;
    bottom: 25px;
    left: -5%;
  }
  /* Header > Bottom > Menu > Classiques + Spéciaux > Icons */
  #header-bottom .submenu_position_0 img.icon-img {
    display: none;
  }
  #header-bottom .submenu_position_0.specific img.icon-img {
    display: flex;
  }
  /* Header > Bottom > Menu > Spéciaux */
  #header-bottom .submenu_position_0.specific /* for all */ {
    background-position: center 10px;
    background-repeat: no-repeat;
    background-size: 100% auto;
    margin: 0px 7.5px;
  }
  #header-bottom .submenu_position_0.specific a {
    padding-left: 15px;
    padding-right: 15px;
  }
  #header-bottom .submenu_position_0.specific a span {
    color: #000;
  }
  #header-bottom .submenu_position_0.printemps {
    background-image: url("/themes/jack/assets/img/menu-item-bg-spring.png");
  }
  #header-bottom .submenu_position_0.printemps img.icon-img {
    display: none;
  }
  #header-bottom .submenu_position_0.pepites {
    background-image: url("/themes/jack/assets/img/menu-item-bg-pepites.png");
  }
  #header-bottom .submenu_position_0.promos {
    background-image: url("/themes/jack/assets/img/menu-item-bg-promos.png");
    background-size: 260px 54px;
  }
  #header-bottom .submenu_position_0.new {
    background-image: url("/themes/jack/assets/img/menu-item-bg-new.png");
    background-size: 260px 54px;
  }
  #header-bottom .submenu_position_0.new a,
  #header-bottom .submenu_position_0.new a span {
    color: rgba(255, 255, 255, 1);
  }
  /* Header > Bottom > Menu > Sub-menu */
  #header-bottom .nrt_mega_menu .menu_sub {
    top: 67px;
  }
  #header-bottom ul.sub-ul li a {
    line-height: 2em;
    padding: 0px;
  }
  /* Header > Bottom > Menu > Sub-menu dropdown */
  #header-bottom .menu-horizontal .item-level-0.is_parent > a .triangle::after {
    display: flex;
    opacity: 1;
    width: 15px;
    height: 23px;
    content: "";
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    background-image: url("/themes/jack/assets/img/arrow-dwn.svg");
  }
  #header-bottom .menu-horizontal .item-level-0.is_parent.no-arrow-down > a .triangle::after,
  #header-bottom .menu-horizontal .submenu_position_0.current-menu-item.no-arrow-down::after {
    display: none;
  }
}
@media (min-width: 1200px) and (max-width: 1379px) {
  /* Header > Bottom > Menu | & | Header > Bottom > Menu > Spéciaux */
  #header-bottom .submenu_position_0 a span {
    font-size: 17.5px;
  }
  #header-bottom .submenu_position_0.specific {
    margin: 0px 5px;
  }
  #header-bottom .submenu_position_0.specific a {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (min-width: 1125px) and (max-width: 1199px) {
  /* Header > Bottom > Structure */
  #header-bottom .elementor-column-wrap .elementor-widget-axps-megamenu {
    width: 100%;
  }
  #header-bottom .elementor-column-wrap {
    padding: 0px 0px 0px 0px;
  }
  /* Header > Bottom > Menu | & | Header > Bottom > Menu > Spéciaux */
  #header-bottom .submenu_position_0 a span {
    font-size: 16.5px;
  }
  #header-bottom .submenu_position_0.specific {
    margin: 0px 2.5px;
    background-position: center 15px;
  }
  #header-bottom .submenu_position_0.specific a {
    padding-left: 7.5px;
    padding-right: 7.5px;
  }
  /* Header > Mid > Search tool */
  #header-mid .search-widget .query {
    font-size: 22px;
  }
  #header-mid .search-widget .query::placeholder {
    font-size: 22px;
  }
}
@media (min-width: 1025px) and (max-width: 1124px) {
  /* Header > Bottom > Menu | & | Header > Bottom > Menu > Spéciaux */
  #header-bottom .submenu_position_0 a span {
    font-size: 15px;
  }
  #header-bottom .submenu_position_0.specific {
    margin: 0px 2px;
    background-position: center 15px;
  }
  #header-bottom .submenu_position_0.specific a {
    padding-left: 7px;
    padding-right: 7px;
  }
  /* Header > Mid > Search tool */
  #header-mid .search-widget .query {
    font-size: 21px;
  }
  #header-mid .search-widget .query::placeholder {
    font-size: 21px;
  }
}

/** Header > Mobile **/
@media (min-width: 992px) and (max-width: 1024px) {
  /* Header > Mobile > Pop-In menu > Search (width) */
  #canvas-menu-mobile .searcher.bis .search-widget {
    width: 50%;
  }
}
@media (min-width: 0px) and (max-width: 1024px) {
  /* Structure */
  #header-mobile {
    border-bottom: none;
  }
  /* Header > Mobile > Search tool > Search icon replacement */
  #canvas-menu-mobile .searcher.bis .search-submit::before {
    content: "";
    background-image: url("/themes/jack/assets/img/icon-search-new.svg");
    width: 30px;
    height: 30px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center top;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* Header > Mobile > Pop-In menu > Search (width) */
  #canvas-menu-mobile .searcher.bis .search-widget {
    width: 75%;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  /* Header > Mobile > Pop-In menu > Déploiement du menu mobile en overlay */
  #canvas-menu-mobile.canvas-widget.canvas-left {
    padding: 0px 15px;
  }
  /* Header > Mobile > Pop-In menu > Search (width) */
  #canvas-menu-mobile .searcher.bis .search-widget {
    width: 90%;
  }
  /* Header > Mobile > Pop-In menu > Title */
  #canvas-menu-mobile .canvas-widget-top h3.title-canvas-widget {
    font-size: 25px;
    line-height: 100px;
  }
  #canvas-menu-mobile .canvas-widget-top h3.title-canvas-widget::after {
    font-size: 100px;
  }
}
@media (min-width: 0px) and (max-width: 500px) {
  /* Header > Mobile > Mega menu */
  #header-mobile .menu-smt .btn-canvas-text {
    font-size: 25px;
  }
  /* Header > Mobile > Pop-In menu > Title */
  #canvas-menu-mobile .canvas-widget-top h3.title-canvas-widget {
    font-size: 0px;
    padding-right: 20px;
    display: flex;
    justify-content: center;
    margin-left: -75px;
  }
  #canvas-menu-mobile .canvas-widget-top h3.title-canvas-widget::after {
    font-size: 100px;
    left: unset;
  }
  /* Header > Mobile > Pop-In menu > li > a (niveau 0) */
  #canvas-menu-mobile .wrapper-menu-mobile li a.mo_element_a_depth_0 {
    font-size: 25px;
  }
  /* Header > Mobile > Pop-In menu > li > a (niveau -1) > sous-items */
  #canvas-menu-mobile .wrapper-menu-mobile ul.mo_element_ul_depth_1 li.mo_element_li_depth_1 a,
  #canvas-menu-mobile .wrapper-menu-mobile ul.mo_element_ul_depth_1 li.mo_element_li_depth_1 ul.sub-ul li a {
    font-size: 16.5px !important;
  }
}

/********************************************/

/********************************************/

/*** QUI SOMMES-NOUS (WHO) | Desktop ***/

/** WHO > Structure **/

.jack-who {
}
.jack-who .who-left {
}
.jack-who .who-right {
}
/* WHO > Title */
.jack-who #titling.jack-title .elementor-heading-title {
}
/* WHO > Sub-Title */
.jack-who #subtitling .elementor-heading-title {
}
/* WHO > CTA */
.jack-who .common-CTA {
  display: flex;
  justify-content: flex-end;
}

/*** QUI SOMMES-NOUS (WHO) | Responsive ***/

@media (min-width: 1025px) and (max-width: 1280px) {
  /** WHO > Structure **/
  .jack-who .who-left {
    width: 45%;
  }
  .jack-who .who-right {
    width: 55%;
  }
}

@media (min-width: 1481px) and (max-width: 1680px) {
  /* WHO > Title */
  .jack-who #titling.jack-title .elementor-heading-title {
    font-size: 80px;
    min-height: 120px;
  }
  /* WHO > Sub-Title */
  .jack-who #subtitling .elementor-heading-title {
    font-size: 60px;
  }
}
@media (min-width: 1281px) and (max-width: 1480px) {
  /* WHO > Title */
  .jack-who #titling.jack-title .elementor-heading-title {
    font-size: 60px;
    min-height: 100px;
  }
  /* WHO > Sub-Title */
  .jack-who #subtitling .elementor-heading-title {
    font-size: 40px;
  }
}
@media (min-width: 1025px) and (max-width: 1280px) {
  /* WHO > Title */
  .jack-who #titling.jack-title .elementor-heading-title {
    font-size: 50px;
    min-height: 90px;
  }
  /* WHO > Sub-Title */
  .jack-who #subtitling .elementor-heading-title {
    font-size: 30px;
  }
}
@media (min-width: 991px) and (max-width: 1024px) {
  /* WHO > Title */
  .jack-who #titling.jack-title .elementor-heading-title {
    font-size: 55px;
    min-height: 105px;
  }
  /* WHO > Sub-Title */
  .jack-who #subtitling .elementor-heading-title {
    font-size: 40px;
  }
}
@media (min-width: 500px) and (max-width: 767px) {
  /* WHO > Title */
  .jack-who #titling.jack-title .elementor-heading-title {
    font-size: 50px;
    min-height: 100px;
  }
  /* WHO > Sub-Title */
  .jack-who #subtitling .elementor-heading-title {
    font-size: 40px;
  }
  /* WHO > CTA */
  .jack-who .common-CTA {
    justify-content: center;
  }
}
@media (min-width: 420px) and (max-width: 499px) {
  /* WHO > Title */
  .jack-who #titling.jack-title .elementor-heading-title {
    font-size: 30px;
    min-height: 70px;
  }
  /* WHO > Sub-Title */
  .jack-who #subtitling .elementor-heading-title {
    font-size: 25px;
  }
  /* WHO > CTA */
  .jack-who .common-CTA {
    justify-content: center;
  }
}
@media (min-width: 320px) and (max-width: 419px) {
  /* WHO > Title */
  .jack-who #titling.jack-title .elementor-heading-title {
    font-size: 25px;
    min-height: 60px;
  }
  /* WHO > Sub-Title */
  .jack-who #subtitling .elementor-heading-title {
    font-size: 22.5px;
  }
  /* WHO > CTA */
  .jack-who .common-CTA {
    justify-content: center;
  }
}
@media (min-width: 0px) and (max-width: 319px) {
  /* WHO > Title */
  .jack-who #titling.jack-title .elementor-heading-title {
    font-size: 25px;
    min-height: 60px;
  }
  /* WHO > Sub-Title */
  .jack-who #subtitling .elementor-heading-title {
    font-size: 20px;
  }
  /* WHO > CTA */
  .jack-who .common-CTA {
    justify-content: center;
  }
}

/********************************************/

/********************************************/

/*** BRANDS | Desktop ***/

/* BRANDS > Nav arrows */
.jack-brands .axps-swiper-slider.swiper-arrows-top-right .swiper-arrows {
  right: 30px;
  top: -140px;
}
.axps-swiper-slider:not(.swiper-arrows-middle) .axps-swiper-arrow-prev {
  margin-right: 35px !important;
}
.swiper-arrows .axps-swiper-arrow-prev,
.swiper-arrows .axps-swiper-arrow-next {
  width: 38px;
  height: 73px;
}
.swiper-arrows .axps-swiper-arrow .la-angle-left::before,
.swiper-arrows .axps-swiper-arrow .la-angle-right::before {
  content: "";
  width: 38px;
  height: 73px;
  display: flex;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% auto;
}
.swiper-arrows .axps-swiper-arrow .la-angle-left::before {
  background-image: url("/themes/jack/assets/img/arr-previous.svg");
}
.swiper-arrows .axps-swiper-arrow .la-angle-right::before {
  background-image: url("/themes/jack/assets/img/arr-next.svg");
}
/* BRANDS > Brands cards structure */
.jack-brands .swiper-slide {
}
.jack-brands .swiper-slide .item-inner {
  margin-top: 30px;
  border-radius: 15px;
  box-shadow: 0px 0px 20px #e3e3e3;
  min-height: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
}
/* BRANDS > Jack brands > img */
.jack-brands .item-inner img {
  max-height: 125px;
}

/********************************************/

/********************************************/

/*** BLOG | Desktop ***/

/** On HP **/

/* BLOG > structure */
.jack-news .elementor-widget-axps-blogs {
  overflow: hidden;
}
.jack-news .elementor-widget-axps-blogs .swiper-slide.item {
  margin-top: 10px;
}
.jack-news .wrapper-items .swiper-slide .item-inner,
#box-blog-grid .item .item-inner {
  margin-bottom: 50px !important;
  border-radius: 25px;
  background-color: #000000;
}
.blog-type-2 .item-inner {
  padding-top: 0px;
}
.blog-type-2 .item-inner .element-top {
  display: flex;
  justify-content: center;
  border-radius: 25px 25px 0px 0px;
}
.blog-type-2 .item-inner .element-bottom {
  padding: 35px 20px 20px 20px;
  display: flex;
  justify-content: center;
  position: relative;
}
/* BLOG > date */
.blog-type-2 .post-date {
  width: unset;
  height: 35px;
  min-width: 145px;
  top: unset;
  bottom: -16px;
  left: unset;
  display: flex;
  justify-content: center;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100%;
  background-color: transparent;
  background-image: url("/themes/jack/assets/img/date-bg.svg");
  box-shadow: none;
  border-radius: 0px;
  padding: 5px 15px;
}
.blog-type-2 .post-date span {
  line-height: unset;
  margin-bottom: 0px;
  font-family: "CitrusGothicSolid", sans-serif;
  font-size: 21px;
  color: #ff512f;
  margin: 0px 2.5px;
}
/* BLOG > thumbnail */
.blog-type-2 .blog-thumbnail {
  display: block;
  width: 100%;
  border-radius: 25px 25px 0px 0px;
}
/* BLOG > title */
.blog-type-2 .blog-title {
  font-family: "CitrusGothicSolid", sans-serif;
  color: #fff;
  display: none;
}
/* BLOG > excerpt */
.blog-type-2 p {
  color: #fff;
  font-family: "Quicksand", sans-serif;
  font-size: 15.5px;
  font-weight: 600;
  margin-bottom: 0px;
}
/* BLOG > CTA */
.blog-type-2 .read-more {
  font-family: "CitrusGothicSolid", sans-serif;
  color: #ff512f;
  font-size: 95px;
  font-weight: 600;
  background: #fff;
  line-height: 0.8em;
  padding: 0px;
  margin: 0px;
  max-width: 80px;
  max-height: 80px;
  width: 80px;
  height: 80px;
  border-radius: 100%;
  border: 4px solid #000;
  text-align: center;
  position: absolute;
  bottom: -40px;
}
.blog-type-2 .read-more i {
  display: none;
}
/* BLOG > All Blog CTA */
.allposts-CTA {
}
.allposts-CTA .elementor-button-link {
  min-height: 64px;
  background-image: url("/themes/jack/assets/img/blog-cta-bg.svg");
  background-color: transparent !important;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100%;
  padding-left: 20px;
  padding-right: 20px;
}
.allposts-CTA .elementor-button-link .elementor-button-text {
  font-family: "CitrusGothicSolid", sans-serif;
}

/** Blog category page **/

/* BLOG > CAT > structure */
#blog-category #wrapper .container {
  max-width: 100%;
}
#blog-category #wrapper {
  background-color: #b0abaa;
}
body#blog-category #wrapper {
  padding-top: 40px;
  margin-top: -40px;
}
#blog-category #cat-structure .cat-left-part {
  flex-basis: 0%;
}
#blog-category #cat-structure .cat-right-part {
  flex-basis: 100%;
}
/* BLOG > CAT > title */
body#blog-category #cat-structure .cat-right-part .page-title h1 {
  color: #000;
  margin-bottom: 30px;
  text-align: center;
}
#blog-category .page-title.title-text-color-dark {
  background-color: transparent;
}
#blog-category h1 {
  font-family: "CitrusGothicSolid", sans-serif;
  text-transform: uppercase;
  color: #fff;
  font-weight: 500;
}
/* BLOG > CAT > fil d'ariane */
#blog-category .axps-breadcrumb {
  display: none;
}
/* BLOG > CAT > pagination */
.pagination .page-numbers {
  font-family: "CitrusGothicSolid", sans-serif;
  font-size: 30px;
  border-radius: 100%;
  color: #000;
  border: 1px solid #000;
}
.pagination .page-numbers:hover {
  border-color: #fff;
}
.pagination .page-numbers.current {
  background: #000;
  color: #fff;
  border: none;
}
.pagination .page-numbers.previous,
.pagination .page-numbers.previous:hover,
.pagination .page-numbers.next,
.pagination .page-numbers.next:hover {
  background-color: transparent;
  border: none;
}

/** Blog article page **/

/* BLOG > ARTICLE PAGE > Structure */
#blog-details #right-column {
  display: none;
}
#blog-details #content-wrapper {
  width: 100%;
  flex: 100% !important;
  max-width: 100% !important;
}
#blog-details .container {
  max-width: 100%;
}
/* BLOG > ARTICLE > h3 title */
#blog-details .page-title h3 {
  display: none;
}
/* BLOG > ARTICLE > h1 */
#blog-details .blog-single h1.entry-title {
  font-family: "CitrusGothicSolid", sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 60px;
  color: #000;
}
/* BLOG > ARTICLE > fil d'ariane */
#blog-details .axps-breadcrumb {
  display: none;
}
/* BLOG > ARTICLE > post date */
#blog-details .entry-info {
  display: flex;
  justify-content: center;
}
#blog-details .entry-info .post-date {
  display: flex;
  justify-content: center;
  height: 35px;
  min-width: 200px;
  max-width: 320px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% auto;
  background-color: transparent;
  background-image: url("/themes/jack/assets/img/blog-cta-bg.svg");
}
#blog-details .entry-info .post-date span {
  line-height: 1.75em;
  font-family: "CitrusGothicSolid", sans-serif;
  font-size: 21px;
  color: #fff;
}
/* BLOG > ARTICLE > Image */
#blog-details .wrapper-imgs picture {
  border-radius: 25px;
}
/* BLOG > ARTICLE > Paragraph */
#blog-details .entry-content p {
  color: #000;
  text-align: justify;
  font-family: "Quicksand", sans-serif;
  font-weight: 500;
}
/* BLOG > ARTICLE > right column > titles */
#blog-details #right-content .widget-title.h3 span {
  font-family: "CitrusGothicSolid", sans-serif;
  color: #ff512f;
  font-weight: 500;
}

/*** BLOG | Responsive ***/

/** Blog category page **/

@media (min-width: 0px) and (max-width: 9999px) {
  /* BLOG > CAT > structure */
  #blog-category #wrapper .container {
    max-width: 100%;
  }
}

/********************************************/

/********************************************/

/*** SLIDER | Desktop ***/

/* dots */
.jack-slide .swiper-pagination-bullet {
  width: 75px !important;
  border-radius: 10px;
  background: #fff;
  opacity: 0.9;
}
/* arrows */
.jack-slide .eicon-chevron-left::before,
.jack-slide .eicon-chevron-right::before {
  content: "";
  width: 38px;
  height: 116px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  display: flex;
}
.jack-slide .eicon-chevron-left::before {
  background-image: url("/themes/jack/assets/img/slide-arrow-left.svg");
}
.jack-slide .eicon-chevron-right::before {
  background-image: url("/themes/jack/assets/img/slide-arrow-right.svg");
}

/*** SLIDER | Responsive ***/

@media (min-width: 0px) and (max-width: 9999px) {
  .jack-slide .swiper-slide {
    height: auto !important;
    width: 100% !important;
    min-height: 740px;
  }
}
@media (min-width: 1901px) and (max-width: 2000px) {
  .jack-slide .swiper-slide {
    min-height: 730px;
  }
}
@media (min-width: 1801px) and (max-width: 1900px) {
  .jack-slide .swiper-slide {
    min-height: 690px;
  }
}
@media (min-width: 1701px) and (max-width: 1800px) {
  .jack-slide .swiper-slide {
    min-height: 660px;
  }
}
@media (min-width: 1601px) and (max-width: 1700px) {
  .jack-slide .swiper-slide {
    min-height: 620px;
  }
}
@media (min-width: 1501px) and (max-width: 1600px) {
  .jack-slide .swiper-slide {
    min-height: 580px;
  }
}
@media (min-width: 1401px) and (max-width: 1500px) {
  .jack-slide .swiper-slide {
    min-height: 540px;
  }
}
@media (min-width: 1301px) and (max-width: 1400px) {
  .jack-slide .swiper-slide {
    min-height: 510px;
  }
}
@media (min-width: 1201px) and (max-width: 1300px) {
  .jack-slide .swiper-slide {
    min-height: 475px;
  }
}
@media (min-width: 1101px) and (max-width: 1200px) {
  .jack-slide .swiper-slide {
    min-height: 440px;
  }
}
@media (min-width: 1025px) and (max-width: 1100px) {
  .jack-slide .swiper-slide {
    min-height: 400px;
  }
}
@media (min-width: 992px) and (max-width: 1024px) {
  .jack-slide .swiper-slide {
    min-height: 370px;
  }
}
@media (min-width: 868px) and (max-width: 991px) {
  .jack-slide .swiper-slide {
    min-height: 360px;
  }
}
@media (min-width: 501px) and (max-width: 991px) {
  /* arrows */
  .jack-slide .eicon-chevron-left::before,
  .jack-slide .eicon-chevron-right::before {
    display: none;
  }
  /* dots */
  .jack-slide .swiper-pagination-bullet {
    height: 10px !important;
    width: 50px !important;
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 867px) {
  .jack-slide .swiper-slide {
    min-height: 340px;
  }
}
@media (min-width: 670px) and (max-width: 767px) {
  .jack-slide .swiper-slide {
    min-height: 280px;
  }
}
@media (min-width: 601px) and (max-width: 669px) {
  .jack-slide .swiper-slide {
    min-height: 245px;
  }
}
@media (min-width: 501px) and (max-width: 600px) {
  .jack-slide .swiper-slide {
    min-height: 220px;
  }
}
@media (min-width: 401px) and (max-width: 500px) {
  .jack-slide .swiper-slide {
    min-height: 182.5px;
  }
}
@media (min-width: 301px) and (max-width: 400px) {
  .jack-slide .swiper-slide {
    min-height: 145px;
  }
}
@media (min-width: 0px) and (max-width: 300px) {
  .jack-slide .swiper-slide {
    min-height: 110px;
  }
}
@media (min-width: 0px) and (max-width: 500px) {
  /* arrows */
  .jack-slide .eicon-chevron-left::before,
  .jack-slide .eicon-chevron-right::before {
    display: none;
  }
  /* dots */
  .jack-slide .swiper-pagination-bullet {
    display: none !important;
  }
}

/********************************************/

/********************************************/

/*** TOP CATEGORIES | Desktop & Tab. ***/

/** Structure **/

.jack-topcats .elementor-cta__content {
  align-items: center;
  align-content: center;
  display: flex;
}
.jack-topcats .elementor-cta__button {
  padding: 0px;
}
/* Image cover */
.jack-topcats .elementor-cta__bg-wrapper {
  border-radius: 28px;
}
/* Titres + Description */
.jack-topcats .elementor-cta__content .elementor-cta__title,
.jack-topcats .elementor-cta__content .elementor-cta__description {
  font-family: "CitrusGothicSolid", sans-serif !important;
  margin-bottom: 15px !important;
}
.jack-topcats .elementor-cta__content .elementor-cta__description i {
  font-size: 0.75em;
  font-style: normal;
  margin-top: 10px;
}
/* Bouton */
.jack-topcats .elementor-cta__button .elementor-button-text {
  padding: 10px 0px;
  font-family: "CitrusGothicSolid", sans-serif !important;
  font-size: 20px;
  line-height: 25px;
}

/*** TOP CATEGORIES | Responsive (mob. only) ***/

/** Structure **/
@media (min-width: 501px) and (max-width: 9999px) {
  .jack-topcats {
    display: flex;
  }
  .jack-topcats.mob {
    display: none;
  }
}
@media (min-width: 0px) and (max-width: 500px) {
  .jack-topcats {
    display: none;
  }
  .jack-topcats.mob {
    display: flex;
  }
}
/* width of container + overflow and radius */
@media (min-width: 0px) and (max-width: 500px) {
  .jack-topcats.mob .swiper-slide {
    width: 100% !important;
    border-radius: 28px;
    overflow: hidden;
  }
}

/********************************************/

/********************************************/

/*** PRODUCT CARDS | Desktop ***/

/** Structure **/

/* Top selectors | titles */
.widget-tabs .widget-tab-title {
  margin: 0px 10px !important;
  max-height: 60px;
}
.widget-tab-title,
.widget-tab-title.active {
  background-color: transparent !important;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100% !important;
  min-height: 60px;
  display: flex;
  align-items: center;
}
.widget-tab-title {
  background-image: url("/themes/jack/assets/img/featured-bg-red.jpg");
}
.widget-tab-title.active {
  background-image: url("/themes/jack/assets/img/featured-bg-black.jpg");
}
.widget-tab-title .text {
  font-family: "CitrusGothicSolid", sans-serif;
  padding: 0px 20px;
  line-height: 1em;
  display: flex;
  align-items: center;
  min-height: 60px;
}
.widget-tab-title.active .text {
  font-family: "CitrusGothicSolid", sans-serif;
  padding: 0px 25px;
  line-height: 1em;
  display: flex;
  align-items: center;
  min-height: 60px;
}
/* Cards structure */
.product-type-1 .item-inner .element-top {
  margin-top: 0px;
}
.product-type-1 .js-product-miniature {
  width: 100%;
}
.product-type-1 .item-inner {
  overflow: hidden;
  border-radius: 20px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
  display: flex;
  flex-basis: 100%;
  align-items: stretch;
}
.product-type-1 .item-inner .element-bottom {
  min-height:/*240px*/ 270px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#box-product-grid .archive-wrapper-items > .item {
  display: flex;
  align-items: stretch;
}
/* Card | Picture */
.product-type-1 .js-product-miniature .p-ax-img-loader {
  z-index: 0;
}
.product-type-1 .js-product-miniature .ax-img-loader.ax-img-loaded {
  margin: 0px !important;
  width: 100%;
  z-index: 0;
}
.product-type-1 .home_default {
  padding-top: 100%;
}
/* Card | Picture - overlay */
.item-inner .overlay.productpic {
  display: none;
  position: absolute;
  z-index: 2;
}
.product-type-1 .item-inner:hover .overlay.productpic {
  display: flex;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.85);
}
/* Card | Actions buttons */
.product-type-1 .item-inner .buttons-action {
  display: flex;
  flex-direction: row;
  justify-content: center;
  width: 100%;
  right: 0px !important;
  top: 45%;
  z-index: 3;
}
.product-type-1 .item-inner .buttons-action .btn-action {
  margin: 0px 15px;
  height: 45px;
  width: 45px;
  line-height: 45px;
}
.product-type-1 .item-inner .buttons-action .btn-action,
.product-type-1 .item-inner .buttons-action .btn-action:not(.loading):hover {
  background-color: transparent !important;
}
.product-type-1 .item-inner .buttons-action .btn-action::before {
  content: "" !important;
  font-size: 40px !important;
  height: 45px;
  width: 45px;
  line-height: 45px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-color: transparent;
  display: block;
}
/* Card | Actions buttons - Compare */
.product-type-1 .item-inner .buttons-action .btn-action.btn-compare::before {
  background-image: url("/themes/jack/assets/img/icon-compare.svg");
}
/* Card | Actions buttons - Wishlist */
.product-type-1 .item-inner .buttons-action .btn-action.btn-wishlist::before {
  background-image: url("/themes/jack/assets/img/icon-wishlist.svg");
}
/* Card | Actions buttons - Add to cart */
.product-type-1 .item-inner .buttons-action .btn-action.add-to-cart::before {
  background-image: url("/themes/jack/assets/img/icon-addtocart.svg");
}
/* Card | Actions buttons - Quick preview */
.product-type-1 .item-inner .buttons-action .btn-action.quick-view::before {
  background-image: url("/themes/jack/assets/img/icon-preview.svg");
}
/* Card | Actions buttons - Select options */
.product-type-1 .item-inner .buttons-action .btn-action.add-to-cart.quick-view::before {
  background-image: url("/themes/jack/assets/img/icon-addtocart.svg");
}
/* Card | Add to cart button */
.product-type-1 .item-inner .btn-action.add-to-cart {
  line-height: inherit;
  position: relative;
  transition: unset;
}
/* Card | Product title */
.product-type-1 .item-inner .product_name {
  font-family: "CitrusGothicSolid", sans-serif;
  margin-bottom: 15px;
  font-size: 30px;
  font-weight: 500;
  line-height: 1em;
  color: #ff512f;
}
.product-type-1 .item-inner .product_name a {
  color: #ff512f;
}
.product-type-1 .item-inner .product_name a:hover {
  color: #000;
}
/* Card | Product price */
.product-type-1 .item-inner .info-product {
  margin-bottom: 15px;
}
.product-type-1 .item-inner .info-product .product-price-and-shipping {
  font-size: 30px;
}
.product-type-1 .item-inner .info-product .price,
.product-type-1 .item-inner .info-product .regular-price {
  font-family: "Fugaz One", sans-serif;
  width: 100%;
  display: flex;
  justify-content: center;
}
.product-type-1 .item-inner .info-product .price {
  color: #000;
}
.product-type-1 .item-inner .info-product .regular-price {
  color: #5a5a5a !important;
  font-size: 0.75em;
}
/* Card | Product review */
.product-type-1 .item-inner .reviews_note {
  display: none;
}
/* Card | Product declinaisons pictures / colors pictures */
.product-type-1 .item-inner .variant-links-list .small_default {
  padding-top: 100%;
}

/** Flags | Override **/
/* Flags > structure > ul */
.label-flags {
  left: unset;
  right: 0px;
  z-index: 1;
}
.label-flags,
.label-flags.product-flags-override {
  top: 35px;
}
/* Flags > structure > ul > li */
.label-flags li:not(:last-child) {
  margin-bottom: 5px;
}
.label-flags li.label-flag {
  background-repeat: no-repeat;
  background-position: center center;
  background-color: transparent;
  background-size: 100% 100%;
  display: flex;
  align-items: center;
  padding: 0px 5px 0px 20px;
  align-self: flex-end;
  min-height: 60px;
}
.label-flags.product-flags-override li.label-flag {
  clip-path: polygon(0% 12.5%, 100% 0%, 100% 100%, 6% 85%);
  margin-top: 0px !important;
  min-height: 60px !important;
}
.label-flags.product-flags-override li.label-flag .flag-section {
  display: flex;
  align-items: center;
  margin-right: 40px;
}
.label-flags.product-flags-override li.label-flag .flag-section span {
  padding: 0px !important;
  font-family: "Fugaz One", sans-serif;
  font-size: 22.5px !important;
  line-height: 1em !important;
}
.label-flags.product-flags-override li.label-flag .flag-section img {
  width: auto;
  height: 35px;
  margin-left: 5px;
  position: relative;
  top: -2.5px;
}
/* Flags > structure > ul > li > span */
ul.label-flags li.label-flag span {
  font-family: "Fugaz One", sans-serif;
  font-size: 22px !important;
  line-height: 1em !important;
}
/* Flags > structure > a:survol > ul > cacher */
.product-type-1 .js-product-miniature:hover .label-flags,
.product-type-1 .js-product-miniature:hover .label-flags.product-flags-override,
.product-type-1 .js-product-miniature .element-top a:hover .label-flags,
.product-type-1 .js-product-miniature .element-top a:hover .label-flags.product-flags-override {
  display: none;
}
/* Flags > structure > ul > li > Nouveauté */
.label-flags.product-flags-override li.label-flag.type-new {
  background-color: #000;
}
.label-flags.product-flags-override li.label-flag.type-new span {
}
/* Flags > structure > ul > li > Packs */
.label-flags.product-flags-override li.label-flag.type-pack {
  background-color: #000;
}
.label-flags.product-flags-override li.label-flag.type-pack span {
}
/* Flags > structure > ul > li > Discount */
.label-flags.product-flags-override li.label-flag.type-discount {
  background-color: #000;
}
.label-flags.product-flags-override li.label-flag.type-discount span {
}
/* Flags > structure > ul > li > On sale */
.label-flags.product-flags-override li.label-flag.type-on-sale {
  background-color: #000;
}
.label-flags.product-flags-override li.label-flag.type-on-sale span {
}
/* Flags > structure > ul > li > Modèle 2024 */
.label-flags.product-flags-override li.label-flag.type-modéle-2024 {
}
.label-flags.product-flags-override li.label-flag.type-modéle-2024 span {
  font-size: 16px !important;
}
/* Flags > structure > ul > li > Produit conseillé */
.label-flags.product-flags-override li.label-flag.type-produit-conseillé {
}
.label-flags.product-flags-override li.label-flag.type-produit-conseillé span {
  font-size: 16px !important;
}
/* Flags > structure > ul > li > Rupture de stock */
.label-flags.product-flags-override li.label-flag.type-out_of_stock {
  background-color: #000;
  opacity: 1;
}
.label-flags.product-flags-override li.label-flag.type-out_of_stock span {
  color: #fff;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.label-flags.product-flags-override li.label-flag.type-out_of_stock span::after {
  content: "";
  width: 30px;
  height: 30px;
  background-image: url("/themes/jack/assets/img/icon-rupture.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
}

/*** PRODUCT CARDS | Responsive ***/

/** Flags & Titles (top selectors) & product names **/
@media (min-width: 1801px) and (max-width: 1900px) {
  /* Cards structure */
  .product-type-1 .item-inner .element-bottom {
    /*min-height:255px;*/
  }
  /* Flags | Commun */
  .label-flags,
  .label-flags.product-flags-override {
    top: 15px !important;
  }
}
@media (min-width: 1701px) and (max-width: 1800px) {
  /* Cards structure */
  .product-type-1 .item-inner .element-bottom {
    /*min-height:240px;*/
  }
  /* Flags | Commun */
  .label-flags,
  .label-flags.product-flags-override {
    top: 15px !important;
  }
  /* Cards > Actions btn */
  .product-type-1 .item-inner .buttons-action .btn-action {
    margin: 0px 5px;
    width: 40px;
    height: 40px;
  }
  .product-type-1 .item-inner .buttons-action .btn-action::before {
    width: 40px;
    height: 40px;
  }
}
@media (min-width: 1601px) and (max-width: 1700px) {
  /* Top selectors | titles */
  .widget-tabs .widget-tabs-wrapper .widget-tab-title .text {
    font-size: 30px;
  }
  /* Cards structure */
  .product-type-1 .item-inner .element-bottom {
    /*min-height:225px;*/
  }
  /* Flags | Commun */
  .label-flags,
  .label-flags.product-flags-override {
    top: 15px !important;
  }
  /* Cards > Actions btn */
  .product-type-1 .item-inner .buttons-action .btn-action {
    margin: 0px 5px;
    width: 40px;
    height: 40px;
  }
  .product-type-1 .item-inner .buttons-action .btn-action::before {
    width: 40px;
    height: 40px;
  }
}
@media (min-width: 1501px) and (max-width: 1600px) {
  /* Top selectors | titles */
  .widget-tabs .widget-tabs-wrapper .widget-tab-title .text {
    font-size: 27.5px;
  }
  /* Cards structure */
  .product-type-1 .item-inner .element-bottom {
    /*min-height:210px;*/
  }
  /* Flags | Commun */
  .label-flags,
  .label-flags.product-flags-override {
    top: 15px !important;
  }
  /* Cards > Actions btn */
  .product-type-1 .item-inner .buttons-action .btn-action {
    margin: 0px 5px;
    width: 40px;
    height: 40px;
  }
  .product-type-1 .item-inner .buttons-action .btn-action::before {
    width: 40px;
    height: 40px;
  }
}
@media (min-width: 1401px) and (max-width: 1600px) {
  /* Card | Product title */
  .product-type-1 .item-inner .product_name {
    font-size: 27.5px !important;
  }
  /* Card | Product price */
  .product-type-1 .item-inner .info-product .product-price-and-shipping {
    font-size: 30px;
  }
  /* Flags | Commun */
  .label-flags li.label-flag,
  .label-flags.product-flags-override li.label-flag {
    min-height: 50px;
  }
  ul.label-flags li.label-flag span {
    font-size: 20px !important;
  }
  /* Cards > Actions btn */
  .product-type-1 .item-inner .buttons-action .btn-action {
    margin: 0px 5px;
    width: 35px;
    height: 35px;
  }
  .product-type-1 .item-inner .buttons-action .btn-action::before {
    width: 35px;
    height: 35px;
  }
}
@media (min-width: 1401px) and (max-width: 1500px) {
  /* Top selectors | titles */
  .widget-tabs .widget-tabs-wrapper .widget-tab-title .text {
    font-size: 25px;
  }
  /* Cards structure */
  .product-type-1 .item-inner .element-bottom {
    /*min-height:220px;*/
  }
  /* Flags | Commun */
  .label-flags,
  .label-flags.product-flags-override {
    top: 15px !important;
  }
  .label-flags li.label-flag,
  .label-flags.product-flags-override li.label-flag {
    min-height: 45px !important;
  }
  ul.label-flags li.label-flag span {
    font-size: 16px !important;
    line-height: 1em;
  }
  .label-flags.product-flags-override li.label-flag.type-produit-conseillé span {
    font-size: 14px !important;
  }
  /* Cards > Actions btn */
  .product-type-1 .item-inner .buttons-action .btn-action {
    margin: 0px 5px;
    width: 35px;
    height: 35px;
  }
  .product-type-1 .item-inner .buttons-action .btn-action::before {
    width: 35px;
    height: 35px;
  }
}
@media (min-width: 1281px) and (max-width: 1400px) {
  /* Cards structure */
  .product-type-1 .item-inner .element-bottom {
    min-height: 220px;
  }
  /* Card | Product title */
  .product-type-1 .item-inner .product_name {
    font-size: 30px !important;
  }
  /* Card | Product price */
  .product-type-1 .item-inner .info-product .product-price-and-shipping {
    font-size: 25px;
  }
  /* Flags | Commun */
  .label-flags li.label-flag,
  .label-flags.product-flags-override li.label-flag {
    min-height: 45px;
  }
  ul.label-flags li.label-flag span {
    font-size: 16px !important;
    line-height: 1em;
  }
  .label-flags.product-flags-override li.label-flag.type-produit-conseillé span {
    font-size: 14px !important;
  }
  /* Cards > Actions btn */
  .product-type-1 .item-inner .buttons-action .btn-action {
    margin: 0px 5px;
    width: 35px;
    height: 35px;
  }
  .product-type-1 .item-inner .buttons-action .btn-action::before {
    width: 35px;
    height: 35px;
  }
}
@media (min-width: 1361px) and (max-width: 1400px) {
  /* Cards structure */
  .product-type-1 .item-inner .element-bottom {
    min-height:/*170px*/ 225px;
  }
  /* Flags | Commun */
  .label-flags,
  .label-flags.product-flags-override {
    top: 15px !important;
  }
  .label-flags li.label-flag,
  .label-flags.product-flags-override li.label-flag {
    min-height: 45px !important;
  }
  ul.label-flags li.label-flag span {
    font-size: 16px !important;
    line-height: 1em;
  }
  .label-flags.product-flags-override li.label-flag.type-produit-conseillé span {
    font-size: 14px !important;
  }
}
@media (min-width: 1331px) and (max-width: 1360px) {
  /* Cards structure */
  .product-type-1 .item-inner .element-bottom {
    min-height:/*160px*/ 230px;
  }
  /* Flags | Commun */
  .label-flags,
  .label-flags.product-flags-override {
    top: 15px !important;
  }
  .label-flags li.label-flag,
  .label-flags.product-flags-override li.label-flag {
    min-height: 45px !important;
  }
  ul.label-flags li.label-flag span {
    font-size: 16px !important;
    line-height: 1em;
  }
  .label-flags.product-flags-override li.label-flag.type-produit-conseillé span {
    font-size: 14px !important;
  }
}
@media (min-width: 1281px) and (max-width: 1330px) {
  /* Cards structure */
  .product-type-1 .item-inner .element-bottom {
    min-height:/*155px*/ 255px;
  }
  /* Flags | Commun */
  .label-flags,
  .label-flags.product-flags-override {
    top: 15px !important;
  }
  .label-flags li.label-flag,
  .label-flags.product-flags-override li.label-flag {
    min-height: 45px !important;
  }
  ul.label-flags li.label-flag span {
    font-size: 16px !important;
    line-height: 1em;
  }
  .label-flags.product-flags-override li.label-flag.type-produit-conseillé span {
    font-size: 14px !important;
  }
}
@media (min-width: 1251px) and (max-width: 1280px) {
  /* Cards structure */
  .product-type-1 .item-inner .element-bottom {
    min-height:/*155px*/ 240px;
  }
  /* Flags | Commun */
  .label-flags li.label-flag,
  .label-flags.product-flags-override li.label-flag {
    min-height: 45px !important;
  }
  ul.label-flags li.label-flag span {
    font-size: 16px !important;
    line-height: 1em;
  }
  .label-flags.product-flags-override li.label-flag.type-produit-conseillé span {
    font-size: 14px !important;
  }
  /* Cards > Actions btn */
  .product-type-1 .item-inner .buttons-action .btn-action {
    margin: 0px 5px;
    width: 35px;
    height: 35px;
  }
  .product-type-1 .item-inner .buttons-action .btn-action::before {
    width: 35px;
    height: 35px;
  }
}
@media (min-width: 1201px) and (max-width: 1250px) {
  /* Cards structure */
  .product-type-1 .item-inner .element-bottom {
    min-height: 155px;
  }
  /* Flags | Commun */
  .label-flags li.label-flag,
  .label-flags.product-flags-override li.label-flag {
    min-height: 45px !important;
  }
  ul.label-flags li.label-flag span {
    font-size: 15px !important;
  }
  .label-flags.product-flags-override li.label-flag.type-produit-conseillé span {
    font-size: 14px !important;
  }
  /* Cards > Actions btn */
  .product-type-1 .item-inner .buttons-action .btn-action {
    margin: 0px 5px;
    width: 35px;
    height: 35px;
  }
  .product-type-1 .item-inner .buttons-action .btn-action::before {
    width: 35px;
    height: 35px;
  }
}
@media (min-width: 1025px) and (max-width: 1280px) {
  /* Top selectors | titles */
  .widget-tabs .widget-tab-title {
    max-height: 50px;
  }
  .widget-tab-title,
  .widget-tab-title.active {
    min-height: 50px;
  }
  .widget-tab-title.active .text {
    font-size: 24px;
    min-height: 50px;
  }
  /* Card | Product title */
  .product-type-1 .item-inner .product_name {
    font-size: 24px !important;
  }
  /* Card | Product price */
  .product-type-1 .item-inner .info-product .product-price-and-shipping {
    font-size: 25px;
  }
  /* Flags | Commun */
  .label-flags,
  .label-flags.product-flags-override {
    top: 15px !important;
  }
  .label-flags li.label-flag,
  .label-flags.product-flags-override li.label-flag {
    min-height: 45px !important;
  }
  ul.label-flags li.label-flag span {
    font-size: 15px;
  }
  .label-flags.product-flags-override li.label-flag.type-modéle-2024 span {
    font-size: 14px !important;
  }
  .label-flags.product-flags-override li.label-flag.type-produit-conseillé span {
    font-size: 11px !important;
  }
  /* Cards > Actions btn */
  .product-type-1 .item-inner .buttons-action .btn-action {
    margin: 0px 5px;
    width: 30px;
    height: 30px;
  }
  .product-type-1 .item-inner .buttons-action .btn-action::before {
    width: 30px;
    height: 30px;
  }
}
@media (min-width: 1151px) and (max-width: 1200px) {
  /* Cards structure */
  .product-type-1 .item-inner .element-bottom {
    min-height: 150px;
  }
  /* Flags | Commun */
  .label-flags,
  .label-flags.product-flags-override {
    top: 15px !important;
  }
  .label-flags li.label-flag,
  .label-flags.product-flags-override li.label-flag {
    min-height: 45px !important;
  }
  ul.label-flags li.label-flag span {
    font-size: 15px !important;
  }
  .label-flags.product-flags-override li.label-flag.type-produit-conseillé span {
    font-size: 14px !important;
  }
  /* Cards > Actions btn */
  .product-type-1 .item-inner .buttons-action .btn-action {
    margin: 0px 5px;
    width: 30px;
    height: 30px;
  }
  .product-type-1 .item-inner .buttons-action .btn-action::before {
    width: 30px;
    height: 30px;
  }
}
@media (min-width: 1101px) and (max-width: 1150px) {
  /* Cards structure */
  .product-type-1 .item-inner .element-bottom {
    min-height: 190px;
  }
  /* Flags | Commun */
  .label-flags,
  .label-flags.product-flags-override {
    top: 15px !important;
  }
  .label-flags li.label-flag,
  .label-flags.product-flags-override li.label-flag {
    min-height: 45px !important;
  }
  ul.label-flags li.label-flag span {
    font-size: 15px !important;
  }
  .label-flags.product-flags-override li.label-flag.type-produit-conseillé span {
    font-size: 14px !important;
  }
  /* Cards > Actions btn */
  .product-type-1 .item-inner .buttons-action .btn-action {
    margin: 0px 5px;
    width: 30px;
    height: 30px;
  }
  .product-type-1 .item-inner .buttons-action .btn-action::before {
    width: 30px;
    height: 30px;
  }
}
@media (min-width: 1025px) and (max-width: 1100px) {
  /* Cards structure */
  .product-type-1 .swiper-slide {
    width: 25% !important;
  }
  .product-type-1 .item-inner .element-bottom {
    min-height: 185px;
  }
  /* Flags | Commun */
  .label-flags,
  .label-flags.product-flags-override {
    top: 15px !important;
  }
  .label-flags li.label-flag,
  .label-flags.product-flags-override li.label-flag {
    min-height: 45px !important;
  }
  ul.label-flags li.label-flag span {
    font-size: 15px !important;
  }
  .label-flags.product-flags-override li.label-flag.type-produit-conseillé span {
    font-size: 14px !important;
  }
}
@media (min-width: 992px) and (max-width: 1024px) {
  /* Cards structure */
  .product-type-1 .item-inner .element-bottom {
    min-height: 220px;
  }
  /* Flags | Commun */
  .label-flags,
  .label-flags.product-flags-override {
    top: 15px !important;
  }
  /* Top selectors | titles */
  .widget-tabs .widget-tab-title {
    max-height: 45px;
    margin: 0px 5px !important;
  }
  .widget-tab-title,
  .widget-tab-title.active {
    min-height: 45px;
  }
  .widget-tab-title .text,
  .widget-tab-title.active .text {
    font-size: 20px;
    min-height: 45px;
  }
  /* Card | Product title */
  .product-type-1 .item-inner .product_name {
    font-size: 24px !important;
  }
  /* Card | Product price */
  .product-type-1 .item-inner .info-product .product-price-and-shipping {
    font-size: 20px;
  }
  /* Flags | Commun */
  .label-flags li.label-flag,
  .label-flags.product-flags-override li.label-flag {
    min-height: 50px !important;
  }
  ul.label-flags li.label-flag span {
    font-size: 18px !important;
  }
  .label-flags.product-flags-override li.label-flag.type-produit-conseillé span {
    font-size: 14px !important;
  }
  /* Cards > Actions btn */
  .product-type-1 .item-inner .buttons-action .btn-action {
    margin: 0px 10px;
    width: 40px;
    height: 40px;
  }
  .product-type-1 .item-inner .buttons-action .btn-action::before {
    width: 40px;
    height: 40px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* Cards structure */
  .product-type-1 .item-inner .element-bottom {
    min-height: 205px;
  }
  /* Top selectors | titles */
  .widget-tabs .widget-tab-title {
    max-height: 45px;
    margin: 0px 5px !important;
  }
  .widget-tab-title,
  .widget-tab-title.active {
    min-height: 45px;
  }
  .widget-tab-title .text,
  .widget-tab-title.active .text {
    font-size: 20px;
    min-height: 45px;
  }
  /* Card | Product title */
  .product-type-1 .item-inner .product_name {
    font-size: 24px !important;
  }
  /* Card | Product price */
  .product-type-1 .item-inner .info-product .product-price-and-shipping {
    font-size: 20px;
  }
  /* Flags | Commun */
  .label-flags li.label-flag,
  .label-flags.product-flags-override li.label-flag {
    min-height: 45px !important;
  }
  ul.label-flags li.label-flag span {
    font-size: 15px !important;
    line-height: 1em;
  }
  .label-flags.product-flags-override li.label-flag.type-produit-conseillé span {
    font-size: 13px !important;
  }
  /* Cards > Actions btn */
  .product-type-1 .item-inner .buttons-action .btn-action {
    margin: 0px 7.5px;
    width: 35px;
    height: 35px;
  }
  .product-type-1 .item-inner .buttons-action .btn-action::before {
    width: 35px;
    height: 35px;
  }
}
@media (min-width: 951px) and (max-width: 991px) {
  /* Cards structure */
  .product-type-1 .item-inner .element-bottom {
    min-height: 210px;
  }
  /* Flags | Commun */
  .label-flags,
  .label-flags.product-flags-override {
    top: 15px !important;
  }
}
@media (min-width: 901px) and (max-width: 950px) {
  /* Cards structure */
  .product-type-1 .item-inner .element-bottom {
    min-height: 200px;
  }
  /* Flags | Commun */
  .label-flags,
  .label-flags.product-flags-override {
    top: 15px !important;
  }
}
@media (min-width: 851px) and (max-width: 900px) {
  /* Cards structure */
  .product-type-1 .item-inner .element-bottom {
    min-height: 190px;
  }
  /* Flags | Commun */
  .label-flags,
  .label-flags.product-flags-override {
    top: 15px !important;
  }
}
@media (min-width: 801px) and (max-width: 850px) {
  /* Cards structure */
  .product-type-1 .item-inner .element-bottom {
    min-height: 180px;
  }
  /* Flags | Commun */
  .label-flags,
  .label-flags.product-flags-override {
    top: 15px !important;
  }
}
@media (min-width: 768px) and (max-width: 800px) {
  /* Cards structure */
  .product-type-1 .swiper-slide {
    width: 33.33% !important;
  }
  .product-type-1 .item-inner .element-bottom {
    min-height: 175px;
  }
  /* Cards Actions | Buttons */
  .product-type-1 .item-inner .buttons-action .btn-action {
    width: 35px;
    height: 35px;
    line-height: 35px;
    margin: 0px 10px;
  }
  .product-type-1 .item-inner .buttons-action .btn-action::before {
    width: 35px;
    height: 35px;
    line-height: 35px;
  }
  /* Flags | Commun */
  .label-flags,
  .label-flags.product-flags-override {
    top: 15px !important;
  }
  .label-flags li.label-flag,
  .label-flags.product-flags-override li.label-flag {
    min-height: 40px !important;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  /* Cards structure */
  .product-type-1 .item-inner .element-bottom {
    min-height: 255px;
  }
  /* Top selectors | titles */
  .widget-tabs .widget-tabs-wrapper {
    display: flex; /*flex-direction:column;*/
    align-items: center;
  }
  .widget-tabs .widget-tab-title {
    width: auto;
    max-width: 230px;
    max-height: 45px;
    margin: 0px 0px 5px 0px !important;
  }
  .widget-tabs .widget-tabs-wrapper {
    justify-content: center;
  }
  .widget-tabs .widget-tabs-wrapper .widget-tab-title,
  .widget-tabs .widget-tabs-wrapper .widget-tab-title.active {
    background-image: none;
    min-height: 30px !important;
    max-height: 30px !important;
  }
  .widget-tabs .widget-tabs-wrapper .widget-tab-title {
    background-color: #ff512f !important;
    margin: 0px 0.5px !important;
  }
  .widget-tabs .widget-tabs-wrapper .widget-tab-title.active {
    background-color: #000 !important;
  }
  .widget-tabs .widget-tabs-wrapper .widget-tab-title .text {
    padding: 0px 5px !important;
    min-height: 30px !important;
    font-size: 18px;
  }
  .widget-tab-title,
  .widget-tab-title.active {
    min-height: 45px;
  }
  .widget-tab-title .text,
  .widget-tab-title.active .text {
    font-size: 20px;
    min-height: 45px;
  }
  /* Card | Product title */
  .product-type-1 .item-inner .product_name {
    font-size: 17.5px !important;
  }
  /* Card | Product price */
  .product-type-1 .item-inner .info-product .product-price-and-shipping {
    font-size: 15px;
  }
}
@media (min-width: 750px) and (max-width: 767px) {
  /* Cards structure */
  .product-type-1 .swiper-slide {
    width: 50% !important;
  }
  /* Flags | Commun */
  .label-flags,
  .label-flags.product-flags-override {
    top: 15px !important;
  }
  .label-flags li.label-flag,
  .label-flags.product-flags-override li.label-flag {
    min-height: 45px !important;
  }
  ul.label-flags li.label-flag span {
    font-size: 15px !important;
    line-height: 1em;
  }
  .label-flags.product-flags-override li.label-flag.type-produit-conseillé span {
    font-size: 12.5px !important;
  }
}
@media (min-width: 701px) and (max-width: 749px) {
  /* Top selectors | titles */
  .widget-tabs .widget-tabs-wrapper .widget-tab-title .text {
    font-size: 17.5px;
  }
  /* Cards structure */
  .product-type-1 .swiper-slide {
    width: 50% !important;
  }
  .product-type-1 .item-inner .element-bottom {
    min-height: 250px;
  }
  /* Flags | Commun */
  .label-flags,
  .label-flags.product-flags-override {
    top: 15px !important;
  }
  .label-flags li.label-flag,
  .label-flags.product-flags-override li.label-flag {
    min-height: 42.5px !important;
  }
  ul.label-flags li.label-flag span {
    font-size: 13.5px !important;
    line-height: 1em;
  }
  .label-flags.product-flags-override li.label-flag.type-produit-conseillé span {
    font-size: 11.5px !important;
  }
  .label-flags.product-flags-override li.label-flag.type-modéle-2024 span {
    font-size: 13.5px !important;
  }
}
@media (min-width: 651px) and (max-width: 700px) {
  /* Top selectors | titles */
  .widget-tabs .widget-tabs-wrapper .widget-tab-title .text {
    font-size: 17px;
  }
  /* Cards structure */
  .product-type-1 .swiper-slide {
    width: 33.33% !important;
  }
  .product-type-1 .item-inner .element-bottom {
    min-height: 215px;
  }
  /* Cards Actions | Buttons */
  .product-type-1 .item-inner .buttons-action .btn-action {
    width: 35px;
    height: 35px;
    line-height: 35px;
    margin: 0px 10px;
  }
  .product-type-1 .item-inner .buttons-action .btn-action::before {
    width: 35px;
    height: 35px;
    line-height: 35px;
  }
  /* Flags | Commun */
  .label-flags,
  .label-flags.product-flags-override {
    top: 15px !important;
  }
  .label-flags li.label-flag,
  .label-flags.product-flags-override li.label-flag {
    min-height: 35px !important;
  }
  .label-flags li.label-flag,
  .label-flags.product-flags-override {
    padding-left: 10px;
  }
  ul.label-flags li.label-flag span {
    font-size: 13.5px !important;
    line-height: 1em;
  }
  .label-flags.product-flags-override li.label-flag.type-produit-conseillé span {
    font-size: 11.5px !important;
  }
  .label-flags.product-flags-override li.label-flag.type-modéle-2024 span {
    font-size: 13.5px !important;
  }
}
@media (min-width: 601px) and (max-width: 650px) {
  /* Top selectors | titles */
  .widget-tabs .widget-tabs-wrapper .widget-tab-title .text {
    font-size: 16.5px;
  }
  /* Cards structure */
  .product-type-1 .swiper-slide {
    width: 50% !important;
  }
  .product-type-1 .item-inner .element-bottom {
    min-height: 200px;
  }
  /* Cards Actions | Buttons */
  .product-type-1 .item-inner .buttons-action .btn-action {
    width: 40px;
    height: 40px;
    line-height: 40px;
    margin: 0px 10px;
  }
  .product-type-1 .item-inner .buttons-action .btn-action::before {
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
  /* Flags | Commun */
  .label-flags,
  .label-flags.product-flags-override {
    top: 10px !important;
  }
  .label-flags li.label-flag,
  .label-flags.product-flags-override li.label-flag {
    min-height: 35px !important;
  }
  ul.label-flags li.label-flag span {
    font-size: 13.5px !important;
    line-height: 1em;
  }
  .label-flags.product-flags-override li.label-flag.type-produit-conseillé span {
    font-size: 11.5px !important;
  }
  .label-flags.product-flags-override li.label-flag.type-modéle-2024 span {
    font-size: 13.5px !important;
  }
}
@media (min-width: 541px) and (max-width: 600px) {
  /* Top selectors | titles */
  .widget-tabs .widget-tabs-wrapper .widget-tab-title .text {
    font-size: 16px;
  }
  /* Cards structure */
  .product-type-1 .swiper-slide {
    width: 50% !important;
  }
  .product-type-1 .item-inner .element-bottom {
    min-height: 185px;
  }
  /* Cards Actions | Buttons */
  .product-type-1 .item-inner .buttons-action .btn-action {
    width: 35px;
    height: 35px;
    line-height: 35px;
    margin: 0px 7.5px;
  }
  .product-type-1 .item-inner .buttons-action .btn-action::before {
    width: 35px;
    height: 35px;
    line-height: 35px;
  }
  /* Flags | Commun */
  .label-flags,
  .label-flags.product-flags-override {
    top: 10px !important;
  }
  .label-flags li.label-flag,
  .label-flags.product-flags-override li.label-flag {
    min-height: 38.5px !important;
  }
  ul.label-flags li.label-flag span {
    font-size: 13.5px !important;
    line-height: 1em;
  }
  .label-flags.product-flags-override li.label-flag.type-produit-conseillé span {
    font-size: 11.5px !important;
  }
  .label-flags.product-flags-override li.label-flag.type-modéle-2024 span {
    font-size: 13.5px !important;
  }
}
@media (min-width: 501px) and (max-width: 540px) {
  /* Top selectors | titles */
  .widget-tabs .widget-tabs-wrapper .widget-tab-title .text {
    font-size: 15.5px;
  }
  /* Cards structure */
  .product-type-1 .swiper-slide {
    width: 50% !important;
  }
  .product-type-1 .item-inner .element-bottom {
    min-height: 175px;
  }
  /* Cards Actions | Buttons */
  .product-type-1 .item-inner .buttons-action .btn-action {
    width: 35px;
    height: 35px;
    line-height: 35px;
    margin: 0px 7.5px;
  }
  .product-type-1 .item-inner .buttons-action .btn-action::before {
    width: 35px;
    height: 35px;
    line-height: 35px;
  }
  /* Flags | Commun */
  .label-flags,
  .label-flags.product-flags-override {
    top: 10px !important;
  }
  .label-flags li.label-flag,
  .label-flags.product-flags-override li.label-flag {
    min-height: 35px !important;
  }
  ul.label-flags li.label-flag span {
    font-size: 14px !important;
    line-height: 1em;
  }
  .label-flags.product-flags-override li.label-flag.type-produit-conseillé span {
    font-size: 11.5px !important;
  }
  .label-flags.product-flags-override li.label-flag.type-modéle-2024 span {
    font-size: 13.5px !important;
  }
}
@media (min-width: 451px) and (max-width: 500px) {
  /* Top selectors | titles */
  .widget-tabs .widget-tabs-wrapper .widget-tab-title .text {
    font-size: 15px;
  }
  /* Cards structure */
  .product-type-1 .swiper-slide {
    width: 50% !important;
  }
  .product-type-1 .item-inner .element-bottom {
    min-height: 160px;
  }
  /* Cards Actions | Buttons */
  .product-type-1 .item-inner .buttons-action .btn-action {
    width: 35px;
    height: 35px;
    line-height: 35px;
    margin: 0px 7.5px;
  }
  .product-type-1 .item-inner .buttons-action .btn-action::before {
    width: 35px;
    height: 35px;
    line-height: 35px;
  }
  /* Flags | Commun */
  .label-flags,
  .label-flags.product-flags-override {
    top: 10px !important;
  }
  .label-flags li.label-flag,
  .label-flags.product-flags-override li.label-flag {
    min-height: 35px !important;
  }
  ul.label-flags li.label-flag span {
    font-size: 13.5px !important;
    line-height: 1em;
  }
  .label-flags.product-flags-override li.label-flag.type-produit-conseillé span {
    font-size: 11.5px !important;
  }
  .label-flags.product-flags-override li.label-flag.type-modéle-2024 span {
    font-size: 13.5px !important;
  }
}
@media (min-width: 0px) and (max-width: 450px) {
  /* Top selectors | titles */
  .widget-tabs .widget-tabs-wrapper .widget-tab-title .text {
    font-size: 14.5px;
  }
  /* Cards structure */
  .product-type-1 .item-inner .element-bottom {
    min-height: 145px;
  }
  /*.product-type-1 .swiper-slide {width:100% !important;}*/
  /* Cards Actions | Buttons */
  .product-type-1 .item-inner .buttons-action .btn-action {
    width: 30px;
    height: 30px;
    line-height: 30px;
    margin: 0px 5px;
  }
  .product-type-1 .item-inner .buttons-action .btn-action::before {
    width: 30px;
    height: 30px;
    line-height: 30px;
  }
  /* Flags | Commun */
  .label-flags,
  .label-flags.product-flags-override {
    top: 5px !important;
  }
  .label-flags li.label-flag,
  .label-flags.product-flags-override li.label-flag {
    min-height: 30px !important;
  }
  ul.label-flags li.label-flag span {
    font-size: 16px !important;
    line-height: 1em;
  }
  /* Card | Product price */
  .product-type-1 .item-inner .info-product .product-price-and-shipping {
    font-size: 20px;
  }
}
@media (min-width: 0px) and (max-width: 350px) {
  /* Cards structure */
  #box-product-grid .archive-wrapper-items > .item {
    flex: 0 0 calc(100% / 1);
    max-width: calc(100% / 1);
  }
  .product-type-1 .item-inner .element-bottom {
    min-height: unset;
  }
  /* Cards Actions | Buttons */
  .product-type-1 .item-inner .buttons-action .btn-action {
    width: 30px;
    height: 30px;
    line-height: 30px;
    margin: 0px 5px;
  }
  .product-type-1 .item-inner .buttons-action .btn-action::before {
    width: 30px;
    height: 30px;
    line-height: 30px;
  }
}

/********************************************/

/********************************************/

/*** COMMUNAUTÉ | Desktop ***/

/* COMMUNAUTÉ > structure */
.jack-commu .item-inner {
  overflow: hidden;
  position: relative;
  display: flex;
}
/* COMMUNAUTÉ > image */
.jack-commu .item-inner a:hover img {
  opacity: 0.5;
}
/* COMMUNAUTÉ > bouton */
.jack-commu .item-inner a {
  display: flex;
  align-items: flex-end;
  align-content: flex-end;
  overflow: hidden;
}
.jack-commu .item-inner a .widget-image-caption {
  position: absolute;
  font-size: 0px !important;
  line-height: 0px !important;
  max-width: 100px;
  height: 50px;
  align-items: center;
  display: flex;
  justify-content: center;
  transform: skewX(-50deg);
  padding: 20px 35px 7px 7px;
  right: -40px;
}
.jack-commu .item-inner a .widget-image-caption::after {
  content: "+";
  transform: skewX(50deg);
  font-weight: 600;
  position: relative;
  font-size: 40px;
}

/*** COMMUNAUTÉ | Responsive ***/

@media (min-width: 0px) and (max-width: 767px) {
  /* COMMUNAUTÉ > image */
  .jack-commu .swiper-slide {
    width: 100% !important;
  }
  .jack-commu .item-inner a {
    width: 100%;
  }
}

/********************************************/

/********************************************/

/*** PAGE CATEGORIES | Desktop ***/

/** Top of page **/

/* Top of page > Structure */
#cat-structure {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  padding: 0px 30px;
  margin-top: 30px;
  height: fit-content;
}
#cat-structure .cat-left-part,
#cat-structure .cat-right-part {
  display: flex;
  flex-direction: column;
}
#cat-structure .cat-left-part {
  flex-basis: 25%;
  height: fit-content;
  border-radius: 28px;
  overflow: hidden;
}
#cat-structure .cat-left-part img {
  width: 100%;
}
#cat-structure .cat-right-part {
  flex-basis: 85%;
  height: fit-content;
  padding-left: 25px;
}
/* Top of page > Cat. Title */
#cat-structure .cat-right-part .page-title {
  margin: 0px 0px 10px 0px;
  padding: 0px !important;
}
#cat-structure .cat-right-part .page-title h1 {
  font-family: "CitrusGothicSolid", sans-serif;
  font-weight: lighter;
  color: #ff512f;
  text-transform: uppercase;
  font-style: normal;
  line-height: 1em;
}
#cat-structure .cat-right-part .page-title .container {
  max-width: 100%;
  text-align: left;
  padding: 0px !important;
}
/* Top of page > Cat. Desc. */
#cat-structure .cat-right-part .category-description {
  width: 100%;
  padding: 0px !important;
  margin-right: auto;
  margin-left: auto;
}
/* Top of page > Cat. Desc. Deploy button */
#cat-structure .cat-right-part a.cta-deploy-desc {
  display: none;
}
body#category #cat-structure .cat-right-part a.cta-deploy-desc,
body#search #cat-structure .cat-right-part a.cta-deploy-desc {
  display: flex;
}
#cat-structure .cat-right-part a.cta-deploy-desc {
  margin: 15px 0px 0px 0px;
  font-family: "CitrusGothicSolid", sans-serif;
  font-weight: lighter;
  color: #fff;
  font-size: 23px;
  background: no-repeat left top transparent;
  background-image: url("/themes/jack/assets/img/CTA-cat-bg.png");
  background-size: 100% 100%;
  width: fit-content;
  line-height: 2em;
  padding: 0px 15px;
}
#cat-structure .cat-right-part a.cta-deploy-desc:hover {
  background-image: url("/themes/jack/assets/img/CTA-cat-bg-hover.png");
}
#cat-structure .hidethat {
  display: none;
}
#cat-structure .expanded {
  display: block;
}

/* Top of page > Structure > Ariane */
body#category #header,
body#search #header,
body#product #header {
  margin-bottom: 0px;
}
.jack-ariane {
  background: #ebebeb;
  display: flex;
  justify-content: flex-start;
  flex-direction: row;
  padding: 25px 30px 10px 30px;
  margin-top: -40px;
  box-shadow: inset 0px -5px 15px #ccc;
}
body#category .jack-ariane,
body#search .jack-ariane {
  margin-top: -15px;
}
.jack-ariane a,
.jack-ariane span {
  font-style: italic;
  font-size: 15px;
  font-family: "Open Sans", sans-serif;
  font-weight: 500;
}
.jack-ariane a span {
  color: #9d9da5;
}
.jack-ariane span {
  color: #000;
}
.jack-ariane a:not(:last-child)::after {
  content: "|";
  margin: 0px 2.5px 0px 10px;
  font-style: normal;
}
/* Top of page > Page title */
body#category .page-title,
body#search .page-title {
  margin-top: 40px;
}
/* Top of page > Cat Title & picture */
body#category,
body#search {
}
/* Top of page > Cat Desc. */
.category-description {
  margin-bottom: 0px;
}
.category-description h2,
.category-description h3,
.category-description h4,
.category-description h5,
.category-description h6 {
  font-family: "CitrusGothicSolid", sans-serif;
  font-size: 25px;
  font-weight: lighter;
  color: #ff512f;
}
.category-description p {
  font-family: "Quicksand", sans-serif;
  font-size: 16px;
  color: #000;
}
/* Top of page > Filtering tools */
.nav-products-list-top p,
.nav-products-list-top .gr-per-page .dropdown-toggle,
.nav-products-list-top .dropdown-menu > a,
.nav-products-list-top .wc-ordering-dropdown .dropdown-toggle,
.nav-products-list-top .gr-per-page .dropdown-toggle {
  font-family: "Quicksand", sans-serif;
  color: #000;
  font-size: 20px;
}
/* Top of page > Filter launcher button > Titre */
.nav-products-list-top .filter-buttons {
  display: flex;
  flex-direction: column;
}
.nav-products-list-top .filter-buttons .titling {
  font-family: "CitrusGothicSolid", sans-serif;
  font-size: 30px;
  font-weight: lighter;
  color: #000;
}
/* Top of page > Filter launcher button > Button */
.nav-products-list-top .filter-buttons a.open-filters {
  display: flex;
  flex-direction: row;
  min-height: 64px;
  align-content: center;
  align-items: center;
  width: fit-content;
  padding: 0px 25px;
  text-align: left;
  background-image: url("/themes/jack/assets/img/filter-button-bg.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: left top;
  font-family: "CitrusGothicSolid", sans-serif;
  font-size: 35px;
  font-weight: lighter;
  text-transform: uppercase;
  color: #fff;
}
.nav-products-list-top .filter-buttons a::before,
.nav-products-list-top .filter-buttons a::after {
  content: "";
  display: none;
}
.nav-products-list-top .filter-buttons a .iconize {
  display: flex;
  width: 30px;
  height: 30px;
  align-self: center;
  margin-right: 10px;
}

/** Products list **/
/* Structure */
.nav-products-list-top {
  padding: 15px 0px;
  margin: 40px 0px;
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
}

/** Encarts pub | Desktop **/

/* Généralités */
.item.pub {
}
.item.pub .js-product-miniature {
  display: flex;
  align-items: stretch;
}
.item.pub .js-product-miniature img.customproductcard-card-img {
  width: 100%;
}
/* Vidéos */
.item.pub #video-link {
  display: flex;
  width: 100%;
}
.item.pub #video-link .js-product-miniature.video {
  display: flex;
  width: 100%;
}

/** Navigation à facettes **/

/* Structure */
#canvas-facets-search #search_filters_wrapper {
  padding: 20px 0px;
}
#canvas-facets-search.canvas-widget {
  width: 100%;
  max-width: 100%;
  background-color: transparent;
}
#canvas-facets-search.canvas-widget.canvas-left {
  transform: translate(-100%, 0);
}
#canvas-facets-search.canvas-widget.open-canvas {
  transform: unset;
}
/* Titre */
#canvas-facets-search .canvas-widget-top h3.title-canvas-widget {
  color: #fff;
  font-family: "CitrusGothicSolid", sans-serif;
  font-size: 100px;
  font-weight: lighter;
  line-height: 2em;
  text-align: center;
  border-bottom: none;
  padding: 10px 20px 10px 50px;
}
#canvas-facets-search .canvas-widget-top h3.title-canvas-widget::after {
  font-size: 160px;
  color: #fff;
  right: unset;
  left: 10px;
}
#canvas-facets-search .canvas-widget-top h3.title-canvas-widget:hover::after {
  transform: unset;
}
/* Sous-titres */
#canvas-facets-search .canvas-widget-content .widget-title {
  color: #fff;
  color: #fff;
  font-family: "CitrusGothicSolid", sans-serif;
  font-size: 50px;
  font-weight: lighter;
}
/* Contenus textes */
#canvas-facets-search .facet-wrapper-content * {
  color: #fff;
}
/* Contenu */
#search_filters_wrapper #search_filters {
  display: flex;
  flex-direction: row;
}
#search_filters_wrapper #search_filters .widget-facet-search {
  border-bottom: none;
  margin: 0px 10px 20px 0px;
  padding: 0px;
  border-right: 1px solid rgba(255, 255, 255, 0.5);
}
#search_filters_wrapper #search_filters .widget-facet-search .widget-content {
  padding: 10px 20px;
}
/* Barre à curseurs */
#search_filters .facet .ui-widget-header {
  background: #fff;
}
#search_filters .ui-slider .ui-slider-handle::after {
  width: 25px;
  height: 25px;
  background: #ff512f;
  border: 3px solid #fff;
  border-radius: 100%;
}
/* search results */
body#search .cat-left-part {
  display: none;
}
body#search .cat-right-part {
  flex-basis: 100%;
  padding: 0px;
}
body#search .cat-right-part .cta-deploy-desc {
  display: none;
}
body#search #cat-structure .cat-right-part .page-title {
  margin-bottom: 0px;
}
body#search #cat-structure .cat-right-part .page-title h1 {
  text-align: center;
}

/*** PAGE CATEGORIES | Responsive ***/

/** Top of page **/
@media (min-width: 1281px) and (max-width: 1400px) {
  /* Top of page > Filter launcher button > Button */
  .nav-products-list-top .filter-buttons a.open-filters {
    font-size: 30px;
  }
}
@media (min-width: 1025px) and (max-width: 1280px) {
  /* Top of page > Cat. Title */
  #cat-structure .cat-right-part .page-title h1 {
    font-size: 45px;
  }
  /* Top of page > Cat. Desc. */
  #cat-structure .cat-right-part .category-description,
  #cat-structure .cat-right-part .category-description p,
  #cat-structure .cat-right-part .category-description span,
  #cat-structure .cat-right-part .category-description ul,
  #cat-structure .cat-right-part .category-description ul li,
  #cat-structure .cat-right-part .category-description a {
    font-size: 14px;
  }
  .category-description h2,
  .category-description h3,
  .category-description h4,
  .category-description h5,
  .category-description h6 {
    font-size: 20px;
  }
  /* Top of page > Filter launcher button > Titre */
  .nav-products-list-top .filter-buttons .titling {
    font-size: 22.5px;
  }
  /* Top of page > Filter launcher button > Button */
  .nav-products-list-top .filter-buttons a.open-filters {
    font-size: 25px;
  }
}
@media (min-width: 0px) and (max-width: 1024px) {
  /* Fil d'Ariane */
  .jack-ariane,
  body#category .jack-ariane,
  body#search .jack-ariane {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1024px) {
  /* Structure */
  .nav-products-list-top-center {
    display: none;
  }
  /* Top of page > Filter launcher button > Titre */
  .nav-products-list-top .filter-buttons .titling {
    font-size: 20px;
  }
  /* Top of page > Filter launcher button > Button */
  .nav-products-list-top .filter-buttons a.open-filters {
    font-size: 22.5px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* Structure */
  #cat-structure .cat-left-part {
    flex-basis: 30%;
  }
  #cat-structure .cat-right-part {
    flex-basis: 70%;
  }
  .nav-products-list-top-center {
    display: none;
  }
  /* Top of page > Filter launcher button > Titre */
  .nav-products-list-top .filter-buttons .titling {
    font-size: 20px;
  }
  /* Top of page > Cat. Desc. */
  .category-description p {
    text-align: justify;
  }
  /* Top of page > Filter launcher button > Button */
  .nav-products-list-top .filter-buttons a.open-filters {
    font-size: 22.5px;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  /* Structure */
  #cat-structure {
    flex-direction: column;
    padding: 0px 10px;
  }
  #cat-structure .cat-left-part,
  #cat-structure .cat-right-part {
    flex-basis: 100%;
  }
  #cat-structure .cat-right-part {
    padding-left: 0px;
  }
  /* Top of page > Cat. Title */
  #cat-structure .cat-right-part .page-title {
    margin: 20px 0px 10px 0px;
  }
  /* Top of page > Cat. Desc. */
  .category-description p {
    text-align: justify;
  }
  .category-description p,
  .category-description span,
  .category-description ul,
  .category-description ul li,
  .category-description a {
    font-size: 13px;
  }
  .category-description h2,
  .category-description h3,
  .category-description h4,
  .category-description h5,
  .category-description h6 {
    font-size: 20px;
    margin-bottom: 7.5px;
  }
}
@media (min-width: 600px) and (max-width: 767px) {
  /* Structure */
  #cat-structure .cat-left-part {
    max-width: 50%;
  }
  .nav-products-list-top-center {
    display: none;
  }
  /* Top of page > Filter launcher button > Titre */
  .nav-products-list-top .filter-buttons .titling {
    font-size: 20px;
  }
  /* Top of page > Filter launcher button > Button */
  .nav-products-list-top .filter-buttons a.open-filters {
    font-size: 22.5px;
  }
}
@media (min-width: 400px) and (max-width: 599px) {
  /* Structure */
  #cat-structure .cat-left-part {
    max-width: 75%;
  }
  .nav-products-list-top {
    flex-direction: row;
  }
  .nav-products-list-top-center {
    display: none;
  }
  .nav-products-list-top-left,
  .nav-products-list-top-right {
    width: 100%;
  }
  .nav-products-list-top-left {
    margin-bottom: 10px;
  }
  /* Top of page > Filter launcher button > Titre */
  .nav-products-list-top .filter-buttons {
    margin-right: 0px;
    width: 100%;
    text-align: center;
  }
  .nav-products-list-top .filter-buttons .titling {
    font-size: 20px;
    line-height: 25px;
    margin-bottom: 5px;
  }
  /* Top of page > Filter launcher button > Button */
  .nav-products-list-top .filter-buttons a.open-filters {
    font-size: 20px;
    align-self: center;
  }
}
@media (min-width: 0px) and (max-width: 399px) {
  /* Structure */
  .nav-products-list-top {
    flex-direction: row;
  }
  .nav-products-list-top-center {
    display: none;
  }
  .nav-products-list-top-left,
  .nav-products-list-top-right {
    width: 100%;
  }
  .nav-products-list-top-left {
    margin-bottom: 10px;
  }
  /* Top of page > Filter launcher button > Titre */
  .nav-products-list-top .filter-buttons {
    margin-right: 0px;
    width: 100%;
    text-align: center;
  }
  .nav-products-list-top .filter-buttons .titling {
    display: none;
  }
  /* Top of page > Filter launcher button > Button */
  .nav-products-list-top .filter-buttons a.open-filters {
    font-size: 20px;
    align-self: center;
  }
  .nav-products-list-top .filter-buttons a.open-filters img.iconize {
    display: none;
  }
}

/** Navigation à facettes **/

@media (min-width: 1401px) and (max-width: 1600px) {
  /* Titre */
  #canvas-facets-search .canvas-widget-top h3.title-canvas-widget {
    font-size: 90px;
  }
  /* Sous-titres */
  #canvas-facets-search .canvas-widget-content .widget-title {
    font-size: 45px;
  }
}
@media (min-width: 1280px) and (max-width: 1400px) {
  /* Titre */
  #canvas-facets-search .canvas-widget-top h3.title-canvas-widget {
    font-size: 85px;
  }
  /* Sous-titres */
  #canvas-facets-search .canvas-widget-content .widget-title {
    font-size: 40px;
  }
}
@media (min-width: 1025px) and (max-width: 9999px) {
  /* Contenu */
  .canvas-widget-content,
  .canvas-widget-content .wrapper-scroll,
  .canvas-widget-content .wrapper-scroll .wrapper-scroll-content,
  .canvas-widget-content .wrapper-scroll .wrapper-scroll-content #_desktop_facets_search,
  .canvas-widget-content .wrapper-scroll .wrapper-scroll-content #_desktop_facets_search #search_filters_wrapper,
  .canvas-widget-content .wrapper-scroll .wrapper-scroll-content #_desktop_facets_search #search_filters_wrapper #search_filters {
    display: flex;
    width: 100%;
    max-width: 100%;
    flex-direction: row;
  }
  .canvas-widget-content .wrapper-scroll .wrapper-scroll-content #_desktop_facets_search #search_filters_wrapper #search_filters {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
  }
  .canvas-widget-content .wrapper-scroll .wrapper-scroll-content #_desktop_facets_search #search_filters_wrapper #search_filters .widget-facet-search .widget-content {
    width: 100%;
    max-width: 100%;
    display: block;
  }
  #search_filters_wrapper #search_filters .widget-facet-search:nth-child(4n) {
    border: none;
    margin-right: 0px;
  }
  #search_filters_wrapper #search_filters .widget-facet-search:last-child {
    border: none;
    margin-right: 0px;
  }
}
@media (min-width: 1025px) and (max-width: 1279px) {
  /* Titre */
  #canvas-facets-search .canvas-widget-top h3.title-canvas-widget {
    font-size: 80px;
  }
  /* Sous-titres */
  #canvas-facets-search .canvas-widget-content .widget-title {
    font-size: 35px;
  }
  /* Contenu */
  .canvas-widget-content .wrapper-scroll .wrapper-scroll-content #_desktop_facets_search #search_filters_wrapper #search_filters {
    grid-template-columns: repeat(3, 1fr);
  }
  #search_filters_wrapper #search_filters .widget-facet-search:nth-child(4n) {
    border-right: 1px solid rgba(255, 255, 255, 0.5);
    margin-right: 10px;
  }
  #search_filters_wrapper #search_filters .widget-facet-search:nth-child(3n) {
    border: none;
    margin-right: 0px;
  }
}
@media (min-width: 0px) and (max-width: 1024px) {
  /* Structure */
  #canvas-facets-search #search_filters_wrapper {
    display: flex;
    flex-basis: 100%;
  }
  #search_filters_wrapper #search_filters {
    flex-direction: column;
    flex-basis: 100%;
  }
  /* Contenu */
  #search_filters_wrapper #search_filters .widget-facet-search {
    border-right: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    padding: 10px 20px 20px 20px;
    margin: 10px 0px 0px 0px;
  }
  #canvas-facets-search .widget-facet-search .magnitude {
    position: relative;
    right: unset;
    top: unset;
  }
  /* Titre */
  #canvas-facets-search .canvas-widget-top h3.title-canvas-widget {
    font-size: 60px;
  }
  /* Sous-titres */
  #canvas-facets-search .canvas-widget-content .widget-title {
    font-size: 25px;
  }
}
@media (min-width: 992px) and (max-width: 1024px) {
  /* Titre */
  #canvas-facets-search .canvas-widget-top h3.title-canvas-widget {
    font-size: 75px;
  }
  /* Sous-titres */
  #canvas-facets-search .canvas-widget-content .widget-title {
    font-size: 30px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* Titre */
  #canvas-facets-search .canvas-widget-top h3.title-canvas-widget {
    font-size: 50px;
  }
  #canvas-facets-search .canvas-widget-top h3.title-canvas-widget::after {
    font-size: 100px;
  }
  /* Sous-titres */
  #canvas-facets-search .canvas-widget-content .widget-title {
    font-size: 25px;
  }
}
@media (min-width: 451px) and (max-width: 767px) {
  /* Titre */
  #canvas-facets-search .canvas-widget-top h3.title-canvas-widget {
    font-size: 40px;
  }
  #canvas-facets-search .canvas-widget-top h3.title-canvas-widget::after {
    font-size: 70px;
  }
}
@media (min-width: 0px) and (max-width: 450px) {
  /* Structure */
  #canvas-facets-search #search_filters_wrapper {
    padding: 0px;
  }
  /* Titre */
  #canvas-facets-search .canvas-widget-top h3.title-canvas-widget {
    font-size: 0px;
    height: 50px;
    width: 100%;
    padding: 0px;
    text-align: center;
    justify-content: center;
  }
  #canvas-facets-search .canvas-widget-top h3.title-canvas-widget::after {
    font-size: 50px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    left: unset;
    top: 0px;
    position: relative;
  }
}

/********************************************/

/********************************************/

/*** PRODUCT FILE | Desktop ***/

/** Top part **/
/* Structure */
body#product #wrapper {
  background-color: #f8f8f8;
}
body#product .row-product .single-product-summary {
  padding-left: 0px;
  padding-right: 0px;
}
/* Fil d'Ariane */
body#product .jack-ariane {
  margin-left: -30px;
  margin-right: -30px;
  margin-top: -15px;
  margin-bottom: 30px;
}
/* Images cover */
body#product .images-container {
}
body#product .images-container .product-images-cover {
  border: 1px solid #ededed;
  border-radius: 20px;
  background: #fff;
}
body#product .images-container .product-images-cover .images-cover-wrapper {
}
/* Images cover > Flags > structure > ul */
body#product .label-flags,
body#product .label-flags.product-flags-override {
  top: 5px;
  z-index: 1;
}
body#product .label-flags.product-flags-override li.label-flag .flag-section {
  margin-right: 0px;
}
/* Buttons for video or images on cover picture */
body#product .gr-btn-additional {
  z-index: 1;
}
/* Images thumbs */
body#product .ax-lazy-load:not([style]) {
  background: transparent;
}
body#product .images-thumb-wrapper .item-image {
  margin: 0px 0px 10px 0px;
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid #ededed;
  background: #fff;
}
body#product .small_default {
}
/* Visuel de stock */
.stocktrafficlight-label {
  display: none;
}
body#product .stocktrafficlight-label {
  display: flex;
  position: absolute;
  right: 0px;
  top:/*-30px*/ ;
  font-size: 14px;
  color: #707070 !important;
  text-transform: uppercase;
  font-weight: 600;
  font-family: "Quicksand", sans-serif;
}
body#product .label-stocktrafficlight {
  width: 36px;
  height: 36px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  border: 2px solid #fff;
  border-radius: 100% !important;
}
/* Logo de marque */
body#product .product-layout-4 .product-brands {
  float: left;
  width: 100%;
  margin: 0px 0px /*1*/ 0px 0px;
}
body#product .product-layout-4 .product-brands a {
  justify-content: flex-start;
  padding: 0px;
  box-shadow: none;
}
body#product .product-layout-4 .product-brands a:hover {
  box-shadow: none;
}
body#product .product-layout-4 .product-brands img {
  max-width: unset;
  max-height:/*100px*/ 80px;
}
body#product .product-layout-4 .product-brands a:hover img {
  opacity: 0.5;
}
/* Title */
body#product .summary-container .product_title {
  color: #ff512f;
  font-family: "CitrusGothicSolid", sans-serif;
  font-weight: 500;
  font-size: 45px;
}
/* Ref. */
body#product .sku_wrapper,
body#product .sku_wrapper span {
  font-family: "Quicksand", sans-serif;
  font-size: 15px;
  color: #acacac;
  text-transform: uppercase;
  font-weight: 500;
  margin-bottom: 10px;
}
/* Current price */
body#product .current-price-value {
  font-size:/*67px*/ 35px;
  letter-spacing: -0.03em;
  width: 100%;
  display: flex;
}
/* Promo price */
body#product .current-price,
body#product .current-price .regular-price {
  font-size: 42px;
  color: #4d4d4d !important;
}
/* Tax */
body#product .label-small.tax {
  display: none;
}
/* Libellés de déclinaisons */
body#product .summary-container .product-variants .control-label {
  font-family: "Quicksand", sans-serif;
  font-style: normal;
  font-size: 25px;
  font-weight: 500;
  color: #000;
}
/* Customization */
.product-customization {
  margin: 15px 0px;
}
.product-customization .wrapper-product-customization {
  border-radius: 15px;
}
.product-customization .wrapper-product-customization h6 {
  font-family: "Quicksand", sans-serif;
  font-style: normal;
  font-size: 25px;
  font-weight: 500;
}
.product-customization .wrapper-product-customization p {
  font-weight: 500;
  font-size: 17px;
}
/* Infos de rupture */
body#product .type-out-stock {
  font-family: "CitrusGothicSolid", sans-serif;
  font-size: 20px;
  color: #ff512f !important;
}
/* Rupture de stock | Bouton d'avertissement */
body#product .btn-outline-primary {
  border: none;
  background: #ff512f;
  color: #fff;
}
body#product .btn-outline-primary:hover {
  background: #000;
}
/* Qté */
body#product .top-part-product .product-quantity {
  display: flex;
}
/* Variantes */
body#product .product-variants > .product-variants-item select {
  font-size: 25px;
  color: #000;
}
body#product .product-variants-item {
  display: flex;
  width: 100%;
  margin: 0px 15px 20px 0px;
  align-items: center;
}
/* Radio label */
body#product .radio-label {
  font-size: 25px;
  font-weight: 500;
  font-family: "Quicksand", sans-serif;
  padding: 10px;
  border-radius: 15px;
}
/* Product desc. */
body#product .summary-container .product-short-description {
  margin-bottom: 60px;
}
body#product .summary-container .product-short-description,
body#product .summary-container .product-short-description * {
  font-family: "Quicksand", sans-serif;
  font-weight: 500;
  font-size: 20px;
  color: #000;
  line-height: 1em;
}
/* Qty selector */
body#product .product-add-to-cart.js-product-add-to-cart .product-minimal-quantity,
body#product .summary-container #product-availability {
  font-family: "Quicksand", sans-serif;
  font-weight: 400;
  color: #000;
  font-size: 17.5px;
}
/* CTA | Ajouter au panier */
body#product .add.first .add-to-cart,
body#product .add.first .add-to-cart::before {
  display: flex;
}
body#product .add.second .add-to-cart {
  display: none;
}
body#product .button-container .add-to-cart,
body#product .infos-top-tab-phone .add.second .add-to-cart {
  background-image: url("/themes/jack/assets/img/cta-cart-bg.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-color: transparent;
  border: none;
  height: 77px;
  font-family: "CitrusGothicSolid", sans-serif;
  font-size: 35px;
  margin-bottom: 0px;
}
body#product .button-container .add-to-cart:hover,
body#product .infos-top-tab-phone .add.second .add-to-cart:hover {
  background-image: url("/themes/jack/assets/img/cta-cart-bg-hover.png");
  box-shadow: none;
}
body#product .button-container .add-to-cart::before,
body#product .infos-top-tab-phone .add.second .add-to-cart::before {
  content: "";
  background-image: url("/themes/jack/assets/img/cta-cart-icon-plus.svg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 47px;
  height: 45px;
  margin-right: 10px;
}
body#product .add-to-cart::after {
  display: none;
}
/* CTA | Nouveau bouton d'achat */
body#product .button-container {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  position: relative;
}
body#product .button-container .add-to-cart {
  position: absolute;
  right: 5px;
  top: 0px;
}
/* Mail alert */
body#product .js-mailalert {
  border-top: 1px solid #d6d6d6;
  padding-top: 20px;
  margin-top: 20px;
}
body#product .js-mailalert p {
  text-align: left;
}
body#product .js-mailalert p.first {
  font-family: "CitrusGothicSolid", sans-serif;
  font-size: 20px;
  font-size: 25px;
  color: #ff512f;
  font-weight: 500;
}
body#product .js-mailalert p.second {
  font-family: "Quicksand", sans-serif;
  color: #000;
  font-weight: 500;
  font-size: 17.5px;
}
body#product .js-mailalert .btn {
  float: right;
}
/* Rassurance */
body#product .rass-overtitle {
  display: flex;
  width: 100%;
  margin-bottom: 10px;
  font-size: 25px;
  font-family: "Quicksand", sans-serif;
  color: #000;
  font-weight: 500;
}
body#product .block-reassurance {
  border-radius: 20px;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
  padding: 15px;
  margin-bottom: 60px;
}
body#product .block-reassurance ul {
  display: flex;
  flex-direction: column;
  margin: 0px;
}
body#product .block-reassurance ul li.rass-item {
  display: flex;
  flex-basis: 100%;
  border-bottom: 1px solid #ededed;
  padding: 0px;
}
body#product .block-reassurance ul li.rass-item:last-child {
  border-bottom: none;
}
body#product .block-reassurance ul li.rass-item .block-reassurance-item {
  display: flex;
  flex-basis: 100%;
  padding: 5px 0px;
}
body#product .block-reassurance ul li.rass-item .block-reassurance-item {
  display: flex;
  align-items: center;
}
body#product .block-reassurance ul li.rass-item .block-reassurance-item .rass-title {
  display: none;
}
body#product .block-reassurance ul li.rass-item .block-reassurance-item .rass-desc {
  font-family: "CitrusGothicSolid", sans-serif;
  font-size: 25px;
  color: #000;
}
body#product .block-reassurance ul li.rass-item .block-reassurance-item .rass-desc i {
  font-style: normal;
}
body#product .block-reassurance ul li.rass-item .block-reassurance-item * {
  margin: 0px;
}
body#product .block-reassurance ul li.rass-item:nth-child(1n) .block-reassurance-item .rass-desc i {
  color: #46950c;
}
body#product .block-reassurance ul li.rass-item:nth-child(2n) .block-reassurance-item .rass-desc i {
  color: #ff512f;
}
body#product .block-reassurance ul li.rass-item:nth-child(3n) .block-reassurance-item .rass-desc {
  color: #b70158;
}
body#product .block-reassurance ul li.rass-item:nth-child(4n) .block-reassurance-item .rass-desc {
  color: #ed7d07;
}
body#product .block-reassurance ul li.rass-item .block-reassurance-item img {
  background: #efefef;
  padding: 7.5px;
  border-radius: 10px;
  max-width: 60px;
  margin-right: 15px;
}
/* Reviews */
body#product .product-rating {
  border-top: 1px solid #d6d6d6;
  margin: 30px 0px 0px 0px;
  padding: 30px 0px 0px 0px;
}
body#product .product-rating a {
  font-size: 17.5px;
  font-family: "Quicksand", sans-serif;
  font-weight: 500;
}
/* Additionnal infos */
body#product .summary-container .product-additional-info {
  border-top: 1px solid #d6d6d6;
  margin: 30px 0px 0px 0px;
  padding: 30px 0px 0px 0px;
}
body#product .summary-container .product-additional-info > .btn-action {
  font-size: 17.5px;
  font-family: "Quicksand", sans-serif;
  font-weight: 500;
}

/** Middle part **/
/* Structure */
body#product .row.middle-part-product #wrapper-tab-product {
  width: 100%;
}
/* Rassurance 2 */
body#product .rassurance2 {
  border-top: 1px solid #d6d6d6;
  margin: 20px 0px 0px 0px;
  padding: 20px 0px 0px 0px;
}
body#product .rassurance2 ul.rassurance-produit {
  display: flex;
  flex-basis: 100%;
  flex-direction: row;
  list-style: none;
  list-style-type: none;
}
body#product .rassurance2 ul.rassurance-produit li {
  display: flex;
  justify-content: center;
  padding: 0px 10px;
  border-right: 1px solid #d6d6d6;
  flex: 2 1 auto;
  text-align: left;
}
body#product .rassurance2 ul.rassurance-produit li img.icon {
  margin-right: 5px;
  max-width: 70px;
}
body#product .rassurance2 ul.rassurance-produit li .text {
  display: flex;
  flex-direction: column;
  font-size: 30px;
  color: #ff512f;
  font-weight: 500;
  font-family: "CitrusGothicSolid", sans-serif;
}
body#product .rassurance2 ul.rassurance-produit li .text i {
  font-style: normal;
  color: #000;
  font-size: 20px;
  font-family: "Quicksand", sans-serif;
}
/* Tabs */
body#product .wc-tabs-wrapper .accordion-title {
  border-color: #d6d6d6;
}
/* Tabs > -/+ button */
body#product .wc-tabs-wrapper .accordion-title::after {
  content: "+";
  font-family: "Quicksand", sans-serif;
  font-size: 35px;
  color: #fff;
  background: #000;
  border-radius: 100%;
  width: 35px;
  height: 35px;
  line-height: 1em;
  font-weight: 600;
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
}
body#product .wc-tabs-wrapper .accordion-title.active_accordion::after {
  content: "-";
}
/* Tabs > Fiches techniques */
#product-details .product-info-catalog label,
#product-details .product-info-catalog span,
#product-details .product-info-catalog a {
  font-size: 20px;
  font-weight: 500;
}
/* Tabs > Fiches techniques > tableau */
#product-details .product-features > .h6 {
  font-family: "CitrusGothicSolid", sans-serif;
  font-weight: 500;
  font-size: 20px;
}
#product-details table.axps_shop_attributes {
  border: none;
}
#product-details table.axps_shop_attributes tbody tr {
  border-radius: 10px;
  display: flex;
}
#product-details table.axps_shop_attributes tbody tr:nth-child(odd) {
  background-color: #ebebeb;
}
#product-details table.axps_shop_attributes tbody th,
#product-details table.axps_shop_attributes tbody td {
  font-family: "Quicksand", sans-serif;
  font-weight: 500;
  color: #000;
  font-size: 20px;
  border: none;
}
#product-details table.axps_shop_attributes tbody th {
  flex-basis: 40%;
}
#product-details table.axps_shop_attributes tbody td {
  flex-basis: 60%;
}
/* Tabs > Reviews form */
body#product #reviews_form {
  padding-bottom: 20px;
}
/* Tabs > Reviewing form > Title */
body#product .wc-tabs-wrapper .accordion-title {
  color: #000;
  font-size: 35px;
  font-weight: 500;
  font-family: "CitrusGothicSolid", sans-serif;
}
/* Tabs > Reviewing form > Sub-title */
body#product #my_reviews h3,
body#product #reviews_form h3 {
  font-family: "CitrusGothicSolid", sans-serif;
  font-weight: 500;
}
/* Tabs > Reviewing form */
body#product #my_reviews .align_center,
body#product #reviews_form .label,
body#product .form-group label {
  font-family: "Quicksand", sans-serif;
  font-weight: 500;
  color: #000;
  font-size: 17.5px;
}
/* Tabs > Reviewing form > Submit */
body#product #reviews_form_btn {
  display: flex;
  justify-content: flex-end;
}
/* Tabs > Description longue */
body#product #description.tab-pane .product-description {
  font-family: "Quicksand", sans-serif;
  color: #000;
  font-size: 20px;
  font-weight: 500;
}
/* Tabs > Consreils de Jack */
body#product #conseils {
  display: flex;
  flex-direction: row;
}
body#product #conseils .conseil-left {
  flex-basis: 25%;
}
body#product #conseils .conseil-left video {
  width: 100%;
  height: auto;
  border-radius: 15px;
  overflow: hidden;
}
body#product #conseils .conseil-right {
  flex-basis: 75%;
  padding: 0px 40px;
}
body#product #conseils .conseil-right,
body#product #conseils .conseil-right p {
  font-family: "Quicksand", sans-serif;
  font-size: 20px;
  font-weight: 600;
  text-align: justify;
  color: #000;
}
body#product #conseils .conseil-right a.btn {
  background-image: url("/themes/jack/assets/img/cta-bg-red.svg");
  background-size: 100% 100%;
  background-position: left top;
  background-repeat: no-repeat;
  padding: 5px 10px;
  min-height: 50px;
  color: #fff;
}
body#product #conseils .conseil-right a.btn:hover {
  opacity: 0.75;
}
/* Tabs > Téléchargements */
body#product .attachments {
  margin: 40px 0px 20px 0px;
  padding: 30px 0px 0px 0px;
  border-top: 1px solid #d6d6d6;
}
body#product .attachments .h6 {
  font-family: "CitrusGothicSolid", sans-serif;
  font-weight: 500;
  font-size: 20px;
}
body#product .attachments .content {
  display: flex;
  flex-direction: row;
  align-items: center;
}
body#product .attachments .content span {
  font-weight: 500;
  color: #000;
  font-size: 20px;
}
body#product .attachments .content a.btn {
  display: flex;
  margin-left: 15px;
  background-image: url("/themes/jack/assets/img/icon-bg-pdf.png");
  background-size: 100% 100%;
  background-position: left top;
  background-repeat: no-repeat;
  padding: 5px 20px;
  min-height: 77px;
  font-size: 35px;
  color: #fff;
}
body#product .attachments .content a.btn:hover {
  opacity: 0.75;
}
body#product .attachments .content a.btn::before {
  content: "";
  width: 40px;
  height: 47px;
  display: flex;
  margin-right: 10px;
  background: transparent no-repeat center center;
  background-size: 100% 100%;
  background-image: url("/themes/jack/assets/img/icon-pdf.svg");
}

/** Fixed CTA **/
/* Sitcky add to cart */
body#product .an_stickyAddToCart-content {
  width: 100%;
}
body#product .an_stickyAddToCart .container  {
  width: 100% !important;
  min-width: 100% !important;
  max-width: 100% !important;
}
body#product .an_stickyAddToCart .an_stickyAddToCart-group {
  display: flex;
  flex-direction: row;
}
body#product .an_stickyAddToCart-imageblock,
body#product .an_stickyAddToCart-price,
body#product .an_stickyAddToCart-price .product-title {
  display: none;
}
body#product .an_stickyAddToCart.an_stickyAddToCart .control-label {
  color: #000;
  font-family: "Quicksand", sans-serif;
  font-weight: 500;
}
body#product .an_stickyAddToCart.an_stickyAddToCart .an_pa_product-variants > .product-variants-item {
  margin-bottom: 0px;
}
/* Add to cart button */
body#product .an_stickyAddToCart-add {
  position: relative;
  top:/*-15px*/ 0px;
}
body#product .js-an_stickyAddToCart-add-to-cart {
  background-image: url("/themes/jack/assets/img/cta-cart-bg.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-color: transparent;
  border: none;
  height:/*77px*/ 50px;
  font-family: "CitrusGothicSolid", sans-serif;
  font-size:/*35px*/ 25px;
  margin-bottom: 0px;
}
body#product .js-an_stickyAddToCart-add-to-cart:hover {
  box-shadow: none;
  background-image: url("/themes/jack/assets/img/cta-cart-bg-hover.png");
}
body#product .js-an_stickyAddToCart-add-to-cart::before {
  content: "";
  background-image: url("/themes/jack/assets/img/cta-cart-icon-plus.svg");
  background-size: 100%;
  width: 37px;
  height: 35px;
  margin-right: 5px;
}

/*** PRODUCT FILE | Responsive ***/

/** Top part **/
@media (min-width: 0px) and (max-width: 9999px) {
  /* Notifications > Hide common notifs place */
  body#product #notifications {
    display: none;
  }
  /* Notifications > Display special prosition for notifs on product page */
  body#product .notifs.new #notifications {
    display: flex;
  }
  body#product .notifs.new #notifications .notifications-container {
    max-width: 100%;
  }
  /* Doppleganger for tabs */
  body#product .nav.nav-tabs.hidden-md-down {
    display: none;
  }
}
@media (min-width: 1025px) and (max-width: 9999px) {
  /* structure */
  .infos-top-desk {
    display: block;
  }
  .infos-top-tab-phone {
    display: none;
  }
  /* product meta */
  body#product .summary-container .product_meta {
    border: none;
    display: none;
  }
}
@media (min-width: 1681px) and (max-width: 1999px) {
  /* product title */
  body#product .summary-container .product_title {
    font-size:/*55px*/ 40px;
  }
  /* Rassurance */
  body#product .rass-overtitle {
    font-size: 22.5px;
  }
  /* add to cart button */
  body#product .button-container .add-to-cart,
  body#product .infos-top-tab-phone .add.second .add-to-cart {
    height: 60px;
  }
}
@media (min-width: 1401px) and (max-width: 1680px) {
  /* product title */
  body#product .summary-container .product_title {
    font-size:/*52.5px;*/ 40px;
  }
  /* Rassurance */
  body#product .rass-overtitle {
    font-size: 20px;
  }
  /* add to cart button */
  body#product .button-container .add-to-cart,
  body#product .infos-top-tab-phone .add.second .add-to-cart {
    height: 62.5px;
  }
}
@media (min-width: 1281px) and (max-width: 1400px) {
  /* product title */
  body#product .summary-container .product_title {
    font-size:/*50px*/ 40px;
  }
  /* Rassurance */
  body#product .rass-overtitle {
    font-size: 21px;
  }
  /* add to cart button */
  body#product .button-container .add-to-cart,
  body#product .infos-top-tab-phone .add.second .add-to-cart {
    height: 55px;
  }
}
@media (min-width: 1025px) and (max-width: 1280px) {
  /* fake breadcrumb */
  body#product .single-breadcrumbs-wrapper {
    margin-bottom: 0px;
  }
  /* product brand */
  body#product .product-layout-4 .product-brands img {
    max-height: 80px;
  }
  /* stock light */
  body#product .stocktrafficlight-label {
    top:/*-30px*/ ;
  }
  body#product .label-stocktrafficlight {
    width: 25px;
    height: 25px;
  }
  /* product title */
  body#product .summary-container .product_title {
    font-size:/*45px*/ 37.5px;
    line-height: 45px;
    margin-bottom: 10px;
  }
  /* price | common */
  body#product .summary-container > .product-prices .product-price {
    line-height: 1.75em;
  }
  /* price | regular */
  body#product .current-price .regular-price {
    font-size: 28px;
  }
  /* price */
  body#product .current-price-value {
    font-size:/*38px*/ 30px;
  }
  /* CTA d'achat */
  body#product .button-container {
    top: 30px;
  }
  body#product .button-container .add-to-cart {
    font-size: 30px;
    max-height: 60px;
  }
  body#product .button-container .add-to-cart::before {
    width: 34px;
    height: 36px;
    background-size: 100% 100%;
  }
  /* variantes > labels + buttons + etc. */
  body#product .product-variants-item {
    margin-bottom: 10px;
    margin-right: 0px;
  }
  body#product .summary-container .product-variants .control-label,
  body#product .radio-label,
  body#product .product-variants > .product-variants-item select {
    font-size: 20px;
  }
  body#product .radio-label {
    padding: 5px 10px;
    line-height: 25px;
  }
  /* rassurance transport */
  body#product .rass-overtitle {
    font-size: 20px;
  }
  body#product .block-reassurance {
    padding: 7.5px 15px;
    margin-top: 10px;
    margin-bottom: 30px;
  }
  body#product .block-reassurance ul li.rass-item .block-reassurance-item .rass-desc {
    font-size: 22.5px;
  }
  /* rating */
  body#product .product-rating {
    display: none;
  }
  /* description */
  body#product .summary-container .product-short-description {
    margin-bottom: 0px;
  }
  body#product .summary-container .product-short-description,
  body#product .summary-container .product-short-description * {
    line-height: 1.35em;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  /* structure | left */
  body#product .row-product .single-product-images {
    width: 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0px 10%;
  }
  /* structure | right */
  body#product .row-product .single-product-summary {
    width: 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  /* stock light */
  body#product .label-stocktrafficlight {
    width: 25px;
    height: 25px;
  }
  /* product brand */
  body#product .product-layout-4 .product-brands img {
    max-height: 80px;
  }
  /* product title */
  body#product .summary-container .product_title {
    font-size:/*50px*/ 40px;
    line-height: 60px;
    margin-bottom: 10px;
  }
  /* price | common */
  body#product .summary-container > .product-prices .product-price {
    line-height: 1.75em;
  }
  /* price | regular */
  body#product .current-price .regular-price {
    font-size: 28px;
  }
  /* price */
  body#product .current-price-value {
    font-size:/*44px*/ 30px;
  }
}
@media (min-width: 0px) and (max-width: 1024px) {
  /* structure */
  .infos-top-desk {
    /*display:none;*/
  }
  /* structure | left */
  body#product .row-product .single-product-images {
    /*order:2;*/
  }
  /* structure | right */
  body#product .row-product .single-product-summary {
    order: 1;
    margin-bottom: 15px;
  }
  body#product .product-images-thumb {
    display: none;
  }
  .infos-top-tab-phone {
    display: flex;
    flex-direction: column;
    flex-basis: 100%;
    margin-bottom: 20px;
  }
  .infos-top-tab-phone.summary-container .content {
    display: flex;
    flex-direction: row;
  }
  .infos-top-tab-phone.summary-container .content .product-actions {
    display: flex;
    flex-basis: 60%;
  }
  .infos-top-tab-phone.summary-container .content .product-prices {
    display: flex;
    flex-basis: 40%;
    flex-direction: column;
  }
  .infos-top-tab-phone.summary-container .content .product-prices * {
    line-height: 1em;
    text-align: right;
  }
  .infos-top-tab-phone.summary-container .content .current-price-value {
    justify-content: end;
  }
  /* single breadcrumb wrapper */
  body#product .single-breadcrumbs-wrapper {
    margin-bottom: 0px;
  }
  /* stock light */
  body#product .stocktrafficlight-label {
    position: relative;
    top: 0px !important;
    justify-content: center;
    margin-top: 0px;
    margin-bottom: 5px;
  }
  body#product .label-stocktrafficlight {
    width: 25px;
    height: 25px;
    top: 10px !important;
  }
  /* Fil d'Ariane */
  body#product .jack-ariane {
    display: none;
  }
  /* Logo de marque */
  body#product .product-layout-4 .product-brands {
    margin: 0px 0px 5px 0px;
  }
  body#product .product-layout-4 .product-brands a {
    display: flex;
    justify-content: center;
  }
  body#product .product-layout-4 .product-brands img {
    max-height: 80px;
  }
  /* Product title */
  body#product .summary-container .product_title {
    margin-bottom: 5px !important;
    text-align: center;
  }
  /* Product prices */
  body#product .product-prices {
    margin-bottom: 10px;
  }
  body#product .product-prices .product-price {
    display: flex;
    flex-direction: row;
    justify-content: center;
  }
  body#product .product-prices .current-price-value {
    line-height: 1em;
    width: auto;
  }
  body#product .product-prices .current-price {
    margin-left: 10px;
  }
  body#product .product-prices .product-discount {
    display: flex;
    line-height: 1em;
  }
  /* SKU / Ref */
  body#product .sku_wrapper {
    display: none;
  }
  /* buy button > common */
  body#product .button-container .add-to-cart {
    height: 60px;
    font-size: 30px;
    position: relative;
  }
  body#product .button-container {
    margin-bottom: 0px;
  }
  body#product .button-container .add-to-cart::before {
    width: 37px;
    height: 35px;
  }
  /* buy button > first */
  body#product .add.first {
    display: none;
    width: 100%;
    justify-content: center;
  }
  /* buy button > second */
  body#product .add.second .add-to-cart {
    display: flex;
    font-size: 30px;
    height: 60px;
    content: "";
    border: none;
    border-color: transparent;
    background-color: transparent;
    background-image: url("/themes/jack/assets/img/cta-cart-bg.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    margin: 0px 0px 0px 10px;
    margin-bottom: 10px;
  }
  body#product .add.second .add-to-cart::before {
    width: 37px;
    height: 35px;
    content: "";
    background-image: url("/themes/jack/assets/img/cta-cart-icon-plus.svg");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    margin-right: 10px;
  }
  /* Indicateur de stock natif à prestashop */
  body#product .product-add-to-cart.js-product-add-to-cart .product-minimal-quantity,
  body#product .summary-container #product-availability {
   /* display: none;*/
  }
  /* qty selector */
  body#product .product-quantity {
    display:/*none*/ flex;
    justify-content: center;
  }
  body#product .product-quantity .qty {
    display: flex;
    align-items: center;
  }
  body#product .infos-top-tab-phone .product-quantity {
    display: flex;
    align-items: center;
  }
  body#product .summary-container .product-add-to-cart .qty .input-group.bootstrap-touchspin {
    margin-bottom: 0px;
  }
  /* Variant selectors */
  body#product .product-variants {
    display: flex;
    flex-direction: row;
    margin-bottom: 20px;
  }
  body#product .product-variants-item {
    margin-bottom: 5px;
    justify-content: center;
    flex-direction: column;
  }
  /* Rassurance | Livraison */
  body#product .block-reassurance {
    margin-bottom: 30px;
  }
  /* Product desc. */
  body#product .summary-container .product-short-description {
    margin-bottom: 30px;
  }
  body#product .summary-container .product-short-description,
  body#product .summary-container .product-short-description * {
    font-size: 17.5px;
  }
  /* Product meta */
  body#product .summary-container .product_meta {
    border: none;
    display: none;
  }
  /*  */
  body#product .rass-overtitle {
    display: none;
  }
}
@media (min-width: 600px) and (max-width: 767px) {
  /* Structure | left */
  body#product .row-product .single-product-images {
    padding: 0px 20%;
  }
  /* Product title */
  body#product .summary-container .product_title {
    font-size:/*45px*/ 37.5px;
    line-height: 55px;
    margin-bottom: 10px;
  }
  /* Product desc. */
  body#product .summary-container .product-short-description,
  body#product .summary-container .product-short-description * {
    font-size: 17.5px;
    line-height: 25px;
  }
  /* price | common */
  body#product .summary-container > .product-prices .product-price {
    line-height: 1.75em;
  }
  /* price | regular */
  body#product .current-price .regular-price {
    font-size: 28px;
  }
  /* price */
  body#product .current-price-value {
    font-size:/*44px*/ 30px;
  }
}
@media (min-width: 0px) and (max-width: 599px) {
  /* Structure | left */
  body#product .row-product .single-product-images {
    width: 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0px 10%;
  }
  /* Structure | right */
  body#product .row-product .single-product-summary {
    width: 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  /* structure */
  .infos-top-tab-phone.summary-container .content {
    flex-direction: column;
  }
  .infos-top-tab-phone.summary-container .content .product-actions {
    display: flex;
    flex-basis: 100%;
    order: 2;
  }
  .infos-top-tab-phone.summary-container .content .product-prices {
    display: flex;
    flex-basis: 100%;
    order: 1;
  }
  .infos-top-tab-phone.summary-container .content .product-actions,
  .infos-top-tab-phone.summary-container .content .product-prices {
    justify-content: center;
  }
  .infos-top-tab-phone.summary-container .content .product-prices * {
    display: flex;
    flex-direction: column;
    text-align: center;
  }
  /* product title */
  body#product .summary-container .product_title {
    font-size:/*40px*/ 32px;
    line-height: 50px;
    margin-bottom: 10px;
    text-align: center;
  }
  /* price | common */
  body#product .summary-container > .product-prices .product-price {
    line-height: 1.75em;
  }
  /* price | regular */
  body#product .current-price .regular-price {
    font-size: 28px;
  }
  /* price */
  body#product .current-price-value {
    font-size:/*44px*/ 30px;
  }
  /* Product desc. */
  body#product .summary-container .product-short-description,
  body#product .summary-container .product-short-description * {
    font-size: 17.5px;
    line-height: 25px;
  }
}
@media (min-width: 0px) and (max-width: 399px) {
  /* Structure | left */
  body#product .row-product .single-product-images {
    width: 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0px 5%;
  }
  /* Structure | right */
  body#product .row-product .single-product-summary {
    width: 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  /* product title */
  body#product .summary-container .product_title {
    font-size:/*40px*/ 27px;
    line-height: 35px;
    margin-bottom: 10px;
    text-align: center;
  }
  /* brands */
  body#product .product-layout-4 .product-brands {
    display: flex;
    justify-content: center;
  }
  /* stock light */
  body#product .stocktrafficlight-label {
    position: relative;
    flex-basis: 100%;
    justify-content: center;
  }
  body#product .label-stocktrafficlight {
    width: 25px;
    height: 25px;
  }
  /* buy button */
  body#product .infos-top-tab-phone .add.second .add-to-cart {
    max-height: 50px;
    font-size: 25px;
  }
  body#product .infos-top-tab-phone .add.second .add-to-cart::before {
    width: 28px;
    height: 25px;
  }
}

/** Middle part **/
@media (min-width: 1025px) and (max-width: 1280px) {
  /* Rassurance générale */
  body#product .rassurance2 ul.rassurance-produit li {
    flex-direction: column;
    text-align: center;
  }
  body#product .rassurance2 ul.rassurance-produit li img.icon {
    max-width: 50px;
    display: flex;
    align-self: center;
    margin-right: 0px;
    margin-bottom: 10px;
  }
  body#product .rassurance2 ul.rassurance-produit li .text {
    font-size: 25px;
  }
  body#product .rassurance2 ul.rassurance-produit li .text i {
    font-size: 17.5px;
  }
  /* Tabs > Reviewing form > Title */
  body#product .wc-tabs-wrapper .accordion-title {
    font-size: 30px;
  }
  body#product .wc-tabs-wrapper .accordion-title::after {
    top: 40%;
  }
  /* Tabs > Description */
  body#product #description.tab-pane .product-description {
    font-size: 17.5px;
    line-height: 25px;
  }
  /* Tabs > Fiches techniques */
  #product-details .product-info-catalog label,
  #product-details .product-info-catalog span,
  #product-details .product-info-catalog a {
    font-size: 17.5px;
  }
  /* Tabs > Fiches techniques > tableau */
  #product-details table.axps_shop_attributes tbody th,
  #product-details table.axps_shop_attributes tbody td {
    font-size: 17.5px;
  }
  /* Tabs > Téléchargements */
  body#product .attachments .content span {
    font-size: 17.5px;
  }
  body#product .attachments .content a.btn {
    min-height: 60px;
    font-size: 25px;
  }
  body#product .attachments .content a.btn::after {
    width: 30px;
    height: 37px;
  }
  /* Tabs > Additionnal tab */
  body#product #conseils {
    flex-direction: column;
  }
  body#product #conseils .conseil-left,
  body#product #conseils .conseil-right {
    flex-basis: 100%;
  }
  body#product #conseils .conseil-right,
  body#product #conseils .conseil-right p {
    font-size: 17.5px;
    line-height: 25px;
  }
  body#product #conseils .conseil-left {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
  }
  body#product #conseils .conseil-left video {
    max-width: 75%;
  }
}
@media (min-width: 0px;) and (max-width: 1024px) {
  /* Tabs > Description */
  body#product #description.tab-pane .product-description,
  body#product #description.tab-pane .product-description * {
    text-align: justify;
  }
}
@media (min-width: 992px) and (max-width: 1024px) {
  /* Rassurance générale */
  body#product .rassurance2 ul.rassurance-produit li {
    flex-direction: column;
    text-align: center;
  }
  body#product .rassurance2 ul.rassurance-produit li img.icon {
    max-width: 50px;
    display: flex;
    align-self: center;
    margin-right: 0px;
    margin-bottom: 10px;
  }
  body#product .rassurance2 ul.rassurance-produit li .text {
    font-size: 25px;
  }
  body#product .rassurance2 ul.rassurance-produit li .text i {
    font-size: 17.5px;
  }
  /* Tabs > Reviewing form > Title */
  body#product .wc-tabs-wrapper .accordion-title {
    font-size: 32.5px;
  }
  body#product .wc-tabs-wrapper .accordion-title::after {
    top: 40%;
  }
  /* Tabs > Description */
  body#product #description.tab-pane .product-description {
    font-size: 17.5px;
    line-height: 25px;
  }
  /* Tabs > Fiches techniques */
  #product-details .product-info-catalog label,
  #product-details .product-info-catalog span,
  #product-details .product-info-catalog a {
    font-size: 17.5px;
  }
  /* Tabs > Fiches techniques > tableau */
  #product-details table.axps_shop_attributes tbody th,
  #product-details table.axps_shop_attributes tbody td {
    font-size: 17.5px;
  }
  /* Tabs > Téléchargements */
  body#product .attachments .content span {
    font-size: 17.5px;
  }
  body#product .attachments .content a.btn {
    min-height: 60px;
    font-size: 25px;
  }
  body#product .attachments .content a.btn::after {
    width: 30px;
    height: 37px;
  }
  /* Tabs > Additionnal tab */
  body#product #conseils {
    flex-direction: column;
  }
  body#product #conseils .conseil-left,
  body#product #conseils .conseil-right {
    flex-basis: 100%;
  }
  body#product #conseils .conseil-right,
  body#product #conseils .conseil-right p {
    font-size: 17.5px;
    line-height: 25px;
  }
  body#product #conseils .conseil-left {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
  }
  body#product #conseils .conseil-left video {
    max-width: 75%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* Rassurance générale */
  body#product .rassurance2 ul.rassurance-produit li {
    flex-direction: column;
    text-align: center;
  }
  body#product .rassurance2 ul.rassurance-produit li img.icon {
    max-width: 50px;
    display: flex;
    align-self: center;
    margin-right: 0px;
    margin-bottom: 10px;
  }
  body#product .rassurance2 ul.rassurance-produit li .text {
    font-size: 25px;
    line-height: 30px;
  }
  body#product .rassurance2 ul.rassurance-produit li .text i {
    font-size: 17.5px;
    line-height: 20px;
    margin-top: 10px;
  }
  /* Tabs > Reviewing form > Title */
  body#product .wc-tabs-wrapper .accordion-title {
    font-size: 30px;
  }
  body#product .wc-tabs-wrapper .accordion-title::after {
    top: 40%;
  }
  /* Tabs > Description */
  body#product #description.tab-pane .product-description {
    font-size: 17.5px;
    line-height: 25px;
  }
  /* Tabs > Fiches techniques */
  #product-details .product-info-catalog label,
  #product-details .product-info-catalog span,
  #product-details .product-info-catalog a {
    font-size: 17.5px;
  }
  /* Tabs > Fiches techniques > tableau */
  #product-details table.axps_shop_attributes tbody th,
  #product-details table.axps_shop_attributes tbody td {
    font-size: 17.5px;
  }
  /* Tabs > Téléchargements */
  body#product .attachments .content span {
    font-size: 17.5px;
  }
  body#product .attachments .content a.btn {
    min-height: 60px;
    font-size: 25px;
  }
  body#product .attachments .content a.btn::after {
    width: 30px;
    height: 37px;
  }
  /* Tabs > Additionnal tab */
  body#product #conseils {
    flex-direction: column;
  }
  body#product #conseils .conseil-left,
  body#product #conseils .conseil-right {
    flex-basis: 100%;
  }
  body#product #conseils .conseil-right,
  body#product #conseils .conseil-right p {
    font-size: 17.5px;
    line-height: 25px;
  }
  body#product #conseils .conseil-left {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
  }
  body#product #conseils .conseil-left video {
    max-width: 80%;
  }
}
@media (min-width: 600px) and (max-width: 767px) {
  /* Rassurance générale */
  body#product .rassurance2 ul.rassurance-produit li {
    flex-direction: column;
    text-align: center;
  }
  body#product .rassurance2 ul.rassurance-produit li img.icon {
    max-width: 50px;
    display: flex;
    align-self: center;
    margin-right: 0px;
    margin-bottom: 10px;
  }
  body#product .rassurance2 ul.rassurance-produit li .text {
    font-size: 25px;
    line-height: 30px;
  }
  body#product .rassurance2 ul.rassurance-produit li .text i {
    font-size: 17.5px;
    line-height: 20px;
    margin-top: 10px;
  }
  /* Tabs > Reviewing form > Title */
  body#product .wc-tabs-wrapper .accordion-title {
    font-size: 25px;
  }
  body#product .wc-tabs-wrapper .accordion-title::after {
    top: 40%;
  }
  /* Tabs > Description */
  body#product #description.tab-pane .product-description {
    font-size: 17.5px;
    line-height: 25px;
  }
  /* Tabs > Fiches techniques */
  #product-details .product-info-catalog label,
  #product-details .product-info-catalog span,
  #product-details .product-info-catalog a {
    font-size: 17.5px;
  }
  /* Tabs > Fiches techniques > tableau */
  #product-details table.axps_shop_attributes tbody th,
  #product-details table.axps_shop_attributes tbody td {
    font-size: 17.5px;
  }
  /* Tabs > Téléchargements */
  body#product .attachments .content span {
    font-size: 17.5px;
  }
  body#product .attachments .content a.btn {
    min-height: 60px;
    font-size: 25px;
  }
  body#product .attachments .content a.btn::after {
    width: 30px;
    height: 37px;
  }
  /* Tabs > Additionnal tab */
  body#product #conseils {
    flex-direction: column;
  }
  body#product #conseils .conseil-left,
  body#product #conseils .conseil-right {
    flex-basis: 100%;
  }
  body#product #conseils .conseil-right,
  body#product #conseils .conseil-right p {
    font-size: 17.5px;
    line-height: 25px;
  }
  body#product #conseils .conseil-left {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
  }
  body#product #conseils .conseil-left video {
    max-width: 85%;
  }
}
@media (min-width: 0px) and (max-width: 599px) {
  /* Rassurance générale */
  body#product .rassurance2 {
    border-bottom: none;
  }
  body#product .rassurance2 ul.rassurance-produit {
    flex-direction: column;
  }
  body#product .rassurance2 ul.rassurance-produit li {
    flex-direction: row;
    text-align: center;
    border-right: 0px;
    border-bottom: 1px solid #d6d6d6;
    margin-bottom: 20px;
    padding-bottom: 20px;
    align-items: center;
  }
  body#product .rassurance2 ul.rassurance-produit li:last-child {
    border-bottom: none;
    margin-bottom: 0px;
    padding-bottom: 0px;
  }
  body#product .rassurance2 ul.rassurance-produit li img.icon {
    flex-basis: 15%;
    display: flex;
    margin-right: 20px;
  }
  body#product .rassurance2 ul.rassurance-produit li .text {
    font-size: 25px;
    line-height: 30px;
    flex-basis: 85%;
    text-align: start;
  }
  body#product .rassurance2 ul.rassurance-produit li .text i {
    font-size: 17.5px;
    line-height: 20px;
    margin-top: 10px;
  }
  /* Tabs > Reviewing form > Title */
  body#product .wc-tabs-wrapper .accordion-title {
    font-size: 25px;
  }
  body#product .wc-tabs-wrapper .accordion-title::after {
    top: 40%;
  }
  /* Tabs > Description */
  body#product #description.tab-pane .product-description {
    font-size: 17.5px;
    line-height: 25px;
  }
  /* Tabs > Fiches techniques */
  #product-details .product-info-catalog label,
  #product-details .product-info-catalog span,
  #product-details .product-info-catalog a {
    font-size: 17.5px;
  }
  /* Tabs > Fiches techniques > tableau */
  #product-details table.axps_shop_attributes tbody th,
  #product-details table.axps_shop_attributes tbody td {
    font-size: 17.5px;
  }
  /* Tabs > Téléchargements */
  body#product .attachments .content span {
    font-size: 17.5px;
  }
  body#product .attachments .content a.btn {
    min-height: 60px;
    font-size: 25px;
  }
  body#product .attachments .content a.btn::after {
    width: 30px;
    height: 37px;
  }
  /* Tabs > Additionnal tab */
  body#product #conseils {
    flex-direction: column;
  }
  body#product #conseils .conseil-left,
  body#product #conseils .conseil-right {
    flex-basis: 100%;
  }
  body#product #conseils .conseil-right,
  body#product #conseils .conseil-right p {
    font-size: 17.5px;
    line-height: 25px;
  }
  body#product #conseils .conseil-left {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
  }
  body#product #conseils .conseil-left video {
    max-width: 90%;
  }
  /* Tabs > Reviewing form > Title */
  body#product .wc-tabs-wrapper .accordion-title {
    font-size: 20px;
  }
  body#product .wc-tabs-wrapper .accordion-title::after {
    top: 37%;
  }
}
@media (min-width: 0px) and (max-width: 399px) {
  /* Rassurance générale */
  body#product .rassurance2 ul.rassurance-produit li img.icon {
    flex-basis: 10%;
    max-width: 70px;
    margin-right: 15px;
  }
  body#product .rassurance2 ul.rassurance-produit li .text {
    flex-basis: 90%;
  }
}

/** Bottom part **/

/**/

/** Fixed part **/
@media (min-width: 0px) and (max-width: 1200px) {
  /* Container for CTA */
  body#product .an_stickyAddToCart-btnadd {
    max-width: 100%;
    flex: 0 0 100%;
    justify-content: center;
  }
  /* CTA */
  body#product .js-an_stickyAddToCart-add-to-cart {
    height: 45px;
    font-size: 25px;
    padding: 5px 15px;
    box-shadow: none;
  }
  body#product .js-an_stickyAddToCart-add-to-cart::before {
    width: 30px;
    height: 28px;
    background-size: 100% 100%;
  }
  body#product .an_stickyAddToCart-add {
    top: 0px;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  body#product .an_stickyAddToCart-add {
    text-align: center;
  }
  body#product .js-an_stickyAddToCart-add-to-cart {
    width: auto;
  }
}

/********************************************/

/********************************************/

/*** CONTACT PAGE | Desktop ***/

/** Form **/

/* titres */
body#contact h3 {
  font-family: "CitrusGothicSolid", sans-serif;
  font-weight: 500;
  font-size: 30px;
  margin-top: 20px;
  color: #ff512f;
}
/* labels & champs */
body#contact .form-group label,
body#contact .form-control-select,
body#contact .form-control {
  font-family: "Quicksand", sans-serif;
  font-size: 20px;
  font-weight: 500;
}
/* button */
.contact-form .form-footer {
  display: flex;
  justify-content: flex-end;
}
.contact-form .form-footer .btn {
  width: fit-content;
  min-height: 50px;
  font-size: 25px;
  background-image: url("/themes/jack/assets/img/bg-bt-send.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center center;
  background-color: transparent;
  border: none;
}
.contact-form .form-footer .btn::after {
  margin-left: 10px;
  content: "";
  height: 40px;
  width: 28.9px;
  background-image: url("/themes/jack/assets/img/icon-send.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-color: transparent;
  background-size: 100% 100%;
}
.contact-form .form-footer .btn:hover {
  box-shadow: none;
  opacity: 0.8;
}

/********************************************/

/*** NOTIFICATIONS | Desktop ***/

/** Everywhere **/

/* Alert */
body #notifications .notifications-container .alert {
  border-radius: 15px;
  text-align: center;
  font-weight: 700;
  font-size: 1.25em;
}
body #notifications .notifications-container .alert-danger {
  padding: 20px;
  background-color: #ff512f;
  color: #fff;
  border: none;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
body #notifications .notifications-container .alert-danger::before {
  background-image: url("/themes/jack/assets/img/icon-fallguy.svg");
  content: "";
  height: 87px;
  width: 75px;
  margin: 10px 0px 15px 0px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center center;
  background-color: transparent;
}

/********************************************/

/********************************************/

/*** CONFIGURATOR | Desktop ***/

/** Commons **/

/* Structure */
body#product .page-product-box {
  display: flex;
  width: 100%;
  margin-left: 0px;
  margin-right: 0px;
}
body#product .customize-zone #component_steps {
  width: 100%;
}
body#product .customize-zone #component_steps .component_step {
  padding: 0px 0px;
}
/* h3 to hide */
body#product .customize-zone #component_steps #component_steps_container h3,
body#product .customize-zone #component_steps #component_steps_container hr {
  display: none;
}
/* step structure > steps titles */
#component_steps .step_title {
  margin: 25px 0px 15px 0px;
  font-size: 35px;
  font-weight: 500;
  text-transform: uppercase;
  font-family: "CitrusGothicSolid", sans-serif;
}
#component_steps .step_title::before {
  content: "étape";
  background-image: url("/themes/jack/assets/img/step-bg.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  padding: 5px 15px;
  color: #fff;
}
/* cards structure > card header */
body#product .customize-zone .card.step_content .card-header {
  padding: 0px;
  border-bottom: none;
}
body#product .customize-zone .card.step_content .card-header span {
  display: flex;
  width: 100%;
  margin: 0px;
  padding: 10px 15px;
}
body#product .customize-zone .card.step_content .card-header span,
body#product .customize-zone .card.step_content .card-header span * {
  color: #000;
  font-style: italic;
}
/* cards structure > options */
body#product .customize-zone .card-block {
  background-color: transparent;
}
body#product .customize-zone .card.step_content .card-block {
  display: flex;
  flex-direction: row;
  padding: 20px 10px;
  background-color: transparent;
}
body#product .customize-zone .card.step_content .card-block .js-card-option {
  margin: 0px 2.5px 10px 2.5px;
}
body#product .customize-zone .card.step_content .card-block .js-card-option span {
  margin-bottom: 10px;
}
/* cards > options > libellés et textes */
body#product .customize-zone .js-card-option * {
  color: #000;
  font-size: 20px;
  font-style: normal;
  font-family: "Fugaz One", sans-serif;
}
body#product .customize-zone .js-card-option label {
  font-family: "Quicksand", sans-serif;
  font-size: 15px;
}
/* symbols / icones */
body#product .customize-zone .js-card-option .material-icons {
  font-family: "Material Icons", sans-serif !important;
  font-size: 35px;
}
/* cards > options > sélecteurs de quantité */
body#product .customize-zone .option_qty_block input {
  border: 1px solid #ccc;
}
/* cards > options > titres d'options */
body#product .customize-zone .js-card-option .option_titles {
  width: 100%;
  font-family: "CitrusGothicSolid", sans-serif;
  font-weight: 500;
  font-size: 20px;
  padding-top: 0px;
  height: auto !important;
}
/* cards > options > descriptions d'options */
body#product .customize-zone .js-card-option .option_description_block .option_description {
  width: 100%;
  font-family: "Quicksand", sans-serif;
  font-size: 15px;
  font-weight: 400;
}
/* customize > pull right > price margin bottom */
body#product .customize-zone .pull-right {
  margin-bottom: 0px;
}
/* cards > card footer */
body#product .customize-zone .card-footer {
  background-color: transparent;
}
/* steps > card footer > CTA (next/previous) */
body#product .card.step_content .card-footer {
  border-top: none;
  border-bottom: 1px solid #d6d6d6;
  display: flex;
  justify-content: end;
}
body#product .card.step_content .card-footer a {
  display: flex;
  font-family: "CitrusGothicSolid", sans-serif;
  font-weight: 500;
  background-image: url("/themes/jack/assets/img/step-bg.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  padding: 5px 15px;
  color: #fff;
  max-width: 150px;
}
body#product .card.step_content .card-footer a.btn i {
  height: auto;
}
/* steps > resume (finish config.) > structure */
body#product #component_step_resume .card-header {
  display: none;
}
body#product .customize-zone #component_step_last h2 {
  font-family: "CitrusGothicSolid", sans-serif;
  font-weight: 500;
  font-size: 35px;
}
body#product .customize-zone #component_step_last h2 i {
  display: none;
}
/* steps > resume (finish config.) > structure */
body#product #component_step_resume {
  border-left: none;
  border-right: none;
  border-radius: 0px;
  margin-bottom: 0px;
}
body#product #component_step_resume .card-block {
  padding-bottom: 0px;
}
/* steps > resume (finish config.) > button save in my wishlist */
body#product #component_step_resume button#idxrcustomproduct_save {
  font-size: 15px;
  background-color: #ff512f;
  color: #fff;
  padding: 0px 10px;
}
body#product #component_step_resume button#idxrcustomproduct_save:hover {
  background-color: #000;
  text-decoration: none !important;
}
body#product #component_step_resume button#idxrcustomproduct_save i {
  height: auto !important;
}
/* steps > sélecteur de qté final */
body#product #idxrcustomprouct_quantity_wanted {
  max-width: 100px;
  padding-right: 14px !important;
}
/* steps > resume (finish config.) > button finish & add to cart */
body#product button#idxrcustomproduct_send {
  background-image: url("/themes/jack/assets/img/cta-cart-bg.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-color: transparent !important;
  border: none;
  height: 77px;
  font-family: "CitrusGothicSolid", sans-serif;
  font-size: 35px;
  margin-bottom: 0px;
}
body#product button#idxrcustomproduct_send:hover {
  background-image: url("/themes/jack/assets/img/cta-cart-bg-hover.png");
  box-shadow: none;
}
body#product button#idxrcustomproduct_send::before {
  content: "";
  background-image: url("/themes/jack/assets/img/cta-cart-icon-plus.svg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 47px;
  height: 45px;
  margin-right: 10px;
}
/* steps > resume (finish config.) > prix des composants dans le résumé */
.customize-zone .resume_option_line_table .resume_price_block td {
  padding-top: 0px;
  padding-bottom: 0px;
}
/* steps > resume (finish config.) > prix final */
body#product #component_step_resume #resume_total_price {
  font-size: 45px;
}

/*** CONFIGURATOR | Responsive ***/

/** Commons **/
@media (min-width: 0px) and (max-width: 9999px) {
  /* Cacher boutons d'achat */
  body#product.product-roller-sur-mesure .add.first,
  body#product.product-roller-sur-mesure .add.second {
    display: none;
  }
  /* Cacher bouton d'achat sticky du bas  */
  body#product.product-roller-sur-mesure .an_stickyAddToCart {
    display: none;
  }
  /* Annule le padding du footer */
  body#product.product-roller-sur-mesure #footer {
    padding-bottom: 0px !important;
  }
}
@media (min-width: 1025px) and (max-width: 9999px) {
  /* structure */
  body#product #idxrcustomproduct_save {
    display: none;
  }
  body#product #submit_idxrcustomproduct .add-to-cart {
    width: 100%;
    justify-content: flex-end;
  }
}
@media (min-width: 1025px) and (max-width: 1280px) {
  /* structure */
  body#product #idxrcustomproduct_save {
    display: none;
  }
  body#product #submit_idxrcustomproduct .add-to-cart {
    width: 100%;
    justify-content: flex-end;
  }
  /* cards structure > options */
  body#product .customize-zone .card.step_content .card-block {
    flex-direction:/*column*/ ;
  }
  body#product .customize-zone .card.step_content .card-block .js-card-option {
    /*flex:0 0 50%; max-width:50%;*/
  }
  /* steps > resume (finish config.) > button finish & add to cart */
  body#product button#idxrcustomproduct_send {
    font-size: 30px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  /* structure */
  body#product #idxrcustomproduct_save {
    display: none;
  }
  body#product #submit_idxrcustomproduct .add-to-cart {
    width: 100%;
    justify-content: flex-end;
  }
  /* steps > resume (finish config.) > button finish & add to cart */
  body#product button#idxrcustomproduct_send {
    font-size: 25px;
  }
}
@media (min-width: 451px) and (max-width: 767px) {
  /* structure */
  body#product #idxrcustomproduct_save {
    display: none;
  }
  body#product #submit_idxrcustomproduct .add-to-cart {
    width: 100%;
    justify-content: flex-end;
  }
  /* steps > resume (finish config.) > button finish & add to cart */
  body#product button#idxrcustomproduct_send {
    font-size: 22.5px;
  }
}
@media (min-width: 0px) and (max-width: 450px) {
  /* structure */
  body#product #idxrcustomproduct_save {
    display: none;
  }
  body#product #submit_idxrcustomproduct .add-to-cart {
    width: 100%;
    justify-content: flex-end;
  }
  /* steps > resume (finish config.) > button finish & add to cart */
  body#product button#idxrcustomproduct_send {
    font-size: 20px;
  }
}

/********************************************/

/********************************************/

/*** CART & ORDER TUNNEL ***/
/** CART **/
/* structure */
/* hide parts of header*/
body#cart #header-mid .middle *,
body#checkout #header-mid .middle *,
body#cart #header-mid .right .customers-cta,
body#checkout #header-mid .right .customers-cta,
body#cart #header-bottom,
body#checkout #header-bottom {
  display: none;
}
body#cart #header-mid .right .customers-cta.elementor-widget-axps-my-account,
body#checkout #header-mid .right .customers-cta.elementor-widget-axps-my-account {
  display: flex;
}
/* hide fil d'ariane */
body#cart .jack-ariane,
body#checkout .jack-ariane {
  display: none;
}

/** ORDER TUNNEL (only) **/
/* button */
body#checkout form .btn {
  width: auto;
  padding: 0px 5px;
  font-size: 20px;
}
body#checkout form .btn::before {
  margin-right: 5px;
}

/*** CART & ORDER TUNNEL | Responsive ***/
/** CART **/
@media (min-width: 0px) and (max-width: 400px) {
  /* structure */
  body#cart #header-mid,
  body#checkout #header-mid {
    padding-top: 0px;
  }
  body#cart #header-mid .left,
  body#checkout #header-mid .left {
    width: 75%;
  }
  body#cart #header-mid .left .elementor-image,
  body#checkout #header-mid .left .elementor-image {
    justify-content: flex-start;
  }
  body#cart #header-mid .right,
  body#checkout #header-mid .right {
    width: 25%;
  }
  body#cart #header-mid .right .elementor-widget-wrap,
  body#checkout #header-mid .right .elementor-widget-wrap {
    justify-content: flex-end;
  }
}

/********************************************/

/********************************************/

/*** CATEGORY PAGE | FIX ***/
.category-description.default-view:not(.show) {
  max-height: 172px;
  overflow: hidden !important;
  display: block !important;
}

/********************************************/

/********************************************/

/*** UPDATE | 10/10/2024 ***/
/** PRODUCT FILE | Cross Selling **/
/* structure */
body#product #product-footer .featured-products .container {
  max-width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}
/* title */
body#product #product-footer .featured-products h2 {
  text-align: center;
  color: #ff512f;
  font-family: "CitrusGothicSolid", Sans-serif;
  font-size: 50px;
  font-weight: 500;
  text-transform: uppercase;
}

/** PRODUCT FILE | Cross Selling | Responsive **/
@media (min-width: 1681px) and (max-width: 1999px) {
  /* title */
  body#product #product-footer .featured-products h2 {
    font-size: inherit;
    line-height: inherit;
  }
}
@media (min-width: 1441px) and (max-width: 1680px) {
  /* title */
  body#product #product-footer .featured-products h2 {
    font-size: 55px;
    line-height: 55px;
  }
}
@media (min-width: 1281px) and (max-width: 1440px) {
  /* title */
  body#product #product-footer .featured-products h2 {
    font-size: 50px;
    line-height: 50px;
  }
}
@media (min-width: 1025px) and (max-width: 1280px) {
  /* title */
  body#product #product-footer .featured-products h2 {
    font-size: 45px;
    line-height: 45px;
  }
}
@media (min-width: 992px) and (max-width: 1024px) {
  /* title */
  body#product #product-footer .featured-products h2 {
    font-size: 45px;
    line-height: 45px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* title */
  body#product #product-footer .featured-products h2 {
    font-size: 35px;
    line-height: 35px;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  /* title */
  body#product #product-footer .featured-products h2 {
    font-size: 25px;
    line-height: 25px;
  }
}

/********************************************/

/********************************************/

/*** UPDATE | 10/10/2024 ***/
/** HP | Margins for hi-res | Desktop **/
@media (min-width: 1440px) and (max-width: 9999px) {
  /* Top casts | structure */
  .jack-topcats .elementor-container {
    max-width: 95% !important;
  }
  /* Produits-phares | structure */
  .jack-produitsphares .elementor-container {
    max-width: 97.5% !important;
  }
  /* Marques | structure */
  .jack-brands .elementor-container {
    max-width: 95% !important;
  }
  /* Communauté | structure */
  .jack-commu .elementor-container {
    max-width: 95% !important;
  }
}

/********************************************/

/********************************************/

/*** FIX | 16/10/2024 ***/
/** CATEGORIES **/
/* background on cat title */
.page-title.title-text-color-dark {
  background-color: transparent !important;
}

/********************************************/

/********************************************/

/*** FIX | 05/12/2024 ***/
/** MENU MOBILE **/
@media (min-width: 0px) and (max-width: 1024px) {
  /* 3rd level li to margin left */
  div#canvas-menu-mobile div.canvas-widget-content div.wrapper-menu-mobile ul.mo_element_ul_depth_0 ul.mo_element_ul_depth_1 li.mo_element_li_depth_1 ul.sub-ul {
    padding-left: 15px;
  }
  div#canvas-menu-mobile div.canvas-widget-content div.wrapper-menu-mobile ul.mo_element_ul_depth_0 ul.mo_element_ul_depth_1 li.mo_element_li_depth_1 ul.sub-ul li a {
    font-size: 1.25em !important;
    line-height: 1em !important;
    min-height: 35px;
  }
  div#canvas-menu-mobile div.canvas-widget-content div.wrapper-menu-mobile ul.mo_element_ul_depth_0 ul.mo_element_ul_depth_1 li.mo_element_li_depth_1 ul.sub-ul li a::before {
    content: "- ";
  }
}

/********************************************/

/********************************************/

/*** FIX | 05/12/2024 ***/
/** MENU MOBILE **/
/* Structure */
@media (min-width: 0px) and (max-width: 1024px) {
  #header-mobile {
    z-index: 2;
  }
}
/** SLIDER **/
/* Structure */
@media (min-width: 1025px) and (max-width: 9999px) {
  /* décalage négatif supérieur */
  .jack-slide {
    top: -30px;
  }
}
@media (min-width: 991px) and (max-width: 1024px) {
  /* décalage négatif supérieur */
  .jack-slide {
    top: -30px;
  }
}
@media (min-width: 800px) and (max-width: 990px) {
  /* décalage négatif supérieur */
  .jack-slide {
    top: -30px;
  }
}
@media (min-width: 768px) and (max-width: 799px) {
  /* décalage négatif supérieur */
  .jack-slide {
    top: -30px;
  }
}
@media (min-width: 600px) and (max-width: 767px) {
  /* décalage négatif supérieur */
  .jack-slide {
    top: -30px;
  }
}
@media (min-width: 500px) and (max-width: 599px) {
  /* décalage négatif supérieur */
  .jack-slide {
    top: -30px;
  }
}
@media (min-width: 400px) and (max-width: 499px) {
  /* décalage négatif supérieur */
  .jack-slide {
    top: -30px;
  }
}
@media (min-width: 300px) and (max-width: 399px) {
  /* décalage négatif supérieur */
  .jack-slide {
    top: -30px;
  }
}
@media (min-width: 200px) and (max-width: 299px) {
  /* décalage négatif supérieur */
  .jack-slide {
    top: -30px;
  }
}
@media (min-width: 0px) and (max-width: 199px) {
  /* décalage négatif supérieur */
  .jack-slide {
    top: -30px;
  }
}

/** TOP CATS **/
/* Structure */
@media (min-width: 1025px) and (max-width: 9999px) {
  .jack-topcats {
    margin-top: -15px !important;
  }
}
@media (min-width: 0px) and (max-width: 1024px) {
  .jack-topcats {
    margin-top: -30px !important;
  }
}

/** BLOG **/
/* Tag Name Z-Index */
body .tagname-block {
  z-index: 2 !important;
}

/** PRODUCT FILE | Rasurrance block shipment **/
/* Hide Bordeaux */
body#product .block-reassurance ul li.rass-item:first-child {
  display: none;
}

/** BRANDS LIST | jacknroll.fr/marques **/
body#manufacturer .brand-desc {
  margin-top: 10px;
  position: relative;
  width: 100%;
}
body#manufacturer .brand-desc p {
  color: #000;
  text-align: justify;
}
body#manufacturer .brand-products a {
  color: #ff512f;
  font-weight: 500;
}

/** WARNINGS Produits **/
/* Masquer les infos contradictoires */
/*body#product .ceos-product-availability,*/
body#product .label-qties.label-warning {
  display: none !important;
}
body#product .ceos-product-availability span {
  font-size: 1.4rem !important;
}
body#product .ceos-product-availability .label-success:not(.label-supplierqty),
body#product .ceos-product-availability i.product-available,
body#product .ceos-product-availability .product-last-items {
  display: none !important;
}

/** SUB CATS **/
/* structure displaying */
body#category .product-list-subcategories::before {
  position: relative;
  text-align: center;
  display: flex;
  flex-direction: row;
  font-family: "CitrusGothicSolid", Sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  color: #ff512f;
  justify-content: center;
  margin-bottom: 30px;
  font-size: 30px;
  content: "Nos sous-catégories :";
}
body#category .product-list-subcategories {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid #e6e6e6;
}
body#category .product-list-subcategories a.wrapp-category {
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15);
  border-radius: 35px;
}
body#category .product-list-subcategories a.wrapp-category span.category-title {
  text-align: center;
  font-weight: 800;
}
body#category .product-list-subcategories a.wrapp-category:hover {
  background-color: #000;
}
body#category .product-list-subcategories a.wrapp-category:hover span.category-title {
  color: #fff;
}

/********************************************/

/********************************************/

/*** FIX | 07/01/2025 ***/
/** EVERY WHERE **/
/* Ajax Warnings not to display */
#toast-container .toast.toast-error {
  display: none !important;
}
/********************************************/

/********************************************/
/*** FIX | 31/01/2025 ***/
/** MAIL ALERT | PRODUCT FILE **/
@media (min-width: 0px) and (max-width: 1024px) {
  /* Bouton être averti */
  body#product .js-mailalert .btn {
    float: none;
    margin-bottom: 30px;
  }
}
/********************************************/

/********************************************/
/**** UPGRADE | 30/07/2025 ****/
/*** HEADER ***/
/** Header tablet **/
/* positionning responsive */
@media (min-width: 491px) and (max-width: 767px) {
  #header-mid {
    flex-direction: row !important;
  }
  #header-mid .left,
  #header-mid .right {
    width: 50% !important;
  }
  #header-mid .right .elementor-widget-wrap {
    justify-content: flex-end;
  }
}
@media (min-width: 0px) and (max-width: 490px) {
  #header-mid .elementor-row {
    zoom: 0.8;
  }
  #header-mid .elementor-row {
    flex-direction: row !important;
    flex-wrap: initial !important;
  }

  #header-mid .right {
    zoom: 0.9;
  }
  #header-mid .left {
    margin-top: -10px !important;
  }
}
/* hauteur du menu en version mobile */
#header #header-normal #header-mobile .menu-smt .btn-canvas.btn-canvas-menu {
  padding: 3px 0px 3px 0px;
}

/* bottom buttons on mobile menu */
@media (min-width: 0px) and (max-width: 475px) {
  #canvas-menu-mobile .bottom-buttons {
    padding: 10px 0px 20px 0px;
    flex-direction: column;
  }
  #canvas-menu-mobile .bottom-buttons a {
    margin-top: 10px;
  }
}
/*** HEADER | END ***/

/*** PRODUCT FILE OPTIMISE ***/
/** Afficher / Masquer ce qui doit l'être entre desktop et mobile **/
@media (min-width: 1025px) and (max-width: 9999px) {
  /* Masquer les features du haut (destinées au mobile) sur desktop */
  body#product .top-part-product .hide-desk-features,
  body#product .infos-top-desk .add.first .product-variants.js-product-variants {
    display: none;
  }
}
@media (min-width: 1025px) and (max-width: 9999px) {
  /* marge top sur les seleceurs d'options */
  body#product .top-part-product .summary-container .product-information .product-actions {
    margin-top: 25px;
  }
  /* Qté */
  body#product .top-part-product .product-quantity {
    display: flex;
    flex-direction: column;
  }
}
@media (min-width: 0px) and (max-width: 1024px) {
  /* Masquer les features du bas (destinées au desktop) sur mobile */
  body#product .infos-top-desk {
    display: none;
  }
}
/** Structure générale fiche produit smartphone <1024px **/
@media (min-width: 991px) and (max-width: 1024px) {
  /* wrapper | marges latérales */
  body#product #wrapper {
    padding: 15px 30px 0px 30px;
  }
}
@media (min-width: 0px) and (max-width: 990px) {
  /* wrapper | marges latérales */
  body#product #wrapper {
    padding: 15px 15px 0px 15px;
  }
}
/** Mise en page des features du haut sur mobile **/
@media (min-width: 1681px) and (max-width: 9999px) {
  /* cross selling & accessories products | title */
  body#product #product-footer .featured-products h2,
  body#product #product-footer h3.elementor-heading-title {
    font-size: 50px;
    line-height: 55px;
  }
}
@media (min-width: 1441px) and (max-width: 1680px) {
  /* cross selling & accessories products | title */
  body#product #product-footer .featured-products h2,
  body#product #product-footer h3.elementor-heading-title {
    font-size: 45px;
    line-height: 50px;
  }
}
@media (min-width: 0px) and (max-width: 1280px) {
  body#product .product-variants .product-variants-item .control-label {
  }
}
@media (min-width: 1025px) and (max-width: 1440px) {
  /* cross selling & accessories products | title */
  body#product #product-footer .featured-products h2,
  body#product #product-footer h3.elementor-heading-title {
    font-size: 40px;
    line-height: 45px;
  }
}
@media (min-width: 0px) and (max-width: 1024px) {
  /* commun */
  body#product .top-part-product .hide-desk-features {
    display: flex;
  }
  body#product .top-part-product .hide-desk-features .left {
    justify-content: flex-start;
  }
  body#product .top-part-product .hide-desk-features .right {
    justify-content: flex-end;
  }
  /* brand */
  body#product .top-part-product .hide-desk-features .product-brands {
    margin-bottom: 0px;
  }
  body#product .top-part-product .hide-desk-features .product-brands a {
    display: flex;
    width: 100%;
    justify-content: flex-start;
  }
  /* title */
  body#product .top-part-product .hide-desk-features .product_title {
    display: flex;
    width: 100%;
    color: #ff512f;
    font-family: "CitrusGothicSolid", sans-serif;
    font-weight: 500;
    letter-spacing: -0.03em;
    margin-bottom: 10px;
  }
  /* buy button > first */
  body#product .top-part-product .hide-desk-features .left .add.first {
    display: flex;
    justify-content: flex-start;
  }
  /* prices */
  body#product .top-part-product .hide-desk-features .right .product-prices {
    display: flex;
    justify-content: flex-end;
    margin-top: 90px;
  }
  body#product .top-part-product .hide-desk-features .right .product-prices .current-price {
    margin-left: 0px;
  }
  /* stock */
  body#product .top-part-product .hide-desk-features .right .stocktrafficlight-label {
    justify-content: flex-end;
  }
  /* pictures */
  body#product .images-container {
    margin-bottom: 0px;
  }
  body#product .images-container .product-images-thumb {
    margin-bottom: 0px;
  }
  body#product .row-product .single-product-images {
    margin-top: 15px;
  }
  /* Afficher les thumbnails */
  body#product .product-images-thumb {
    display: flex;
  }
  /* Taille des thumbs */
  body#product .images-thumb-wrapper .item-image {
    height: auto !important;
    max-height: 80%;
    margin: 10px 5px 0px 5px;
  }
  /* Changer l'orientation des thumbnails */
  .swiper-container-vertical > .swiper-wrapper {
    flex-direction: row;
  }
  /* oney */
  body#product .top-part-product .hide-desk-features .right .payplugOneyCta_wrapper {
    display: flex;
    justify-content: flex-end;
  }
}
@media (min-width: 991px) and (max-width: 1024px) {
  /* pictures */
  body#product .row-product .single-product-images {
    padding: 10% !important;
  }
  /* cross selling & accessories products | title */
  body#product #product-footer .featured-products h2,
  body#product #product-footer h3.elementor-heading-title {
    font-size: 40px;
    line-height: 45px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  /* commun */
  body#product .top-part-product .hide-desk-features {
    flex-direction: row;
    width: 100%;
  }
  body#product .top-part-product .hide-desk-features .left {
    width: 65%;
  }
  body#product .top-part-product .hide-desk-features .right {
    width: 35%;
  }
  /* title */
  body#product .top-part-product .hide-desk-features .product_title {
    font-size: 37.5px;
  }
  /* Déclinaisons | pointures */
  body#product .summary-container .product-variants .control-label {
    font-size: 22.5px;
    padding-right: 0px;
  }
  body#product .radio-label {
    font-size: 22.5px;
    line-height: 27.5px;
    font-weight: 600;
    padding: 7.5px;
  }
  /* cross selling & accessories products | title */
  body#product #product-footer .featured-products h2,
  body#product #product-footer h3.elementor-heading-title {
    font-size: 40px;
  }
}
@media (min-width: 768px) and (max-width: 990px) {
  /* pictures */
  body#product .row-product .single-product-images {
    padding: 0% !important;
  }
  /* cross selling & accessories products | title */
  body#product #product-footer .featured-products h2,
  body#product #product-footer h3.elementor-heading-title {
    font-size: 40px;
    line-height: 45px;
  }
}
@media (min-width: 621px) and (max-width: 767px) {
  /* commun */
  body#product .top-part-product .hide-desk-features {
    flex-direction: row;
  }
  body#product .top-part-product .hide-desk-features .left {
    width: 65%;
  }
  body#product .top-part-product .hide-desk-features .right {
    width: 35%;
  }
  /* title */
  body#product .top-part-product .hide-desk-features .product_title {
    font-size: 37.5px;
  }
  /* pictures */
  body#product .row-product .single-product-images {
    padding: 0% !important;
    margin-top: 20px;
  }
  /* Déclinaisons | pointures */
  body#product .summary-container .product-variants .control-label {
    font-size: 22.5px;
    padding-right: 0px;
  }
  body#product .radio-label {
    font-size: 20px;
    line-height: 25px;
    font-weight: 600;
    padding: 5px;
  }
  /* cross selling & accessories products | title */
  body#product #product-footer .featured-products h2,
  body#product #product-footer h3.elementor-heading-title {
    font-size: 35px;
    line-height: 40px;
  }
}
@media (min-width: 0px) and (max-width: 620px) {
  /* commun */
  body#product .top-part-product .hide-desk-features {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
  body#product .top-part-product .hide-desk-features .left {
    display: flex;
    flex-direction: column;
    width: 100%;
    justify-content: center;
    margin-bottom: 10px;
  }
  body#product .top-part-product .hide-desk-features .right {
    display: flex;
    flex-direction: column;
    width: 100%;
    justify-content: center;
  }
  /* brand */
  body#product .top-part-product .hide-desk-features .product-brands {
    display: flex;
    justify-content: center;
  }
  /* title */
  body#product .top-part-product .hide-desk-features .product_title {
    justify-content: center;
    font-size: 35px;
  }
  /* buy button > first */
  body#product .top-part-product .hide-desk-features .left .add.first {
    justify-content: center;
  }
  /* prices */
  body#product .top-part-product .hide-desk-features .right .product-prices {
    margin-top: 0px;
    justify-content: center;
  }
  /* pictures */
  body#product .images-container {
    margin-bottom: 0px;
  }
  body#product .images-container .product-images-thumb {
    margin-bottom: 0px;
  }
  body#product .row-product .single-product-images {
    padding: 0% !important;
    margin-top: 10px;
  }
  /* Déclinaisons | pointures */
  body#product .summary-container .product-variants .control-label {
    font-size: 20px;
    padding-right: 0px;
  }
  body#product .radio-label {
    font-size: 17px;
    line-height: 25px;
    font-weight: 600;
    padding: 5px;
  }
  /* cross selling & accessories products | title */
  body#product #product-footer .featured-products h2,
  body#product #product-footer h3.elementor-heading-title {
    font-size: 30px;
    line-height: 35px;
  }
}
@media (min-width: 491px) and (max-width: 620px) {
  /* title */
  body#product .top-part-product .hide-desk-features .product_title {
    font-size: 32px;
    text-align: center;
  }
  /* stock */
  body#product .top-part-product .hide-desk-features .right .stocktrafficlight-label {
    align-self: flex-start;
    justify-content: flex-start;
    width: 50%;
  }
  /* oney */
  body#product .top-part-product .hide-desk-features .right .payplugOneyCta_wrapper {
    align-self: flex-end;
    justify-content: flex-end;
    width: 50%;
    top: -40px;
    position: relative;
  }
}
@media (min-width: 0px) and (max-width: 490px) {
  /* title */
  body#product .top-part-product .hide-desk-features .product_title {
    font-size: 32px;
    text-align: center;
  }
  /* stock */
  body#product .top-part-product .hide-desk-features .right .stocktrafficlight-label {
    justify-content: center;
  }
  /* oney */
  body#product .top-part-product .hide-desk-features .right .payplugOneyCta_wrapper {
    justify-content: center;
  }
}
/*** PRODUCT FILE OPTIMIZE | END ***/

/********************************************/

.add-cart-topelement .payplugOneyCta_wrapper {
  display: none !important;
}
.add-cart-bottomelement .stocktrafficlight-label {
  display: none !important;
}

body#product .jack-ariane {
  background: transparent !important;
  box-shadow: none !important;
}
body#product #wrapper {
  background: transparent !important;
}

@media (min-width: 768px) {
  .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets {
    bottom: -45px;
    z-index: 20;
  }
  .elementor-slides-wrapper.elementor-main-swiper.swiper-container.swiper-container-initialized.swiper-container-horizontal {
    overflow: visible;
  }

  .jack-slide .swiper-pagination-bullet {
    background: #252525;
  }
  .summary-container .product-variants .control-label {
    min-width: 110px !important;
  }
}

@media (max-width: 768px) {
  .product-type-1 .item-inner .product_name {
    font-size: 15px !important;
  }

  body#checkout section.checkout-step .delivery-option {
    flex-direction: column-reverse;
  }

  body#checkout section.checkout-step .delivery-option label {
    gap: 7px;
  }
}

@media (min-width: 0px) and (max-width: 500px) {
  #canvas-menu-mobile .canvas-widget-top h3.title-canvas-widget::after {
    font-size: 30px;
    left: unset;
    right: 3px;
  }
  .logo-JNR {
   /* z-index: 9999;*/
  }

  #canvas-menu-mobile .canvas-widget-top h3.title-canvas-widget {
    border: none;
  }

  #canvas-menu-mobile .searcher.bis .search-widget .search-form {
    padding-top: 0;
  }

  #canvas-menu-mobile .searcher.bis .search-widget {
    width: 100%;
  }

  .wrapper-menu-mobile li {
    border-color: #ff512f !important;
    min-height: 55px;
    padding-top: 0;
    border: none !important;
    max-height: 55px;
  }

  #canvas-menu-mobile .wrapper-menu-mobile li a.mo_element_a_depth_0 {
    border: none;
    font-size: 21px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  #canvas-menu-mobile .searcher.bis .search-widget .query,
  #canvas-menu-mobile .searcher.bis .search-widget .query::placeholder {
    font-size: 16px;
    color: #838383;
    height: 45px;
  }

  #canvas-menu-mobile .searcher.bis .search-widget .search-submit {
    height: 41px;
  }

  #canvas-menu-mobile .searcher.bis .search-submit::before {
    height: 20px;
    width: 20px;
    margin-left: -10px;
    margin-top: -10px;
  }

  .searcher.bis {
    padding-bottom: 20px;
    border-bottom: 1px solid #ff512f;
  }

  li.mo-has-sub > .menu_a_wrap > a::after,
  li.mo-has-sub > a::after {
    display: none;
  }

  #canvas-menu-mobile .wrapper-menu-mobile .icon-img {
    color: #fff !important;
    fill: #fff !important;
  }

  .wrapper-menu-mobile .menu_a_wrap .icon-opener::after {
    color: #fff;
    margin-top: 4px;
    font-size: 25px;
  }

  #canvas-menu-mobile .wrapper-menu-mobile .mo_sub_li.style_content {
    min-height: 55px;
    padding-top: 4px;
    text-transform: uppercase;
    font-family: "CitrusGothicSolid", sans-serif;
  }

  #canvas-menu-mobile .wrapper-menu-mobile ul.mo_element_ul_depth_1 li.mo_element_li_depth_1 a,
  #canvas-menu-mobile .wrapper-menu-mobile ul.mo_element_ul_depth_1 li.mo_element_li_depth_1 ul.sub-ul li a {
    font-family: "CitrusGothicSolid", sans-serif !important;
    font-weight: 400;
    font-size: 21px !important;
    line-height: 21px !important;
  }

  .js-opener-menu::after {
    color: #fff;
    margin-top: 4px;
    font-size: 25px;
    font-family: "Line Awesome Free";
    font-weight: 900;
    content: "\f105";
    display: inline-block;
    position: absolute;
    right: 0;
    top: 4px;
  }

  ul.sub-ul {
    margin-top: -20px;
  }

  div#canvas-menu-mobile div.canvas-widget-content div.wrapper-menu-mobile ul.mo_element_ul_depth_0 ul.mo_element_ul_depth_1 li.mo_element_li_depth_1 ul.sub-ul {
    padding-left: 0;
  }

  div#canvas-menu-mobile div.canvas-widget-content div.wrapper-menu-mobile ul.mo_element_ul_depth_0 ul.mo_element_ul_depth_1 li.mo_element_li_depth_1 ul.sub-ul li a::before {
    content: "" !important;
    font-size: 21px !important;
  }

  div#canvas-menu-mobile div.canvas-widget-content div.wrapper-menu-mobile ul.mo_element_ul_depth_0 ul.mo_element_ul_depth_1 li.mo_element_li_depth_1 ul.sub-ul li a {
    font-size: 21px !important;
  }
}

.social_holder {
  text-align: center;
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-bottom: 10px;
}

.btn_contact {
  text-align: center;
  font-family: "CitrusGothicSolid", sans-serif;
  font-weight: lighter;
  color: #fff;
  background-color: #ff512f;
  border-radius: 35px 35px 35px 35px;
  font-size: 21px;
  padding-top: 15px;
  padding-bottom: 15px;
  margin-bottom: 40px;
}

#cat-structure .cat-right-part .category-description .elementor-section.elementor-section-boxed > .elementor-container {
  max-width: 100%;
}

.jack-ariane {
  box-shadow: none;
  background: transparent;
}

/*.wrapper-menu-mobile li a {*/
/*  padding-left: 0;*/
/*  border-bottom: 1px solid #FF512F !important;*/
/*}*/
#canvas-menu-mobile .wrapper-menu-mobile .mo_sub_li.style_content {
  padding-left: 0px;
  padding-right: 0;
  clear: both;
}

ul.mo_element_ul_depth_1.mo_sub_ul {
  height: 100% !important;
}

#canvas-menu-mobile .wrapper-menu-mobile ul.mo_element_ul_depth_1 li.mo_element_li_depth_1 a,
#canvas-menu-mobile .wrapper-menu-mobile ul.mo_element_ul_depth_1 li.mo_element_li_depth_1 ul.sub-ul li a {
  padding-left: 10px;
}

div#canvas-menu-mobile div.canvas-widget-content div.wrapper-menu-mobile ul.mo_element_ul_depth_0 ul.mo_element_ul_depth_1 li.mo_element_li_depth_1 ul.sub-ul li a {
  font-size: 21px !important;
  line-height: 21px !important;
  padding-top: 15px;
}

.wrapper-menu-mobile .menu_a_wrap.menu-item-has-children > a {
  padding-left: 0;
}

.social_holder {
  text-align: center;
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-bottom: 10px;
}

.btn_contact {
  text-align: center;
  font-family: "CitrusGothicSolid", sans-serif;
  font-weight: lighter;
  color: #fff;
  background-color: #ff512f;
  border-radius: 35px 35px 35px 35px;
  font-size: 21px;
  padding-top: 6px;
  padding-bottom: 6px;
  margin-bottom: 40px;
}

#cat-structure .cat-right-part .category-description .elementor-section.elementor-section-boxed > .elementor-container {
  max-width: 100%;
}

.jack-ariane {
  box-shadow: none;
  background: transparent;
}

@media (max-width: 1024px) {
  .canvas-widget-top .title-canvas-widget::after {
    content: "\f060";
  }

  .canvas-widget-top .title-canvas-widget.title-canvas-widget[data-dismiss="canvas-widget"]::after {
    content: "\f00d";
  }

  .wrapper-menu-mobile li a {
    padding-left: 0;
  }

  div#sub-m-6 {
    height: 20px;
  }

  /*ul.sub-ul  {*/
  /*  border-bottom: 1px solid #FF512F !important;*/
  /*}*/
  a.btn_contact:hover {
    color: #fff;
    background-color: #020202;
  }

  a.btn_contact {
    border: 1px solid #ff512f;
  }

  #canvas-menu-mobile .wrapper-menu-mobile li a.mo_element_a_depth_0:hover {
    color: #fff;
    background: #ff512f;
  }

  #canvas-menu-mobile .wrapper-menu-mobile li a.mo_element_a_depth_0:hover ~ .icon-opener::after {
    display: none !important;
  }

  #canvas-menu-mobile .wrapper-menu-mobile li a.mo_element_a_depth_0:hover ~ .icon-opener::after {
    display: none !important;
  }

  .wrapper-scroll-content {
    overflow: initial !important;
  }

  #canvas-menu-mobile .wrapper-menu-mobile li a.mo_element_a_depth_0 {
    margin-left: -15px;
    margin-right: -15px;
  }

  div#sub-m-6 a[title="AxonVip theme"] {
    display: none;
  }

  .wrapper-menu-mobile {
    height: 100% !important;
    display: block;
  }

  .wrapper-menu-mobile > ul {
    display: block;
    height: 100% !important;
  }

  .canvas-widget-content > .wrapper-scroll > .wrapper-scroll-content {
    height: 100% !important;
    display: block;
  }

  .canvas-widget-content > .wrapper-scroll {
    height: 100% !important;
    display: block;
  }

  .canvas-widget-content {
    display: block;
    height: auto !important;
  }

  #canvas-menu-mobile.canvas-widget.canvas-left.open-canvas {
    display: inline-block;
  }

  .wrapper-menu-mobile li {
    max-height: 100%;
    height: 100% !important;
  }

  ul.sub-ul {
    height: 100% !important;
  }

  .wrapper-menu-mobile .mo_sub_li.style_content {
    min-height: 45px;
    max-height: 100%;
  }

  #canvas-menu-mobile .wrapper-menu-mobile .icon-img {
    margin-left: 17px;
  }
  #canvas-menu-mobile .wrapper-menu-mobile .mo_sub_li.style_content {
    max-height: 100% !important;
  }
}

@media (min-width: 1024px) {
  .no-arrow-down img.icon-img.img-responsive {
    display: none !important;
  }
}
@media (max-width: 490px) {
  .page-index .product-type-1 .item-inner .product_name a,
  .page-category .product-type-1 .item-inner .product_name a {
    font-size: 15px !important;
  }
}

.elementor-element-3d598cf {
  padding-bottom: 35px;
}





















body#product .ceos-product-availability span {
  color: #FF512F;
  font-size: 22px !important;
  line-height: 27px;
  font-family: "CitrusGothicSolid", sans-serif;
  font-weight: 400;
  display: flex;
  flex-direction: column;
  text-transform: uppercase;
  margin: 0 !important;
}

body#product .ceos-product-availability span.description_fournisseur {
  font-size: 13px !important;
  font-family: "Quicksand", sans-serif;
  color: #000 !important;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.2;
}

@media (min-width:1024px) {
  .ceos-product-availability:has(.label-success) {
    margin-left: 0 !important;
    justify-content: flex-end;
    margin-right: 10px;
    margin-top: -30px;
    padding:16px;
        background-size: 260px 54px;
            background-image: url('/themes/jack/assets/img/bg_global_jack_dispo.png');
             background-position:right;
    background-repeat:no-repeat;

  }
  .ceos-product-availability {
    margin-left: 0 !important;
    justify-content: flex-end;
  }
 
   .image_available{
    width:53px;
    height: 40px;
    margin-right: 2px;
    margin-bottom: 2px;
  }
}
@media (min-width: 1025px) and (max-width: 1300px) {
 body#product .summary-container #product-availability {
    display: flex;
    flex: 0 0 100%;
    justify-content: center;
  }
  body#product .top-part-product .product-quantity {
    flex-wrap: wrap;
  }

   .ceos-product-availability:has(.label-success) {
    width: 340px;
    min-height: 60px;
    margin: 0 auto;
    justify-content: center;
    background-image: url('/themes/jack/assets/img/bg_global_jack_dispo.png');
    background-position:left;
    background-repeat:no-repeat;
  }

  .image_available{
    width:44px;
    height: 43px;
    margin-right: 10px;  
  }
  body#product .summary-container #product-availability {
    margin-bottom: 30px;
  }
}
@media (max-width:1024px) {
  body#product .summary-container #product-availability {
    display: flex;
    flex: 0 0 100%;
    justify-content: center;
  }
  body#product .top-part-product .product-quantity {
    flex-wrap: wrap;
  }

   .ceos-product-availability:has(.label-success) {
    width: 340px;
    min-height: 60px;
    margin: 0 auto;
    justify-content: center;
    background-image: url('/themes/jack/assets/img/bg_global_jack_dispo.png');
    background-position:left;
    background-repeat:no-repeat;
  }

  .image_available{
    width:44px;
    height: 43px;
    margin-right: 10px;  
  }
  body#product .summary-container #product-availability {
    margin-bottom: 30px;
  }

}


@media (max-width:769px) {
  body#product .ceos-product-availability span {
    font-size: 18px !important;
  }
  body#product .ceos-product-availability span.description_fournisseur {
    font-size: 11px !important;
    line-height: 1.1;
    margin-top: 0 !important;
  }
 
  .ceos-product-availability:has(.label-success) {
    width: 340px;
    min-height: 60px;
    margin: 0 auto;
    justify-content: center;
    background-image: url('/themes/jack/assets/img/bg_global_jack_dispo.png');
    background-position:left;
    background-repeat:no-repeat;
  }

  .image_available{
    width:44px;
    height: 43px;
    margin-right: 10px;  
  }

}


.list_brand .brand-desc{
  display: none !important;
}

@media (min-width: 0px) and (max-width: 500px) {



 #canvas-menu-mobile  {
        padding-top: 35px;
  }
  .logo-menumobile{
        display: inline-block;
    width: 50%;
            margin-bottom: 40px;
            margin-top: 40px;
  }
  #canvas-menu-mobile .canvas-widget-top{
    display: inline;
  }
  .logo-menumobile img{
      max-width: 150px;
      max-height: 50px ;
  }

 #canvas-menu-mobile .canvas-widget-top .title-canvas-widget{
  float: right;
 line-height: 50px;
 }
}