.elementor-1469 .elementor-element.elementor-element-7f55a95{--display:flex;--justify-content:center;--align-items:center;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--margin-top:200px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-1469 .elementor-element.elementor-element-7f55a95.e-con{--align-self:center;}.elementor-widget-image .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-1469 .elementor-element.elementor-element-fe62e06 img{width:40%;}#elementor-popup-modal-1469 .dialog-widget-content{background-color:var( --e-global-color-primary );box-shadow:2px 8px 23px 3px rgba(0,0,0,0.2);}#elementor-popup-modal-1469{background-color:rgba(0,0,0,.8);justify-content:center;align-items:center;pointer-events:all;}#elementor-popup-modal-1469 .dialog-message{width:1920px;height:100vh;align-items:flex-start;}#elementor-popup-modal-1469 .dialog-close-button{display:flex;}/* Start custom CSS for container, class: .elementor-element-7f55a95 */.u-btn{
  position: relative;
  font-family: "font texte";
  text-transform: uppercase;
  overflow: hidden;
  border: 1px solid #FFC219;
  color: #FFC219;
  letter-spacing: 1px;
  display: inline-block;
  font-size: 15px;
  line-height: 15px;
  padding: 20px 20px 15px;
  text-decoration: none;
  cursor: pointer;
  background: transparent;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;

  appearance: none;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: transparent;
}

/* IMPORTANT : empêche le thème de mettre une couleur de hover (rose) */
.u-btn:hover,
.u-btn:active,
.u-btn:focus,
.u-btn:focus-visible{
  background: #fff !important;
}

/* Texte */
.u-btn span:first-child{
  position: relative;
  transition: color 600ms cubic-bezier(0.48, 0, 0.12, 1);
  z-index: 10;
}

.u-btn span:last-child{
  color: #fff;
  display: block;
  position: absolute;
  bottom: 0;
  transition: all 500ms cubic-bezier(0.48, 0, 0.12, 1);
  z-index: 100;
  opacity: 0;
  top: 50%;
  left: 50%;
  transform: translateY(225%) translateX(-50%);
  height: 14px;
  line-height: 13px;
}

/* Overlay jaune */
.u-btn:after{
  content: "";
  position: absolute;
  bottom: -50%;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #FFC219;
  transform-origin: bottom center;
  transition: transform 600ms cubic-bezier(0.48, 0, 0.12, 1);
  transform: skewY(9.3deg) scaleY(0);
  z-index: 50;
}

.u-btn:hover:after{
  transform-origin: bottom center;
  transform: skewY(9.3deg) scaleY(2);
}

.u-btn:hover span:last-child{
  transform: translateX(-50%) translateY(-50%);
  opacity: 1;
  transition: all 900ms cubic-bezier(0.48, 0, 0.12, 1);
}/* End custom CSS */