/* 
Theme Name: hello-elementor-child
Author: Lea
Author URI: learabatel.fr
Template: Hello Elementor
Version: 1.0.1
*/


/* MAIN */

.elementor-kit-6 a {
  font-weight: inherit;
  letter-spacing: inherit;
  color: inherit;
}

.jet-menu-item .jet-sub-mega-menu {
  box-shadow: none !important;
}


/*HOMEPAGE*/

.big-titre-accueil {
  font-size: 6.2rem;
}



.split-line-lea {
  overflow: hidden;
  display: inline !important;
}

/*   Liste a puce */

ul {
  padding-inline-start: 0px;
}




/* BUTTON CUSTOM LEA*/

.custom-button,
.custom-button2,
.button-menu {
  display: flex;
  justify-content: center;
  /* width: 100%; */
  margin: 0;
  width: 100%;
}

/* Pour le menu */

.button-menu {
  display: flex;
  justify-content: right;
  margin: 0;
  width: 70%;
}

.button-menu #icon-arrow-right {
  width: 18px;
}

.button-menu .btn__circle {
  top: 10%;
  left: 10%;
  height: 80%;
  border-radius: 100%;
  width: 80%;
}

.button-menu .btn__white-circle {
  top: 50%;
  left: 50%;
  width: 70%;
  height: 70%;
}

.button-menu .btn__text {
  font-size: 0.8rem;
  font-weight: 900;
  letter-spacing: 1px;
}

/* END Pour le menu */

.btn {
  text-transform: uppercase;
  font-family: lato;
  display: inline-block;
  /* color: pink; */
  color: initial;
  padding: 32px;
  position: relative;
  letter-spacing: 1px;
}

.btn__circle,
.btn__text,
.btn__white-circle {
  position: absolute;
}

.btn__circle {
  top: 0;
  left: 0;
  height: 100%;
  border-radius: 100%;
  width: 100%;
  /* box-shadow: 0 0 1px 1px pink; */
  box-shadow: 0 0 1px 1px initial;

  transition: 0.3s linear;
}

.btn__white-circle {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  width: 56px;
  height: 56px;
  border-radius: 100%;
  background: transparent;
  /* box-shadow: 0 0 1px 1px pink; */
  box-shadow: 0 0 1px 1px initial;
  display: flex;
  transition: 0.3s ease-in-out;
}

.btn__white-circle svg {
  width: 24px;
  height: 24px;
  margin: auto;
  /* fill: pink; */
  fill: initial;

}

#icon-arrow-right {
  width: 24px;
}

.btn__text {
 font-family: "work-sans", Sans-serif !important;
    font-weight: 400 !important;
    font-size: 0.85rem !important;
margin-left: -7px;
  display: block !important;
  font-size: 0.9rem;
  top: 50%;
  transform: translateY(-50%);
  white-space: nowrap;
  z-index: 2;
  padding: 24px 0px;
  transition: 0.3s linear;
  font-weight: 900;
  letter-spacing: 1px;
}

.btn:hover .btn__circle {
  transform: scale(0);
}

.btn:hover .btn__white-circle {
  transform: translate(-50%, -50%) scale(1);
  /* fill: pink; */
  fill: initial;

}

.btn:hover .btn__text {
  transform: translate(40px, -50%);
}
