.idcom-page-locked #wp-admin-bar-so_live_editor,
.idcom-page-locked #wp-admin-bar-edit {
  display: none !important;
}
body main section.avantages {
  padding: 30px 0;
}
body main section.avantages .contenu .titre {
  position: relative;
}
body main section.avantages .contenu .titre:before {
  content: "";
  width: 100%;
  height: 2px;
  border-bottom: 2px dotted #F58400;
  position: absolute;
  top: 54%;
  left: 0;
  right: 0;
  z-index: -1;
}
body main section.avantages .contenu .titre h3 {
  font-size: 34px;
  font-weight: 600;
  display: table;
  margin: 0 auto 30px;
  text-align: center;
  background-color: #fff;
  padding: 0 50px;
}
body main section.avantages .contenu .titre h3 span {
  font-size: 0;
}
body main section.avantages .contenu .titre h3 span:before {
  content: "";
  display: inline-block;
  background: url(../../../../img/plus.svg) no-repeat;
  background-size: 100%;
  width: 34.88px;
  height: 34.88px;
  margin-bottom: -5px;
}
body main section.avantages .contenu .bloc {
  text-align: center;
}
body main section.avantages .contenu .bloc .icon {
  height: 105px;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
body main section.avantages .contenu .bloc p {
  margin-bottom: 0;
}
body main section.avantages .contenu .bloc p strong {
  color: #F58400;
}
@media (min-width: 1361px) and (max-width: 1500px) {
  body main section.avantages {
    padding: 25px 0 20px;
  }
  body main section.avantages .contenu .titre h3 {
    font-size: 32px;
  }
  body main section.avantages .contenu .titre h3 span:before {
    width: 32.88px;
    height: 32.88px;
  }
  body main section.avantages .contenu .bloc .icon {
    height: 75px;
  }
  body main section.avantages .contenu .bloc .icon img {
    height: 100%;
  }
}
@media (min-width: 1200px) and (max-width: 1360px) {
  body main section.avantages {
    padding: 20px 0 20px;
  }
  body main section.avantages .contenu .titre h3 {
    font-size: 28px;
  }
  body main section.avantages .contenu .titre h3 span:before {
    width: 28.88px;
    height: 28.88px;
  }
  body main section.avantages .contenu .bloc .icon {
    height: 65px;
  }
  body main section.avantages .contenu .bloc .icon img {
    height: 100%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body main section.avantages {
    padding: 20px 0 20px;
  }
  body main section.avantages .contenu .titre h3 {
    font-size: 26px;
  }
  body main section.avantages .contenu .titre h3 span:before {
    width: 26.88px;
    height: 26.88px;
  }
  body main section.avantages .contenu .bloc .icon {
    height: 65px;
  }
  body main section.avantages .contenu .bloc .icon img {
    height: 100%;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  body main section.avantages {
    padding: 20px 0 0;
  }
  body main section.avantages .contenu .titre h3 {
    font-size: 26px;
  }
  body main section.avantages .contenu .titre h3 span:before {
    width: 26.88px;
    height: 26.88px;
  }
  body main section.avantages .contenu .bloc .icon {
    height: 65px;
  }
  body main section.avantages .contenu .bloc .icon img {
    height: 100%;
  }
  body main section.avantages .contenu .bloc .texte {
    margin-bottom: 30px;
  }
}
@media (max-width: 767.98px) {
  body main section.avantages {
    padding: 20px 0 0;
  }
  body main section.avantages .contenu .titre h3 {
    font-size: 22px;
    padding: 0 10px;
  }
  body main section.avantages .contenu .titre h3 span:before {
    width: 22.88px;
    height: 22.88px;
  }
  body main section.avantages .contenu .bloc .icon {
    height: 65px;
    margin-bottom: 15px;
  }
  body main section.avantages .contenu .bloc .icon img {
    height: 100%;
  }
  body main section.avantages .contenu .bloc .texte {
    margin-bottom: 30px;
  }
}
