/*
 Theme Name:   GeneratePress Child
 Description:  Default GeneratePress child theme
 Template:     generatepress
 Version:      0.1
*/

/* Surcharger les styles de .grid-container dans .inside-navigation */
.inside-navigation.grid-container {
    max-width: 100%; /* S'assurer qu'il prend toute la largeur */
    padding: 0; /* Retirer tout padding ajouté */
    margin: 0; /* Retirer toute marge ajoutée */
    width: 100%;
    box-sizing: border-box; /* Inclure padding et bordures dans la largeur totale */
}

/* S'assurer que les conteneurs parent prennent toute la largeur
.site-header {
    width: 100%;
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

 
.main-navigation {
    width: 100%;
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

.main-navigation .inside-navigation {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between; 
    width: 100%;
    padding: 0; 
    margin: 0; 
    box-sizing: border-box;
}

 */
/* Optionnel : ajuster les éléments enfants pour qu'ils s'alignent correctement */

/* titre */
.main-navigation .inside-navigation > * {
    flex: 1; /* Assure que les éléments enfants se répartissent également */
    text-align: center; /* Centrer le texte dans les éléments enfants */
}


.nav-below-header .main-navigation .inside-navigation.grid-container, .nav-above-header .main-navigation .inside-navigation.grid-container {
    padding: 0px 0px 0px 0px;
}


		.site-name-link {
    float: left;
    position: relative;
    z-index: 2;

}


.site-name-link>a {

    color: #fff;
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    text-transform: uppercase;
    letter-spacing: 0;
	padding: 15px 14px;
	}
	
	.site-name-link:hover>a{
	color: #2964d8;
    border-top: 0 none;
    border-right: 0 none;
    border-left: 0 none;
    border-bottom: 0 none;
	
		}
		
		/*login*/
		
.header-login-link, .header-account-link {
    display: inline-block;
    /*color: #ffffff;*/
    margin-left: 20px; /* Adjust as needed */
    text-align: center;
	position: absolute;
    right: 20px; /* Adjust as needed */
    z-index: 10;
}

.header-login-link a, .header-account-link a {
    color: #000000;
    text-decoration: none;
}


@media (max-width: 768px){
.inside-header {
   flex-direction: initial;
    text-align: center; 
}
}
/*
.header-login-link:hover, .header-account-link:hover {
    background-color: #005177;
}
*/

/*
current tab account
*/
.um-account-side li a.current {
    color: #3ba1da!important;

}



.um-account-link.current .um-account-title {
    color: #3ba1da;
}


/*
deconnexion
*/

.header-account-dropdown {
    position: absolute;
    display: inline-block;
    z-index: 11000;
    right: 70px;
}

.header-account-icon {
    font-size: 25px;
    cursor: pointer;
    text-decoration: none;
    color: #ddd;
}

.header-account-menu {
    display: none;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    background-color: white;
    border: 1px solid #e5e5e5;
    /* box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2); */
    z-index: 1;
}

.header-account-menu a {
    color: #ddd;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.header-account-menu a:hover {
    background-color: #f1f1f1;
}

.header-account-dropdown:hover .header-account-menu {
    display: block;
}

.arrow-up {
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #ddd; /* Set the color of the arrow */
    position: absolute;
    top: -8px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
}


.skip-link {
    display: none !important;
}


/* Pour les navigateurs Webkit (Chrome, Safari, etc.) */
input[name="siren-67"]::-webkit-inner-spin-button, 
input[name="siren-67"]::-webkit-outer-spin-button { 
    -webkit-appearance: none; 
    margin: 0; 
}

/* Pour les navigateurs Firefox */
input[name="siren-67"] {
    -moz-appearance: textfield;
}

/* Pour les autres navigateurs (Edge, IE) */
input[name="siren-67"] {
    appearance: textfield;
}



.um_request_name {
    display: none !important; /* Masque complètement le champ */
}


