/* 
Theme Name: Perpignan 2026
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Perpignan 2026 is a theme for the Perpignan 2026 website
Author: Perpignan 2026
Author URI: https://plusfortspourperpignan.fr/
Template: hello-elementor
Version: 1.0.0
Text Domain: perpignan2026
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready, comment-free
*/

/* Add your custom styles here */


.titre-jaune {
    position: relative;
    display: inline-block;
  }
  
.titre-jaune::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 100%;
    height: 8px;
    background-color: #FDEA18;
    z-index: -1;
  }

.titre-gris {
    position: relative;
    display: inline-block;
  }
  
.titre-gris::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 100%;
    height: 8px;
    background-color: #aaaaaa;
    z-index: -1;
  } 