/*
 Theme Name:   Hello Elementor Child
 Theme URI:    https://example.com/
 Description:  Thème enfant pour Hello Elementor
 Author:       Ton Nom
 Author URI:   https://example.com/
 Template:     hello-elementor
 Version:      1.0.0
*/


/* Fil d’Ariane */
.fil-ariane {
    display: inline-block;
    padding: 8px 12px;
    font-family: 'Heebo', sans-serif;
    font-size: 16px;
    color: #000000;
    border-radius: 4px;
  }
  
  .fil-ariane a {
    color: #26A675;
    text-decoration: none;
  }
  
  .fil-ariane a:hover {
    text-decoration: underline;
  }
  
  .fil-ariane .current {
    color: #000000;
    font-weight: 500;
  }
