.pole-com{
  padding-top: 0;
  padding-bottom: 0;
}

.pole-com .uk-grid > div{
    height: calc(100vh - 6rem);
  }    

  .z-index > *{
    position: relative;
    z-index :12;
  }

.pole-com .border{
    border-radius: 1.5rem;
    overflow: hidden;

}
.pole-com .bloc-presentation{
    border-radius: 1.5rem;
    z-index: 12;
    background-image: url('https://pole-com.fr/wp-content/uploads/2025/05/pole-com-vert.webp');
    background-size: cover;
    background-position: 50% 20%;
    background-repeat: no-repeat;
    
}

.glass-effect {
  position: relative;
  border-radius: 1rem;
  overflow: hidden;
}

/* le calque flouté */
 .glass-effect::before {
  content: "";
  position: absolute;
  inset: 0;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  mask-image: linear-gradient(to bottom, transparent 0%, var(--color-pole-com) 100%);
  -webkit-mask-image: linear-gradient(to bottom, transparent 0%, var(--color-pole-com) 100%);
  background: #03999980;
  pointer-events: none;
  z-index: 0;
  border-radius: 1.5rem;
}

/* contenu au-dessus */
.glass-effect > * {
  position: relative;
  z-index: 1;
  color: white;
}

.pole-com .title h1{
  color: var(--white);
  font-weight: 600;
  margin-bottom: 0.25rem;
  font-size: 3rem;
}

.pole-com .title p{
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 500;
  font-size: 1.5rem;
}

.pole-com .title .adresse{
  margin-top: 1rem;
  margin-bottom: 1.5rem;
  font-size: 1rem;
}

.pole-com .column-blocs {
    display: flex;
    flex-direction: column;
    height: 100%;
    gap: 1rem;
}
  
.pole-com .column-blocs .bloc {
    flex: 1;
    transition: flex 0.7s ease-in-out;
    background: #f0f0f0;
    padding: 1.5rem;
    border-radius: 1.5rem;
    color: var(--white);
    text-decoration: none;
  }
 
/* Lorsqu'on survole un bloc, on le fait prendre 50% et les autres 25% */
.pole-com  .column-blocs:hover .bloc {
    flex: 1;
    
  }
  
.pole-com .column-blocs .bloc:hover {
    flex: 2;
  }

  .pole-com .bloc .arrow{
    display: flex ;
        border: solid 1px var(--white);
        width: 1.5rem;
        height: 1.5rem;
        align-items: center;
        justify-content: center;
        border-radius: 0.325rem;
    }
  
    .pole-com .bloc .arrow svg{
      transition: all .3s ease-out;
    }



  .pole-com .bloc:hover .arrow svg{
    transform: rotate(-45deg);
  }

  .pole-com .bloc.isf:hover .arrow {
    background-color: var(--white);
    border-color: var(--white);
    }

.pole-com .bloc.isf:hover .arrow svg{
     color: var(--color-isf);
      }

.pole-com .bloc.flamingo:hover .arrow {
      background-color: var(--white);
      border-color: var(--white);
      }

.pole-com .bloc.flamingo:hover .arrow svg{
        color: var(--color-flamingo);
         }

.pole-com .bloc.imprinova .arrow {
          border-color: var(--black);
         }

.pole-com .bloc.imprinova:hover .arrow {
        background-color: var(--black);
        border-color: var(--black);
        }

.pole-com .bloc.imprinova:hover .arrow svg{
          color: var(--color-imprinova);
          }
 
  .pole-com .bloc.isf{
    color: var(--black);
    background: var();
    background-size: cover;
    background-position: center;
    transition: all .3S ease-out;
    position: relative;
    overflow: hidden;
    color: var(--white);
    background-color: var(--color-isf);
  }
  

/*BLOC FLAMINGO*/

.pole-com .bloc.flamingo{
  background-color: var(--color-flamingo);
  /* background-image: url('https://pole-com.fr/wp-content/uploads/2025/05/flamingo.webp'); */
  background-size: cover;
  background-position: center;
  transition: all .3s ease-out;
  position: relative;
  overflow: hidden;
  color: var(--white);
}



/*BLOC IMPRINOVA*/

.pole-com .bloc.imprinova{
  background-color: var(--color-imprinova);
  background-size: cover;
  background-position: center;
  transition: all .3S ease-out;
  position: relative;
  overflow: hidden;
  color: var(--black);
}

.pole-com .column-blocs h2{
    margin: 0;
    font-size: 1.5rem;
    font-weight: 600;
    color: var(--white);
    line-height: 1;
    margin-bottom: 0.25rem;
  }


  .pole-com .column-blocs p{
    margin:  0;
    font-weight: 500;
    color: var(--white);
  }

  .pole-com .column-blocs .logo{
    max-width: 4rem;
    max-height: 4rem;
    width: 100%;
    height: 100%;
    background-color: var(--white);
    padding: 0.25rem;
    border-radius: 0.75rem;
    margin-right: 0.75rem;
  }

  .pole-com .column-blocs .imprinova h2,  .pole-com .column-blocs .imprinova p{
    color: var(--black);
  }


  .pole-com .uk-label{
    text-transform: initial;
    padding: 0.125rem 0.125rem;
    margin-right: 0.25rem;
    margin-bottom: 0.25rem;
    font-weight: 400;
    font-size:0.75rem;
    font-family: var(--secondary-font);
    background-color: transparent;
    color: var(--white);
  }

  .pole-com .imprinova .uk-label{
    color: var(--black);
  }

  @media screen and (max-width:960px) {
    .pole-com{
      padding-top: 0;
      padding-bottom: 3rem;
    }

    .pole-com .uk-grid > div{
      height: calc(100vh - 12rem);
    }    

    .pole-com .title h1{
      font-size: 2.5rem;
    }

  .pole-com .title p{
    line-height: 1.2;
    font-size: 1.25rem;
  }

  /* Lorsqu'on survole un bloc, on le fait prendre 50% et les autres 25% */
  .pole-com  .column-blocs:hover .bloc {
    flex: 1;
    
  }

  .pole-com .column-blocs .bloc:hover {
    flex: 1;
  }

  .pole-com .column-blocs h2{
    font-size: 1.25rem;
  }

  .pole-com .column-blocs p{
    font-size: 1rem;
  }

  }