/*
Theme Name: Elementor Child Vitrine
Theme URI: https://g-webdesign.fr/
Description: Thème enfant pour Elementor optimisé
Author: Gaetan Granet
Author URI: https://leclubkravmaga.fr/
Template: hello-elementor
Version: 1.2.2026
Text Domain: elementor-child
*/

/* Liste horizontale */
.portfolio-categories {
    list-style: none;
    padding: 0;
    margin: 0;
    display: inline-flex;
    gap: 8px; /* espace entre les catégories */
    align-items: center;
}

/* Éléments */
.portfolio-categories li {
    display: flex;
    align-items: center;
    font-size: 14px;
    font-weight: 500;
	color: #8207C5;
	font-family:"Krona One", Sans-serif;
	text-transform : uppercase;
}

/* Point séparateur */
.portfolio-categories li:not(:last-child)::after {
    content: "·";          /* Le point séparateur */
    margin-left: 8px;
    color: #8207C5;
    font-weight: bold;
}


.MyButton, .MySpan, .MyButton2, .MySpan2{
	display:none;
}
.MyTexte.elementor-widget,.MyTexte2.elementor-widget{
	position:absolute;
	bottom:50px;
	left:50px;
}

.MyDiv:hover .ImageScale{
    transform: scale(1.2);
}
.MyDiv:hover .MyButton{
    display:block;
}
.MyDiv:hover .MyTexte.elementor-widget{
    bottom:100px;
}
.MyDiv:hover .MyTexte2.elementor-widget{
    bottom:150px;
	display:block;
}
.MyDiv:hover .MySpan2{
	display:block;
}

@media (max-width: 767px){
    .MyTexte.elementor-widget,
    .MyTexte2.elementor-widget {
        left: 20px;
    }
}