/* HEADER : HOME TOP NAV - TRANSPARENT ON DARK HERO */

#header {
    position: fixed;
    width: 100%;
}

[data-header*="type-1"] .ct-header [data-id="menu"] > ul > li > a,
[data-header*="type-1"] .ct-header [data-id="menu"] > ul > li::before,
[data-header*="type-1"] [data-id="search"],
[data-header*="type-1"] [data-id="account"] .ct-account-item,
[data-header*="type-1"] [data-id="cart"] .ct-cart-item,
[data-header*="type-1"] [data-id="trigger"] {
    --theme-icon-color: var(--e-global-color-secondary);
    --theme-icon-hover-color: var(--e-global-color-secondary);
    --theme-cart-badge-text-color: var(--e-global-color-secondary);
    --theme-link-initial-color: var(--e-global-color-secondary);
    --theme-link-hover-color: var(--e-global-color-secondary);
    --theme-link-active-color: var(--e-global-color-secondary);
}

[data-header*="type-1"]
    .ct-header
    [data-sticky*="yes"]
    [data-id="menu"]
    > ul
    > li
    > a {
    --theme-link-active-color: var(--e-global-color-primary);
}

[data-header*="type-1"]
    .ct-header
    [data-sticky*="yes"]
    [data-id="menu"]
    > ul
    > li::before {
    background: var(--e-global-color-primary);
}

/* HERO */

.elementor-72 section.elementor-element.elementor-element-176b15d {
    --padding-top: calc(5rem + 1vh);
    --padding-bottom: 6vh;
    z-index: -1;
}

@media (min-width: 1000px) {
    .elementor-72 section.elementor-element.elementor-element-176b15d {
        --padding-top: calc(5rem + 3vh);
    }
}

/* chat qui déborde du hero */
.e-con .elementor-widget.elementor-widget.hero-chat {
    position: absolute;
    left: -10px;
    bottom: -10%;
    width: 11rem;
}

@media (min-width: 1000px) {
    .e-con .elementor-widget.elementor-widget.hero-chat {
        left: 10%;
        bottom: -12vh;
        width: 13%;
    }
}

/* textes du hero */
.subtitle,
.subtitle .elementor-heading-title {
    text-transform: uppercase;
    line-height: 1.2;
}

.elementor-element.elementor-element-1b4f072.hero-msg__content.elementor-widget.elementor-widget-heading {
    max-width: 21rem;
}

.elementor-72 .elementor-element.elementor-element-f003e91 {
    width: fit-content;
}

.elementor-72 .elementor-element.elementor-element-7e76122 {
    align-items: center;
}

/* .elementor-72
    .elementor-element-176b15d
    .elementor-element.elementor-element-986f1de {
    --padding-top: 10vh;
} */

/* logo elise celadon */
.elementor.elementor .e-con > .elementor-widget.elementor-element-746c003 {
    width: 100%;
    max-width: 34rem;
}

/* gap entre elise celadon - separateur - creatrice */
.elementor-72 .elementor-element.elementor-element-7e76122 {
    gap: 1rem;
}

/* enlever le width 100% sur "créatrice" */
.elementor-element.elementor-element-62a0eef.subtitle.elementor-widget.elementor-widget-heading,
.elementor-72 .elementor-element.elementor-element-f003e91 .e-con-inner {
    max-width: initial;
}

/* mettre le cta de la fleche en bas plutot que collé à créatrice */
.elementor-72 .elementor-element.elementor-element-986f1de {
    flex: 1;
    justify-content: space-between;
}

.e-con > .e-con-inner {
    max-width: var(--theme-normal-container-max-width) !important;
    width: var(--theme-container-width) !important;
}

/* SLIDER CARDS FEATURED PRODUCTS */

.elementor-72 .elementor-element.elementor-element-7e76122 {
    flex: 1;
    justify-content: center;
}

[data-products="type-1"] .ct-woo-card-actions[data-alignment="equal"],
[data-products] .product .entry-meta[data-id="default"] {
    display: none;
}

/* Pêcheur */

.elementor-element.elementor-element-70700d3.pecheur.elementor-widget.elementor-widget-image {
    margin-bottom: -11rem;
    margin-top: -5rem;
    margin-right: -4rem;
    right: 4rem;
    position: absolute;
    z-index: 10;
}

@media (max-width: 811px) {
    .e-con.e-con > .e-con-inner > .elementor-widget,
    .elementor.elementor
        .e-con
        > .elementor-element.elementor-element-64f8224d {
        max-width: 66%;
    }
}

@media (max-width: 500px) {
    .e-con.e-con > .e-con-inner > .elementor-widget,
    .elementor.elementor
        .e-con
        > .elementor-element.elementor-element-64f8224d {
        max-width: 53%;
    }

    .elementor-element.elementor-element-70700d3.pecheur.elementor-widget.elementor-widget-image {
        margin-bottom: -11rem;
        margin-top: -3rem;
        margin-right: -4rem;
        right: 0.5rem;
    }
}

/*animation de la canne à pêche heheheh */

/* CANNE */
.elementor-element.elementor-element-70700d3.pecheur {
    position: absolute;
}

.elementor-element.elementor-element-70700d3.pecheur::after {
    content: "";
    position: absolute;

    background-image: url("http://elise-celadon.fr/wp-content/uploads/2026/03/cannepeche.png");
    background-size: contain;
    background-repeat: no-repeat;

    width: 300px;
    height: 300px;
    z-index: -1;
    top: 4%; /* remonte la canne */
    left: 0.8%; /* décale vers la gauche */

    transform-origin: 50% 50%; /* pivot de la main */
}

@keyframes cannePendule {
    0% {
        transform: rotate(-6deg);
    }
    40% {
        transform: rotate(8deg);
    }
    70% {
        transform: rotate(5deg);
    }
    100% {
        transform: rotate(-6deg);
    }
}

.elementor-element.elementor-element-70700d3.pecheur::after {
    animation: cannePendule 7s ease-in-out infinite;
}
/* Newsletter */

#mc4wp-form-1 .mc4wp-form-fields input[type="email"] {
    background-color: var(--e-global-color-1281669);
    border-radius: 100px;
}

#mc4wp-form-1 .mc4wp-form-fields label {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
}

.elementor-element.elementor-element-416a431.e-flex.e-con-boxed.e-con.e-parent.e-lazyloaded
    h2,
.elementor-element.elementor-element-416a431.e-flex.e-con-boxed.e-con.e-parent.e-lazyloaded
    h3,
.elementor-element.elementor-element-416a431.e-flex.e-con-boxed.e-con.e-parent.e-lazyloaded
    h4,
.elementor-element.elementor-element-416a431.e-flex.e-con-boxed.e-con.e-parent.e-lazyloaded
    h5 {
    color: var(--e-global-color-1281669);
}

/*les valeurs*/
.value-subtitle {
    font-weight: bolder;
    font-size: 1.2rem;
    line-height: 1.2;
    color: #2c5050;
    display: block;
    margin-top: 8px;
}

.elementor-image-box-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    height: 100%;
    padding: 6%;
}

.elementor-image-box-img {
    width: 100%;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.elementor-image-box-img img {
    max-height: 60px;
    width: auto;
    display: block;
    margin: 0 auto;
}

.elementor-image-box-title {
    margin-top: 15px;
}

.elementor-image-box-description span {
    display: block;
    margin-top: 10px;
}

.elementor-widget-image-box {
    display: flex;
}

/*animation etoiles*/
.container-elise {
    position: relative;
}

.split {
    opacity: 0;
}

/*etoile*/
.star {
    position: absolute !important;
    top: 17%;
    left: 65%;
}

/* Mobile et petits écrans */
@media (max-width: 768px) {
    .star img {
        width: 25vw;
        height: 25vw;
        min-width: 60px;
        min-height: 60px;
    }
}

/*img newsletter*/
.elementor-element-0c1e3f6 {
    display: none !important;
}

.elementor-element-b2a0416 {
    position: relative;
    z-index: 0;
}

.ct-footer {
    position: relative;
    z-index: 10;
}

.ct-footer {
    margin-top: -50px;
}

/*bouton scroll page d'accueil*/

@keyframes bounceGentle {
    0%,
    100% {
        transform: translateY(0);
    }
    25% {
        transform: translateY(-5px);
    }
    50% {
        transform: translateY(0);
    }
    75% {
        transform: translateY(-3px);
    }
}

.elementor-icon {
    animation: bounceGentle 2s infinite ease-in-out;
    display: inline-block; /* nécessaire pour que transform fonctionne correctement */
}

/* ajustement boutton inscription newsletter sur mobile */
@media (max-width: 768px) {
    .mc4wp-form input[type="submit"] {
        position: relative;
        top: -8px; /* ajuste la valeur */
    }
}

@media (max-width: 768px) {
    .elementor-element-e7e90f7 {
        transform: translateY(-40px);
    }
}
