/*
Theme Name: pptg
Theme URI: 
Description: Child theme of Divi theme for the Divi theme
Author: <a href="http://www.elegantthemes.com">Elegant Themes</a>
Author URI: 
Template: Divi
Version: 4.27.4
*/

/* Generated by Orbisius Child Theme Creator (https://orbisius.com/products/wordpress-plugins/orbisius-child-theme-creator/) on Mon, 03 Mar 2025 10:07:12 +0000 */ 
/* The plugin now uses the recommended approach for loading the css files.*/


/* Couleur du lien par défaut */

.et_pb_text a {
    text-decoration: none;
    position: relative;
    color: #ee7e00 !important; /* Couleur du lien par défaut */
    display: inline-block; /* Assure un bon rendu */
    transition: color 0.3s ease-in-out;
}

.et_pb_text a:hover::after {
    content: "";
    position: absolute;
    left: 0;
	bottom: 3px; /* Ajuste l'espace sous le texte */
    width: 100%;
    height: 1px; /* Épaisseur du surlignage */
    background-color: #ee7e00; /* Couleur du surlignage */
    transform: scaleX(1); /* Affiche le surlignage */
}


/*  hide other meta elements except for the date on the front page module Post slider */
.dt-post-slider .post-meta .textwrapped {
 display: none;
 }
 .dt-post-slider .post-meta .textwrapped:first-child, 
.dt-post-slider .post-meta .author,
.dt-post-slider .post-meta .textwrapped:nth-child(2),
.dt-post-slider .post-meta a {
 display: none !important;
 }
