/*
 *
 * Interface
 *
 */
body,html{
	font-family: 'Roboto Slab', serif;
    background-image: url('../img/dark_wall.png');
}

a{
    color:#f17b17;
}

 *.is-primary{
    background-color: #f17b17 !important;
 }

 .tabs li.is-active a {
    color: #f17b17;
}

/* on augmente la taille des paddings des sections */
.section {
    background-color: #fff;
    padding: 4rem 2rem;
}

#logo{
	position: absolute;
	top: 50vh;
	left: 50%;
	margin-left: -150px;
	margin-top: -150px;
	width: 300px;
	text-align: center;
}
#logo img{
	width: 100%;
}

div#molette{
    position: absolute;
    width: 40px;
    margin-left: -20px;
    left:50%;
    font-size: 50px;
    text-align: center;
    margin-top:-45px;
    top: 100vh;
    color: rgba(255, 255, 255, 0.71);
}


section.section:before {
    border-top: solid 1px rgb(0, 0, 0);
    content: '';
    display: block;
    height: 40px;
    position: absolute;
    opacity: 0.3;
    top: inherit;
    width: 100%;
    margin-top: -56px;
    margin-left: -28px;
    background: -moz-linear-gradient(top, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0) 100%);
    background: -webkit-linear-gradient(top, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 );
    background: -moz-linear-gradient(top, rgba(0,37,84,0.65) 0%, rgba(0,0,0,0) 100%);
}

section#dates{
	background-color: white;
	/*background-image: url('./img/backgrounds/notebook.png');*/
}

section#shows{
	padding-top: 200px;
	padding-bottom: 200px;
	background-image: url('../img/4.jpeg');
	background-size: 100% auto;
}

section#discographie{
	background-image: url('../img/dark_wall.png');
}

section#discographie h1{
	color: white;
}

section#discographie .card{
	cursor: pointer;
}

#video{
    position: relative;
    background: transparent;
}

.ytplayer-container{
 position: absolute;
 top: 0;
 z-index: -1;
}


/*===> à réactiver pour passer en mode photo...*/


.card{
	/*background-image: url('http://subtlepatterns2015.subtlepatterns.netdna-cdn.com/patterns/concrete_seamless.png');*/
    background-image: url('../img/backgrounds/fond1.jpg');
    background-size: auto 100%;
}

.card hr{
    height: 6px;
    background: url('../img/backgrounds/hr.png') repeat-x 0 0;
    border: 0;
    margin: -10px 0px 8px 0px;
}


.grow { 
	transition: all .1s; 
	-moz-transition: all .1s; 
	-webkit-transition: all .1s; 
	-o-transition: all .1s; 
	-ms-transition: all .1s; 
}

.grow:hover {
	transform:scale(1.02); 
	-webkit-transform:scale(1.02);
	-moz-transform:scale(1.02);
	-o-transform: scale(1.02);
	-ms-transform: scale(1.02);
	box-shadow: 0px 10px 78px rgba(0,0,0,1);
}
 

/*
 *
 * biographie
 *
 */
#biographie{
    font-size: 1.2rem;
	background-image: url('../img/concrete_seamless.png');
}

/*
 *
 * Détail d'un disque
 *
 */
.detailsDisque{
    font-size: 1.1rem;
	padding: 20px;
	background-color: rgba(0,0,0,0.5);
	margin-top: 30px;
	color:white;
}

.detailsDisque .tabs li.is-active a {
	border-bottom-color: white;
	color: white;
}

.detailsDisque .title{
	color: white;
}


.detailsDisque .tabs a:hover {
	border-bottom-color: rgba(255,255,255,0.7);
	color: rgba(255,255,255,0.7);
}

.detailsDisque .fermer {
    position: absolute;
    right: 20px;
    margin-top: -4px;
    font-size: 25px;
    cursor: pointer;
    color: rgba(255,255,255,0.4);
}




.detailsDisque .fermer:hover{
	color: white;
}

.detailsDisque strong, .detailsDisque .title, .detailsDisque .subtitle  {
    color: white;
}

.arrow-up {
    position: absolute;
    width: 0;	
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-bottom: 20px solid rgba(0,0,0,0.5);
    margin-top: -40px;
}

#dhfb .arrow-up{
    left: 160px;
}

#rlh .arrow-up{
    right: 160px;
}

#sofar .arrow-up{
    left: 50%;
    margin-left: -20px;
}


.blurred{
	-webkit-filter: blur(3px);
	-moz-filter: blur(3px);
	-o-filter: blur(3px);
	-ms-filter: blur(3px);
	filter: blur(3px);
}

/*
 *
 * Contact + espace pros
 *
 */
section#contact{
    background-image: url('../img/dark_wall.png');
}

section#contact .title, section#contact label{
	color: white;
}

.tabsContents > div{
	display: none;
}

.tabsContents > div:first-child{
	display: block;
}


/*
 *
 * Tracklisting
 *
 */
ul.tracklist .paroles{
	display: none;
	padding: 10px;
	background-image: url('../img/notebook.png');
	color: #212121;
}

ul.tracklist li{
	margin-bottom: 10px;
	display: block;
}

ul.tracklist li a {
    color: white;
    border-bottom: dotted 1px rgba(255, 255, 255, 0.39);
    display: block;
}

.tracklist li:before {
    content: attr(data-duree);
    position: absolute;
    right: 20px;
    font-weight: bold;
    color: #f17b17;
}


.panel .button.is-outlined{
	background-color: transparent;
	border-color: rgba(255,255,255,.4);
	color: white;
}

.panel .button.is-outlined:hover{
	border-color: rgba(255,255,255,1);
}

/*
 *
 * Ecouter
 *
 */
.detailsDisque .button.is-outlined{
	background-color: transparent;
	border-color: rgba(255,255,255,.4);
	color: white;
	display: block;
	float: left;
	margin: 5px;
}

.detailsDisque .button.is-outlined:hover{
	border-color: rgba(255,255,255,1);
}

/*
 *
 * Biographie
 *
 */
#suitebio{
	display: none;
   
}

#suitebio > p{
    text-align: justify;
}

/*
 *
 * Critiques
 *
 */
hr{
  border: 0; 
  height: 1px; 
  background-image: -webkit-linear-gradient(left, #111111, #ffffff, #111111);
  background-image: -moz-linear-gradient(left, #111111, #ffffff, #111111);
  background-image: -ms-linear-gradient(left, #111111, #ffffff, #111111);
  background-image: -o-linear-gradient(left, #111111, #ffffff, #111111); 
}

hr.classos{
    margin-top: 40px;
    margin-bottom: 40px;
    height: 6px;
    background: url('../img/backgrounds/hr.png') repeat-x 0 0;
}

/*hr.classos{
    margin-top: 40px;
    margin-bottom: 40px;
    padding: 0;
    border: none;
    border-top: medium double #333;
    color: #333;
    text-align: center;
}

hr.classos:after {
    content: '\f103';
    font: normal normal normal 14px/1 FontAwesome; 
    display: inline-block;
    position: relative;
    top: -0.5em;
    font-size: 1.5em;
    padding: 0 0.25em;
    background-image: url(http://subtlepatterns2015.subtlepatterns.netdna-cdn.com/patterns/concrete_seamless.png);
}*/

.listeplateformes a img{
    border:solid 5px black;
    border-radius: 2px;
    -webkit-transition : border 500ms;
    -moz-transition : border 500ms;
    -o-transition : border 500ms;
    transition : border 500ms;
}

.listeplateformes a:hover img{
    border:solid 5px #f17b17;
}

/*
 *
 * Adapation de bandsintown
 *
 */
.bit-header{
	display: none;
}


/*
 *
 * Panel
 *
 */
section.panel {
    background-image: url("../img/broken_noise.png");
    position: fixed;
    top: 0;
    right: 0;
    width: 40%;
    height: 100%;
    box-shadow: 0px 0px 100px black;
    color: white;
    display: none;
}

section.panel .title, section.panel .subtitle{
	color: white;
}

section.panel .contenu, section.panel header{
	padding: 20px;
}


/*
 *
 * Responsive des iframes...
 *
 */
.responsiveContainer{
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}
.responsiveContainer iframe, .responsiveContainer object, .responsiveContainer embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


/*
 *
 * Timeline facebook
 *
 */
section#fb{
    background-image: url('../img/backgrounds/concrete.png');
}


#timelinefb{
    background-image: url('../img/timeline.png');
    background-position: center top;
    background-repeat: repeat-y;
}


/* petite surcharge de bulma. */
.box {
    border-radius: 3px;
    padding: 10px;
    font-family: sans-serif;
    box-shadow: 0px 3px 40px rgba(0, 0, 0, 0.16);
    border: solid 1px rgba(0, 0, 0, 0.23);
}

.box .level > * {
    color: #3b5998;
}

.box .icon{
    padding-left: 5px;
    padding-top: 2px;
}

.box .timestampfb{
    color: #45619d;
}

#fb .agauche .is-half{
    margin-left: -50px;
}

#fb .adroite .is-half{
    margin-right: -50px;
}

div#timelinefb .indicateur{
    background-color: white;
    content: '';
    height: 60px;
    width: 60px;
    display: block;
    background-position: center center;
    background-repeat: no-repeat;
    border: solid 5px #45619D;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    margin-left: -30px;
    z-index: 1;
}

/* fleche de l'indicateur */
div#timelinefb .indicateur:before{
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px 10px 15px 0;
    border-color: transparent #45619d transparent transparent;
    margin-left: -11px;
    margin-top: 10px;
}

div#timelinefb .indicateur.droit:before{
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px 0 15px 10px;
    border-color: transparent transparent transparent #45619d;
    margin-left: 51px;
    margin-top: 10px;
}


#chargerplusdefb a{
    background-color: #45619D;
    height: 60px;
    width: 60px;
    display: block;
    background-position: center center;
    background-repeat: no-repeat;
    border: solid 5px #45619D;
    border-radius: 50%;
    left: 50%;
    margin-left: -30px;
}

.labelboutonfb{
    padding-top: 34px;
    font-weight: bold;
    font-size: large;
    color: #45619D;
}

div#chargerplusdefb{
    cursor: pointer;
}

div#chargerplusdefb:before {
    font: normal normal normal 14px/1 FontAwesome;
    content: "\f09a";
    color: white;
    position: absolute;
    z-index: 1;
    font-size: 40px;
    margin-left: -13px;
    margin-top: 11px;
}

div#chargerplusdefb.loading:before{
    content: "\f013";
    animation: fa-spin 2s infinite linear;
    margin-left: -18px;
}

#fb .fb-like {
    position: absolute;
    margin-left: -80px;
    margin-top: -4px;
}

#fb h1 {
    padding-left: 80px;
    color: #45619D;
}

/*
 *
 * Fix soustitres de bulma.
 * 
 */
.fixsubtitle{
	margin-top: 25px !important;
}


/*
 *
 * Intégration mailchîmp
 *
 */
#mc_embed_signup form{
	padding:0px !important;
}

#mc_embed_signup .mc-field-group{
	min-height: 0px !important;
	padding-bottom: 10px !important;
}

/*.mce_inline_error{
	display: none !important;
}*/

section#newsletter {
    background-image: url('../img/backgrounds/facteur.png');
    background-position: 10% -4px;
    height: 483px;
}

/*
section#newsletter .title, section#newsletter .subtitle{
    color:black;
}*/

#courriersinge{
    width:70%;
}

/*
 * Chroniques 
 */
blockquote.critique.ferme {
    overflow: hidden;
    position: relative;
}

blockquote.critique.ouvert {
    height: auto;
    position: relative;
    margin-bottom: 50px;
}

blockquote.critique.ouvert .readmore, blockquote.critique.ferme .readless{
    display: none;
}

blockquote.critique.ferme .readmore, blockquote.critique.ouvert .readless{
    display: inline-flex;
}

blockquote.critique .readmore{
     background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(17, 17, 17,1) 100%);
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(17, 17, 17,1) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(17, 17, 17,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
}

blockquote.critique strong{
    color: #f17b17;
}

blockquote.critique .readmore span.tag{
    margin-top: 82px;
}

blockquote.critique .readless span.tag{
    bottom: -35px;
}


blockquote.critique span.tag{
    display: flex !important;
    position: absolute;
    width: 90px;
    text-align: center;
    margin-left: -45px;
    left: 50%;
    cursor: pointer;
}

/* partie label */
section#factory{
    background-image: url('../img/bg.jpeg');
    background-size: cover;
    background-position: 50% 50%;
    min-height: 500px;
}

/*
blockquote.critique:before {
    position: absolute;
    content: '';
    height: inherit;
    width: 46%;
    z-index: 1;
    display: block;
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 100%);
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
}
*/

#vivelefoot{
    padding: 2%;
    background-color: rgb(21, 20, 20);
}

#vivelefoot .content{
    color: #a2a2a2;
}

section#contact p.title{
    font-size: 1.40rem;
    line-height: 2.4rem;
}

/* surcharge des messages d'erreur de bulma */
.help{
    font-size: 1em;
}

.notification a{
    color: white !important;
}

#contact .margezmoi{
    margin-top: 30px;
}

.overlayintro{
    position: absolute;
    top: 0;
    margin: 7%;
    font-size: 1.3rem;
    background-color: rgba(0, 0, 0, 0.74);
    padding: 5%;
    border-radius: 1%;
}

/* 

Responsive CRAP 

*/
@media (max-width: 600px) {


   .detailsDisque .fermer {
        z-index:2;
        margin-top: -9px;
    }

    #fb .agauche .is-half{
        margin-left: 0px;
    }

    #fb .adroite .is-half{
        margin-right: 0px;
    }

    #timelinefb{
        padding-bottom: 60px;
    }

    .overlayintro{
        margin:0%;
        background-color: black;
        position: relative;
    }

    .title.is-1 {
        font-size: 3rem;
    }

}


@media (max-width: 950px) {
    #vivelefoot{
        padding-bottom: 70px;
    }
}