.idcom-page-locked #wp-admin-bar-so_live_editor,
.idcom-page-locked #wp-admin-bar-edit {
  display: none !important;
}
.historique {
  padding: 100px 0;
}
.historique .global {
  display: table;
  max-width: 1000px;
  margin: auto;
}
.historique .list {
  display: flex;
  justify-content: center;
  padding: 0 0 13px;
}
.historique .list button {
  border: 0;
  background: transparent;
  padding: 0;
  margin: 0 35px;
}
.historique .list button:focus {
  outline: none;
}
.historique .list button:hover .bloc p {
  color: #ff2980;
}
.historique .list button:hover .bloc p:after {
  background-color: #ff2980;
}
.historique .list button.active .bloc p {
  color: #ff2980;
}
.historique .list button.active .bloc p:after {
  background-color: #ff2980;
}
.historique .list button .bloc p {
  font-size: 20px;
  color: #213063;
  font-weight: 600;
  position: relative;
  margin-bottom: 0;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
.historique .list button .bloc p:after {
  content: "";
  background-color: #213063;
  width: 14px;
  height: 14px;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  margin: 6px auto 0;
  border-radius: 50%;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
.historique .tab-content {
  padding: 70px 50px 50px;
  text-align: center;
  background-color: #f3f4f7;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
}
.historique .tab-content img {
  max-height: 80px;
}
.historique .tab-content .titre {
  position: relative;
  font-family: 'Montserrat', sans-serif;
  color: #213063;
  font-size: 30px;
  font-weight: 700;
  padding: 40px 0 30px;
  margin: 40px 0 0;
}
.historique .tab-content .titre:before {
  content: "";
  background-color: #213063;
  top: 0;
  width: 20px;
  height: 2px;
  left: 0;
  right: 0;
  margin: auto;
  position: absolute;
}
@media (max-width: 1900px) {
  .historique {
    padding: 100px 0;
  }
  .historique .tab-content .titre {
    font-size: 26px;
  }
}
@media (max-width: 1399.98px) {
  .historique {
    padding: 80px 0;
  }
  .historique .list button .bloc p {
    font-size: 18px;
  }
  .historique .tab-content .titre {
    font-size: 26px;
  }
}
@media (max-width: 1199.98px) {
  .historique {
    padding: 60px 0;
  }
  .historique .list button .bloc p {
    font-size: 17px;
  }
  .historique .tab-content img {
    max-height: 70px;
  }
  .historique .tab-content .titre {
    font-size: 24px;
  }
}
@media (max-width: 767.98px) {
  .historique {
    padding: 40px 0;
  }
  .historique .list {
    flex-wrap: wrap;
    margin: auto;
  }
  .historique .list button {
    width: auto;
    margin: 0;
    padding: 0 7px;
  }
  .historique .list button .bloc p {
    font-size: 17px;
  }
  .historique .list button .bloc p:after {
    display: none;
  }
  .historique .tab-content {
    padding: 40px 20px 30px;
  }
  .historique .tab-content img {
    max-height: 60px;
  }
  .historique .tab-content .titre {
    font-size: 20px;
    padding: 40px 0 20px;
  }
}
