/**
Theme Name: enfantukulelelab
Author: Thierry x
Author URI: https://www.ukulelelab.fr
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. A beautiful theme! TB
Version: 1.0.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: enfantukulelelab
Template: astra
*/

/* Style pour le bouton de retour au répertoire */
.retour_repert {
    display: inline-block; /* Pour que les propriétés de padding/margin fonctionnent */
    /*background-color: #FFDD4F !important;*/
    color: #333333;
    padding: 12px 25px; /* Espacement intérieur */
    border-radius: 10px; /* Coins légèrement arrondis */
    text-decoration: none; /* Enlève le soulignement par défaut des liens */
    font-weight: bold; /* Texte en gras */
    font-size: 16px; /* Taille de la police */
    margin-bottom: 0px; /* Marge en dessous du bouton */
    transition: background-color 0.3s ease; /* Transition douce au survol */
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); /* Petite ombre pour un effet 3D */
}
