/*
Theme Name: wp-bootstrap
Theme URI: http://320press.com/wpbs
Description: A simple responsive theme based on the Bootstrap framework. Includes multiple page templates, two different sidebars and a theme options panel.
Version: 3.3.1
Author: Chris Barnes
Author URI: http://cbarn.es
Tags: black, white, one-column, two-columns, flexible-width, custom-background, custom-colors, custom-menu, full-width-template, theme-options
License: GNU General Public License v2.0 & Apache License 2.0
License URI: http://www.gnu.org/licenses/gpl-2.0.html http://www.apache.org/licenses/LICENSE-2.0
*/

/* HEADS UP: Everything that you will normally find here can be found in the library/less/wp.less */

/*Couleurs slider Nos Marchés - bloc énergie*/
.swiper-markets .post-energies.swiper-slide:hover .swiper-content {
    background-color: #43e191;
}
.swiper-markets .post-energies.swiper-slide .swiper-content .curve::before {
    box-shadow: 0px 0 0 300px #43e191;
}

/*Couleurs slider Nos Marchés - bloc risques naturels*/
.swiper-markets .post-risques-naturels.swiper-slide:hover .swiper-content {
    background-color: #005be4;
}

.swiper-markets .post-risques-naturels.swiper-slide .swiper-content .curve::before {
    box-shadow: 0px 0 0 300px #005be4;
}

/*Couleurs slider Nos Marchés - bloc defense*/
.swiper-markets .post-defense.swiper-slide:hover .swiper-content {
    background-color: #9800e7;
}

.swiper-markets .post-defense.swiper-slide .swiper-content .curve::before {
    box-shadow: 0px 0 0 300px #9800e7;
}


/*Cas pratique*/

.single-cas-pratique .page-banner h1 {
    display: none;
}
.single-cas-pratique .page-banner p {
    color: #ffffff;
}

header .navbar-default .navbar-nav a {
    font-size: 15px !important;
	}

.navbar-toggle {
    background-color: #2254A5;
	}

header .is-sticky .navbar-default .navbar-toggle .icon-bar {
    background-color: #d8d8d8;
	}

header .top-banner .top-banner-inner {
    float: right;
    color: #fff !important;
    font-size: 13px;
}

.filters-offre select {
	width: 100% !important;
}

/*bouton cookie notice*/

#cookie-notice .cn-button {
    margin-left: 10px;
    color: #1e56a3;
    background-color: white;
    padding-top: 2px;
	padding-right: 4px;
	padding-left: 4px;
	padding-bottom: 2px;
	border-radius: 3px;
}
