/*
Theme Name: Club D&eacute;cision DSI
Description: Theme Club D&eacute;cision DSI de Andry R.
Author: Andry R. - Club D&eacute;cision DSI
Author URI: https://www.rajaoandry.com
Template: consultup 
Version: 0.1.0
*/

/*---------------------------------------
---TEXTES---
-----------------------------------------*/

@import url('https://fonts.googleapis.com/css?family=Open+Sans');

body {
	font-family: 'Open Sans', sans-serif;
	color: #1c1c1c!important;
}

a:hover, a:focus {
  color: #23527c;
  text-decoration: none;
}

.container{
		width: 100%;
	}

/*---------------------------------------
---MENU---
-----------------------------------------*/

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #555;
    background: none;
}
.navbar-default {
    background-color: #f8f8f8;
    border-color: #e7e7e7;
	border: none;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form{
	border: none!important;
	width: 1170px;
	margin: 0 auto;
}
.ti-headwidget .navbar-wp .navbar-nav > li> a {
	color: #fff!important;
}
.ti-headwidget .navbar-wp .navbar-nav > li > a:hover, .ti-headwidget .navbar-wp .navbar-nav > li > a:focus, .ti-headwidget .navbar-wp .navbar-nav > .active > a, .ti-headwidget .navbar-wp .navbar-nav > .active > a:hover, .ti-headwidget .navbar-wp .navbar-nav > .active > a:focus {
	color: rgba(255,255,255,0.71)!important;
}
.ti-headwidget.trans .navbar-wp {
    background: #01527A!important;
}
.ti-headwidget .navbar-wp {
    background: #CEE3F6;
}
.ti-nav-widget-area {
    padding-bottom: 100px;
}
.ti-headwidget.trans {
	position: relative!important;
}

/*---------------------------------------
---SLIDER---
-----------------------------------------*/
.consultup-breadcrumb-section .overlay {
	padding: 0px 0 0px 0!important;
}

/*---------------------------------------
---POST & PAGE---
-----------------------------------------*/

.consultup-blog-category-left{
	z-index: 0;
}
.consultup-breadcrumb-title h1 {
	margin: 40px 0 10px 0;
}
.consultup-blog-post-box .small {
    color: #000!important;
}

/*---------------------------------------
---TABLET---
-----------------------------------------*/

@media screen and (min-width: 768px) and (max-width: 1023px) {
	.container{
		width: 100%;
	}
	.navbar-toggle {
		display: block;
	}
	.consultup-sidebar {
		float: left;
		width: 230px;
	}
}

/*---------------------------------------
---PHONE---
-----------------------------------------*/

@media screen and (min-width: 240px) and (max-width: 767px) {
	.container{
		width: 100%;
	}
	.navbar-brand img{
		width: 100%!important;
		height: auto!important;
	}
}

/*---------------------------------------
---CUSTOM---
-----------------------------------------*/
#menu-accueil{
	margin: 0 auto;
}
.ti-nav-widget-area{
	padding-bottom: 5px!important;
}