/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

p {
  margin: 0 !important;
}

strong {
  font-weight: 500;
}

/*Le positionnement de tout le texte ne sera pas identique donc les modification sont directement sur les texte concerné*/
.vertical-text {
  position: absolute;
  bottom: 0px;
  left: 0;
  transform: rotate(-90deg);
}

.vertical-text.right {
  position: absolute;
  inset: unset;
  bottom: 0px;
  right: 0;
  transform: rotate(-90deg);
}

.outerline-light::before,
.outerline-dark::before {
  content: "";
  position: absolute;
  bottom: -8px;
  height: 2px;
  width: 77px;
  left: 0;
  z-index: 1;
}

@media all and (max-width: 767px) {
  .outerline-light::before,
  .outerline-dark::before {
    bottom: -4px !important;
  }
}

.outerline-light.short::before {
  width: 33px !important;
}

.outerline-light::before {
  background-color: var(--e-global-color-775721a);
}

.outerline-dark::before {
  background-color: var(--e-global-color-7cc71d8);
}

.outerline-dark.center::before {
  left: 50%;
  transform: translateX(-50%);
}

.right-shape::before {
  content: "";
  position: absolute;
  bottom: -8px;
  right: -11px;
  width: 22px;
  height: 51.28%;
  background-color: var(--e-global-color-7cc71d8);
  z-index: -1;
}

.bottom-left-shape::before {
  content: "";
  position: absolute;
  inset: unset;
  bottom: -12px;
  left: -12px;
  width: 92%;
  height: 33px;
  background-color: var(--e-global-color-7cc71d8);
  z-index: -1;
}

.left-shape::before {
  content: "";
  position: absolute;
  inset: unset;
  bottom: -150px;
  left: -8px;
  width: 22px;
  height: 150px;
  background-color: var(--e-global-color-7cc71d8);
  z-index: -1;
}

@media all and (max-width: 1024px) {
  .left-shape::before {
    bottom: -6px !important;
  }
}

.text-animation-cake {
  position: absolute;
  bottom: 0px;
  opacity: 0;
  transition: all 0.3s ease-out;
}

.img-overlay:hover .text-animation-cake {
  bottom: 20px !important;
  opacity: 1;
}
.img-overlay:hover img {
  filter: brightness(75%) contrast(100%) saturate(100%) blur(0px)
    hue-rotate(0deg);
}
.img-overlay:hover .text-animation-cake {
  bottom: 20px !important;
  opacity: 1;
}

.left-frame::before {
  content: "";
  position: absolute;
  top: -30px;
  left: -30px;
  width: 100%;
  height: 100%;
  border: solid 4px var(--e-global-color-775721a);
  z-index: -1;
}

.left-frame-card::before {
  content: "";
  position: absolute;
  top: -20px;
  left: -20px;
  width: 94%;
  height: 94%;
  border: solid 4px var(--e-global-color-775721a);
  z-index: -1;
}

.bottom-right-frame-card::before {
  content: "";
  position: absolute;
  bottom: -20px;
  right: -20px;
  width: 94%;
  height: 94%;
  border: solid 4px var(--e-global-color-775721a);
  z-index: -1;
}

@media all and (max-width: 1024px) {
  .left-frame::before {
    top: -10px !important;
    left: -10px !important;
  }

  .bottom-right-frame-card::before {
    bottom: -10px !important;
    right: -10px !important;
    border: solid 2px var(--e-global-color-775721a) !important;
  }

  .left-frame-card::before {
    top: -10px !important;
    left: -10px !important;
    border: solid 2px var(--e-global-color-775721a) !important;
  }

  .bottom-left-shape::before {
    bottom: -7px;
    left: -7px;
  }
}

@media all and (max-width: 767px) {
  .left-frame::before {
    top: -10px !important;
    left: -10px !important;
    border: solid 3px var(--e-global-color-775721a) !important;
    z-index: -1;
  }
}
