/*-----------------------------------------------------------------*/
/* Font
/*-----------------------------------------------------------------*/
/*
@import url(https://fonts.googleapis.com/css?family=Lato:300,400,700);

body {
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    font-size: 14px;
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    font-size: 40px;
}
#Abdev_main_footer h6 {
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    font-size: 16px;
}
.tcvpb_google_map_wrapper h3{
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    font-size: 16px;
}
p, .textwidget {
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    font-size: 14px;
}
input, select, textarea {
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    font-size: 14px;
}
nav > ul > li a{
	font-family: 'Lato', sans-serif;
    font-weight: 300;
    font-size: 14px;
}
nav > ul .sf-mega-inner > ul > li > a{
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	font-size: 16px;
}
*/

/*-----------------------------------------------------------------*/
/* Menü &amp; Header
/*-----------------------------------------------------------------*/
#Abdev_main_header nav a:hover, #Abdev_main_header nav .current-menu-item > a {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    color: #2483af;
}
.widget_nav_menu li {
    padding: 0 0 3px;
}
#top_bar {
    padding: 2px 0;
}
#Abdev_main_header {
    padding: 15px 0;
}
.fixed_header #Abdev_main_header {
    margin-top: 24px;
}


/*-----------------------------------------------------------------*/
/* Footer
/*-----------------------------------------------------------------*/
.widget_pages li, .widget_recent_entries li, .widget_archive li, .widget_nav_menu li, .widget_meta li, .widget_rss li, .widget_categories li {
    border-bottom: none;
}
#footer_columns {
    padding: 60px 0 30px;
}
#Abdev_main_footer h6 {
  color:#0000FF;
}

/*-----------------------------------------------------------------*/
/* Custom
/*-----------------------------------------------------------------*/
::-moz-selection {
    color: #FFF;
    background: #2483af;
}
::selection {
    color: #FFF;
    background: #2483af;
}
.red{
 background-color:#0000FF;
}
@media (max-width:800px){
	#Abdev_main_header nav > ul {
    	padding-left: 15px;
   		padding-right: 90px;
  		padding-top: 20px;
	}
}
/*
.search-toggle, .portfolio_share_social {
  display:none;
}
button, input[type="submit"] {
    background: #83af24 none repeat scroll 0 0;
    border: 1px solid #AECC44;
}
*/

.post_meta {
  display: none;
}

.post_author {
  display: none;
}

.presse { display: center;
}