/* 
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 */
body{
    background-color: #F3F3F3 !important;
}
.cursor_petit.cursor_jaune, .th-purple strong {
    cursor: url(https://lescausantes.com/wp-content/uploads/2024/06/cursor_1_jaune.png) 11 11, pointer;
}
.cursor_petit.cursor_noir, body {
    cursor: url(https://lescausantes.com/wp-content/uploads/2024/06/cursor_1_noir.png) 11 11, pointer !important;
}


.cursor_grand.cursor_noir.cursor_avis{
    cursor: url(https://lescausantes.com/wp-content/uploads/2024/06/cursor_3_noir_avis.png) 11 11, pointer !important;
}

.th-accent strong::before {
      background-color: var( --e-global-color-accent );
}
.th-primary strong::before {
      background-color: var( --e-global-color-primary );
}


.text-highlight strong{
	position:relative;
	z-index:1;
}
.th-yellow strong::before {
    background-color: #fadc19;
}
.th-black strong::before {
      background-color: black;
}

.th-purple strong::before {
    background-color: #5A6EF5;
}
.th-white strong::before {
    background-color: white;
}
.th-green strong::before {
    background-color: #64DCB4;
}
.text-highlight strong::before {
    content: "";
    height: 45%;
    width: 96%;
    position: absolute;
    bottom: 17.5%;
    right: 3%;
    z-index: -1;
}
.category-image-holder{
	position:relative;
}
.child-page-info:hover {
  cursor: url('http://localhost:10033/wp-content/uploads/2025/05/cursor_2_noir.png'), auto;
}
.category-image-holder {
  opacity: 0;
  transition: opacity 0.3s ease;
}

.category-image-holder.visible {
  opacity: 1;
}
.web-page-section {
    cursor: url(https://lescausantes.com/wp-content/uploads/2024/06/cursor_1_jaune.png) 11 11, pointer;
}
.cursor_violet:hover{
    cursor: url(https://lescausantes.com/wp-content/uploads/2024/06/cursor_3_violet.png) 11 11, pointer !important;
}
.realisations-card:hover{
    cursor: url(https://lescausantes.com/wp-content/uploads/2024/06/cursor_3_violet_voir.png) 11 11, pointer !important;
}

.menu-holder .sub-menu,.sub-menu.elementor-nav-menu--dropdown.sm-nowrap,#sm-17510491943434973-3{
    width: 100vw !important;
    max-width: 100vw !important;
    padding-right: 1500px !important;
    padding-left: 1500px !important;
    margin-left: -1500px !important;
    margin-top: 35px !important;
    left: 0 !important;
    top: 100% !important;
    border-style: solid;
    border-width: 0;
    padding: 20px;
    position: absolute;
}
.elementor-nav-menu--layout-horizontal .elementor-nav-menu>li:not(:first-child)>.scroll-down, .elementor-nav-menu--layout-horizontal .elementor-nav-menu>li:not(:first-child)>.scroll-up, .elementor-nav-menu--layout-horizontal .elementor-nav-menu>li:not(:first-child)>ul {
    left: 0 !important;
}
.elementor-7 .elementor-element.elementor-element-57a3e39 .elementor-nav-menu--main > .elementor-nav-menu > li > .elementor-nav-menu--dropdown, .elementor-7 .elementor-element.elementor-element-57a3e39 .elementor-nav-menu__container.elementor-nav-menu--dropdown{
    margin-top: 25px !important;
}


.header-menu-holder li.menu-item{
	justify-content:center !important;
}

.header-menu-holder li.menu-item a {
    max-width: fit-content !important;
    width: fit-content !important;
    font-size: 18px;
}
.header-menu-holder > ul > li.menu-item > a {
    padding: 0 20px !important;
}
.elementor-item,
.elementor-sub-item {
    position: relative;
    z-index: 1;
}

.elementor-item::after,
.elementor-sub-item::after {
    content: "";
    position: absolute;
    height: 30%;
    width: 100%;
    bottom: 32%;
    right: 3%;
    z-index: -1 !important;
    background-color: transparent;
    background-clip: content-box;
    transition: background-color 0.3s ease;
    pointer-events: none; /* just in case */
}

/* Show background on hover or active */
.elementor-item:hover::after,
.elementor-item.elementor-item-active::after,
.elementor-sub-item:hover::after,
.elementor-sub-item.elementor-item-active::after {
    background-color: #FF8666; /* or #fadc19 depending on context */
}
.post-horizontal-image img {
    opacity: 0;
}
/* .child-pages-list-grid {
  list-style-type: disc;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px 30px; /* row-gap column-gap 
  padding-left: 20px;
  color: black;
}

.child-pages-list-grid li {
  list-style-position: inside;
} */

/* .card-categories-holder .elementor-heading-title a[href*="/category/realisations/"] {
  display: none !important;
} */
