.elementor-kit-1345{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--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;}.elementor-kit-1345 e-page-transition{background-color:#FFBC7D;}.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;}{}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 *//* Style général pour le bouton "Télécharger" */
.button.download-button {
    background-color: #4CAF50; /* Couleur de fond verte */
    color: #ffffff; /* Couleur du texte en blanc */
    border: none; /* Pas de bordure */
    padding: 12px 24px; /* Padding pour agrandir le bouton */
    font-size: 16px; /* Taille du texte */
    text-transform: uppercase; /* Texte en majuscules */
    text-align: center;
    border-radius: 5px; /* Coins arrondis */
    transition: background-color 0.3s ease; /* Effet de transition */
}

/* Effet au survol du bouton */
.button.download-button:hover {
    background-color: #45a049; /* Couleur de fond plus foncée au survol */
}

/* Style pour le bouton dans la page produit */
.single-product .button.download-button {
    width: 100%; /* Prendre toute la largeur */
    text-align: center;
    padding: 15px; /* Agrandir le padding */
    font-size: 18px; /* Agrandir le texte */
}

/* Style spécifique pour le bouton dans la page de catalogue */
.woocommerce ul.products li.product .button.download-button {
    display: inline-block;
    width: auto;
    padding: 10px 20px;
}/* End custom CSS */