/*
 Theme Name:   Techni Métal
 Theme URI:    https://technimetal.fr/
 Description:  Description
 Author:       Charly Web Design
 Author URI:   https://technimetal.fr/
 Template:     hello-elementor
 Version:      1.37
*/

.images-produits .gallery {
	display: flex;
}

h1::before {
	
  content: "";
  display: inline-block;
  width: 25px;   /* largeur souhaitée */
  height: 25px;  /* hauteur souhaitée */
  background-image: url('/wp-content/themes/technimetal/images/etincelles.png');
  background-size: contain; /* ou cover selon le rendu désiré */
  background-repeat: no-repeat;
  margin-right: 10px;
  vertical-align: middle;	

}
h1 {
	display: inline-flex;
  	align-items: center;
	border-radius: 30px;
    padding: 15px 30px !important;
	background-color: var(--e-global-color-primary);
}

.slider-home .elementor-slide-description {
    background-color: #234079;
    opacity: 0.8;
    padding-top: 20px;
    padding-bottom: 20px;
}

.menu-largeur-cent ul {
	width: 100% !important;
}
.menu-largeur-cent li a {
	justify-content: center;
	--e-nav-menu-horizontal-menu-item-margin: 0 !important;
	 
}
.menu-largeur-cent ul {
	justify-content: center;
	--e-nav-menu-horizontal-menu-item-margin: 0 !important;
}
.menu-largeur-cent ul.elementor-nav-menu--dropdown a {
	border-inline-start: 0 !important;
}

.menu-largeur-cent li a.elementor-item-anchor:hover, .menu-sans-sous-menu a.elementor-item:hover, .menu-item-has-children a.elementor-item:hover {
  cursor: url('/wp-content/themes/technimetal/images/etincelles.png'), auto !important;
}



/*footer en bas*/
body{
min-height: 100vh;
display: flex;
flex-direction: column;
}
.elementor-location-footer {
margin-top: auto;
}

/*fin footer en bas*/

body.login.login-password-protected.login-action-password-protected-login.wp-core-ui {
    background: #D1B06E !important;
}

.language-switcher {
    display: none !important;
}
.wp-core-ui .button-primary {
    background: #D1B06E !important;
    border-color: #D1B06E !important;
}
p {
	margin-bottom: 0;
	text-align: justify;
}
span.sub-arrow {
	
	display: none !important;
	
}
