body.wp-admin .bg-graph-image-wrap{ position: relative;   width: 100%;   min-height: 200px;   left: 0;   top: 0;}
body:not(.wp-admin) .bg-graph-image-wrap{ position: fixed;   width: 100%;   height: calc(100% - 70px);   left: 0;   top: -70px;}
body .wp-block-p3-wpo-container .bg-graph-image-wrap img{ width:100%; }

body.parent-page-banner-graph .body-content::before{ display: none !important;  }

.popup-alert-cercle{ z-index: 1; }

.grad_bg_hero{ position: fixed;   width: 100%;   height: 100%;   z-index: -1; }

.body-content .grad_bg_hero::before{
  display: block;
  width: 150%;
  height: unset;
  aspect-ratio: 1;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  -webkit-transform: translate3d(-70%, -80%, 0);
  -moz-transform: translate3d(-70%, -80%, 0);
  transform: translate3d(-70%, -80%, 0);
  pointer-events: none;
  -webkit-transition: 2s all ease-in-out;
  -moz-transition: 2s all ease-in-out;
  -o-transition: 2s all ease-in-out;
  transition: 2s all ease-in-out;
}
.body-content .grad_bg_blue::before {
  background: radial-gradient(ellipse at center, rgba(68, 167, 255, 0.9) 0%, rgba(68, 167, 255, 0.3) 53%, rgba(68, 167, 255, 0) 70%, rgba(68, 167, 255, 0) 100%);
}
.body-content .grad_bg_golden::before {
  background: radial-gradient(ellipse at center, rgba(255, 173, 0, 0.9) 0%, rgba(255, 173, 0, 0.3) 53%, rgba(255, 173, 0, 0) 70%, rgba(255, 173, 0, 0) 100%);
}
.body-content .grad_bg_red::before{
    background: radial-gradient(ellipse at center, rgba(255, 83, 72, 0.9) 0%, rgba(255, 83, 72, 0.3) 53%, rgba(255, 83, 72, 0) 70%, rgba(255, 83, 72, 0) 100%);
}
.body-content .grad_bg_light-red::before{
   background: radial-gradient(ellipse at center, rgba(255, 169, 133, 0.9) 0%, rgba(255, 169, 133, 0.3) 53%, rgba(255, 169, 133, 0) 70%, rgba(255, 169, 133, 0) 100%);
}

.body-content .grad_bg_hero::before {  width: 200vw !important;  height: 200vh !important;  z-index: -1; }
.body-content.animate .grad_bg_hero::before {   -webkit-transform: translate3d(-50%, -50%, 0);  -moz-transform: translate3d(-50%, -50%, 0);  transform: translate3d(-50%, -50%, 0);}



@media(max-width:767px){
    .popup-alert-cercle{ z-index: 9999; }
    body:not(.wp-admin) .bg-graph-image-wrap{ top:-20px;  height: calc(100% - 20px); }
    .body-content .grad_bg_hero::before {   width: 200% !important;   height: 200% !important;  }
}