/*
Theme Name: AccessPress Pro Enfant par WP Marmite
Description: Theme enfant du theme AccessPress Pro. Vous pouvez desormais le personnaliser sans risquer de perdre vos modifications
Author: WPMarmite
Author URI: https://wpmarmite.com
Template: accesspress-pro
Version: 1.0
*/

/*--------------------------------------------------------------
Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
	color: #666666;
	font-family:  'ABeeZee',Myriad Pro, Geneva, Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 1.8;
	font-weight: normal;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	font-family:  'ABeeZee',Myriad Pro, Geneva, Arial, Helvetica, sans-serif;
	line-height: 1.3;
	margin-bottom: 15px;
    color: #555;
    font-weight: 300;
}

/* --------------------------------------------------------------*/
.sticky-header{
	transition:top 0.3s ease;
	-moz-transition:top 0.3s ease;
	-webkit-transition:top 0.3s ease;
    position: static;
    top: -350px;
}

.sticky-header.fixed{
	position: fixed;
	top:0;
	left: 0;
	width: 100%;
	z-index: 9999;
    -ms-transform: translateY(0); /* IE 9 */
    -webkit-transform: translateY(0); /* Chrome, Safari, Opera */
    transform: translateY(0);
}

.boxed-layout .sticky-header.fixed{
    left: auto;
    width: auto;
}

.site-header.style2 #main-header,
.site-header.style3 #main-header{
	border-bottom: 10px solid #9E9FA1;
	background: #000;
	padding: 0px;
  padding-bottom: 0px;
}
.site-header.style2 .top-header,
.site-header.style3 .top-header{
	background:#000 !important;
}

.site-header.style2 .header-text,
.site-header.style3 .header-text{ 
	float: left;  
	color: #40A52D;
	line-height: 30px;
	margin: 0;
	font-size: 14px;
  padding-left: 150px;
}

.main-navigation .ak-container{
    padding:0 !important;
}

.main-navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.main-navigation .menu > ul > li {
	float: left;
	position: relative;
	line-height:48px;
	text-transform: none;  
	white-space: nowrap;
	margin-right: 2px;
}

.main-navigation ul li{
    position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
	color: #000;
	padding: 0 15px;
  position: relative;
	/*font-weight: bold;  */  
}

.main-navigation a:hover{
	color: #FFF;
}
.site-header.style2 .main-navigation a,
.site-header.style3 .main-navigation a{
	color: #fff;
	font-weight: 400;
}
.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	left: 0;
	position: absolute;
	z-index: 99999;
	background: #FFF;
	top: 100%;
    display: none;
}

.main-navigation ul ul ul {
	left: 100%;
	top: 0;
	border-top:none;
}

.main-navigation ul ul a {
	min-width: 150px;
    padding: 0;
    color: #42A62A !important;
}

.main-navigation ul ul li {
	font-size: 14px;
	line-height: 16px;
	border-bottom: 1px solid #DDD;
	margin: 0 !important;
	padding:10px 15px;
	display: block;
	text-align: left;
	text-transform: none;
}
.main-navigation ul ul li a {
  color: #000;  
}
.main-navigation ul ul li:last-child{
	border-bottom: none;
}

.main-navigation ul ul a{
	color: #666;
	background: none !important;
    position: relative;
}

.main-navigation ul ul a:hover{
	color: #333 !important;
}

.site-header.style1 .main-navigation .current_page_item a,
.site-header.style1 .main-navigation .current-menu-item a,
.site-header.style1 .main-navigation li:hover > a {
	background: #D9DADB;
}
a.fournisseur{
	color: #42a62a !important;
}

 td{
	border: 0px solid #CCC;
	padding: 5px 10px;
}
p {
	margin-bottom:0px;
}
.boxed-layout .ak-container{
    width:1200px;
    padding:0px; 
}

.widget-social-icons {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-top: -20px !important;
  /*  padding-left: 20px !important;          */
}