/* ==========================================================================
   CMP (Complianz) — masquer bouton flottant
   ========================================================================== */
.cmplz-btn.cmplz-manage-consent,
#cmplz-manage-consent,
#cmplz-manage-consent .cmplz-manage-consent,
.cmplz-manage-consent{
  position:fixed!important;
  left:-9999px!important;
  width:1px!important;
  height:1px!important;
  opacity:0!important;
  overflow:hidden!important;
  pointer-events:none!important;
}
/* ==========================================================================
   IMAGES BLOG DIVI SANS RECADRAGE
   ========================================================================== */
.et_pb_post .et_pb_image_container{
  height:auto !important;
  overflow:visible !important;
}

.et_pb_post .et_pb_image_container img{
  display:block;
  width:100%;
  height:auto !important;
  object-fit:unset !important;
}
