.main-header-bar{
	background-color:unset;
}

.ast-logo-title-inline .ast-site-identity{
	padding:0;
}
.ast-search-box {
    position:static;
}

input[type="search"]{
	width:auto;
}
.ast-primary-header-bar{
	box-shadow:0 3px 3px rgba(0,0,0,.2);
}

img.custom-logo{
	position: absolute;
    bottom: 11%;
}

.ast-desktop:not(:has(.ast-header-sticked)) .ast-primary-header-bar .main-header-menu > .menu-item {
    line-height: 41px;
}
.ast-builder-grid-row-container {
    align-content: end;
}
/*Barre de dessous menu */
/* Les liens du menu */
.main-header-menu > .menu-item > a {
    position: relative;
}

/* Barre toujours visible */
.main-header-menu > .menu-item > a::after {
   content: "";
    position: absolute;
    left: 50%;
	transform: translateX(-50%);
    bottom: 0px;
    width: 45px;
    height: 3px;
    background: #e7e7e7;
    transition: background-color .3s ease;
}

/* Au survol */
.main-header-menu > .menu-item > a:hover::after {
    background: #366a1e; /* vert */
}

/* Page active */
.main-header-menu > .current-menu-item > a::after,
.main-header-menu > .current_page_item > a::after {
    background: #366a1e;
}

/*BARRE DE RECHERCHE*/
/*style modifier pour la barre de recherche native de astra 
 * afficher le champ rechercher directement et non au clic sur la loupe*/
/* Le conteneur */
.ast-search-menu-icon.slide-search {
    position: relative;
}

/* Formulaire */
.ast-search-menu-icon.slide-search .search-form{
    display: flex !important;
    align-items: center;
		position: absolute !important;
    opacity: 1 !important;
    visibility: visible !important;
    transform: none !important;
    width: auto !important;
	right:0;
	top:0;
}
/* Champ */
.ast-search-menu-icon.slide-search .search-fields{
    width: 220px;
    height: 40px;
    padding: 0 45px 0 15px;
    border: 1px solid #adadad;
	box-shadow:none;
	border-radius:20px;
}

input[type="text"], input[type="number"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type=reset], input[type=tel], input[type=date], select, textarea{
	height:44px;
}
.ast-desktop .ast-header-search .slide-search .search-form{
	border:none;
}
.ast-search-menu-icon .search-field{
	width:235px;
}
.ast-search-menu-icon .search-field{
	border-radius: 20px;
    border: 1px solid #adadad;
}

.ast-icon svg:not([fill]) {
    fill: #3d8823;
}
.ast-icon.icon-search svg {
    margin-top: 12px;
    margin-right: 13px;
}
/*SOUS MENU*/
.ast-desktop .ast-builder-menu-1 .menu-item .sub-menu .menu-link:hover{
	background:#366a1e;
	color:#fff;
}
