.idcom-page-locked #wp-admin-bar-so_live_editor,
.idcom-page-locked #wp-admin-bar-edit {
  display: none !important;
}
body main section.texteimage {
  padding: 110px 0 80px;
}
body main section.texteimage .contenu .titreP {
  margin-bottom: 20px;
}
body main section.texteimage .contenu .container {
  max-width: 1260px;
}
body main section.texteimage .contenu p {
  margin-bottom: 30px;
}
body main section.texteimage .contenu p strong {
  font-weight: 500;
}
body main section.texteimage .contenu ul {
  margin-bottom: 30px;
  list-style: disc;
  padding-left: 20px;
}
body main section.texteimage .contenu .bloc {
  padding: 50px 0 20px;
}
body main section.texteimage .contenu .visuel {
  position: relative;
  width: 100%;
  height: 100%;
}
body main section.texteimage .contenu .visuel img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (min-width: 1361px) and (max-width: 1500px) {
  body main section.texteimage {
    padding: 100px 0 70px;
  }
  body main section.texteimage .contenu p {
    margin-bottom: 30px;
  }
  body main section.texteimage .contenu ul {
    margin-bottom: 30px;
  }
  body main section.texteimage .contenu .bloc {
    padding: 50px 0 20px;
  }
}
@media (min-width: 1200px) and (max-width: 1360px) {
  body main section.texteimage {
    padding: 90px 0 60px;
  }
  body main section.texteimage .contenu p {
    margin-bottom: 30px;
  }
  body main section.texteimage .contenu ul {
    margin-bottom: 30px;
  }
  body main section.texteimage .contenu .bloc {
    padding: 50px 0 20px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body main section.texteimage {
    padding: 80px 0 50px;
  }
  body main section.texteimage .contenu p {
    margin-bottom: 25px;
  }
  body main section.texteimage .contenu ul {
    margin-bottom: 25px;
  }
  body main section.texteimage .contenu .bloc {
    padding: 40px 0 15px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  body main section.texteimage {
    padding: 60px 0 40px;
  }
  body main section.texteimage .contenu {
    text-align: center;
  }
  body main section.texteimage .contenu p {
    margin-bottom: 25px;
  }
  body main section.texteimage .contenu ul {
    margin-bottom: 25px;
  }
  body main section.texteimage .contenu .bloc {
    padding: 0;
    margin-bottom: 40px;
  }
  body main section.texteimage .contenu .visuel {
    height: 500px;
  }
}
@media (max-width: 767.98px) {
  body main section.texteimage {
    padding: 40px 0 20px;
  }
  body main section.texteimage .contenu {
    text-align: center;
  }
  body main section.texteimage .contenu p {
    margin-bottom: 20px;
  }
  body main section.texteimage .contenu ul {
    margin-bottom: 20px;
  }
  body main section.texteimage .contenu .bloc {
    padding: 0;
    margin-bottom: 30px;
  }
  body main section.texteimage .contenu .visuel {
    height: 350px;
  }
}
