/*
Theme Name:   NavianChild
Description:  Écrivez ici une brève description de votre thème enfant
Author:       AudreyR
Author URL:   https://specifique.performanceprecision.fr
Template:     navian
Version:      1.0
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  NavianChild
*/

/* Écrivez ici votre propre feuille de style personnelle */

/*/////////////////////////// 
		LANGUAGE 
//////////////////////////*/
 
li.wpml-ls-item {
	display: flex !important;
	background-color: transparent !important;
}

li.wpml-ls-item a {
	display: flex !important;
	align-items: center;
	background-color: transparent !important;
}

li.wpml-ls-item span {
	margin-top: 0 !important;
}

li.wpml-ls-item .label {
	display: none !important;
}

li.wpml-ls-item .subnav {
	display: flex !important;
}

nav li.wpml-ls-item > ul li a {
    padding: 6px 45px;
}

nav li.wpml-ls-item > ul li.wpml-ls-first-item a {
    padding: 6px 25px;
}

nav li.wpml-ls-item:hover a:before {
   display: none;
}

nav li.wpml-ls-item > ul {
    width: initial;
	background-color: transparent;
	top: 1em;
	-webkit-box-shadow: none;
	box-shadow: none;
}

@media (max-width: 990px) {
	

	.nav-dark .wpml-ls-slot-5.wpml-ls-current-language .wpml-ls-slot-5, .wpml-ls-slot-5.wpml-ls-current-language .wpml-ls-slot-5 a, .wpml-ls-slot-5.wpml-ls-current-language .wpml-ls-slot-5 a:visited {
    background-color: #1b1a1a;
    color: #fff;
	border-radius: 0 !important;
    border-top: 1px solid rgba(255,255,255,0.1);
    border-bottom: 1px solid rgba(0,0,0,0.3);
}
	
}
