
.origamiShape {
  position: absolute;
  width: 25rem;
  height: auto;
  bottom: -8.1rem;
  left:  0rem;
  z-index: 5;
}
.origamiShape img{
  width: 100% !important;
  height: auto !important;
}
.inverted {
  transform:scale(-1, -1);
  bottom: -8.1rem;
  right:  0rem;
  left: initial !important;
} 

/* ========================================================================
   Bouton et link hover
   ======================================================================== */

.wp-element-button {
  transition: all 0.4s ease-in-out; 
}
.wp-block-button__link:hover {
  filter: none !important;
}

.wp-block-separator {
    border-bottom-width: .125rem !important;
}

p a {
  transition: filter 0.1s ease-in-out;
}
p a:hover{
  filter: brightness(90%);
}


/* ========================================================================
   VARIABLE GENERALISTE
   ======================================================================== */
.overflow {
  overflow: hidden;
}
.line-height {
  line-height: 100%;
}
.line-height-80 {
  line-height: 80%;
}
.line-height-0 {
  line-height: 0 !important;
}
.j-center , .j-center * {
    display: flex;
    justify-content: center;
}

.opacity-75 {
  opacity: 0.5 !important;
}