.Advice {
  margin: 20px 0 60px;
  cursor: pointer;
}
.Advice_tabsContainer {
  font-size: 0;
  display: table;
}
.Advice_tabsContainer-firstLine .Advice_tab {
  border-top: 1px solid #dbdbdb;
}
.Advice_tab {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: relative;
  z-index: 1;
  display: table-cell;
  vertical-align: top;
  text-align: center;
  padding: 20px 0 16px;
  min-width: 168px;
  min-height: 154px;
  border-left: 1px solid #dbdbdb;
  border-bottom: 1px solid #dbdbdb;
  font-size: 13px;
}
.Advice_tab:last-child {
  border-right: 1px solid #dbdbdb;
}
.Advice .Advice_tab-opened {
  z-index: 3;
  border: 1px solid;
  background-color: white;
  border-bottom-color: white;
}
.Advice .Advice_tab-opened .Advice_labelContainer-less {
  display: block;
}
.Advice .Advice_tab-opened .Advice_labelContainer-more {
  display: none;
}
.Advice_labelContainer-more {
  display: block;
}
.Advice_labelContainer-more .Advice_picto {
  overflow: hidden;
  background-repeat: no-repeat;
  background-image: url('https://www.petzl.com/resource/1747820691000/Petzl_Front/static/img/sprite-hd.png');
  background-size: 124px 552px;
  width: 25px;
  height: 25px;
  background-position: -32px -486px;
}
.Advice_labelContainer-less {
  display: none;
}
.Advice_labelContainer-less .Advice_picto {
  overflow: hidden;
  background-repeat: no-repeat;
  background-image: url('https://www.petzl.com/resource/1747820691000/Petzl_Front/static/img/sprite-hd.png');
  background-size: 124px 552px;
  width: 25px;
  height: 25px;
  background-position: -32px -459px;
}
.Advice_picto {
  margin: 20px 0 6px;
}
.Advice_content {
  position: relative;
  z-index: 2;
  margin-top: -1px;
  padding: 20px 30px;
  opacity: 0;
  overflow: hidden;
  border: 1px solid;
  text-align: center;
}
.Advice_content p {
  text-align: left;
  width: 100%;
}
.Advice_content h4 {
  text-align: left;
}
.Advice_content h5 {
  font-size: 16px;
  font-weight: normal;
}
.Advice_content img {
  margin-top: 16px;
}
.technicalContentContainer {
  width: 100% !important;
}
.technicalContentContainer .technicalContent_warningIcon {
  overflow: hidden;
  background-repeat: no-repeat;
  background-image: url('https://www.petzl.com/resource/1747820691000/Petzl_Front/static/img/sprite-hd.png');
  background-size: 124px 552px;
  width: 48px;
  height: 45px;
  background-position: -74px -69px;
}
.technicalContentContainer p {
  font-size: 16px;
}
.technicalContentContainer .technicalContent h2 {
  font-family: 'HelveticaNeueW01-45Ligh', sans-serif;
  font-size: 34px;
  color: #222222;
}
.technicalContentContainer .technicalContent h3 {
  font-family: 'HelveticaNeueW01-45Ligh', sans-serif;
  font-size: 26px;
  color: #444444;
}
.technicalContentContainer .technicalContent h4 {
  font: 400 16px 'HelveticaNeueW01-65Medi';
  color: #444444;
  text-transform: uppercase;
}
.technicalContentContainer ul > li:before {
  content: "• ";
  color: #444;
}
.technicalContentContainer .technicalContentRight {
  width: 25.5%;
  padding-left: 3%;
  vertical-align: top;
}
.technicalContentContainer .technicalContentLeft {
  width: 71%;
}
.technicalContentContainer .avantages,
.technicalContentContainer .inconvenients {
  list-style: none;
  padding: 0;
  margin: 14px 0;
}
.technicalContentContainer .avantages li,
.technicalContentContainer .inconvenients li {
  margin-top: 4px;
}
.technicalContentContainer .avantages li:before,
.technicalContentContainer .inconvenients li:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 14px;
  height: 14px;
  margin-right: 6px;
}
.technicalContentContainer .avantages li:before {
  background-image: url('https://www.petzl.com/resource/1747820691000/Petzl_Front/static/img/pictos-avantage.png');
}
.technicalContentContainer .inconvenients li:before {
  background-image: url('https://www.petzl.com/resource/1747820691000/Petzl_Front/static/img/pictos-inconvenient.png');
}
/**
 * MENU DROITE
 */
.technicalContentContainer .technicalContentRight .puceYellow {
  margin-right: 10px;
}
.technicalContentContainer .technicalContentRight > p {
  font: 400 13px 'HelveticaNeueW01-65Medi';
  text-transform: uppercase;
  color: #222222;
  padding-bottom: 8px;
}
.technicalContentContainer .technicalContentRight > p .bullSeparator {
  background-position: -142px -239px;
  width: 6px;
  height: 5px;
  margin-right: 10px;
}
.technicalContentContainer .technicalContentRight .technicalMenu {
  padding: 20px 30px;
  background: #f4f4f4;
  margin-top: 2px;
  color: #6b6b6b;
  cursor: pointer;
}
.technicalContentContainer .technicalContentRight .technicalMenu ul > li:before {
  content: "";
}
.technicalContentContainer .technicalContentRight .technicalMenu .menuTitle {
  font: 400 13px 'HelveticaNeueW01-65Medi';
}
.technicalContentContainer .technicalContentRight .technicalMenu .menuTitle .bigArrowBottom {
  overflow: hidden;
  background-repeat: no-repeat;
  background-image: url('https://www.petzl.com/resource/1747820691000/Petzl_Front/static/img/sprite-hd.png');
  background-size: 124px 552px;
  width: 7px;
  height: 4px;
  background-position: -101px -546px;
  margin-top: -3px;
  margin-right: 3px;
}
.technicalContentContainer .technicalContentRight .technicalMenu .technicalMenuInner {
  overflow: hidden;
}
.technicalContentContainer .technicalContentRight .technicalMenu .technicalMenuInner ul li {
  padding: 0;
  margin-left: 0;
}
.technicalContentContainer .technicalContentRight .technicalMenu .technicalMenuInner ul li a.selected {
  color: #222222;
}
.technicalContentContainer .technicalContentRight .technicalMenu .technicalMenuInner ul li a.selected .bullSeparator {
  background-position: -165px -239px;
  width: 4px;
  height: 5px;
}
.technicalContentContainer .technicalContentRight .technicalMenu .technicalMenuInner ul li .bullSeparator {
  margin-right: 8px;
}
.technicalContentContainer .technicalContentRight .technicalMenu .technicalMenuInner ul li a {
  text-decoration: none;
  color: #6b6b6b;
  font-size: 13px;
  font-family: 'HelveticaNeueW01-55Roma', sans-serif;
}
/**
 * INTEGRATION LEFT
 */
.technicalContentLeft h1 {
  text-transform: initial;
  width: 80%;
}
.technicalContentLeft h1 .expertOnly {
  overflow: hidden;
  background-repeat: no-repeat;
  background-image: url('https://www.petzl.com/resource/1747820691000/Petzl_Front/static/img/sprite-hd.png');
  background-size: 124px 552px;
  width: 45px;
  height: 20px;
  background-position: -74px -116px;
  margin-top: -15px;
  margin-left: -8px;
  margin-right: 15px;
}
.technicalContentLeft .socialLinks {
  margin-top: 20px;
  margin-bottom: 10px;
}
.technicalContentLeft .warningContainer {
  margin-top: 25px;
  width: 88.7%;
  background: #f4e3ce;
  border: 1px solid #f49722;
  padding: 16px;
  position: relative;
  cursor: pointer;
}
.technicalContentLeft .warningContainer .warningIcon {
  overflow: hidden;
  background-repeat: no-repeat;
  background-image: url('https://www.petzl.com/resource/1747820691000/Petzl_Front/static/img/sprite-hd.png');
  background-size: 124px 552px;
  width: 27px;
  height: 25px;
  background-position: -32px -403px;
  margin-right: 10px;
}
.technicalContentLeft .warningContainer .warningTitle {
  font: 400 18px 'HelveticaNeueW01-65Medi';
  color: #222222;
  text-transform: uppercase;
  vertical-align: bottom;
  padding-bottom: 1px;
}
.technicalContentLeft .warningContainer .lessIcon {
  overflow: hidden;
  background-repeat: no-repeat;
  background-image: url('https://www.petzl.com/resource/1747820691000/Petzl_Front/static/img/sprite-hd.png');
  background-size: 124px 552px;
  width: 10px;
  height: 4px;
  background-position: -89px -546px;
  position: absolute;
  top: 26px;
  right: 24px;
}
.technicalContentLeft .warningContainer .plusIcon {
  overflow: hidden;
  background-repeat: no-repeat;
  background-image: url('https://www.petzl.com/resource/1747820691000/Petzl_Front/static/img/sprite-hd.png');
  background-size: 124px 552px;
  width: 16px;
  height: 16px;
  background-position: -58px -433px;
  top: 19px;
  right: 20px;
  position: absolute;
  opacity: 0;
}
.technicalContentLeft .warningContainer ul {
  overflow: hidden;
}
.technicalContentLeft .warningContainer ul li {
  margin-left: 0px;
  font-size: 16px;
  line-height: 20px;
}
.technicalContentLeft .blocImageText,
.technicalContentLeft .blocTextImage {
  margin-top: 50px;
}
.technicalContentLeft .blocImageText img {
  width: 44.9%;
}
.technicalContentLeft .blocImageText .text {
  width: 53%;
  vertical-align: top;
}
.technicalContentLeft .blocImageText .text p,
.technicalContentLeft .blocImageText .text h3 {
  width: 75%;
  padding-left: 16px;
}
.technicalContentLeft .blocTextImage img {
  width: 55%;
}
.technicalContentLeft .blocTextImage .text {
  width: 42.9%;
  vertical-align: top;
}
.technicalContentLeft .blocTextImage .text p,
.technicalContentLeft .blocTextImage .text h3 {
  width: 90%;
}
.technicalContentLeft .blockMenu {
  border: none;
  margin-top: 40px;
  padding-bottom: 0px;
}
.technicalContentLeft .activityBlock .associatedActivityContainer,
.associatedProductsContainer {
  margin-top: 25px;
}
.technicalContentLeft .activityBlock .associatedActivityContainer .activity {
  margin-left: 35px;
  width: 19.1%;
  vertical-align: top;
}
.technicalContentLeft .activityBlock .associatedActivityContainer .activity:first-child {
  margin-left: 0px;
}
.technicalContentLeft .activityBlock .activity a {
  text-decoration: none;
}
.technicalContentLeft .activityBlock .activity .activityTitle {
  font-family: 'HelveticaNeueW01-45Ligh', sans-serif;
  font-size: 18px;
  color: #222222;
  text-transform: uppercase;
  margin-top: 10px;
  display: block;
}
.technicalContentLeft .activityBlock .activity img {
  width: 100%;
}
.technicalContentContainer .navigation {
  margin-top: 40px;
  padding-top: 40px;
  border-top: 1px solid #dbdbdb;
}
#contentTechnicalContent .navigation p {
  width: auto;
}
#contentTechnicalContent .navigation .navigation__title + img {
  border: 1px solid #E8E8E8;
  width: 106px;
}
#contentTechnicalContent .navigation__link {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#contentTechnicalContent .navigation__title {
  font-size: 18px;
  margin-bottom: 15px;
  margin-top: 5px;
  font-family: 'HelveticaNeueW01-45Ligh', sans-serif;
  color: #222222;
}
#contentTechnicalContent .navigation__arrows {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
#contentTechnicalContent .navigation__arrows p {
  display: inline-block;
  font-size: 12px;
  font-family: 'HelveticaNeueW01-45Ligh', sans-serif;
  color: #222222;
  margin-top: 0;
}
#contentTechnicalContent .navigation__container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 20px;
}
#contentTechnicalContent .navigation__container-button {
  text-align: center;
}
#contentTechnicalContent .navigation__left {
  position: relative;
  text-align: left;
}
#contentTechnicalContent .navigation__left .navigation__arrows {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
#contentTechnicalContent .navigation__left .navigation__arrows img {
  margin-right: 10px;
}
#contentTechnicalContent .navigation__right {
  position: relative;
  text-align: right;
}
#contentTechnicalContent .navigation__right .navigation__arrows {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
#contentTechnicalContent .navigation__right .navigation__arrows img {
  margin-left: 10px;
}
