/*
	Theme Name: Feu UltraVNR
	Theme URI: http://ultravnr.be
	Description: Theme pour l'agenda UltraVNR
	Version: 1.0.0
	Author: Uz

	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/

/*------------------------------------*\
    MAIN
\*------------------------------------*/

/* global box-sizing */
*,
*:after,
*:before {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}
/* html element 62.5% font-size for REM use */
html {
	font-size:62.5%;
	background-color: #000;
}
body {
	/* font:300 11px/1.4 'Courier New', 'Helvetica Neue', Helvetica, Arial, sans-serif; */
	color:#444;
	background-color: #000;
}
/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
}
img {
	max-width:100%;
	vertical-align:bottom;
}
a {
	color:#444;
	text-decoration:none;
}
a:hover {
	color:#444;
}
a:focus {
	outline:0;
}
a:hover,
a:active {
	outline:0;
}
input:focus {
	outline:0;
	border:1px solid #04A4CC;
}

/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/

/* wrapper */
.wrapper {
	/*max-width:1280px;*/
	/*width:95%;*/
	margin:0 auto;
	position:relative;
}
/* header */
.header {
	text-align: center;
}
/* logo */
.logo {

}
.logo-img {

}
/* nav */
.nav {

}
/* sidebar */
.sidebar {

}
/* footer */
.footer {
	width: 80%;
	margin: auto;
}

/*------------------------------------*\
    PAGES
\*------------------------------------*/



/*------------------------------------*\
    IMAGES
\*------------------------------------*/



/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/

@font-face {
	font-family:'Font-Name';
	src:url('fonts/font-name.eot');
	src:url('fonts/font-name.eot?#iefix') format('embedded-opentype'),
		url('fonts/font-name.woff') format('woff'),
		url('fonts/font-name.ttf') format('truetype'),
		url('fonts/font-name.svg#font-name') format('svg');
    font-weight:normal;
    font-style:normal;
}

/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/

@media only screen and (min-width:320px) {

}
@media only screen and (min-width:480px) {

}
@media only screen and (min-width:768px) {

}
@media only screen and (min-width:1024px) {

}
@media only screen and (min-width:1140px) {

}
@media only screen and (min-width:1280px) {

}
@media only screen and (-webkit-min-device-pixel-ratio:1.5),
	   only screen and (min-resolution:144dpi) {

}

/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-webkit-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-moz-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.alignnone {
	margin:5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
a img.alignnone {
	margin:5px 20px 20px 0;
}
a img.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.wp-caption {
	background:#FFF;
	border:1px solid #F0F0F0;
	max-width:96%;
	padding:5px 3px 10px;
	text-align:center;
}
.wp-caption.alignnone {
	margin:5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin:5px 20px 20px 0;
}
.wp-caption.alignright {
	margin:5px 0 20px 20px;
}
.wp-caption img {
	border:0 none;
	height:auto;
	margin:0;
	max-width:98.5%;
	padding:0;
	width:auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}
.sticky {

}
.bypostauthor {

}

/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
	* {
		background:transparent !important;
		color:#000 !important;
		box-shadow:none !important;
		text-shadow:none !important;
	}
	a,
	a:visited {
		text-decoration:underline;
	}
	a[href]:after {
		content:" (" attr(href) ")";
	}
	abbr[title]:after {
		content:" (" attr(title) ")";
	}
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content:"";
	}
	pre,blockquote {
		border:1px solid #999;
		page-break-inside:avoid;
	}
	thead {
		display:table-header-group;
	}
	tr,img {
		page-break-inside:avoid;
	}
	img {
		max-width:100% !important;
	}
	@page {
		margin:0.5cm;
	}
	p,
	h2,
	h3 {
		orphans:3;
		widows:3;
	}
	h2,
	h3 {
		page-break-after:avoid;
	}
}

/*
-----------------------------------------------------
						Wz
-----------------------------------------------------
*/

html, body{
	background: #000;
	color: #00BF00;
}

a{
	background: #000;
	color: #00BF00;
	text-decoration: underline;
}

a:hover{
	color: #00BF70;
}

nav{
	font-size: 2vw;
	text-align: center;
	position: fixed;
	top:9vw;
	width: 100%;
	margin-top: 0;
	padding-top: 0;
	background-color: #000;
	z-index: 9999999;
}

.nav-agenda{
	height: 3vw;
	width: 80%;
	margin: auto;
}

.nav-menu{
	width: 50%;
	text-align: center;
	border: 2px solid green;
	border-radius: 10px 10px 0 0;
	display: block;
	float: left;
	text-decoration: none;
}

.nav-menu:hover{
	text-decoration: none;
}

.nav-menu.selected{
	background-color: #222;
}

.titre-site{
	text-align: center;
	/* position: fixed; */
	height: 9vw;
	width: 100%;
	top:0;
	background-color: #000;
	z-index: 99999999;
}

.container-titre{
	width: 80%;
	margin: auto;
}

.titre-site h1{
	font-size: 5vw;
	margin-top: 0;
	padding-top: 0;
}

.la-sidebar{
	/*width: 20%;*/
	float: left;
	background-color: #000;
}

.la-sidebar h3{
	display: none;
}

#manifeste{
	font-size: 18px;
	width: 100%;
	display: block;
	text-align: center;
	margin-top: 13vw;
}

#manifeste {
   float:left;
   width:100%;
   overflow:hidden;
   position:relative;
}
#manifeste ul {
   clear:left;
   float:left;
   list-style:none;
   margin:0;
   padding:0;
   position:relative;
   left:50%;
   text-align:center;
}
#manifeste ul li {
   display:block;
   float:left;
   list-style:none;
   margin:0;
   padding:0;
   position:relative;
   right:50%;
   margin-right: 1em;
}
#manifeste ul li a {
   display:block;
   margin:0 0 0 1px;
   text-decoration:none;
}

#manifeste li a:after{
	content: " / ";
}

#manifeste li a:last-child:after{
	content: "";
}

header{
	margin-bottom: 1em;
}

main{
	width: 80%;
	margin: auto;
	margin-top: 9vw;
}

.main{
	width: 80%;
	margin: auto;
}

.row{
	border: 3px dashed #fff;
	margin-bottom: 1em;
	padding: 1em;
}

/*.row:target{padding-top:11vw;}*/

.feature-media{
	width: 100% !important;
	height: 100px;
	background-position: center center;
	background-repeat: no-repeat;
}

.center-cropped {
	width: 100% !important;
	height: 100px;
	background-position-y: center;
	background-repeat: no-repeat;
	background-size: cover;
	overflow: hidden;
}

.center-cropped a{
	text-decoration: none;
}

/* Set the image to fill its parent and make transparent */
.center-cropped img {
	min-height: 100%;
	min-width: 100%;
	/* IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	/* IE 5-7 */
	filter: alpha(opacity=0);
	/* modern browsers */
	opacity: 0;
}

.concert::not(::last-child)::after{
	content: " > ";
}


.label{
	color: #fff;
}

.un-event{
	margin-bottom: 1em;
}

.la-categorie{
	color: #fff;
	font-size: 18px;
}

.la-date{
	font-size: 16px;
	width: 210px;
	color: #000;
	background-color: #fff;
	text-align: center;
	text-decoration: none;
}

.la-date-big,
.exposition .la-date{
	width: 520px;
}

.le-titre{
	font-size: 22px;
	font-weight: bold;
}

.liaison{
	color: #fff;
}

.un-event.a-la-une{
	border: 3px dashed green;
	padding: 1em;
}

.wpcf7-form label{
	width: 100%;
}

.wpcf7-form-control-wrap input,
.wpcf7-form-control-wrap textarea{
	width: 60%;
}

.icone-calendar{
	display: none;
}

table.em-calendar td.eventful a, table.em-calendar td.eventful-today a {
    color: #00BF00;
}

table.em-calendar td.eventless-today, table.em-calendar td.eventful-today {
    background-color: #000;
    border: 1px solid #00BF00;
}

.days-names{
	display: none;
}

.lightboxOverlay{
	z-index: 99999999;
}

.lightbox{
	z-index:100000000;
}

/**************************************************/
/*************** NOUVEAU FEU ************/
/**************************************************/
.les-groupes{
	font-size: 20px;
	font-style: italic;
}

#message{
	border: 1px solid green;
	width: 60%;
	margin: auto;
	height: 50px;
	padding: 1em;
	margin-bottom: 2em;
	display: none;
}

#message.error{
	border: 1px solid red;
	color: red;
}

.lien-proposer {
	font-size: 20px;
	font-weight: bold;
	width: 100%;
	display: block;
	margin-bottom: 1em;
}

.lien-precedents,
.lien-anciens {
	font-size: 16px;
	font-weight: bold;
	width: 50%;
	display: block;
	margin-bottom: 1em;
	padding-left: 1em;
	padding-right: 1em;
}

.liens-old{
	width: 100%;
	display: block;
}

.lien-anciens{
	float: right;
	text-align: left;
}

.lien-precedents{
	float: left;
	text-align: right;
}


/**************************************************/
/*************** FORMUALIRE PRPOSITION ************/
/**************************************************/

.l-date, .l-heure{
	color: #FFA500;
}
/* .proposez{
	width: 60%;
	margin: auto;
	text-align: left;
} */

.groupe input,
.proposer-input input{
	margin-bottom: 10px;
}

.proposer-lien,
.proposer-titre input{
	width: 280px;
}

.lien-retour{
	width: 80%;
	margin: auto;
	margin-top: 2em;
}
/**************************************************/
/*************** MEDIA QUERIES ************/
/**************************************************/

@media only screen and (max-width:1335px) {

	.titre-site h1{
		width: 100%;
		float: left;
		font-size: 5vw;
		text-align: center;
	}

	.widget_em_calendar{
		display: none;
		z-index: 99999999999;
		position: fixed;
		left: 0;
		background-color: #000;
	}

	.icone-calendar{
		width: 5vw;
		height: 7vw;
		display: block;
		position: fixed;
		left: 0;
		z-index: 9999999999;
		cursor: pointer;
	}

	.icone-calendar:before{
		content: "\f508";
		font-family: dashicons;
		font-size: 5vw;
		padding-top: 2vw;
		margin-right: 1vw;
	}

}
