@charset "UTF-8";

/*  Golbal */
html {
	font-family: helvetica, arial, sans-serif;
}
body {
	color: #fedbdb;
	background-color: #3b1111;
	background-image: url("../img/bg.jpg");
	background-position: top center;
  font-size: 1.6rem;
	line-height: 1.6;
	margin: 0;
}

/*	Dj	*/
.dj{
		border-bottom: 1px #caa842 dotted;
			margin: 0 0 1rem 0;
}
/*	Icons	*/
.social-icon-container{
	display: flex;
	flex-direction: row;
	justify-content: right;
/*	margin: 0;*/
	padding-left: 0;
	padding-right: 0;
	padding-top: 0.6rem;
	padding-bottom: 0.6rem;
}
.social-icon{
	height: 28px;
	width: 28px;
	margin-right: 1rem;
}
.social-icon-facebook{
	background: url("../img/pictos-sprite.png") no-repeat;
	background-position: 0 0;
}
.social-icon-facebook:hover,
.social-icon-facebook:active,
.social-icon-facebook:focus{
	background-position: 0 -28px;
}
.social-icon-youtube{
	background: url("../img/pictos-sprite.png") no-repeat;
	background-position: -28px 0;
}
.social-icon-youtube:hover,
.social-icon-youtube:active,
.social-icon-youtube:focus{
	background-position: -28px -28px;
}
.social-icon-soundcloud{
	background: url("../img/pictos-sprite.png") no-repeat;
	background-position: -56px 0;
}
.social-icon-soundcloud:hover,
.social-icon-soundcloud:active,
.social-icon-soundcloud:focus{
	background-position: -56px -28px;
}
.social-icon-mixcloud{
	background: url("../img/pictos-sprite.png") no-repeat;
	background-position: -84px 0;
}
.social-icon-mixcloud:hover,
.social-icon-mixcloud:active,
.social-icon-mixcloud:focus{
	background-position: -84px -28px;
}

/*	Typo	*/
a {
	background: transparent;
	color: #caa842;
	text-decoration: none;
	transition: all 0.5s ease;
}
a:active,
a:hover {
	color: #ffd34f;
	outline: 0;
	text-decoration: none;
}
h1, h2, h3, h4, h5, h6{
	font-family: 'Dosis', sans-serif;
	color: #caa842;
}
h1 {
	letter-spacing: 0.2rem;
}
/*	Tables & lines	*/
table{
	border: #fff 1px solid;
}
td,
th{
	border: #fff 1px dotted;
}
hr{
	background-color: #3b1111;
}
/*  header */
.header-banner{
  background-image: url("../img/header.jpg");
  background-position: top center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
.header-logo{
	padding: 4.2rem 0;
}

.header-logo img{
	transition: all 0.5s ease;
}
.header-logo img:hover,
.header-logo img:active{
		filter: opacity(.6);
}

/*  menu  */
#navigation{
  max-width: 102.4rem;
  margin: auto;
}
.responsive-menu ul{
  padding: inherit;
}
.responsive-menu li{
  list-style-type: none;
	text-align: center;
}

.responsive-menu li a,
.responsive-menu li a:visited{
	display: block;
	padding-top: 1rem;
	padding-bottom: 1rem;
  font-family: 'Dosis', sans-serif;
	font-size: 1.2em;
	letter-spacing: 0.05em;
  text-transform: uppercase;
  text-decoration: none;
  color: #ac0000;
	background-color: #fff;
}
.responsive-menu li a:hover{
  color: #fff;
	background-color: #ac0000;
}
.responsive-menu li.active{
  border-bottom: 0.4rem solid #ac0000;
}

.responsive-menu li:not(.active) a,
.responsive-menu li:not(.active) a:visited{
	border-bottom: 0.4rem solid #fff;
}

.responsive-menu li:not(.active) a:hover,
.responsive-menu li:not(.active) a:active{
	border-color: #ac0000;
}

/*	Frise	*/
#frise{
	background-image: url("../img/frise.jpg");
	background-position: top center;
	background-repeat: repeat-x;
	height: 50px;
	margin-top: 3rem;
}

/*	Main	*/
.main-container{
	background-color: #531a1a;
	border-color: #caa842;
	border-style: solid;
	border-width: 1px;
	border-top: 0;
	border-bottom: 0;
	display: flex;
	margin: auto;
	max-width: 102.4rem;
	padding: 5rem 3rem;
}
#main-section{
	width: 100%;
}

/*	article	*/
.article{
	margin-bottom: 5rem;
}
.article img{
	width: 40rem;
	border: #fff 0.6rem solid;
}
#article-header{
	margin-top: 0;
	margin-bottom: 2rem;
	margin-left: 0;
	margin-right: 0;
	width: 100%;
}
.article-title{
	padding-left: 1rem;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.article-title h1 {
	text-transform: uppercase;
	color: #ac0000;
	margin: inherit;
	padding: inherit;
}
.article-title h1 a{
	text-decoration: none;
	color: #ac0000;
}
.article-title h1 a:hover{
	text-decoration: none;
	color: #3b1111;
}
.article-title:nth-child(1){
	background-color: #fff;
	}
.article-title:nth-child(2){
	color: #fff;
	background-color: #caa842;
}
.article-light{
	padding: 2rem;
}
.article-sub-title{
	background-color: #3b1111;
}
.article-comment{
	background-color: #3b1111;
	background-image: url("../img/comment.png");
	background-repeat: no-repeat;
	background-position: left center;
	margin: 0;
	padding-left: 4rem;
	padding-top: 0.6rem;
	padding-bottom: 0.6rem;
}
/*#article-footer{
}*/
.more{
	padding-top: 0.6rem;
	padding-bottom: 0.6rem;
	padding-left: 4rem;
	padding-right: 0.6rem;
	background-color: #caa842;
	background-image: url("../img/more.png");
	background-repeat: no-repeat;
	background-position: left center;
}
.more a{
	color: #fff;
}
.more a:active,
.more a:hover{
	color: #531a1a;
}

.article-part{
	padding-bottom: 3rem;
}
.side-info{
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 2rem;
}
.side-info img{
	width: 40rem;
	border: inherit;
}
.static-text-part{
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 0 2rem;
	text-align: justify;
}
.static-text-part h2{
	border-bottom: 0.4rem #caa842 solid;
}
#pagination{
	margin:0 auto;
		display: flex;
		flex-direction: row;
		justify-content: flex-end;
		width: 100%;
}
#pagination a{
	padding: 0.8rem;
	background-color: #caa842;
	color: #fff;
	border: none;
}
#pagination a:active,
#pagination a:hover{
	background-color: #ffd34f;
	color: #531a1a;
}
.p_next{
	margin-left: 0.6rem;
}
.p_prev{
	margin-right: 0.6rem;
}
/*	footer	*/
.footer-main{
	margin: 2rem auto;
	max-width: 102.4rem;
	color: #fff;
}
.footer-main a{
	color: #fff;
}

.footer-main a:active,
.footer-main a:hover{
	color: #caa842;
}
#footer-social{
	padding-left: 2rem;
	display: flex;
	flex-direction: row;
}
.footer-txt{
	padding-right: 2rem;
	text-align: right;
}
/*	Commentaires	*/
.comments{
	color: #caa842;
	border-top: #3b1111 0.6rem solid;
	padding-top: 0.6rem;
	margin: 2rem 0;
}
#comment-header{
	padding: 0.6rem;
	color: #fff;
	background-color: #a4862c;
}
#comment-header a{
	color: #531a1a;
}
#comment-header a:active,
#comment-header a:hover{
	color: #ac0000;
}
.comment{
	padding: inherit;
	margin: inherit;
	color: #3b1111;
	background-color: #caa842;
}

.comment blockquote{
	margin: 2rem 0;
	font-style: italic;
}
#comment-footer{
	display: flex;
	justify-content: flex-end;
	padding: 0.6rem;
}
#comment-footer a{
	display: flex;
	padding: 0.8rem;
	background-color: #531a1a;
	color: #fff;
}
#comment-footer a:active,
#comment-footer a:hover{
	background-color: #ac0000;
}
.reply-form{
	margin-bottom: 1rem;
}
.reply-form-spam{
	margin-top: 1rem;
	margin-bottom: 1rem;
	padding-top: 1rem;
	border-color: #caa842;
	border-style: solid;
	border-width: 1px;
	border-left: 0;
	border-bottom: 0;
	border-right: 0;
}

#id_name,
#id_mail,
#id_site,
#id_answer,
#id_content,
#id_rep{
	width: 100%;
}
.capcha-word{
	font-weight: bolder;
	letter-spacing: 0.2rem;
	background-color: #ac0000;
	color: #fff;
	padding: 0.6rem;
}
.button-send{
	margin-top: 1rem;
	width: 100%;
	padding: 0.8rem;
	background-color: #caa842;
	color: #fff;
	border: none;
}
.button-send:active,
.button-send:hover{
	background-color: #ffd34f;
	color: #531a1a;
}
