/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

.teaser_produit {
  border: 1px solid var(--blanc);
  margin-bottom: calc(2 * var(--space-v));
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}
.teaser_produit .text_teas_prod {
  padding: 15px var(--space-v);
}
.teaser_produit h3 {
  margin-top: 0;
  color: var(--rouge-3);

  font-size: var(--fs-xl);
  line-height: 1;
}
.teaser_produit a.bouton {
  margin-top: 20px;
}
.teaser_produit h3 span {
  display: block;
  text-transform: none;
  color: var(--blanc);
  font-weight: var(--semi-bold);
  font-size: var(--fs-l);
}
.teaser_produit p {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}

.image_teas_prod a {
  height: 100%;
}
/*
.image_teas_prod img {
    display:block;
    width:100%;
}*/

.image_teas_prod img {
  aspect-ratio: 574/432;
  object-fit: cover;
}
.image_teas_prod .contain img {
  object-fit: contain;
}
.contenu_image img {
  aspect-ratio: 16/9;
  object-fit: cover;
}

#prod_accordeon .glissiere {
  width: 100% !important;
  padding-left: 0;
}
#prod_accordeon .glissiere .glissiere-item {
  width: 100% !important;
}
#prod_accordeon .diapo_accordeon_produit {
  aspect-ratio: 574/383;
  object-fit: cover;
  width: 100%;
  padding-top: 0;
}
#prod_accordeon .slick-list {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  height: 100%;
  width: 100%;
}
#prod_accordeon .slick-track,
#prod_accordeon .slide-inte,
#prod_accordeon .slide,
#prod_accordeon .slide > div {
  height: 100%;
}
#prod_accordeon .slide > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  background: var(--gris-1);
}
#prod_accordeon .slide img {
  aspect-ratio: 574/383;
  object-fit: cover;
  position: relative;
  z-index: 2;
}
#prod_accordeon .slide p {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 2;
  background: rgba(0, 0, 0, 0.85);
  padding: 2px 5px;
  text-align: center;
}

.container_tableau {
  padding: 0;
}

#scroll_container {
  position: relative;
  width: 100%;
  z-index: 0;
  overflow-x: auto;
  top: 0;
  left: 0;
  z-index: 1;
  padding-bottom: 10px;
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none; /* Safari */ /* Konqueror HTML */
  -moz-user-select: none; /* Old versions of Firefox */
  -ms-user-select: none; /* Internet Explorer/Edge */
  user-select: none;
  cursor: -webkit-grab;
  cursor: grab;
}
#prod_gamme #table_under {
  border-top: 2px solid var(--rouge);
  border-bottom: 2px solid var(--rouge);
  border-right: 2px solid var(--rouge);
  max-width: none;
}
#table_over {
  position: absolute;
  top: 0;
  left: 0;
  height: auto;
  z-index: 2;
  width: 150px;
  border: 2px solid var(--rouge);
  background: black;
}

#prod_gamme .a_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#prod_gamme .a_row > div {
  width: 110px;
  text-align: left;
  padding: 8px 4px;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  min-height: 25px;
}
#table_over .a_row > div {
  width: 100%;
}

#prod_gamme .a_row {
  border-bottom: 2px solid var(--rouge);
}
#prod_gamme .a_row:last-child {
  border-bottom: 0px solid var(--rouge);
}

#prod_gamme #table_under .a_row > div:first-child {
  width: 150px;
  opacity: 0;
  pointer-events: none;
  border-right: 2px solid;
  border-left: 2px solid;
}

#prod_caract ul li {
  list-style-type: none;
  margin-bottom: 20px;
}
#prod_caract ul li:last-child {
  margin-bottom: 0;
}
#prod_caract ul li:before {
  content: "";
  display: block;
  position: absolute;
  top: 1em;
  z-index: 1;
  width: 40px;
  left: -50px;
  height: 1px;
  background: var(--blanc);
}
.depasse_page .un_equipement .contenu_image::after {
  display: none;
}
.depasse_page.container_liste_contenus .contenu.un_equipement {
  margin-right: 10px;
}
.un_equipement {
  background: var(--blanc);
  color: var(--noir);
  padding: 74px 42px 25px 42px;
}
.un_equipement h3 {
  margin-bottom: 1em;
}
.un_equipement h3 a {
  color: var(--noir);
}

.un_equipement .contenu_image img {
  aspect-ratio: unset;
  max-width: 100%;
  max-height: 121px;
}

.dowload_gamme {
  border: 2px solid var(--blanc);
  text-decoration: none;
  color: var(--blanc) !important;
  padding: 1em 1.5em 1em 3.5em;
  background: url("../images/jeantil/icone_tableau.webp") no-repeat 1em center;
  background-size: auto 2em;
  -webkit-transition: var(--ease);
  -o-transition: var(--ease);
  transition: var(--ease);
  display: inline-block;
  width: auto;
  text-transform: uppercase;
  font-weight: var(--bold);
  font-size: var(--fs-base);
  margin: 1.8rem auto 1em auto;
  cursor: grab;
}
.dowload_gamme:hover {
  padding: 1em 2.5em;
  background: var(--blanc) url("../images/jeantil/icone_tableau.webp") no-repeat
    1em center;
  background-size: auto 0em;
  color: var(--noir) !important;
}
.dowload_brochure {
  display: block;
  padding: 1em 70px 1em 1em;
  background: url("../images/jeantil/icone_pdf.webp") no-repeat calc(100% - 1em)
    center;
  background-size: auto;
  background-size: 1.4em auto;
  border: 2px solid var(--rouge-3);
  color: var(--rouge-3);
  text-decoration: none;
  font-size: var(--fs-xl);
  text-transform: uppercase;
  -webkit-transition: var(--ease);
  -o-transition: var(--ease);
  transition: var(--ease);
  max-width: 90vw;
}
.dowload_brochure:hover {
  background: var(--rouge-3) url("../images/jeantil/icone_pdf.webp") no-repeat
    calc(100% - 1em) center;
  background-size: auto 0em;
  color: var(--blanc);
}
.dowload_brochure > span {
  text-transform: none;
  display: block;
}
.dowload_brochure > span > span {
  text-transform: uppercase;
}
@media (min-width: 640px) {
  .teaser_produit {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .teaser_produit h3 {
    font-size: var(--fs-xl);
  }

  .container_in .partie_texte {
    padding: var(--container-pad);
  }
  .container_tableau {
    width: calc((100vw - var(--container-width)) / 2 + var(--container-width));
    margin-right: 0;
  }
  #prod_caract ul li {
    margin-left: 50px;
  }
  #prod_caract .zone_rouge_droit {
    width: 1500px;
    max-width: 90vw;
  }
  #prod_gamme {
    position: relative;
  }
  #abs_download_desk_gamme {
    position: absolute;
    top: 37px;
    right: 50%;
    margin-right: calc((0.5 * var(--container-width)) * -1);
    z-index: 1;
  }
}
@media (min-width: 980px) {
  .container_tableau {
    width: calc(100vw - 50px);
    margin-left: 50px;
  }
  #prod_caract .partie_texte {
    padding-left: 50px;
  }
  .depasse_page.container_liste_contenus .contenu.un_equipement {
    margin-right: 20px;
  }
  #abs_download_desk_gamme {
    top: 93px;
  }
}
@media (min-width: 1280px) {
  .container_tableau {
    position: relative;
    left: 50%;
    margin-left: -600px;
    width: calc((100vw - 1200px) / 2 + 1200px);
  }

  #table_over,
  #prod_gamme #table_under .a_row > div:first-child {
    width: 230px;
  }
  #prod_gamme .a_row > div {
    width: 150px;
  }
  #table_over,
  #prod_gamme #table_over .a_row > div,
  #prod_gamme #table_under .a_row > div:first-child {
    width: 230px;
  }
  #prod_gamme {
    font-size: var(--fs-base-m);
  }

  #prod_gamme #table_over .head_row > div {
    font-size: var(--fs-l);
  }
  #prod_gamme .head_row > div {
    height: 45px;
  }
}

@media (min-width: 1400px) {
  .teaser_produit h3 {
    font-size: var(--fs-xxl-produit);
  }
}

@media (min-width: 640px) and (max-width: 1919px) {
}

@media (max-width: 979px) {
  .single-produit #image_entete {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-left: -37px;
    margin-top: 20px;
  }
  .single-produit #entete.entete_v1 #intro_entete > div {
    padding-bottom: 0;
  }
}
@media (max-width: 979px) {
  .single-produit #entete.entete_v1 #intro_entete p {
    font-size: 14px;
    line-height: 1.2;
  }
}

@media (min-width: 980px) and (max-width: 1279px) {
  .single-produit #entete.entete_v1 #intro_entete p {
    font-size: 14px;
    line-height: 1.2;
  }
}
@media (min-width: 1280px) and (max-width: 1599px) {
  .single-produit #entete.entete_v1 #intro_entete p {
    font-size: 16px;
    line-height: 1.3;
  }
}
@media (min-width: 1600px) {
  .single-produit #entete.entete_v1 #intro_entete p {
    font-size: 18px;
    line-height: 1.4;
  }
}
