/* CSS Document */



/* ------------------------------------------------------------------------------------------------------ */	
/* -- VARIABLES ----------------------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------------------------------ */	
/* -- ARCHITECTURE -------------------------------------------------------------------------------------- */
/* ------ FLOTTANT -------------------------------------------------------------------------------------- */
/* ------ BANDEAU --------------------------------------------------------------------------------------- */
/* ------ MENU ------------------------------------------------------------------------------------------ */
/* ------ COEUR ----------------------------------------------------------------------------------------- */
/* ------ PIED ------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------------ */	
/* -- TABLEAUX ------------------------------------------------------------------------------------------ */
/* -- LIENS --------------------------------------------------------------------------------------------- */
/* -- POLICES ------------------------------------------------------------------------------------------- */
/* -- DATES --------------------------------------------------------------------------------------------- */
/* -- IMAGES -------------------------------------------------------------------------------------------- */
/* -- VIDEOS -------------------------------------------------------------------------------------------- */
/* -- AUDIOS - VIDEOS ----------------------------------------------------------------------------------- */
/* -- PHOTOS -------------------------------------------------------------------------------------------- */
/* -- ELEMENTS DE FORMULAIRE ---------------------------------------------------------------------------- */
/* -- RETOUR ACCUEIL - ACCES INTERDIT ------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------------------------------ */	
/* -- VERSION MOBILE ------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------------ */	



/* ------------------------------------------------------------------------------------------------------ */	
/* -- VARIABLES ----------------------------------------------------------------------------------------- */

:root {
	--main_width: 900px;
	--font_family: 'open_sanscondensed_light', Helveticaneue, Tahoma, Arial, Helvetica, sans-serif;
	--normal_font_size: 18px;
	--little_font_size: 15px;
	--main_font_color: #666666;
	--title_font_color: #C9C9C9;
	--legend_font_color: #888888;
	--musician_font_color: #777777;
	--link_font_color: #9C9C9C;
	--hover_font_color: #C9C9C9;
	--date_font_color: #DDDDDD;
	--alert_font_color: #9E0B0E;
	--shadow_font_color: #000000;
	--border_color: #444444;
	--video_border_color: #222222;
	--date_border_color: #888888;
	--form_border_color: #888888;
	--background_color: #070707;
	--background_menu_color: #101010;
	--background_date_color: #9E0B0E;
}	



/* ------------------------------------------------------------------------------------------------------ */	
/* -- ARCHITECTURE -------------------------------------------------------------------------------------- */

h1, h2, h3, form, ul, li, dd, dt, dl, div {
	margin: 0;
	padding: 0;
}

html, body {
	height: 100%;
	margin: 0;
	padding: 0;
	font-family: var(--font_family);
	font-size: var(--normal_font_size);
	text-align: center;
	color: var(--main_font_color);
	background: var(--background_color);
	-webkit-background-size: cover;
	background-size: cover;
}



/* ------------------------------------------------------------------------------------------------------ */	
/* ------ FLOTTANT -------------------------------------------------------------------------------------- */

#id_div_share {
	position: absolute;
	top: 200px;
	right: 5px;
	margin: 0;
	padding: 0 5 0 0;
}

#id_div_share div {
	margin: 0;
	padding: 0 0 10 0;
}



/* ------------------------------------------------------------------------------------------------------ */	
/* ------ BANDEAU --------------------------------------------------------------------------------------- */

#id_div_bandeau {
	position: relative;
	margin: 0 auto 0 auto;
	padding: 0;	
	width: var(--main_width);
	height: 150px;
	background: url(../images/bandeau.png) no-repeat;
	background-size: contain; 
	background-size: var(--main_width) 150px;
}



/* ------------------------------------------------------------------------------------------------------ */	
/* ------ MENU ------------------------------------------------------------------------------------------ */
	
#id_div_menu {
	height: 32px;
	padding: 0;
	text-align: center;
	background: var(--background_menu_color);
	background: linear-gradient(to right, #151515, #101010, #151515);
	border-top: 1px solid var(--border_color);
}

#id_div_menu li {
	float: left;
	text-align: center;
	font-family: var(--font_family);
	font-size: 21px;
	text-transform: uppercase;
	text-shadow: 2px 2px 2px var(--shadow_font_color);
	list-style: none;
}

#id_div_menu a {
	display:block;
	color: var(--link_font_color);
	text-decoration:none;
	margin: 3 0 3 0;
	padding:0 10px;
	-webkit-transition: color .2s ease-in;
	-moz-transition: color .2s ease-in;
	-ms-transition: color .2s ease-in;
	-o-transition: color .2s ease-in;
	transition: color .2s ease-in;
}

#id_div_menu a:hover {
	color: var(--hover_font_color);
}

.class_menu_mobile {
	height: 32px;
	display: none;
	text-align: right;
	background: var(--background_menu_color);
	background: linear-gradient(to right, #151515, #101010, #151515);
	border-top: 1px solid var(--border_color);
}

#id_div_affichage_menu {
	padding: 5 10 5 0;
}

#id_div_menu input[type=checkbox] {
	display: none;
}

#id_div_menu input[type=checkbox]:checked ~ ul {
	display: block;
}



/* ------------------------------------------------------------------------------------------------------ */	
/* ------ COEUR ----------------------------------------------------------------------------------------- */

#id_div_contenu {
	clear: both;
	padding: 0;
	min-height: 100%;
	margin-bottom: -60px;
}

#id_div_contenu:after {
	content: "";
	display: block;
	height: 60px;
}



/* ------------------------------------------------------------------------------------------------------ */	
/* ------ PIED ------------------------------------------------------------------------------------------ */

#id_div_pied {
	clear: both;
	padding: 0;
	height: 60px;
	border-top: 1px solid var(--border_color);
	background: var(--background_color);
}

#id_span_copyright {
	float: left;
	margin: 0 0 0 0;
	padding: 5 0 0 0;
	font-family: var(--font_family);
	font-size: var(--little_font_size);
	text-align: left;
}

#id_span_other_links {
	float: right;
	overflow: auto;
	margin: 0 0 0 0;
	padding: 5 0 0 0;
	font-family: var(--font_family);
	font-size: var(--little_font_size);
	text-align: right;
}



/* ------------------------------------------------------------------------------------------------------ */	
/* -- TABLEAUX ------------------------------------------------------------------------------------------ */

.class_table {
	width: 100%;
}

.class_sous_table {
	width: 100%;
}

.class_td_espace_top {
	height: 70px;
}

.class_td_espace_bottom {
	height: 90px;
}

.class_td_trait_haut {
	height: 30px;
	border-bottom: 1px solid var(--border_color);
}

.class_td_infos_titre {
	padding: 0 0 10 0;
	border-bottom: 1px solid var(--border_color);
}

.class_td_infos {
	padding: 10 10 10 10;
}

.class_td_audios {
	padding: 0 10 0 10;
}

.class_td_infos_lien {
	padding: 10 0 0 0;
	border-top: 1px solid var(--border_color);
}

.class_td_img_coeur {
	padding: 60 0 60 0;
}

.class_td_separation {
	padding: 30 0 30 0;
}



/* ------------------------------------------------------------------------------------------------------ */	
/* -- LIENS --------------------------------------------------------------------------------------------- */

.class_a_normal {
	font-family: var(--font_family);
	font-size: var(--normal_font_size);
	text-transform: uppercase;
}
	
.class_a_mailto {
	font-family: var(--font_family);
	font-size: var(--normal_font_size);
}
	
.class_a_petit {
	font-family: var(--font_family);
	font-size: var(--little_font_size);
	text-transform: uppercase;
}
	
a.class_a_normal, a.class_a_mailto, a.class_a_petit {
	text-decoration: none;
	color: var(--link_font_color);
	text-shadow: 2px 2px 2px var(--shadow_font_color);
	-webkit-transition: color .2s ease-in;
	-moz-transition: color .2s ease-in;
	-ms-transition: color .2s ease-in;
	-o-transition: color .2s ease-in;
	transition: color .2s ease-in;
}

a:hover.class_a_normal, a:hover.class_a_mailto, a:hover.class_a_petit {
	color: var(--hover_font_color);
}



/* ------------------------------------------------------------------------------------------------------ */	
/* -- POLICES ------------------------------------------------------------------------------------------- */

@font-face {
	font-family: 'open_sanscondensed_light';
	src: url('../webfontkit/opensans-condlight-webfont.eot');
	src: url('../webfontkit/opensans-condlight-webfont.eot?#iefix') format('embedded-opentype'),
		 url('../webfontkit/opensans-condlight-webfont.woff2') format('woff2'),
		 url('../webfontkit/opensans-condlight-webfont.woff') format('woff'),
		 url('../webfontkit/opensans-condlight-webfont.ttf') format('truetype'),
		 url('../webfontkit/opensans-condlight-webfont.svg#open_sanscondensed_light') format('svg');
	font-weight: normal;
	font-style: normal;
}

.class_font_titre {
	font-family: var(--font_family);
	font-size: 21px;
	color: var(--title_font_color);
	text-transform: uppercase;
}

.class_font_club, .class_font_title {
	font-family: var(--font_family);
	font-size: var(--normal_font_size);
	color: var(--legend_font_color);
}

.class_font_personnel {
	font-family: var(--font_family);
	font-size: var(--normal_font_size);
	color: var(--legend_font_color);
}

.class_font_musician {
	font-family: var(--font_family);
	font-size: var(--normal_font_size);
	color: var(--musician_font_color);
}

.class_font_message {
	font-family: var(--font_family);
	font-size: var(--normal_font_size);
	color: var(--legend_font_color);
}

.class_font_blabla {
	font-family: var(--font_family);
	font-size: var(--normal_font_size);
}

.class_font_petit_blabla {
	font-family: var(--font_family);
	font-size: var(--little_font_size);
}

.class_font_alerte {
	font-family: var(--font_family);
	font-size: var(--normal_font_size);
	color: var(--alert_font_color);
	text-transform: uppercase;
}



/* ------------------------------------------------------------------------------------------------------ */	
/* -- DATES --------------------------------------------------------------------------------------------- */

.class_div_date {
	position: relative;
	float: right;
	margin: 0 -10 0 0;
	padding: 2 5 2 5;
	top: -20px;
	width: auto;
	min-width: 108px;
	background: var(--background_date_color);
	border: 1px solid var(--date_border_color);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
	opacity: 1;
}

.class_font_jour_date, .class_font_numero_date, .class_font_heure_date, .class_font_mois_date, .class_font_annee_date {
	font-family: var(--font_family);
	color: var(--date_font_color);
	text-shadow: 2px 2px 2px var(--shadow_font_color);
}

.class_font_jour_date {
	font-size: 21px;
	font-variant: small-caps;
	letter-spacing: 0.2125em;
}

.class_font_numero_date {
	line-height: 100%;
	font-size: 42px;
	font-weight: bold;
}

.class_font_heure_date {
	margin-left: 10px;
	font-size: 15px;
}

.class_font_mois_date {
	font-size: 24px;
	font-variant: small-caps;
}

.class_font_annee_date {
	margin-left: 10px;
	font-size: 24px;
	font-weight: bold;
}



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

.class_img_carre {
	width: 15px;
	height: 15px;
	border-top: 1px solid var(--border_color);
	border-left: 1px solid var(--border_color);
}

#id_div_urdapilleta {
	float: right;
	margin: 10 0 20 20;
	padding: 0 0 0 0;
	text-align: right;
}

.class_img_photo {
	cursor: pointer;
	border-top: 1px solid var(--border_color);
	border-right: 1px solid var(--border_color);
	border-bottom: 1px solid var(--border_color);
	border-left: 1px solid var(--border_color);
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-ms-border-radius: 6px;
	-o-border-radius: 6px;
	border-radius: 6px;
}

.class_img_cd {
	width: 13px;
	height: 13px;
	border: 0;
}

.class_img_share {
	width: 20px;
	height: 20px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-ms-border-radius: 6px;
	-o-border-radius: 6px;
	border-radius: 6px;
}

.class_img_live {
	padding: 0 0 0 0;
	width: 60px;
	height: 20px;
	border: 0;
}

.class_img_notes {
	padding: 0 0 0 0;
	width: 50px;
	height: 20px;
	border: 0;
}

.class_img_pellicule {
	padding: 0 0 0 0;
	width: 50px;
	height: 20px;
	border: 0;
}

.class_img_collectif {
	padding: 0 0 0 0;
	width: 150px;
	height: 20px;
	border: 0;
}

.class_img_message {
	padding: 0 0 0 0;
	width: 30px;
	height: 20px;
	border: 0;
}



/* ------------------------------------------------------------------------------------------------------ */	
/* -- VIDEOS -------------------------------------------------------------------------------------------- */

.class_iframe_video {
	width: 360px;
	height: 270px;
	border: 1px solid var(--video_border_color);
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-ms-border-radius: 6px;
	-o-border-radius: 6px;
	border-radius: 6px;
	-webkit-filter: brightness(90%);
	-moz-filter: brightness(90%);
	-ms-filter: brightness(90%);
	-o-filter: brightness(90%);
	filter: brightness(90%);
}

.class_iframe_video:hover {
	-webkit-filter: brightness(100%);
	-moz-filter: brightness(100%);
	-ms-filter: brightness(100%);
	-o-filter: brightness(100%);
	filter: brightness(100%);
}



/* ------------------------------------------------------------------------------------------------------ */	
/* -- AUDIOS - VIDEOS ----------------------------------------------------------------------------------- */

#id_td_other_tracks, #id_td_other_videos {
	position: relative;
}

#id_div_other_tracks, #id_div_other_videos {
	position: absolute;
	display: none;
	top:6px;
	right: 0px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	align: right;
	background-color: #090909;
	border: 1px solid var(--border_color);
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-ms-border-radius: 6px;
	-o-border-radius: 6px;
	border-radius: 6px;
}

#id_div_other_tracks p, #id_div_other_videos p {
	padding: 0 10 0 10;
}



/* ------------------------------------------------------------------------------------------------------ */	
/* -- PHOTOS -------------------------------------------------------------------------------------------- */

.class_slideshow {
	padding: 0;
	width: 400px;
	height: 250px;
	overflow: hidden;
}

.class_slideshow ul {
	width: 200%;
	height: 260px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.class_slideshow li {
	float: left;
	width: 400px;
}

.class_slideshow img {
	margin: 5 5 5 5;
	cursor: pointer;
	border-top: 1px solid var(--border_color);
	border-right: 1px solid var(--border_color);
	border-bottom: 1px solid var(--border_color);
	border-left: 1px solid var(--border_color);
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-ms-border-radius: 6px;
	-o-border-radius: 6px;
	border-radius: 6px;
	-webkit-filter: brightness(75%);
	-moz-filter: brightness(75%);
	-ms-filter: brightness(75%);
	-o-filter: brightness(75%);
	filter: brightness(75%);
}

.class_slideshow img:hover {
	-webkit-filter: brightness(75%);
	-moz-filter: brightness(75%);
	-ms-filter: brightness(75%);
	-o-filter: brightness(75%);
	filter: brightness(75%);
	-webkit-transform: scale(1.0);
	-moz-transform: scale(1.0);
	-ms-transform: scale(1.0);
	-o-transform: scale(1.0);
	transform: scale(1.0);
}



/* ------------------------------------------------------------------------------------------------------ */	
/* -- ELEMENTS DE FORMULAIRE ---------------------------------------------------------------------------- */

.css_input {
	font-family: var(--font_family);
	font-size: var(--little_font_size);
	border: 1px solid var(--form_border_color);
}

.css_textarea {
	font-family: var(--font_family);
	font-size: var(--little_font_size);
	border: 1px solid var(--form_border_color);
}

.css_select {
	font-family: var(--font_family);
	font-size: var(--little_font_size);
	border: 1px solid var(--form_border_color);
}

.css_option {
	font-family: var(--font_family);
	font-size: var(--little_font_size);
}

.css_checkbox {
	border: 1px solid var(--form_border_color);
}

.bouton {
	height: 21px;
	margin: -2 -6 0 0;
	font-family: var(--font_family);
	font-size: var(--normal_font_size);
	text-transform: uppercase;
	text-align: right;
	vertical-align: middle;
	color: var(--link_font_color);
	border: 0px;
	background: var(--background_color);
	cursor: pointer;
	text-shadow: 2px 2px 2px var(--shadow_font_color);
	-webkit-transition: color .2s ease-in;
	-moz-transition: color .2s ease-in;
	-ms-transition: color .2s ease-in;
	-o-transition: color .2s ease-in;
	transition: color .2s ease-in;
}

.bouton:hover {
	color: var(--hover_font_color);
}



/* ------------------------------------------------------------------------------------------------------ */	
/* -- RETOUR ACCUEIL 6 ACCES INTERDIT ------------------------------------------------------------------- */

#id_div_retour_accueil {
	position: relative;
	width: 824px;
	margin: 0 auto 0 auto;
	padding: 120 0 0 0;
	font-family: var(--font_family);
	font-size: var(--normal_font_size);
	text-align: center;
}



/* ------------------------------------------------------------------------------------------------------ */	
/* -- VERSION MOBILE ------------------------------------------------------------------------------------ */

@media screen and (min-width: 918px) {
	#id_div_menu {
		width: var(--main_width);
		margin: 0 auto 0 auto;
	}
	#id_div_contenu {
		width: var(--main_width);
		margin: 90 auto 0 auto;
	}
	#id_div_pied {
		width: var(--main_width);
		margin: 0 auto 0 auto;
	}
}

@media screen and (max-width: 918px) {
	#id_div_bandeau {
		width: 96%;
	}
	#id_div_menu {
		clear: both;
		width: 96%;
		overflow: auto;
		margin: 0 auto 0 auto;
		height: auto;
	}
	#id_div_menu ul {
		display: none;
	}
	#id_div_menu li {
		float: left;
		width: 100%;
		text-align: left;
		padding: 0 0 0 20;
	}
	.class_menu_mobile {
		display: block;
	}
	#id_div_contenu {
		clear: both;
		width: 96%;
		margin: 90 2% 0 2%;
	}
	#id_div_pied {
		clear: both;
		width: 96%;
		margin: 0 2% 0 2%;
	}
	img {
		max-width: 100%;
		height: auto;
	}
}

@media screen and (max-width: 640px) {
	* {
		box-sizing: border-box;
	}
	body {
		width: auto;
		margin: 0;
		padding: 0;
	}
	#id_div_bandeau {
	}
	table, td, blockquote, code, pre, textarea, input, object, embed, video {
		max-width: 100%;
	}
	.class_iframe_video {
		width: 240px;
		height: 180px;
	}
	img {
		height: auto;
	}
	#id_div_urdapilleta img {
		max-width: 75%;
		height: auto;
	}
	textarea, table, td, th, code, pre, samp {
		-webkit-hyphens: auto;
		-moz-hyphens: auto;
		hyphens: auto;
		word-wrap: break-word;
	}
	code, pre, samp {
		white-space: pre-wrap;
	}
	.hide_mobile {
		display: none !important;
	}
}

/* CSS Document */