/*
Bienvenue dans l'éditeur de CSS !

Pour en savoir plus sur le fonctionnement de l'éditeur, vous pouvez vous
rendre sur cette page :
http://wp.me/PEmnE-Bt
*/
.entry-title {
	color: #1d2c4b;
}

#menu-primary > li > a {
	padding-left: 1.7em;
}

.main-navigation ul ul a {
	padding: 1em;
}

.bjbnevent {
	width: 200px;
	height: 270px;
	display: inline-block;
	vertical-align: top;
	margin-right: 10px;
	cursor: pointer;
}

.bjbnevent > a {
	display: block;
}

.bjbnevent > a >p {
	display: none;
}

.bjbnevent a > div:nth-of-type(1) {
	width: 200px;
	height: 200px;
	border: 1px solid #ccc;
	border-radius: 20px;
	background: center center no-repeat;
	background-size: cover;
}

.bjbnevent a > div:nth-of-type(2) {
	color: #1e0b0b;
	font-size: 1.8em;
	text-align: center;
}

.bjbnevent:hover {
	text-shadow: 2px 2px 5px #4f1e1e;
}

.bjbnevent:hover a > div:nth-of-type(1) {
	border-color: #333;
}

.bjbn-programmation-list {
	list-style: none inside;
}

.bjbn-programmation-list > li {
	width: 99%;
	padding-left: 1%;
	overflow: auto;
	border-bottom: 1px #ccc solid;
	line-height: 1.4em;
	margin-bottom: 3px;
	clear: both;
}

.bjbn-programmation-list > li:hover {
	background: #ccc;
}

.bjbn-programmation-list >li > a > div {
}

.bjbn-programmation-list >li > a > div > span {
	padding-left: 10px;
	color: #aaa;
	font-size: .9em;
	text-transform: capitalize;
}

.bjbn-programmation-list > li > a > div:nth-of-type(1) {
	float: left;
	color: #d66855;
	margin-right: 1%;
	width: 150px;
	text-transform: uppercase;
}

.bjbn-programmation-list > li > a > div:nth-of-type(2) {
	float: left;
	font-size: 18px;
	text-transform: uppercase;
}

.bjbn-programmation-list > li > a > div:nth-of-type(3) {
	float: right;
	font-size: 16px;
	color: #555;
	margin-right: 1%;
}

.bjbn-compagnie {
	width: 100%;
	margin: 10px 0 20px;
	overflow: auto;
	padding-bottom: 10px;
	border-bottom: 2px solid #ddd;
}

.bjbn-cie-img {
	float: left;
	margin-left: 2%;
	width: 35%;
	height: 100%;
}

.bjbn-cie-img > img {
	border-radius: 15px;
	width: 100%;
}

.bjbn-cie-desc {
	float: left;
	width: 59%;
	padding-left: 4%;
}

.bjbn-cie-titre {
	margin: 0 !important;
	text-transform: uppercase;
	float: left;
}

.bjbn-cie-cie {
	margin: 0 !important;
	font-size: 20px;
	color: #6d0f0f;
	float: right;
}

.bjbn-cie-rep {
	clear: both;
	border-top: 1px dashed #ccc;
	font-size: 16px;
}

.bjbn-cie-pub {
	font-size: 16px;
	border-bottom: 1px dashed #ccc;
	margin-bottom: 5px;
}

.bjbn-cie-desc > p {
	margin: 0 0 10px !important;
	line-height: normal;
	font-size: .8em;
}

#masthead .site-branding-wrapper {
	display: none;
}

.site-header-image {
	background-position: center 0;
}

.bjbn-progType {
	margin: 0 10px 10px 0;
	padding: 5px 20px;
	box-sizing: border-box;
	display: inline-block;
	border: 1px solid #ccc;
	border-radius: 10px;
	text-align: center;
	font-size: 1.8em;
	color: #fff;
	cursor: pointer;
	width: 230px;
}

.bjbn-progType:hover {
	background-color: #ccc;
	box-shadow: 2px 3px 5px #ccc;
}