.elementor-kit-24{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;}.elementor-kit-24 e-page-transition{background-color:#FFBC7D;}.elementor-kit-24 button,.elementor-kit-24 input[type="button"],.elementor-kit-24 input[type="submit"],.elementor-kit-24 .elementor-button{border-radius:5px 5px 5px 5px;padding:10px 15px 10px 15px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */html {
  scroll-behavior: smooth;
}

.bloc-hover .texte-hover {
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
}

/* Quand on survole le bloc, on révèle le texte */
.bloc-hover:hover .texte-hover {
    opacity: 1;
}






/* ---------- Global Reset ---------- */
body, html {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* ---------- Desktop (par défaut) ---------- */
/* Aucun media query ici : styles globaux */

.elementor-section {
    padding: 60px 40px;
}
.elementor-heading-title {
    font-size: 2.5rem;
}

/* ---------- Tablettes (iPad Air / iPad portrait) ---------- */
@media (min-width: 768px) and (max-width: 1024px) {
    .elementor-section {
        padding: 40px 25px;
    }
    .elementor-heading-title {
        font-size: 2rem;
        text-align: center;
    }
    .elementor-column {
        width: 100% !important;
        margin-bottom: 20px;
    }
}

/* ---------- iPad Pro paysage / tablettes larges ---------- */
@media (min-width: 1025px) and (max-width: 1366px) {
    .elementor-section {
        padding: 50px 30px;
    }
    .elementor-heading-title {
        font-size: 2.2rem;
    }
}

/* ---------- Mobiles ---------- */
@media (max-width: 767px) {
    .elementor-section {
        padding: 30px 15px;
    }
    .elementor-heading-title {
        font-size: 1.6rem;
        text-align: center;
    }
    .elementor-column {
        width: 100% !important;
    }
}

/* ---------- iPad spécifique portrait avec orientation ---------- */
@media (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
    .elementor-section {
        padding: 30px 20px;
    }
    .elementor-heading-title {
        font-size: 1.8rem;
    }
}

/* ---------- iPad spécifique paysage ---------- */
@media (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
    .elementor-section {
        padding: 40px 30px;
    }
    .elementor-heading-title {
        font-size: 2.1rem;
    }
}/* End custom CSS */