/* 
Theme Name: OGGI
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://creav2.com
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
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
*/

/*
    Add your custom styles here
*/

/* Menu Contact */

nav.elementor-nav-menu--layout-horizontal li.menu-item-63 {
    position: relative; /* nécessaire pour que ::before soit positionné par rapport à li */
    overflow: hidden;
    color: #ffffff;
    border-bottom: 3px solid #ffffff;
    padding-right: 15px;
    margin-left: 10px;
    background-color: #136CFF;
}

/* Pseudo-élément pour créer l'effet */
nav.elementor-nav-menu--layout-horizontal li.menu-item-63::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 0%;
    background-color: #0136AF;
    z-index: 0;
    transition: height 0.4s ease; /* animation de la hauteur */
}

/* Texte au-dessus du ::before */
nav.elementor-nav-menu--layout-horizontal li.menu-item-63 > * {
    position: relative;
    z-index: 1;
}

/* Quand on hover, on fait grandir le ::before */
nav.elementor-nav-menu--layout-horizontal li.menu-item-63:hover::before {
    height: 100%;
}


/* Titres soulignés */

h1 i {
	font-style:normal!important;
	border-bottom:6px solid #004EFF;
}

/* Liens */

p a {
	color:#136CFF!important;
	font-weight:700!important;
	text-decoration:underline!important;
}

/* Liste avec flèche */

.listfleche li.elementor-icon-list-item i {
	font-style:normal!important;
	font-weight:700!important;
	border-bottom:3px solid #004EFF;
}

/* Galerie */

.galpresta a.e-gallery-item {
		border-bottom:6px solid #004EFF;
	
}

.galpresta a.elementor-item.elementor-gallery-title {
	background-color: #136CFF;
	color:#ffffff!important;
	border-bottom:5px solid #0036AF;
	padding: 10px 25px;
}

.galpresta a.elementor-item.elementor-gallery-title:hover {
	background-color: #0036AF;
	border-bottom:5px solid #136CFF;
}

















