/*////  CSS PETZL TECHNICAL CONTENT ///*/
/*/////////////////////////////////////*/
/*////////////// GLOBAL ///////////////*/
/*/////////////////////////////////////*/
.videocontainer {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  position: relative;
  overflow: hidden;
  margin: 5% 0;
}
.videocontainer iframe, .videocontainer embed, .videocontainer object {
  height: 100% !important;
  width: 100% !important;
  left: 0;
  top: 0;
  position: absolute;
}
/* ---------- code html ---------------

<div class="videocontainer">
	<iframe allowfullscreen="" frameborder="0" mozallowfullscreen="" src="//player.vimeo.com/video/26151769"></iframe>
</div>

------------------------------------ */
.separateur {
  clear: both;
}
/* ---------- code html ---------------

<div class="separateur"></div> 

------------------------------------ */
.avantages, .inconvenients {
  clear: both;
  float: left;
  margin: 0px 0 20px;
  padding: 0;
  width: 100%;
}
.avantages li, .inconvenients li {
  /*clear: both;
  float: left;*/
  padding: 0 0 0 18px;
  background-repeat: no-repeat;
  background-position: left 2px;
  list-style: none;
}
.avantages li::before, .inconvenients li::before {
  content: "";
  margin-left: -20px;
  margin-top: -3px;
}
.avantages ::before, .inconvenients ::before {
  content: "" !important;
}
.inconvenients li:before {
  background-image: url("https://www.petzl.com/sfc/servlet.shepherd/version/download/068w0000002tO04AAE") !important;
}
.avantages li:before {
  background-image: url("https://www.petzl.com/sfc/servlet.shepherd/version/download/068w0000002tNzzAAE") !important;
}
/* ---------- code html ---------------

<ul class="avantages">
<li>Méthode très proche de la méthode classique qui conviendra aux cordistes entraînés.</li>
<li>Technique qui permet de réussir la manœuvre de secours même si on n’a pas tenu compte de l’élasticité de corde avant d’agir.</li>
</ul>

<ul class="inconvenients">
<li>Méthode très proche de la méthode classique qui conviendra aux cordistes entraînés.</li>
<li>Technique qui permet de réussir la manœuvre de secours même si on n’a pas tenu compte de l’élasticité de corde avant d’agir.</li>
</ul>

------------------------------------ */
.ombre {
  -webkit-box-shadow: 0px 0px 5px 0px #cecece;
  -moz-box-shadow: 0px 0px 5px 0px #cecece;
  -o-box-shadow: 0px 0px 5px 0px #cecece;
  box-shadow: 0px 0px 5px 0px #cecece;
  filter: progid:DXImageTransform.Microsoft.Shadow(color=#cecece, Direction=NaN, Strength=5);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
/* ---------- code html ---------------

<div class="image-1 ombre">
<img alt="Décrochage et évacuation d’un équipier suspendu sur une longue corde." src="/sfc/servlet.shepherd/version/download/068w0000002tNvxAAE" />
</div>

------------------------------------ */
.cadre-noir {
  border: 1px solid #000000;
}
/* ---------- code html ---------------

<div class="image-1 cadre-noir">
<img alt="Décrochage et évacuation d’un équipier suspendu sur une longue corde." src="/sfc/servlet.shepherd/version/download/068w0000002tNvxAAE" />
</div>
------------------------------------ */
.bords_arrondis {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
/* ------------------------------------ */
.cadre-orange {
  border: 2px solid #e75300;
}
.cadre-gris {
  border: 2px solid #b1b3b4;
}
.cadre-gris-fin {
  border: 1px solid #b1b3b4;
}
.cadre-gris-fin-light {
  border: 1px solid #e6e6e6;
}
.conteneur-gris {
  background-color: #F6F6F6;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  padding: 20px;
  box-sizing: border-box;
}
.conteneur-blanc {
  background-color: #ffffff;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  padding: 20px;
  box-sizing: border-box;
  -webkit-box-shadow: 0px 0px 5px 0px #cecece;
  -moz-box-shadow: 0px 0px 5px 0px #cecece;
  -o-box-shadow: 0px 0px 5px 0px #cecece;
  box-shadow: 0px 0px 5px 0px #cecece;
  filter: progid:DXImageTransform.Microsoft.Shadow(color=#cecece, Direction=NaN, Strength=5);
}
/*/////////////////////////////////////////////////*/
/*////////////// Casques Sport 2024 ///////////////*/
/*/////////////////////////////////////////////////*/
.FG-1-thead th:nth-child(1) {
  width: 25%;
}
.FG-1-thead th:nth-child(2) {
  width: 15%;
}
.FG-1-thead th:nth-child(3) {
  width: 45%;
}
.FG-1-thead th:nth-child(4) {
  width: 15%;
}
.FG-1-bloc-illustration-1 {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 100%;
  margin: 50px 0 30px;
}
.FG-1-illustration-1 {
  width: 100%;
  padding: 30px;
}
.FG-1-illustration-1 img {
  max-width: 100%;
}
.FG-1-illustration-2 {
  width: 100%;
}
.FG-1-illustration-2 img {
  max-width: 100%;
}
.FG-1-tableau {
  width: 100%;
  margin-bottom: 10px !important;
}
.FG-1-no-line {
  border: none;
}
.FG-1-bold {
  font-weight: 700 !important;
}
.FG-1-center {
  text-align: center !important;
}
.FG-1-note {
  font-size: 10px !important;
}
.FG-1-img-tableau {
  max-width: 140px !important;
  width: 100%;
}
@media (max-width: 500px) {
  .FG-1-tableau {
    font-size: 13px !important;
  }
  .FG-1-img-tableau {
    max-width: 100px !important;
    width: 100%;
  }
  .FG-1-bloc-illustration-1 {
    display: flex;
    flex-direction: column;
  }
  .FG-1-illustration-1 {
    padding: 0px;
    margin: 0 0 30px 0;
  }
}
@media (max-width: 430px) {
  .FG-1-tableau {
    font-size: 12px !important;
  }
  .FG-1-img-tableau {
    max-width: 80px !important;
    width: 100%;
  }
}
/*///////////////////////////////////////////////////////////////////////////////////////////////*/
/*////////////// Comment choisir sa lampe frontale ultra-compacte et polyvalente? ///////////////*/
/*///////////////////////////////////////////////////////////////////////////////////////////////*/
.FG-2-bloc-illustration-1 {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  padding: 30px;
  box-sizing: border-box;
  margin: 50px 0 30px;
  background-color: #1d1d1b;
}
.FG-2-illustration-1, .FG-2-illustration-2, .FG-2-illustration-3, .FG-2-illustration-4 {
  width: auto;
}
.FG-2-illustration-1 img, .FG-2-illustration-2 img, .FG-2-illustration-3 img, .FG-2-illustration-4 img {
  height: 60px !important;
  max-width: none !important;
}
.FG-2-bold {
  font-weight: 700 !important;
}
.FG-2-center {
  text-align: center !important;
}
.FG-2-thead th:nth-child(1) {
  width: 30%;
}
.FG-2-thead th:nth-child(2) {
  width: 10%;
}
.FG-2-thead th:nth-child(3) {
  width: 10%;
}
.FG-2-thead th:nth-child(4) {
  width: 20%;
}
.FG-2-thead th:nth-child(5) {
  width: 20%;
}
.FG-2-thead th:nth-child(6) {
  width: 15%;
}
.FG-2-tableau tr td {
  padding: 6px !important;
}
.FG-2-tableau tr th {
  padding: 6px !important;
}
.FG-2-tableau tr td img {
  width: 100% !important;
}
.FG-2-bloc-illustration-2 {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  box-sizing: border-box;
  margin: 30px 0 0;
}
.FG-2-h3 {
  margin-top: 60px !important;
}
.FG-2-illustration-5 img {
  max-width: 100% !important;
}
.FG-2-illustration-6 img {
  max-width: 100% !important;
}
.FG-2-bloc-illustration-3 {
  margin: 30px 0 0 0;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  gap: 30px;
  align-content: center;
}
.FG-2-illustration-7 {
  max-width: 150px;
}
.FG-2-illustration-7 img {
  max-width: 100% !important;
}
.FG-2-bloc-illustration-3 p {
  margin: auto 0;
}
@media (max-width: 920px) {
  .FG-2-illustration-1 img, .FG-2-illustration-2 img, .FG-2-illustration-3 img, .FG-2-illustration-4 img {
    height: 50px !important;
  }
  .FG-2-tableau {
    font-size: 12px !important;
  }
}
@media (max-width: 750px) {
  .FG-2-bloc-illustration-1 {
    flex-wrap: wrap;
    padding: 20px;
  }
  .FG-2-illustration-1, .FG-2-illustration-2, .FG-2-illustration-3, .FG-2-illustration-4 {
    width: 50%;
  }
  .FG-2-illustration-1 img, .FG-2-illustration-2 img, .FG-2-illustration-3 img, .FG-2-illustration-4 img {
    height: 45px !important;
    margin: auto !important;
    display: block;
  }
  .FG-2-tableau {
    font-size: 11px !important;
  }
}
@media (max-width: 700px) {
  .FG-2-thead th:nth-child(5) {
    width: 17%;
  }
  .FG-2-thead th:nth-child(4) {
    width: 17%;
  }
  .FG-2-tableau tr td {
    padding: 1px !important;
  }
  .FG-2-tableau tr th {
    padding: 1px !important;
  }
}
@media (max-width: 550px) {
  .FG-2-tableau {
    font-size: 10px !important;
  }
  .FG-2-tableau tr th {
    font-size: 9px !important;
  }
}
@media (max-width: 500px) {
  .FG-2-bloc-illustration-1 {
    padding: 10px;
  }
  .FG-2-tableau {
    font-size: 9px !important;
  }
  .FG-2-tableau tr th {
    font-size: 8px !important;
  }
}
/*///////////////////////////////////////////////////////////////////////////*/
/*////////////// Comment choisir son descendeur auto-freinant ///////////////*/
/*///////////////////////////////////////////////////////////////////////////*/
.FG-3-bloc-illustration-1 {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  padding: 20px;
  box-sizing: border-box;
  margin: 50px 0 30px;
  background-color: #1d1d1b;
}
.FG-3-illustration-1 img {
  height: 60px !important;
  max-width: none !important;
}
.FG-3-bold {
  font-weight: 700 !important;
}
.FG-3-center {
  text-align: center !important;
}
.FG-3-thead th:nth-child(1) {
  width: 10%;
}
.FG-3-thead th:nth-child(2) {
  width: 10%;
}
.FG-3-thead th:nth-child(3) {
  width: 15%;
}
.FG-3-thead th:nth-child(4) {
  width: 15%;
}
.FG-3-thead th:nth-child(5) {
  width: 20%;
}
.FG-3-thead th:nth-child(6) {
  width: 20%;
}
.FG-3-thead th:nth-child(7) {
  width: 10%;
}
.FG-3-tableau tr td {
  padding: 6px !important;
}
.FG-3-tableau tr th {
  padding: 6px !important;
}
.FG-3-tableau tr td img {
  width: 100% !important;
}
.FG-3-illustration-2 {
  margin: 50px 0 30px 0;
  width: 100%;
  Max-width: 183px;
}
.FG-3-illustration-2 img {
  width: 100%;
}
@media (max-width: 800px) {
  .FG-3-thead th:nth-child(1) {
    width: 20%;
  }
}
@media (max-width: 750px) {
  .FG-3-thead th:nth-child(1) {
    width: 25%;
  }
  .FG-3-tableau {
    font-size: 12px !important;
  }
}
@media (max-width: 650px) {
  .FG-3-thead th:nth-child(1) {
    width: 15%;
  }
  .FG-3-tableau {
    font-size: 11px !important;
  }
  .FG-3-tableau tr td {
    padding: 1px !important;
  }
  .FG-3-tableau tr th {
    padding: 1px !important;
  }
}
@media (max-width: 550px) {
  .FG-3-thead th:nth-child(1) {
    width: 15%;
  }
  .FG-3-thead th:nth-child(2) {
    width: 10%;
  }
  .FG-3-thead th:nth-child(3) {
    width: 10%;
  }
  .FG-3-thead th:nth-child(4) {
    width: 15%;
  }
  .FG-3-thead th:nth-child(5) {
    width: 15%;
  }
  .FG-3-thead th:nth-child(6) {
    width: 15%;
  }
  .FG-3-thead th:nth-child(7) {
    width: 8%;
  }
}
@media (max-width: 520px) {
  .FG-3-thead th:nth-child(1) {
    width: 30%;
  }
  .FG-3-thead th:nth-child(2) {
    width: 5%;
  }
}
@media (max-width: 465px) {
  .FG-3-tableau {
    font-size: 10px !important;
  }
}
@media (max-width: 420px) {
  .FG-3-thead th:nth-child(1) {
    width: 40%;
  }
  .FG-3-tableau {
    font-size: 9.5px !important;
  }
}
@media (max-width: 407px) {
  .FG-3-thead th:nth-child(1) {
    width: 50%;
  }
  .FG-3-tableau {
    font-size: 9px !important;
  }
}
/*/////////////////////////////////////////////////////////////////////////////*/
/*////////////// Comment choisir son assureur-descendeur - 2024 ///////////////*/
/*/////////////////////////////////////////////////////////////////////////////*/
.FG-4-thead th:nth-child(1) {
  width: 25%;
}
.FG-4-thead th:nth-child(2) {
  width: 15%;
}
.FG-4-thead th:nth-child(3) {
  width: 25%;
}
.FG-4-thead th:nth-child(4) {
  width: 25%;
}
.FG-4-thead th:nth-child(5) {
  width: 15%;
}
.FG-4-tableau {
  width: 100%;
  margin: 50px 0 0 !important;
}
.FG-4-tableau tr td {
  padding: 2px !important;
}
.FG-4-tableau th {
  padding: 2px !important;
}
.FG-4-no-line {
  border: none;
}
.FG-4-bold {
  font-weight: 700 !important;
}
.FG-4-center {
  text-align: center !important;
}
.FG-4-img-tableau {
  max-width: 140px !important;
  width: 100%;
}
@media (max-width: 550px) {
  .FG-4-tableau {
    font-size: 13px !important;
  }
  .FG-4-img-tableau {
    max-width: 100px !important;
  }
}
@media (max-width: 500px) {
  .FG-4-tableau {
    font-size: 12px !important;
  }
  .FG-4-img-tableau {
    max-width: 90px !important;
  }
}
@media (max-width: 450px) {
  .FG-4-tableau {
    font-size: 11px !important;
  }
  .FG-4-img-tableau {
    max-width: 65px !important;
  }
}
@media (max-width: 400px) {
  .FG-4-tableau {
    font-size: 10px !important;
  }
  .FG-4-img-tableau {
    max-width: 60px !important;
  }
  .FG-4-tableau tr td {
    padding: 1px !important;
  }
  .FG-4-tableau th {
    padding: 1px !important;
  }
}
/*/////////////////////////////////////////////////////////////////////////////////////*/
/*////////////// Comment choisir ses mousquetons et ses dégaines - 2024 ///////////////*/
/*/////////////////////////////////////////////////////////////////////////////////////*/
.FG-5-h3 {
  margin-top: 60px !important;
}
.FG-5-bloc-info {
  display: flex;
  flex-direction: row;
  gap: 30px;
  flex-wrap: wrap;
  margin: 30px 0 60px;
}
.FG-5-info {
  width: calc(33% - 20px);
  margin: 0 0 20px;
}
.FG-5-illustration {
  width: 100%;
  margin: 0 0 20px;
}
.FG-5-illustration img {
  width: 100%;
  border-radius: 10px;
}
.FG-5-hr {
  height: 40px;
  background-image: url(https://www.petzl.com/sfc/servlet.shepherd/version/download/068Tx000001zIXfIAM);
  border: none;
  margin: 60px 0 0;
  background-size: 100% 40px;
}
.FG-5-h4 {
  color: #ff9601 !important;
}
@media (max-width: 700px) {
  .FG-5-info {
    width: calc(50% - 15px);
  }
}
@media (max-width: 450px) {
  .FG-5-info {
    width: 100%;
  }
}
/*////////////////////////////////////////////////////////////////////*/
/*////////////// Comment choisir son bloqueur ? - 2024 ///////////////*/
/*////////////////////////////////////////////////////////////////////*/
.FG-6-thead th:nth-child(1) {
  width: 16%;
}
.FG-6-thead th:nth-child(2) {
  width: 16%;
}
.FG-6-thead th:nth-child(3) {
  width: 16%;
}
.FG-6-thead th:nth-child(4) {
  width: 16%;
}
.FG-6-thead th:nth-child(5) {
  width: 16%;
}
.FG-6-thead th:nth-child(6) {
  width: 16%;
}
.FG-6-h3 {
  margin-top: 60px !important;
}
.FG-6-h4 {
  margin-top: 30px !important;
}
.FG-6-bloc-info-1 {
  margin: 60px 0;
  display: flex;
  flex-direction: row;
  gap: 30px;
}
.FG-6-info-1, .FG-6-info-2 {
  width: 48%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.FG-6-illustration-1 img {
  width: 100%;
}
.FG-6-illustration-2 img {
  width: 100%;
}
.FG-6-bloc-info-2 {
  margin: 30px 0 60px;
  display: flex;
  flex-direction: row;
  gap: 30px;
  justify-content: space-between;
  align-items: flex-end;
}
.FG-6-bloc-info-2 p {
  width: 100% !important;
  margin-bottom: 0 !important;
}
.FG-6-info-3 {
  width: 31.33% !important;
}
.FG-6-span-1 {
  display: block;
  height: 19px;
  margin: 1em 0;
}
.FG-6-illustration-3 {
  margin: 16px 0 10px;
}
.FG-6-illustration-3 img {
  width: 100% !important;
}
.FG-6-illustration-4 {
  margin: 0 0 10px;
}
.FG-6-illustration-4 img {
  width: 100% !important;
}
.FG-6-illustration-5 {
  margin: 0 0 10px;
}
.FG-6-illustration-5 img {
  width: 100% !important;
}
.FG-6-bloc-info-3 {
  width: 66.66%;
  padding-left: 30px;
  border-left: 1px solid #e6e6e6;
}
.FG-6-bloc-info-4 {
  margin: 30px 0 0;
  display: flex;
  flex-direction: row;
  gap: 30px;
}
.FG-6-info-4 {
  width: 48%;
}
.FG-6-info-5 {
  width: 48%;
}
.FG-6-bloc-info-5 {
  margin: 30px 0 60px;
  display: flex;
  flex-direction: row;
  gap: 30px;
}
.FG-6-info-6 {
  width: 48%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.FG-6-info-7 {
  width: 48%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.FG-6-bloc-info-5 p {
  width: 100% !important;
}
.FG-6-info-8 {
  margin: 30px 0 60px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 48%;
}
.FG-6-illustration-6 img {
  width: 100% !important;
}
.FG-6-illustration-7 img {
  width: 100% !important;
}
.FG-6-illustration-8 img {
  width: 100% !important;
}
.FG-6-bloc-info-6 {
  margin: 30px 0;
  display: flex;
  flex-direction: row;
  gap: 30px;
}
.FG-6-bloc-info-6 div {
  width: 100% !important;
}
.FG-6-illustration-9 img {
  width: 100% !important;
}
.FG-6-illustration-10 img {
  width: 100% !important;
}
.FG-6-illustration-11 img {
  width: 100% !important;
}
.FG-6-bloc-info-7, .FG-6-bloc-info-8 {
  margin: 30px 0;
  display: flex;
  flex-direction: row;
  gap: 30px;
}
.FG-6-bloc-info-8 {
  margin: 30px 0 60px;
}
.FG-6-bloc-info-7 h4 {
  margin-top: 0 !important;
}
.FG-6-bloc-info-8 h4 {
  margin-top: 0 !important;
}
.FG-6-illustration-12 {
  min-width: 31% !important;
}
.FG-6-illustration-13 {
  min-width: 31% !important;
}
.FG-6-illustration-12 img {
  width: 100% !important;
}
.FG-6-illustration-13 img {
  width: 100% !important;
}
.FG-6-tableau {
  width: 100%;
  margin: 30px 0 0 !important;
}
.FG-6-tableau tr td {
  padding: 2px !important;
}
.FG-6-tableau th {
  padding: 2px !important;
}
.FG-6-no-line {
  border: none;
}
.FG-6-bold {
  font-weight: 700 !important;
}
.FG-6-center {
  text-align: center !important;
}
.FG-6-img-tableau {
  max-width: 140px !important;
  width: 100%;
}
@media (max-width: 1020px) {
  .FG-6-tableau {
    font-size: 13px !important;
  }
  .FG-6-img-tableau {
    max-width: 100px !important;
  }
}
@media (max-width: 765px) {
  .FG-6-tableau {
    font-size: 12px !important;
  }
  .FG-6-img-tableau {
    max-width: 80px !important;
  }
}
@media (max-width: 635px) {
  .FG-6-img-tableau {
    max-width: 70px !important;
  }
}
@media (max-width: 550px) {
  .FG-6-tableau {
    font-size: 11px !important;
  }
  .FG-6-img-tableau {
    max-width: 60px !important;
  }
}
@media (max-width: 500px) {
  .FG-6-bloc-info-1 {
    flex-direction: column;
  }
  .FG-6-info-1, .FG-6-info-2 {
    width: 100% !important;
  }
  .FG-6-bloc-info-2 {
    flex-direction: column;
    align-items: inherit;
  }
  .FG-6-info-3 {
    width: 100% !important;
  }
  .FG-6-span-1 {
    display: none;
  }
  .FG-6-bloc-info-3 {
    width: 100% !important;
    padding-left: 0;
    border-left: none;
  }
  .FG-6-bloc-info-4 {
    flex-direction: column;
  }
  .FG-6-info-4 {
    width: 100% !important;
  }
  .FG-6-info-5 {
    width: 100% !important;
  }
  .FG-6-bloc-info-3 p:first-child {
    font-weight: 700;
  }
  .FG-6-bloc-info-5 {
    flex-direction: column;
  }
  .FG-6-info-6 {
    flex-direction: column;
    width: 100%;
  }
  .FG-6-info-7 {
    flex-direction: column;
    width: 100%;
  }
  .FG-6-info-8 {
    flex-direction: column;
    width: 100%;
  }
  .FG-6-bloc-info-6 {
    flex-direction: column;
  }
  .FG-6-bloc-info-7, .FG-6-bloc-info-8 {
    flex-direction: column;
  }
}
@media (max-width: 465px) {
  .FG-6-tableau {
    font-size: 11px !important;
  }
  .FG-6-img-tableau {
    max-width: 50px !important;
  }
}
@media (max-width: 425px) {
  .FG-6-tableau {
    font-size: 10px !important;
  }
  .FG-6-img-tableau {
    max-width: 45px !important;
  }
}
@media (max-width: 405px) {
  .FG-6-tableau {
    font-size: 9.5px !important;
  }
  .FG-6-img-tableau {
    max-width: 40px !important;
  }
  .FG-6-tableau tr td {
    padding: 1px !important;
  }
  .FG-6-tableau th {
    padding: 1px !important;
  }
}
/*////////////////////////////////////////////////////////////////*/
/*////////////// Comment choisir sa corde ? - 2024 ///////////////*/
/*////////////////////////////////////////////////////////////////*/
.FG-7-thead th:nth-child(1) {
  width: 10%;
}
.FG-7-thead th:nth-child(2) {
  width: 30%;
}
.FG-7-thead th:nth-child(3) {
  width: 20%;
}
.FG-7-thead th:nth-child(4) {
  width: 10%;
}
.FG-7-thead th:nth-child(5) {
  width: 30%;
}
.FG-7-thead-2 th:nth-child(1) {
  width: 30%;
}
.FG-7-thead-2 th:nth-child(2) {
  width: 25%;
}
.FG-7-thead-2 th:nth-child(3) {
  width: 10%;
}
.FG-7-thead-2 th:nth-child(4) {
  width: 35%;
}
.FG-7-h3 {
  margin-top: 60px !important;
}
.FG-7-grid-1 {
  display: grid;
  grid-template-columns: 50px auto 50px auto;
  grid-template-rows: auto auto;
  column-gap: 20px;
  row-gap: 30px;
  margin: 30px 0 0;
}
.FG-7-grid-2 {
  display: grid;
  grid-template-columns: 50px auto 50px auto;
  grid-template-rows: auto;
  column-gap: 20px;
  row-gap: 30px;
  margin: 60px 0 0;
}
.FG-7-grid-1 p, .FG-7-grid-2 p {
  margin: 0 !important
}
.FG-7-picto-tableau img {
  width: 37px !important;
  display: block;
  margin: 5px auto;
}
.FG-7-tableau {
  width: 100%;
  margin: 30px 0 0 !important;
}
.FG-7-tableau tr td {
  padding: 2px !important;
}
.FG-7-tableau th {
  padding: 2px !important;
}
.FG-7-no-line {
  border: none;
}
.FG-7-bold {
  font-weight: 700 !important;
}
.FG-7-center {
  text-align: center !important;
}
.FG-7-img-tableau {
  max-width: 300px !important;
  width: 100%;
}
@media (max-width: 785px) {
  .FG-7-img-tableau {
    max-width: 230px !important;
  }
}
@media (max-width: 700px) {
  .FG-7-tableau {
    font-size: 13px !important;
  }
  .FG-7-img-tableau {
    max-width: 190px !important;
  }
}
@media (max-width: 625px) {
  .FG-7-tableau {
    font-size: 12px !important;
  }
  .FG-7-img-tableau {
    max-width: 160px !important;
  }
}
@media (max-width: 550px) {
  .FG-7-img-tableau {
    max-width: 150px !important;
  }
  .FG-7-grid-1 {
    display: grid;
    grid-template-columns: 50px auto;
    grid-template-rows: auto auto auto auto;
    column-gap: 20px;
    row-gap: 30px;
    margin: 30px 0 0;
  }
  .FG-7-grid-2 {
    display: grid;
    grid-template-columns: 50px auto;
    grid-template-rows: auto auto;
    column-gap: 20px;
    row-gap: 30px;
    margin: 60px 0 0;
  }
}
@media (max-width: 500px) {
  .FG-7-tableau {
    font-size: 11px !important;
  }
  .FG-7-img-tableau {
    max-width: 120px !important;
  }
  .FG-7-tableau tr td {
    padding: 1px !important;
  }
  .FG-7-tableau th {
    padding: 1px !important;
  }
}
@media (max-width: 430px) {
  .FG-7-tableau {
    font-size: 9px !important;
  }
  .FG-7-img-tableau {
    max-width: 100px !important;
  }
}
/*///////////////////////////////////////////////////////////////*/
/*////////////// Page technos Lampes Sport - 2024 ///////////////*/
/*///////////////////////////////////////////////////////////////*/
.FG-8-grid-1 {
  display: grid;
  grid-template-columns: calc(33% - 6.6px) calc(33% - 6.6px) calc(33% - 6.6px);
  column-gap: 10px;
  margin: 30px 0 100px;
}
.FG-8-illustration-1 img, .FG-8-illustration-2 img, .FG-8-illustration-3 img, .FG-8-illustration-19 img, .FG-8-illustration-21 img, .FG-8-illustration-22 img, .FG-8-illustration-23 img, .FG-8-illustration-24 img {
  max-width: 100% !important;
}
.FG-8-illustration-5 img, .FG-8-illustration-6 img, .FG-8-illustration-8 img, .FG-8-illustration-9 img, .FG-8-illustration-10 img, .FG-8-illustration-12 img, .FG-8-illustration-14 img {
  max-width: 100% !important;
  border: 1px solid #d3d3d3;
}
.FG-8-illustration-4 {
  max-width: 25%;
  width: 100%;
  margin: 30px 0 -10px 0;
}
.FG-8-illustration-7 {
  max-width: 19.2%;
  width: 100%;
  margin: 50px 0 -10px 0;
}
.FG-8-illustration-11 {
  width: 150px;
  margin: 0 0 15px 0;
}
.FG-8-illustration-13 {
  width: 150px;
  margin: 0 0 15px 0;
}
.FG-8-illustration-15 {
  width: 150px;
  margin: 0 0 15px 0;
}
.FG-8-legende {
  font-size: 10px;
  margin: 2px 0 0 0;
  display: inline-block;
}
.FG-8-grid-2, .FG-8-grid-3 {
  display: grid;
  grid-template-columns: calc(40% - 25px) calc(60% - 25px);
  column-gap: 50px;
  row-gap: 50px;
  margin: 60px 0 60px 0;
}
.FG-8-grid-4 {
  display: grid;
  grid-template-columns: calc(40% - 25px) calc(60% - 25px);
  column-gap: 50px;
  row-gap: 50px;
  margin: 5% 0 60px 0;
}
.FG-8-grid-5, .FG-8-grid-7, .FG-8-grid-9, .FG-8-grid-10, .FG-8-grid-11 {
  display: grid;
  grid-template-columns: calc(50% - 25px) calc(50% - 25px);
  column-gap: 50px;
  row-gap: 50px;
  margin: 5% 0 60px 0;
}
.FG-8-grid-6, .FG-8-grid-8 {
  display: grid;
  grid-template-columns: 50px calc(80% - 15px);
  column-gap: 20px;
  row-gap: 20px;
  margin: 0 0 10% 0;
}
.FG-8-a {
  margin-bottom: 60px;
  display: block;
}
.FG-8-texte {
  margin: 5% 0 0 0;
}
.FG-8-p {
  margin: 0 !important;
}
.FG-8-p-2 {
  margin-top: 5%;
}
.FG-8-hr {
  height: 3px;
  background-image: url(https://www.petzl.com/sfc/servlet.shepherd/version/download/068Tx000001ziTNIAY);
  border: none;
  margin: 40px 0;
  background-size: 100% 3px;
}
@media (max-width: 650px) {
  .FG-8-grid-1 {
    grid-template-columns: 100%;
    margin: 30px 0 60px;
  }
  .FG-8-illustration-2, .FG-8-illustration-3 {
    display: none;
  }
  .display {
    display: none;
  }
}
@media (max-width: 550px) {
  .FG-8-grid-2, .FG-8-grid-3, .FG-8-grid-4, .FG-8-grid-5 {
    grid-template-columns: 100%;
  }
  .FG-8-illustration-5 img, .FG-8-illustration-6 img, .FG-8-illustration-8 img, .FG-8-illustration-9 img, .FG-8-illustration-10 img, .FG-8-illustration-12 img, .FG-8-illustration-14 img {
    margin-bottom: -30px;
  }
  .FG-8-a {
    margin-bottom: 60px;
  }
  .FG-8-grid-5, .FG-8-grid-7, .FG-8-grid-9, .FG-8-grid-10, .FG-8-grid-11 {
    margin: 5% 0 60px 0;
  }
  .FG-8-grid-2, .FG-8-grid-3, .FG-8-grid-4 {
    margin: 60px 0 60px 0;
  }
  .FG-8-illustration-11, .FG-8-illustration-13, .FG-8-illustration-15 {
    width: 130px;
  }
}
@media (max-width: 500px) {
  .FG-8-grid-2, .FG-8-grid-3 {
    margin: 60px 0 60px 0;
  }
  .FG-8-grid-4 {
    margin: 15% 0 60px 0;
  }
  .FG-8-grid-5, .FG-8-grid-7, .FG-8-grid-9, .FG-8-grid-10, .FG-8-grid-11 {
    grid-template-columns: 100%;
  }
  .FG-8-grid-6 {
    margin: 0 0 25px 0;
  }
  .FG-8-grid-8 {
    margin: 0 0 0 0;
  }
}
/*/////////////////////////////////////////////////////////////*/
/*////////////// Page technos Lampes Pro - 2024 ///////////////*/
/*/////////////////////////////////////////////////////////////*/
.FG-9-grid-1 {
  display: grid;
  grid-template-columns: calc(33.3% - 6.6px) calc(33.3% - 6.6px) calc(33.3% - 6.6px);
  column-gap: 10px;
  row-gap: 10px;
  margin: 30px 0 100px;
  background-color: #000000;
  padding: 10px;
  box-sizing: border-box;
}
.FG-9-illustration-1 img, .FG-9-illustration-2 img, .FG-9-illustration-3 img, .FG-9-illustration-4 img, .FG-9-illustration-5 img, .FG-9-illustration-6 img {
  max-width: 100% !important;
}
.FG-9-legende {
  font-size: 10px;
  margin: 2px 0 0 0;
  display: inline-block;
  color: #888888;
}
.FG-9-grid-2 {
  display: grid;
  grid-template-columns: calc(50% - 25px) calc(50% - 25px);
  column-gap: 50px;
  row-gap: 50px;
  margin: 30px 0 30px 0;
}
.FG-9-illustration-7 {
  width: 150px;
  margin: 0 0 20px 0;
}
.FG-9-illustration-9 {
  width: 198px;
  margin: 0 0 20px 0;
}
.FG-9-illustration-8 img, .FG-9-illustration-10 img, .FG-9-illustration-28 img, .FG-9-illustration-29 img {
  max-width: 100% !important;
  border: 1px solid #d3d3d3;
  margin-bottom: 15px;
}
.video_margin {
  margin: 60px 0 60px;
}
.FG-9-grid-3 {
  display: grid;
  grid-template-columns: calc(40% - 25px) calc(60% - 25px);
  column-gap: 50px;
  row-gap: 50px;
  margin: 60px 0 60px 0;
}
.FG-9-illustration-11 img, .FG-9-illustration-13 img, .FG-9-illustration-15 img {
  max-width: 100% !important;
  border: 1px solid #d3d3d3;
}
.FG-9-illustration-12 {
  width: 150px;
  margin: 0 0 15px 0;
}
.FG-9-illustration-14 {
  width: 150px;
  margin: 0 0 15px 0;
}
.FG-9-illustration-16 {
  width: 150px;
  margin: 0 0 15px 0;
}
.FG-9-grid-4 {
  display: grid;
  grid-template-columns: 60px calc(100% - 60px);
  column-gap: 20px;
  row-gap: 20px;
  margin: 0 0 60px 0;
}
.FG-9-p {
  margin-top: 15px;
  display: block;
}
.FG-9-p-2 {
  margin-top: 30px;
}
.FG-9-p-3 {
  margin-top: 0 !important;
}
.FG-9-hr {
  height: 3px;
  background-image: url(https://www.petzl.com/sfc/servlet.shepherd/version/download/068Tx000001ziTNIAY);
  border: none;
  margin: 40px 0;
  background-size: 100% 3px;
}
.FG-9-grid-5 {
  display: grid;
  grid-template-columns: calc(33.33% - 13.33px) calc(33.33% - 13.33px) calc(33.33% - 13.33px);
  column-gap: 20px;
  margin: 30px 0;
}
.FG-9-grid-6 {
  display: grid;
  grid-template-columns: 60px calc(100% - 80px);
  column-gap: 20px;
  row-gap: 20px;
  margin: 0;
}
.FG-9-grid-7 {
  display: grid;
  grid-template-columns: calc(33.33% - 13.33px) calc(33.33% - 13.33px) calc(33.33% - 13.33px);
  column-gap: 20px;
  row-gap: 20px;
  margin: 30px 0 30px 0;
}
.FG-9-align {
  align-self: center;
}
.FG-9-grid-8 {
  display: grid;
  grid-template-columns: calc(50% - 25px) calc(50% - 25px);
  column-gap: 50px;
  row-gap: 50px;
  margin: 30px 0 30px 0;
}
@media (max-width: 800px) {
  .FG-9-grid-5 {
    grid-template-columns: 100%;
    row-gap: 15px;
  }
  .FG-9-grid-7 {
    grid-template-columns: 100%;
  }
}
@media (max-width: 700px) {
  .FG-9-grid-1 {
    grid-template-columns: calc(50% - 5px) calc(50% - 5px);
  }
  .FG-9-grid-2 {
    column-gap: 30px;
  }
  .FG-9-grid-3 {
    column-gap: 30px;
  }
  .FG-9-grid-8 {
    column-gap: 30px;
  }
}
@media (max-width: 550px) {
  .FG-9-grid-2 {
    grid-template-columns: 100%;
    margin: 30px 0 0 0;
  }
  .FG-9-grid-3 {
    grid-template-columns: 100%;
    row-gap: 20px;
  }
  .FG-9-p {
    margin-bottom: 30px;
  }
  .FG-9-grid-4 {
    margin: -30px 0 60px 0;
  }
  .FG-9-grid-8 {
    grid-template-columns: 100%;
    row-gap: 30px;
  }
}
@media (max-width: 500px) {
  .FG-9-grid-1 {
    grid-template-columns: 100%;
    row-gap: 0px;
  }
  .display {
    display: none;
  }
  .FG-9-illustration-2, .FG-9-illustration-3, .FG-9-illustration-4, .FG-9-illustration-5, .FG-9-illustration-6 {
    display: none;
  }
}
/*/////////////////////////////////////////////////////////////*/
/*////////////// Page technos Lampes Pro - 2024 ///////////////*/
/*/////////////////////////////////////////////////////////////*/
.FG-10-strong {
  font-weight: 700 !important;
}
.FG-10-grid-1 {
  display: grid;
  grid-template-columns: 55px 55px 55px 55px;
  column-gap: 10px;
  margin: 30px 0 0;
  width: max-content;
}
.FG-10-illustration-1, .FG-10-illustration-2, .FG-10-illustration-3, .FG-10-illustration-4 {
  width: 55px;
}
.FG-10-grid-2 {
  display: grid;
  grid-template-columns: calc(25% - 35px) calc(25% - 35px) 40px calc(25% - 35px) calc(25% - 35px);
  column-gap: 20px;
  row-gap: 20px;
  margin: 60px 0 60px;
}
.FG-10-texte-1 {
  grid-column-start: 1;
  grid-column-end: 2;
  grid-row-start: 1;
  grid-row-end: 2;
  width: max-content !important;
  display: grid;
  margin-top: 0px !important;
}
.FG-10-texte-2 {
  grid-row-start: 1;
  grid-row-end: 2;
  grid-column-start: 4;
  grid-column-end: 5;
  width: max-content !important;
  display: grid;
  margin-top: 0px !important;
}
.FG-10-texte-3 {
  margin-top: -35px;
}
.FG-10-texte-4 {
  margin-top: -35px;
}
.FG-10-texte-2 {
  grid-row-start: 1;
  grid-row-end: 2;
  grid-column-start: 4;
  grid-column-end: 5;
  width: max-content !important;
  display: grid;
  margin-top: 0px !important;
}
.FG-10-illustration-5 {
  grid-column-start: 1;
  grid-column-end: 2;
  grid-row-start: 2;
  grid-row-end: 4;
  display: grid;
  width: 100%;
  max-width: 221px;
}
.FG-10-illustration-5 img {
  width: 100%;
}
.FG-10-illustration-6 img {
  width: 100%;
}
.FG-10-illustration-7 img {
  width: 100%;
}
.FG-10-illustration-8 img {
  width: 100%;
}
.FG-10-illustration-6 {
  grid-column-start: 2;
  grid-column-end: 3;
  grid-row-start: 2;
  grid-row-end: 4;
  display: grid;
  width: 100%;
  max-width: 221px;
}
.FG-10-illustration-7 {
  grid-column-start: 4;
  grid-column-end: 5;
  grid-row-start: 2;
  grid-row-end: 3;
  display: grid;
  width: 100%;
  max-width: 221px;
}
.FG-10-illustration-8 {
  grid-column-start: 4;
  grid-column-end: 5;
  grid-row-start: 3;
  grid-row-end: 4;
  display: grid;
  width: 100%;
  max-width: 221px;
  margin-top: -30px;
}
.FG-10-texte-5 {
  grid-column-start: 5;
  grid-column-end: 5;
  grid-row-start: 2;
  grid-row-end: 3;
  width: max-content !important;
  display: grid;
  margin-top: 60px;
}
.FG-10-texte-6 {
  grid-column-start: 5;
  grid-column-end: 5;
  grid-row-start: 3;
  grid-row-end: 4;
  width: max-content !important;
  display: grid;
  margin-top: 35px;
}
.FG-10-illustration-9 {
  width: 100%;
  margin-bottom: -80px !important;
}
.FG-10-illustration-9 img {
  width: 100%;
}
@media (max-width: 850px) {
  .FG-10-grid-2 {
    grid-template-columns: calc(50% - 10px) calc(50% - 10px);
  }
  .FG-10-texte-2 {
    grid-row-start: 4;
    grid-row-end: 5;
    grid-column-start: 1;
    grid-column-end: 3;
    margin-top: 50px !important;
  }
  .FG-10-illustration-7 {
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 4;
    grid-row-end: 5;
  }
  .FG-10-illustration-8 {
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 5;
    grid-row-end: 6;
  }
  .FG-10-texte-5 {
    grid-column-start: 2;
    grid-column-end: 2;
    grid-row-start: 5;
    grid-row-end: 6;
    margin: 60px 0 0 60px;
  }
  .FG-10-texte-6 {
    grid-column-start: 2;
    grid-column-end: 2;
    grid-row-start: 6;
    grid-row-end: 7;
    margin: 30px 0 0 90px;
  }
  .FG-10-illustration-7 {
    grid-column-start: 1;
    grid-column-end: 3;
    grid-row-start: 5;
    grid-row-end: 6;
    margin: 0 auto;
  }
  .FG-10-illustration-8 {
    grid-column-start: 1;
    grid-column-end: 3;
    grid-row-start: 6;
    grid-row-end: 7;
    margin: -30px auto 0;
  }
  .FG-10-texte-3, .FG-10-texte-4 {
    text-align: center;
  }
}
@media (max-width: 750px) {
  .FG-10-grid-2 {
    grid-template-columns: 100%;
  }
  .FG-10-illustration-5 {
    margin: 0 auto;
  }
  .FG-10-texte-2 {
    grid-row-start: 7;
    grid-row-end: 8;
    grid-column-start: 1;
    grid-column-end: 2;
    margin-top: 0 !important;
  }
  .FG-10-texte-3, .FG-10-texte-4 {
    text-align: center;
  }
  .FG-10-illustration-6 {
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 5;
    grid-row-end: 6;
    margin: 0 auto;
  }
  .FG-10-illustration-7 {
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 8;
    grid-row-end: 9;
    margin: 0 auto;
  }
  .FG-10-illustration-8 {
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 9;
    grid-row-end: 10;
    margin: -20px auto 0;
  }
  .FG-10-texte-5 {
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 8;
    grid-row-end: 9;
    margin: 60px 0 0 calc(50% + 65px);
  }
  .FG-10-texte-6 {
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 9;
    grid-row-end: 10;
    margin: 30px 0 0 calc(50% + 90px);
  }
}
/*///////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*////////////// Harnais pour l'antichute, le maintien au travail et la suspension Sneak 2025 ///////////////*/
/*///////////////////////////////////////////////////////////////////////////////////////////////////////////*/
.FG-11-strong {
  font-weight: 700 !important;
}
.FG-11-grid-1 {
  display: grid;
  grid-template-columns: 55px 55px 55px 55px;
  column-gap: 10px;
  margin: 30px 0 0;
  width: max-content;
}
.FG-11-illustration-1, .FG-11-illustration-2, .FG-11-illustration-3 {
  width: 55px;
}
.FG-11-grid-2 {
  display: grid;
  grid-template-columns: calc(25% - 35px) calc(25% - 35px) 40px calc(25% - 35px) calc(25% - 35px);
  column-gap: 20px;
  row-gap: 20px;
  margin: 60px 0 60px;
}
.FG-11-grid-3 {
  display: grid;
  grid-template-columns: calc(25% - 35px) calc(25% - 35px) calc(25% - 35px) 40px calc(25% - 35px);
  column-gap: 20px;
  row-gap: 20px;
  margin: 60px 0 60px;
}
.FG-11-texte-1 {
  margin-top: 60px;
}
.FG-11-texte-2 {
  text-align: center;
}
.FG-11-illustration-4 {
  grid-column-start: 1;
  grid-column-end: 2;
  grid-row-start: 1;
  grid-row-end: 2;
  display: grid;
  width: 100%;
  max-width: 221px;
}
.FG-11-illustration-5 {
  grid-column-start: 2;
  grid-column-end: 3;
  grid-row-start: 1;
  grid-row-end: 2;
  display: grid;
  width: 100%;
  max-width: 221px;
}
.FG-11-illustration-6 {
  grid-column-start: 4;
  grid-column-end: 5;
  grid-row-start: 1;
  grid-row-end: 2;
  display: grid;
  width: 100%;
  max-width: 221px;
}
.FG-11-illustration-7 {
  grid-column-start: 5;
  grid-column-end: 6;
  grid-row-start: 1;
  grid-row-end: 2;
  display: grid;
  width: 100%;
  max-width: 221px;
}
.FG-11-illustration-8 {
  grid-column-start: 1;
  grid-column-end: 2;
  grid-row-start: 1;
  grid-row-end: 2;
  display: grid;
  width: 100%;
  max-width: 221px;
}
.FG-11-illustration-9 {
  grid-column-start: 2;
  grid-column-end: 3;
  grid-row-start: 1;
  grid-row-end: 2;
  display: grid;
  width: 100%;
  max-width: 221px;
}
.FG-11-illustration-10 {
  grid-column-start: 3;
  grid-column-end: 4;
  grid-row-start: 1;
  grid-row-end: 2;
  display: grid;
  width: 100%;
  max-width: 221px;
}
.FG-11-illustration-4 img, .FG-11-illustration-5 img, .FG-11-illustration-6 img, .FG-11-illustration-7 img, .FG-11-illustration-8 img, .FG-11-illustration-9 img, .FG-11-illustration-10 img {
  width: 100%;
}
.FG-11-illustration-8 img, .FG-11-illustration-9 img, .FG-11-illustration-10 img {
  margin-bottom: 12px;
}
.FG-11-illustration-11 {
  width: 100%;
  margin-bottom: -80px !important;
}
.FG-11-illustration-11 img {
  width: 100%;
}
@media (max-width: 850px) {
  .FG-11-grid-2 {
    grid-template-columns: calc(50% - 10px) calc(50% - 10px);
  }
  .FG-11-grid-3 {
    grid-template-columns: calc(50% - 10px) calc(50% - 10px);
  }
  .FG-11-illustration-6 {
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 2;
    grid-row-end: 3;
  }
  .FG-11-illustration-7 {
    grid-column-start: 2;
    grid-column-end: 3;
    grid-row-start: 2;
    grid-row-end: 3;
  }
  .FG-11-illustration-10 {
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 2;
    grid-row-end: 3;
  }
}
@media (max-width: 550px) {
  .FG-11-grid-2 {
    grid-template-columns: 100%;
  }
  .FG-11-grid-3 {
    grid-template-columns: 100%;
  }
  .FG-11-illustration-4 {
    margin: auto;
  }
  .FG-11-illustration-5 {
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 2;
    grid-row-end: 3;
    margin: auto;
  }
  .FG-11-illustration-6 {
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 3;
    grid-row-end: 4;
    margin: auto;
  }
  .FG-11-illustration-7 {
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 4;
    grid-row-end: 5;
    margin: auto;
  }
  .FG-11-illustration-8 {
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 1;
    grid-row-end: 2;
    margin: auto;
  }
  .FG-11-illustration-9 {
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 2;
    grid-row-end: 3;
    margin: auto;
  }
  .FG-11-illustration-10 {
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 3;
    grid-row-end: 3;
    margin: auto;
  }
}
/*////////////////////////////////////////////////////////////////////////////////*/
/*////////////// Lampes frontales compactes et robustes Sneak 2025 ///////////////*/
/*////////////////////////////////////////////////////////////////////////////////*/
.FG-12-strong {
  font-weight: 700 !important;
}
.FG-12-texte-1 {
  margin-top: 60px;
}
.FG-12-texte-2 {
  margin-top: 30px;
}
.FG-12-grid-1 {
  display: grid;
  grid-template-columns: 140px 50px 50px 50px 50px 50px 50px;
  column-gap: 10px;
  margin: 30px 0 0;
  width: max-content;
}
.FG-12-illustration-1 {
  width: 135px;
  margin: 10px 0 0 0;
}
.FG-12-illustration-2, .FG-12-illustration-3, .FG-12-illustration-4, .FG-12-illustration-5, .FG-12-illustration-6 {
  width: 55px;
}
.FG-12-grid-2 {
  display: grid;
  grid-template-columns: 240px 115px 105px 150px;
  align-items: center;
  column-gap: 10px;
  margin: 10px 0 40px;
  width: max-content;
}
.FG-12-illustration-7 {
  grid-column-start: 1;
  grid-column-end: 2;
  grid-row-start: 1;
  grid-row-end: 2;
  display: grid;
  width: 100%;
  max-width: 221px;
}
.FG-12-illustration-7 img {
  width: 100%;
}
.FG-12-grid-3 {
  display: grid;
  grid-template-columns: 240px 115px 150px;
  align-items: center;
  column-gap: 10px;
  margin: 10px 0 40px;
  width: max-content;
}
.FG-12-illustration-11 {
  grid-column-start: 1;
  grid-column-end: 2;
  grid-row-start: 1;
  grid-row-end: 2;
  display: grid;
  width: 100%;
  max-width: 221px;
}
.FG-12-illustration-11 img {
  width: 100%;
}
.FG-12-grid-4 {
  display: grid;
  grid-template-columns: 240px 115px 95px;
  align-items: center;
  column-gap: 10px;
  margin: 10px 0 10px;
  width: max-content;
}
.FG-12-illustration-14 {
  grid-column-start: 1;
  grid-column-end: 2;
  grid-row-start: 1;
  grid-row-end: 2;
  display: grid;
  width: 100%;
  max-width: 221px;
}
.FG-12-illustration-14 img {
  width: 100%;
}
.FG-12-illustration-18 {
  width: 100%;
  margin-bottom: -80px !important;
}
.FG-12-illustration-18 img {
  width: 100%;
}
.FG-12-illustration-8 {
  border-right: solid 1px #d3d3d3;
  padding-right: 10px;
}
.FG-12-illustration-9 {
  border-right: solid 1px #d3d3d3;
  padding-right: 10px;
}
.FG-12-illustration-12 {
  border-right: solid 1px #d3d3d3;
  padding-right: 10px;
}
.FG-12-illustration-15 {
  border-right: solid 1px #d3d3d3;
  padding-right: 10px;
}
.FG-12-grid-5 {
  display: grid;
  grid-template-columns: 35px 300px;
  align-items: center;
  column-gap: 10px;
  margin: 0px 0 60px;
  width: max-content;
}
.FG-12-illustration-11-bis {
  grid-column-start: 1;
  grid-column-end: 2;
  grid-row-start: 2;
  grid-row-end: 3;
  width: 100%;
  max-width: 60px;
}
@media (max-width: 800px) {
  .FG-12-grid-2 {
    grid-template-columns: 115px 105px 150px;
    row-gap: 10px;
  }
  .FG-12-illustration-7 {
    grid-column-start: 1;
    grid-column-end: 4;
    grid-row-start: 1;
    grid-row-end: 2;
  }
  .FG-12-grid-3 {
    grid-template-columns: 115px 150px;
    row-gap: 10px;
  }
  .FG-12-illustration-11 {
    grid-column-start: 1;
    grid-column-end: 3;
    grid-row-start: 1;
    grid-row-end: 2;
  }
  .FG-12-illustration-12 {
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 3;
    grid-row-end: 4;
  }
  .FG-12-illustration-13 {
    grid-column-start: 2;
    grid-column-end: 3;
    grid-row-start: 3;
    grid-row-end: 4;
  }
  .FG-12-illustration-11-bis {
    margin: -10px 0 5px 0;
  }
  .FG-12-grid-4 {
    display: grid;
    grid-template-columns: 115px 95px;
    row-gap: 10px;
  }
  .FG-12-illustration-14 {
    grid-column-start: 1;
    grid-column-end: 3;
    grid-row-start: 1;
    grid-row-end: 2;
  }
  .FG-12-illustration-15 {
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 2;
    grid-row-end: 3;
  }
  .FG-12-illustration-16 {
    grid-column-start: 2;
    grid-column-end: 3;
    grid-row-start: 2;
    grid-row-end: 3;
  }
}
@media (max-width: 500px) {
  .FG-12-grid-1 {
    grid-template-columns: 50px 50px 50px 50px 50px 50px;
    row-gap: 10px;
  }
  .FG-12-illustration-1 {
    grid-column-start: 1;
    grid-column-end: 6;
    grid-row-start: 1;
    grid-row-end: 2;
  }
  .FG-12-illustration-2 {
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 2;
    grid-row-end: 3;
  }
  .FG-12-illustration-3 {
    grid-column-start: 2;
    grid-column-end: 3;
    grid-row-start: 2;
    grid-row-end: 3;
  }
  .FG-12-illustration-4 {
    grid-column-start: 3;
    grid-column-end: 4;
    grid-row-start: 2;
    grid-row-end: 3;
  }
  .FG-12-illustration-5 {
    grid-column-start: 4;
    grid-column-end: 5;
    grid-row-start: 2;
    grid-row-end: 3;
  }
  .FG-12-illustration-6 {
    grid-column-start: 5;
    grid-column-end: 6;
    grid-row-start: 2;
    grid-row-end: 3;
  }
}
@media (max-width: 450px) {
  .FG-12-illustration-10 {
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 3;
    grid-row-end: 4;
  }
}
/*/////////////////////////////////////////////////////////////*/
/*////////////// Comment choisir ses crampons ? ///////////////*/
/*/////////////////////////////////////////////////////////////*/
.FG-13-video-border {
  border: 1px solid #eeeeee;
}
.FG-13-strong {
  font-weight: 700 !important;
}
.FG-13-table-1, .FG-13-table-2, .FG-13-table-3 {
  font-size: 13px !important;
}
.FG-13-table-1 p {
  margin: 2px 0 5px !important;
  line-height: 16px;
}
.FG-13-table-1 img {
  margin: 0 auto !important;
  display: block;
}
.FG-13-table-1 tr td {
  height: 50px !important;
}
.FG-13-tableau {
  width: 100%;
  margin: 30px 0 0 !important;
}
.FG-13-thead th:nth-child(1) {
  width: 12.5%;
}
.FG-13-thead th:nth-child(2) {
  width: 12.5%;
}
.FG-13-thead th:nth-child(3) {
  width: 12.5%;
}
.FG-13-thead th:nth-child(4) {
  width: 12.5%;
}
.FG-13-thead th:nth-child(5) {
  width: 12.5%;
}
.FG-13-thead th:nth-child(6) {
  width: 12.5%;
}
.FG-13-thead th:nth-child(7) {
  width: 12.5%;
}
.FG-13-thead th:nth-child(8) {
  width: 12.5%;
}
.FG-13-tableau tr td {
  padding: 2px !important;
}
.FG-13-tableau th {
  padding: 2px !important;
}
.FG-13-no-line {
  border: none;
}
.FG-13-bold {
  font-weight: 700 !important;
}
.FG-13-center {
  text-align: center !important;
}
.FG-13-img-tableau {
  max-width: 110px !important;
  width: 100%;
}
.FG-13-note {
  font-size: 10px !important;
  margin-right: 15px;
  color: #333333;
}
.FG-13-h3 {
  margin-top: 60px !important;
}
.FG-13-etoile {
  font-size: 9px;
}
.FG-1table-2 {
  border: hidden !important;
}
.FG-13-table-2 th {
  border: hidden !important;
  border-bottom: 1px solid #e6e6e6 !important;
}
.FG-13-table-2 p {
  line-height: 16px;
}
.FG-13-table-2 td {
  border-right: hidden !important;
  border-left: hidden !important;
  border-bottom: 1px solid #e6e6e6;
  border-top: 1px solid #e6e6e6;
}
.FG-13-table-2 tr td {
  height: 50px !important;
  padding: 10px !important;
}
.FG-13-thead-2 th:nth-child(1) {
  width: 16%;
}
.FG-13-thead-2 th:nth-child(2) {
  width: 10%;
}
.FG-13-thead-2 th:nth-child(3) {
  width: 18%;
}
.FG-13-thead-2 th:nth-child(4) {
  width: 10%;
}
.FG-13-thead-2 th:nth-child(5) {
  width: 18%;
}
.FG-13-thead-2 th:nth-child(6) {
  width: 10%;
}
.FG-13-thead-2 th:nth-child(7) {
  width: 18%;
}
.FG-13-hr {
  height: 3px;
  background-image: url(https://www.petzl.com/sfc/servlet.shepherd/version/download/068Tx000001ziTNIAY);
  border: none;
  margin: 70px 0;
  background-size: 100% 3px;
}
.FG-13-tableau-3 {
  width: 100%;
  margin: 30px 0 !important;
}
.FG-13-table-3 tr td {
  height: 50px !important;
}
.FG-13-thead-3 th:nth-child(1) {
  width: 66.4%;
}
.FG-13-thead-3 th:nth-child(2) {
  width: 33.2%;
}
.FG-13-illustration-1 {
  width: 100%;
  max-width: 500px;
  margin: 30px 0 -50px;
}
.FG-13-illustration-1 img {
  width: 100%;
}
.FG-13-p-center {
  text-align: center;
}
.FG-13-table-3 tr {
  border: none !important;
}
.FG-13-table-3 th {
  border: none !important;
}
.FG-13-table-3 td {
  border: none !important;
  text-align: right;
}
.FG-13-table-3 tr td:nth-child(2n) {
  border-right: 1px solid #e6e6e6 !important;
}
.FG-13-table-3 tr td:nth-child(6), .FG-13-table-3 tr td:nth-child(12), .FG-13-table-3 tr td:nth-child(18) {
  border: none !important;
}
@media (max-width: 975px) {
  .FG-13-thead th:nth-child(2) {
    width: 10% !important;
  }
  .FG-13-table-1 {
    font-size: 11px !important;
  }
  .FG-13-img-tableau {
    max-width: 90px !important;
  }
}
@media (max-width: 810px) {
  .FG-13-table-1 {
    font-size: 10px !important;
  }
  .FG-13-img-tableau {
    max-width: 80px !important;
  }
}
@media (max-width: 730px) {
  .FG-13-table-1 {
    font-size: 9px !important;
  }
  .FG-13-img-tableau {
    max-width: 70px !important;
  }
}
@media (max-width: 660px) {
  .FG-13-table-1 {
    font-size: 8px !important;
  }
  .FG-13-img-tableau {
    max-width: 65px !important;
  }
}
@media (max-width: 600px) {
  .FG-13-table-1 {
    font-size: 7.5px !important;
  }
  .FG-13-img-tableau {
    max-width: 65px !important;
  }
}
@media (max-width: 530px) {
  .FG-13-table-1 {
    font-size: 7.5px !important;
  }
  .FG-13-img-tableau {
    max-width: 55px !important;
  }
  .FG-13-thead th:nth-child(2) {
    width: 8% !important;
  }
  .FG-13-tableau th {
    padding: 1px !important;
  }
  .FG-13-table-2, .FG-13-table-2 p, .FG-13-table-3 {
    font-size: 11px !important;
  }
}
@media (max-width: 460px) {
  .FG-13-table-1 p, .FG-13-table-3 td {
    font-size: 11px;
    line-height: 12px;
  }
  .FG-13-img-tableau {
    max-width: 50px !important;
  }
  .FG-13-note {
    display: block;
    margin-bottom: 2px !important;
  }
  .FG-13-table-1 {
    margin-bottom: 8px !important;
  }
}
@media (max-width: 440px) {
  .FG-13-table-1 {
    font-size: 6.5px !important;
  }
  .FG-13-table-2 tr td {
    height: 50px !important;
    padding: 3px !important;
  }
  .FG-13-table-2 p {
    margin: 3px 0;
  }
}
@media (max-width: 410px) {
  .FG-13-table-1 p {
    font-size: 9px;
    line-height: 10px;
  }
  .FG-13-img-tableau {
    max-width: 40px !important;
  }
  .FG-13-etoile {
    font-size: 7px;
  }
  .FG-13-note {
    font-size: 8px !important;
  }
}
/*/////////////////////////////////////////////////////////////*/
/*////////////// Comment choisir ses crampons ? ///////////////*/
/*/////////////////////////////////////////////////////////////*/
