.idcom-page-locked #wp-admin-bar-so_live_editor,
.idcom-page-locked #wp-admin-bar-edit {
  display: none !important;
}
body main section.etapes {
  padding: 50px 0 10px;
}
body main section.etapes.active {
  background-color: #FAFAFA;
  margin: 35px 0 25px;
}
body main section.etapes .contenu .intro {
  font-family: 'Poppins', sans-serif;
  font-size: 24px;
  font-weight: 600;
  text-align: center;
  max-width: 1195px;
  width: 100%;
  margin: 0 auto 70px;
}
body main section.etapes .contenu .step-steps li {
  height: 60px;
  padding: 0;
  background-color: transparent;
  counter-increment: slide-number;
  position: relative;
  display: flex;
  align-items: center;
  padding-top: 5px;
  cursor: default;
}
body main section.etapes .contenu .step-steps li.active p:before {
  width: 100%;
}
body main section.etapes .contenu .step-steps li.active p span:after {
  border: 5px solid #F58400;
}
body main section.etapes .contenu .step-steps li.done p {
  background-color: #F58400;
}
body main section.etapes .contenu .step-steps li.done p:before {
  width: 100%;
}
body main section.etapes .contenu .step-steps li.done p span:after {
  border: 5px solid #F58400;
}
body main section.etapes .contenu .step-steps li.done p span:hover:after {
  border: 5px solid #E6E6E6;
}
body main section.etapes .contenu .step-steps li p {
  display: block;
  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;
}
body main section.etapes .contenu .step-steps li p:before {
  content: "";
  background-color: #F58400;
  height: 5px;
  width: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  z-index: 1;
  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;
}
body main section.etapes .contenu .step-steps li p:after {
  content: "";
  background-color: #E6E6E6;
  height: 5px;
  width: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  z-index: 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;
}
body main section.etapes .contenu .step-steps li p span {
  position: absolute;
  right: 0;
  top: 1px;
  display: block;
  width: 59px;
  height: 59px;
  margin: 0 0 0 auto;
  cursor: pointer;
  z-index: 2;
}
body main section.etapes .contenu .step-steps li p span:hover:after {
  border: 5px solid #F58400;
}
body main section.etapes .contenu .step-steps li p span:before {
  content: "" counter(slide-number) ".";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  font-size: 30px;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  color: #F58400;
  z-index: 1;
  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;
}
body main section.etapes .contenu .step-steps li p span:after {
  content: "";
  background-color: #fff;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  width: 59px;
  height: 59px;
  border: 5px solid #E6E6E6;
  border-radius: 50%;
  z-index: 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;
}
body main section.etapes .contenu .step-content {
  border: 0;
  padding: 40px 0;
  text-align: center;
}
body main section.etapes .contenu .step-content .step-tab-panel.active {
  animation: fadeIn ease 2s both;
  -webkit-animation: fadeIn ease 2s both;
  -moz-animation: fadeIn ease 2s both;
  -o-animation: fadeIn ease 2s both;
}
body main section.etapes .contenu .step-content .step-tab-panel .bloc {
  max-width: 580px;
  width: 100%;
  margin: auto;
}
body main section.etapes .contenu .step-content .step-tab-panel .bloc img {
  margin-bottom: 15px;
}
body main section.etapes .contenu .step-content .step-tab-panel .bloc h2 {
  color: #BECC00;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 7px;
}
body main section.etapes .contenu .step-content .step-tab-panel .bloc h3 {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 0;
}
body main section.etapes .contenu .step-content .step-tab-panel .bloc .texte {
  margin-top: 20px;
  padding-top: 20px;
  position: relative;
}
body main section.etapes .contenu .step-content .step-tab-panel .bloc .texte:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background-color: #E6E6E6;
}
body main section.etapes .contenu .step-content .step-tab-panel .bloc .texte ul li {
  margin-bottom: 5px;
}
body main section.etapes .contenu .step-content .step-tab-panel .bloc .texte ul li:before {
  content: "-";
  display: inline-block;
  font-size: 16px;
  color: #393B42;
  margin-right: 5px;
}
@media (min-width: 1361px) and (max-width: 1500px) {
  body main section.etapes {
    padding: 45px 0 10px;
  }
  body main section.etapes.active {
    background-color: #FAFAFA;
    margin: 30px 0 20px;
  }
  body main section.etapes .contenu .intro {
    font-size: 22px;
    margin: 0 auto 60px;
  }
  body main section.etapes .contenu .step-steps li {
    height: 60px;
  }
  body main section.etapes .contenu .step-steps li.active p span:after {
    border: 5px solid #F58400;
  }
  body main section.etapes .contenu .step-steps li.done p span:after {
    border: 5px solid #F58400;
  }
  body main section.etapes .contenu .step-steps li.done p span:hover:after {
    border: 5px solid #E6E6E6;
  }
  body main section.etapes .contenu .step-steps li p:before {
    height: 5px;
  }
  body main section.etapes .contenu .step-steps li p:after {
    height: 5px;
  }
  body main section.etapes .contenu .step-steps li p span {
    width: 59px;
    height: 59px;
  }
  body main section.etapes .contenu .step-steps li p span:hover:after {
    border: 5px solid #F58400;
  }
  body main section.etapes .contenu .step-steps li p span:before {
    font-size: 28px;
  }
  body main section.etapes .contenu .step-steps li p span:after {
    width: 59px;
    height: 59px;
    border: 5px solid #E6E6E6;
  }
  body main section.etapes .contenu .step-content .step-tab-panel .bloc h2 {
    font-size: 19px;
  }
  body main section.etapes .contenu .step-content .step-tab-panel .bloc h3 {
    font-size: 17px;
  }
  body main section.etapes .contenu .step-content .step-tab-panel .bloc .texte ul li:before {
    font-size: 16px;
  }
}
@media (min-width: 1200px) and (max-width: 1360px) {
  body main section.etapes {
    padding: 40px 0 10px;
  }
  body main section.etapes.active {
    background-color: #FAFAFA;
    margin: 30px 0 20px;
  }
  body main section.etapes .contenu .intro {
    font-size: 20px;
    margin: 0 auto 50px;
    max-width: 1000px;
    width: 100%;
  }
  body main section.etapes .contenu .step-steps li {
    height: 56px;
  }
  body main section.etapes .contenu .step-steps li.active p span:after {
    border: 5px solid #F58400;
  }
  body main section.etapes .contenu .step-steps li.done p span:after {
    border: 5px solid #F58400;
  }
  body main section.etapes .contenu .step-steps li.done p span:hover:after {
    border: 5px solid #E6E6E6;
  }
  body main section.etapes .contenu .step-steps li p:before {
    height: 5px;
  }
  body main section.etapes .contenu .step-steps li p:after {
    height: 5px;
  }
  body main section.etapes .contenu .step-steps li p span {
    width: 55px;
    height: 55px;
  }
  body main section.etapes .contenu .step-steps li p span:hover:after {
    border: 5px solid #F58400;
  }
  body main section.etapes .contenu .step-steps li p span:before {
    font-size: 26px;
  }
  body main section.etapes .contenu .step-steps li p span:after {
    width: 55px;
    height: 55px;
    border: 5px solid #E6E6E6;
  }
  body main section.etapes .contenu .step-content .step-tab-panel .bloc h2 {
    font-size: 18px;
  }
  body main section.etapes .contenu .step-content .step-tab-panel .bloc h3 {
    font-size: 16px;
  }
  body main section.etapes .contenu .step-content .step-tab-panel .bloc .texte ul li:before {
    font-size: 16px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body main section.etapes {
    padding: 40px 0 10px;
  }
  body main section.etapes.active {
    background-color: #FAFAFA;
    margin: 30px 0 20px;
  }
  body main section.etapes .contenu .intro {
    font-size: 20px;
    margin: 0 auto 50px;
    max-width: 1000px;
    width: 100%;
  }
  body main section.etapes .contenu .step-steps li {
    height: 56px;
  }
  body main section.etapes .contenu .step-steps li.active p span:after {
    border: 5px solid #F58400;
  }
  body main section.etapes .contenu .step-steps li.done p span:after {
    border: 5px solid #F58400;
  }
  body main section.etapes .contenu .step-steps li.done p span:hover:after {
    border: 5px solid #E6E6E6;
  }
  body main section.etapes .contenu .step-steps li p:before {
    height: 5px;
  }
  body main section.etapes .contenu .step-steps li p:after {
    height: 5px;
  }
  body main section.etapes .contenu .step-steps li p span {
    width: 55px;
    height: 55px;
  }
  body main section.etapes .contenu .step-steps li p span:hover:after {
    border: 5px solid #F58400;
  }
  body main section.etapes .contenu .step-steps li p span:before {
    font-size: 26px;
  }
  body main section.etapes .contenu .step-steps li p span:after {
    width: 55px;
    height: 55px;
    border: 5px solid #E6E6E6;
  }
  body main section.etapes .contenu .step-content .step-tab-panel .bloc h2 {
    font-size: 18px;
  }
  body main section.etapes .contenu .step-content .step-tab-panel .bloc h3 {
    font-size: 16px;
  }
  body main section.etapes .contenu .step-content .step-tab-panel .bloc .texte ul li:before {
    font-size: 16px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  body main section.etapes {
    padding: 35px 0 10px;
  }
  body main section.etapes.active {
    background-color: #FAFAFA;
    margin: 20px 0 20px;
  }
  body main section.etapes .contenu .intro {
    font-size: 18px;
    margin: 0 auto 50px;
    max-width: 1000px;
    width: 100%;
  }
  body main section.etapes .contenu .step-steps li {
    height: 56px;
  }
  body main section.etapes .contenu .step-steps li.active p span:after {
    border: 4px solid #F58400;
  }
  body main section.etapes .contenu .step-steps li.done p span:after {
    border: 4px solid #F58400;
  }
  body main section.etapes .contenu .step-steps li.done p span:hover:after {
    border: 4px solid #E6E6E6;
  }
  body main section.etapes .contenu .step-steps li p:before {
    height: 4px;
  }
  body main section.etapes .contenu .step-steps li p:after {
    height: 4px;
  }
  body main section.etapes .contenu .step-steps li p span {
    width: 55px;
    height: 55px;
  }
  body main section.etapes .contenu .step-steps li p span:hover:after {
    border: 4px solid #F58400;
  }
  body main section.etapes .contenu .step-steps li p span:before {
    font-size: 24px;
  }
  body main section.etapes .contenu .step-steps li p span:after {
    width: 55px;
    height: 55px;
    border: 4px solid #E6E6E6;
  }
  body main section.etapes .contenu .step-content {
    padding: 40px 0 20px;
  }
  body main section.etapes .contenu .step-content .step-tab-panel .bloc h2 {
    font-size: 18px;
  }
  body main section.etapes .contenu .step-content .step-tab-panel .bloc h3 {
    font-size: 16px;
  }
  body main section.etapes .contenu .step-content .step-tab-panel .bloc .texte ul li:before {
    font-size: 16px;
  }
}
@media (max-width: 767.98px) {
  body main section.etapes {
    padding: 20px 0 10px;
  }
  body main section.etapes.active {
    background-color: #FAFAFA;
    margin: 10px 0 20px;
  }
  body main section.etapes .contenu .intro {
    font-size: 17px;
    margin: 0 auto 40px;
    max-width: 1000px;
    width: 100%;
  }
  body main section.etapes .contenu .step-steps {
    flex-wrap: wrap;
  }
  body main section.etapes .contenu .step-steps li {
    height: 46px;
    width: 33.33%;
    flex: auto;
    margin-bottom: 10px;
  }
  body main section.etapes .contenu .step-steps li.active p span:after {
    border: 3px solid #F58400;
  }
  body main section.etapes .contenu .step-steps li.done p span:after {
    border: 3px solid #F58400;
  }
  body main section.etapes .contenu .step-steps li.done p span:hover:after {
    border: 3px solid #E6E6E6;
  }
  body main section.etapes .contenu .step-steps li p:before {
    height: 3px;
  }
  body main section.etapes .contenu .step-steps li p:after {
    height: 3px;
  }
  body main section.etapes .contenu .step-steps li p span {
    width: 45px;
    height: 45px;
  }
  body main section.etapes .contenu .step-steps li p span:hover:after {
    border: 3px solid #F58400;
  }
  body main section.etapes .contenu .step-steps li p span:before {
    font-size: 20px;
  }
  body main section.etapes .contenu .step-steps li p span:after {
    width: 45px;
    height: 45px;
    border: 3px solid #E6E6E6;
  }
  body main section.etapes .contenu .step-content {
    padding: 15px 0;
  }
  body main section.etapes .contenu .step-content .step-tab-panel .bloc h2 {
    font-size: 17px;
  }
  body main section.etapes .contenu .step-content .step-tab-panel .bloc h3 {
    font-size: 15px;
  }
  body main section.etapes .contenu .step-content .step-tab-panel .bloc .texte ul li:before {
    font-size: 16px;
  }
}
