.elementor-kit-6{--e-global-color-primary:#BFDBFE;--e-global-color-secondary:#54595F;--e-global-color-text:#FFFFFF;--e-global-color-accent:#60A4F8;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;color:#C2DBF3;font-family:"Poppins", Sans-serif;font-size:30px;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D00;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-block-end:10px;}.elementor-element{--widgets-spacing:10px 10px;--widgets-spacing-row:10px;--widgets-spacing-column:10px;}{}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 *//* ✅ Adaptation pour les tablettes */
@media (max-width: 1024px) {
    body {
        font-size: 16px; /* Ajuste la taille du texte */
    }
    .elementor-container {
        width: 90%; /* Réduction de la largeur */
    }
}

/* ✅ Adaptation pour les mobiles */
@media (max-width: 768px) {
    .elementor-container {
        width: 100%; /* Le contenu prend toute la largeur */
        padding: 10px;
    }
    .pokeball {
        width: 120px;
        height: 120px; /* Réduction de la taille de la Pokéball */
    }
    footer {
        text-align: center; /* Centre le footer */
    }
}/* End custom CSS */