/* CSS RESET  
   http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	outline: none;
}
button:focus  {
	outline: 0;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/* ======= SCOOPS STYLESHEET ======== */

/* Basic Layout */

body  {
	
}
#page  {
	
}

#top  {
  position: relative;
}

#wrapper  {
  width: 960px;
  margin: 0 auto;
}

#main  {
	margin: 30px 0 60px 0;
}

#prelude  {
  position: absolute;
  left: -5000px;
}

#footer  {
  width: 100%;
  clear: both;
  padding: 20px 0 30px 0;
}

/* Basic Typography and styles */

body  {
	background: url('img/pattern_black.png') #202020;
	font-family: 'Raleway', sans-serif;
	font-size: 18px;
	color: #ddd;
}
#page  {
  background: rgba(0,0,0,0.4);
}

p  {
  line-height: 140%;
  text-align: justify;
}

h2, h3, h4  {
  font-family: 'Zilla Slab', serif;
  color: #fff;
}

a  {
  color: #9c7b2d;
  text-decoration: none;
  border-bottom: 1px dotted;
}
a:hover  {
  border-bottom: none;
}
img a, img a:hover  {
	border: none;
}
em  {
  font-style: italic;
}
strong  {
  font-weight: bold;
}

/* ================= Page-specific styles ================== */

/* ============
	AUDIO PLAYER
============== */

.audio-player {
    height: 40px;
    width: 300px;
	padding-top: 30px;
    margin: 0;
    background-color: #8a6c24;
    position: relative;
}

.audio-player * {
    height: 100%;
    color: #ffffff;
    position: absolute;
}
.audio-player p  {
	position: absolute;
    top: 10px;
    left: 8px;
	font-size: 0.8em;
}

.audio-player .controls.button {
    background: transparent;
    left: 2px;
	top: 15px;
}
.audio-player .play {
    color: #ffffff;
    background-color: #8a6c24;
    border: none;
    font-size: 20px;
}
.audio-player .play, .audio-player .pause {
    left: 0;
    background:transparent;
}
.audio-player .pause {
	margin-top: -2px;
}
.audio-player .play:after {
    content: '\0025B6';
}
.audio-player .pause:after {
    content: '\275A\275A';
}
.audio-player .progress {
    left: 40px;
    width: 230px;
}
.audio-player .volume {
    right: 10px;
    width: 19%;
	display: none;
}
.custom-progress {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    height: 10px;
    margin: 15px 0;
}
.custom-progress::-webkit-progress-bar {
	background-color: #fff;
}
.custom-progress::-webkit-progress-value {
    background-color: #202020;
}
.custom-progress::-moz-progress-bar {
    background-color: #202020;
}
.custom-progress::-ms-fill {
    background-color: #202020;
}

/* =====  HOMEPAGE ===== */

/* carousel */

#carousel {
  position: relative;
  margin: auto;
  height: 495px;
  overflow: hidden;
  z-index: 1;
  background-size: auto 100%;
}
#carousel img  {
  width: 100%;
}
#carousel > div  {
  position: absolute;
}
#carousel > div.first  {
  background-image: url(img/carousel/1.jpg);
}

#top h1  {
    text-indent: -5000px;
  	position: absolute;
  	left: 20px;
  	top: 10px;
  	z-index: 30;
    background: url('img/logo_scoops.svg');
  	background-repeat: no-repeat;
    background-size: 400px;
    display: block;
  	width: 450px;
  	height: 250px;
}
#top p#desc  {
  	position: absolute;
  	top: 140px;
  	left: 90px;
  	z-index: 35;
  	font-size: 22px;
  	font-weight: bold;
  	font-variant: small-caps;
  	color: #fff;
}

 p#menu  {
  	width: 100%;
  	height: 40px;
  	padding: 10px 0 0 0;
  	background-color: rgba(0,0,0,0.6);
  	position: absolute;
  	bottom: 0;
  	left: 0;
  	z-index: 10;
  	color: #9c7b2d;
    font-size: 1.1em;
}
#menu a  {
  color: #fff;
  border: none;
}
#menu a.there  {
  color: #9c7b2d;
}
#menu a:hover  {
  color: #9c7b2d;
  border: none;
}
#menu span  {
  display: block;
  width: 960px;
  margin: 0 auto;
  text-align: right;
}

#intro  {
	width: 630px;
	float: left;
}
#intro p  {
  margin-bottom: 1em;
}
#intro h2  {
	font-size: 2em;
margin: 0 0 1em 0;
color: #8a6c24;
font-family: raleway;
font-weight: bold;
}
#intro h2 span  {
    text-transform: uppercase;
}
#comingup, #highlight  {
	margin: 0 0 30px 660px;
	width: 300px;
}
#comingup  {
	padding-top: 0.45em;
}
#comingup h2, #highlight h2  {
	background: #8a6c24;
    width: 292px;
    padding: 8px 0 8px 8px;
    margin: 0px 0 1em 0;
    font-family: raleway;
    text-transform: uppercase;
    font-weight: bold;
	font-size: 0.9em;
    letter-spacing: 1.5px;
}
#comingup p, #highlight p  {
	font-size: 0.8em;
	display: inline;
}
#comingup h3  {
	margin-top: 1em;
}

#scoopslive  {
	width: 300px;
	height: 70px;
	padding: 230px 0 0 0;
	background: url('http://scoopsmusic.fr/public/Albums/Scoops_Live.jpg');
	background-size: cover;
}

#scoopslive .audio-player  {
	background: rgba(0,0,0,0.7);
}

/* PAGES DE CONTENUS - Styles communs */

/* Groupe */

#groupe div.post {
  margin: 0 0 30px 0;
  clear: both;
  overflow: hidden;
}

#groupe h3  {
	width: 960px;
	font-size: 1.4em;
	padding-bottom: 0.5em;
	border-bottom: 1px dotted;
	margin-bottom: 1em;
}
#groupe div.post img  {
	width: 300px;
	float: left;
}
#groupe div.post p  {
	margin-left: 330px;
}

/* Dates */

#dates #main  {
	margin-top: 0px;
}

#dates div.post  {
  margin: 0 0 0.8em 0;
  padding: 0 0 0.8em 0;
  border-bottom: 1px dotted;
}
#dates p  {
  text-align: left;
}
#dates p a  {
  border-bottom: none;
}
#dates p a:hover  {
  border-bottom: 1px dotted;
}

#dates h3  {
	font-size: 3.6em;
	margin: 0.9em 0 0.6em 0;
	color: #9c7b2d;
}
#dates h4  {
  font-size: 1.2em;
  margin-bottom: 0.2em;
  letter-spacing: 0.3px;
  width: 300px;
  float: left;
}
#dates div.post-content  {
	margin-left: 330px;
}

/* Vidéos */

#videos div.post  {
    overflow: hidden;
    margin: 0 0 60px 0;
}

#videos div.youtube  {
  float: left;
  border: 1px solid #555;
  height: 352px;
  overflow: hidden;
}
#videos div.videocap  {
  margin-left: 660px;
  font-size: 0.9em;
}
#videos div.videocap p  {
  text-align: left;
}
#videos h3.post-title  {
  font-size: 1.4em;
  margin-bottom: 0.5em;
}

/* Disques */

#disques div.album  {
	width: 960px;
	overflow: hidden;
	margin-bottom: 60px;
	position: relative;
}
#disques div. album-info  {
	width: 630px;
	float: left;
}
#disques div.album-sample  {
	position: absolute;
	bottom: 0;
	right: 0;
}

#disques .album h3  {
	width: 960px;
    font-size: 2em;
    padding-bottom: 0.5em;
    border-bottom: 1px dotted;
    margin-bottom: 1em;
}
#disques .album-info p  {
	text-align: left;
	font-size: 0.9em;
	margin-bottom: 0.5em;
}
#disques .album-info img  {
	width: 300px;
	float: left;
	padding-right: 30px;
}
#disques .audio-player  {
	float: left;
	margin: 0 0 0 15px;
	width: 200px;
}
#disques .audio-player p  {
	font-size: 0.8em;
	text-align: left;
}
#disques .audio-player .progress {
    left: 40px;
    width: 150px;
}

#disques .custom-progress {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    height: 10px;
}

/* Photos */

#photos div.jq-modal {
    line-height: 1;
    background: #666;
}
#photos div.jq-modal-content {
    position: relative;
    overflow: hidden!important;
}
#photos div.jq-modal-content img {
    display: block;
    max-width: 1000px!important;
    max-height: 600px!important;
}
#photos div.post  {
	margin-left: -30px;
}
#photos .post img  {
	width: 300px;
	float: left;
	margin: 0 20px 20px 0px;
}
#photos .post p  {
	clear: both;
	margin-left: 30px;
}

/* Espace pro */
#espace-pro div.post  {
	margin-left: -30px;
}
#espace-pro div.post h4 {
	margin-left: 30px;
	width: 960px;
	font-size: 1.4em;
	padding-bottom: 0.5em;
	border-bottom: 1px dotted;
	margin-bottom: 1em;
}
#espace-pro .post p  {
	width: 300px;
	float: left;
	margin: 0 0 60px 30px;
}
#espace-pro .post a  {
	border: none;
	color: inherit;
}
#espace-pro .post img  {
	width: 300px;
	margin: 0 0 1em 0;
}

/* ======
   FOOTER  
   ====== */

#footer  {
  color: #fff;
  background: #8a6c24;
}
#footer-content  {
	width: 960px;
	margin: 0 auto;
}
#footer p#social  {
	width: 630px;
	float: left;
}
#footer div#contact  {
	margin-left: 660px;
	padding-top: 18px;
}
#footer div#contact p  {
	font-size: 0.85em;
	text-align: left;
	margin-bottom: 0.5em;
  clear: none;
}
#footer a  {
  border: none;
}

#footer p#social img.social-icon  {
	margin-right: 30px;
}

/* AJUSTEMENTS POUR LES ECRANS LARGES ET LES SMARTPHONES */

/* Adaptation du header - écrans larges */
@media screen and (min-width: 1380px) and (max-width:1599px) {
div#carousel  {
	height: 550px;
}
}
@media screen and (min-width: 1600px) and (max-width:1919px) {
div#carousel  {
	height: 600px;
}
}
@media screen and (min-width: 1920px) {
#top h1  {
	left: 50%;
	margin-left: -940px;
}
#top p#desc  {
	left: 50%;
	margin-left: -870px;
}
div#carousel  {
	height: 690px;
}
#carousel > div {
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -960px;
}
}

/* Adaptations tablette et smartphone */
/* Header */
@media screen and (max-width: 1024px) {
div#carousel  {
	height: 380px;
}
/* pour ajuster la typo et décoller le contenu des bords sur toutes les pages */
#content p  {
	text-align: left;
	line-height: 120%;
	font-size: 0.8em;
}
div.post  {
	padding: 0 30px; 
}
/* Ajustements page à page */
#groupe h3 {
    border-bottom: 4px dotted;
}
#groupe div.post img {
    margin: 0 1em 1em 0;
}
#groupe div.post p {
    margin-left: 0px;
}

#dates h4  {
	float: none;
	font-size: 1em;
	width: 100%;
	margin-top: 1em;
}
#dates div.post-content {
    margin-left: 0px;
}

#videos div.youtube  {
	float: none;
	width: 628px;
}
#videos div.videocap {
	width: 630px;
	font-size: 1.5em;
	margin-left: 0;
}

#photos .post img  {
	width: 240px;
}

#disques div.album-info p  {
	font-size: 80%;
}
#disques div.album-sample {
    position: relative;
}
#disques .audio-player  {
	width: 30%;
	margin: 0 10px 0 0;
}
#disques .audio-player p {
    font-size: 1.4em;
}

#espace-pro div.post h4 {
    clear:both;
	width: auto;
	border-bottom: 4px dotted;
    margin-bottom: 0.5em;
}
#espace-pro #content .post p {
    font-size: 1em;
    margin: 0 0 1em 30px;
	float: none;
	width: auto;
}
#espace-pro .post img {
    width: 200px;
    margin: 0;
}
}