/*!
Theme Name: Kadence Child - Merlin 1
Theme URI: https://www.job-guard.com
Template: kadence
Author: Merlin
Author URI: https://www.kadencewp.com/
Description: A child theme for the Kadence Theme.
Version: 1.0.0
License: GNU General Public License v3.0 (or later)
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Text Domain: kadence_child_merlin1
*/

/* Theme customization starts here
-------------------------------------------------------------- */



/* ajout d'une bordure autour des articles affiché ds Dossiers IA */

.loop-entry .entry-content-wrap {
  border: 2px solid #eeeeee !important;
}

/* Target all 'kb-button' links within the Kadence button wrap */
.kb-buttons-wrap .kb-button {
    border-radius: 32px !important;
	background-color: #ffff00 !important;
	border: 3px solid #dbd600 !important;
	padding-left:30px !important;
	padding-right: 30px !important;
	font-weight:600 !important;
}

/* Targets the specific container holding the Author name in the Kadence structure */
.entry-meta .posted-by {
    display: none !important;
}


/* --------------------------------------------------------- */
/* BOUTON PARTAGER MON SCORE SUR LA PAGE MON TABLEAU DE BORD */
/* --------------------------------------------------------- */

.button-yellow-large {
    display: inline-block;
    padding: 15px 30px;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    background-color: #f6f101; 
    color: #333333; 
    border: 3px solid #DBD600;
    border-radius: 32px;
    
    /* Effet au survol */
    transition: background-color 0.3s ease;
}

/* ----------------------------------------------- */
/* HAMBURGER MENU ON MOBILE */
/* ----------------------------------------------- */

.mobile-toggle-open-container .menu-toggle-open, .mobile-toggle-open-container .menu-toggle-open:focus {
    color: #ffffff!important;
}


/* ----------------------------------------------- */
/* TITRE H1 EN BLANC */
/* ----------------------------------------------- */

h1 {
	color:#ffffff!important;
	line-height: 2em!important;
}


/* ----------------------------------------------- */
/* MISE EN EVIDENCE DES LIENS DANS LES ARTICLES */
/* ----------------------------------------------- */

.entry-content p a {
	font-weight:500;
}