/* Have fun adding your style here :) - PS: At all times this file should contain a comment or a rule, otherwise opera might act buggy :( */

/* General Custom CSS */

/* Sous-pages métier : en-tête toujours visible (le thème le masque au chargement sur l'accueil) */
body.page:not(.home) #top #header,
body.page:not(.home) #top #header.av_header_scrolldown,
body.page:not(.home) #top #header.av_header_scrolldown.av_header_transparency {
	opacity: 1 !important;
	margin-top: 0 !important;
	visibility: visible !important;
	transform: none !important;
	background: #ffffff !important;
	border-bottom: 1px solid rgba(0, 0, 0, 0.08);
	z-index: 1000;
}
body.page:not(.home) #header .header_bg {
	opacity: 1 !important;
	background: #ffffff !important;
}
body.page:not(.home) #header.av_header_transparency .av-main-nav > li > a,
body.page:not(.home) #header.av_header_transparency .av-main-nav > li > a .avia-menu-text {
	color: #242424 !important;
}
body.page:not(.home) #top #wrap_all #main {
	padding-top: 88px;
}
body.page:not(.home) #top #header .av-main-nav {
	display: flex !important;
	flex-wrap: wrap;
	align-items: center;
	justify-content: flex-end;
}
body.page:not(.home) #top .av-main-nav > .menu-item,
body.page:not(.home) #top .av_mobile_menu_tablet .av-main-nav > .menu-item,
body.page:not(.home).js_active.html_burger_menu #avia-menu > li,
body.page:not(.home).html_burger_menu_active #header .avia-menu .menu-item {
	display: block !important;
}
body.page:not(.home) #header .av-burger-menu-main {
	display: none !important;
}
body.page:not(.home) #top .av_mobile_menu_tablet .av-main-nav > .menu-item > a,
body.page:not(.home) #top #wrap_all .av_mobile_menu_tablet .main_menu .av-main-nav > .menu-item > a {
	height: auto !important;
	line-height: 1.25 !important;
	padding: 10px 12px !important;
}




/*
Desktop Styles
================================================== */
/* Note: Add new css to the media query below that you want to only effect the desktop view of your site */

@media only screen and (min-width: 768px) {
  /* Add your Desktop Styles here */

}



/*
Mobile Styles
================================================== */
/* Note: Add new css to the media query below that you want to only effect the Mobile and Tablet Portrait view */

@media only screen and (max-width: 767px) {
  body.page:not(.home) #top #wrap_all .main_menu {
    position: relative !important;
    height: auto !important;
    top: auto !important;
    right: auto !important;
  }
  body.page:not(.home) #top #wrap_all .av-logo-container,
  body.page:not(.home) #top #header_main > .container .main_menu .av-main-nav > li > a {
    height: auto !important;
    line-height: 1.25 !important;
  }
}