.idcom-page-locked #wp-admin-bar-so_live_editor,
.idcom-page-locked #wp-admin-bar-edit {
  display: none !important;
}
body main section.avantapres {
  padding: 25px 0 30px;
}
body main section.avantapres .contenu .titre {
  overflow: hidden;
  position: relative;
  margin-bottom: 20px;
}
body main section.avantapres .contenu .titre:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  border-bottom: 2px dotted #BECC00;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  z-index: -1;
}
body main section.avantapres .contenu .titre h1 {
  color: #BECC00;
  font-size: 34px;
  font-weight: 600;
  display: table;
  padding-right: 20px;
  background-color: #fff;
}
body main section.avantapres .contenu .intro {
  margin-bottom: 65px;
}
body main section.avantapres .contenu .intro p {
  margin-bottom: 0;
}
body main section.avantapres .contenu .twentytwenty-container img {
  max-width: 100%;
  position: absolute;
  top: 0;
  display: block;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
body main section.avantapres .contenu .twentytwenty-before-label:before {
  content: "Avant";
}
body main section.avantapres .contenu .twentytwenty-after-label:before {
  content: "Après";
}
body main section.avantapres .contenu .container-image {
  min-height: 440px;
}
body main section.avantapres .contenu .bloc {
  padding: 15px 0 30px;
}
body main section.avantapres .contenu .bloc h2 {
  color: #BECC00;
  font-size: 16px;
  margin-bottom: 2px;
}
body main section.avantapres .contenu .bloc p {
  margin-bottom: 0;
  font-family: 'Poppins', sans-serif;
}
@media (min-width: 1361px) and (max-width: 1500px) {
  body main section.avantapres {
    padding: 25px 0 30px;
  }
  body main section.avantapres .contenu .titre h1 {
    font-size: 32px;
  }
  body main section.avantapres .contenu .intro {
    margin-bottom: 55px;
  }
  body main section.avantapres .contenu .container-image {
    min-height: auto;
    height: 420px !important;
  }
}
@media (min-width: 1200px) and (max-width: 1360px) {
  body main section.avantapres {
    padding: 25px 0;
  }
  body main section.avantapres .contenu .titre h1 {
    font-size: 28px;
  }
  body main section.avantapres .contenu .intro {
    margin-bottom: 50px;
  }
  body main section.avantapres .contenu .container-image {
    min-height: auto;
    height: 400px !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body main section.avantapres {
    padding: 20px 0;
  }
  body main section.avantapres .contenu .titre h1 {
    font-size: 26px;
  }
  body main section.avantapres .contenu .intro {
    margin-bottom: 45px;
  }
  body main section.avantapres .contenu .container-image {
    min-height: auto;
    height: 350px !important;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  body main section.avantapres {
    padding: 15px 0;
  }
  body main section.avantapres .contenu .titre h1 {
    font-size: 26px;
    text-align: center;
    margin: auto;
    padding: 0 20px;
  }
  body main section.avantapres .contenu .intro {
    margin-bottom: 40px;
    text-align: center;
  }
  body main section.avantapres .contenu .container-image {
    min-height: auto;
    height: 280px !important;
  }
  body main section.avantapres .contenu .bloc h2 {
    font-size: 15px;
  }
}
@media (max-width: 767.98px) {
  body main section.avantapres {
    padding: 15px 0;
  }
  body main section.avantapres .contenu .titre:before {
    display: none;
  }
  body main section.avantapres .contenu .titre h1 {
    font-size: 22px;
    text-align: center;
    margin: auto;
    padding: 0;
  }
  body main section.avantapres .contenu .intro {
    margin-bottom: 30px;
    text-align: center;
  }
  body main section.avantapres .contenu .container-image {
    min-height: auto;
    height: 300px !important;
  }
  body main section.avantapres .contenu .bloc {
    text-align: center;
  }
  body main section.avantapres .contenu .bloc h2 {
    font-size: 15px;
  }
}
