html, body{
    height: 100%;
    margin: 0;
    padding: 0;
    background: #313439;
}

body {
    animation: fadein 2s;
    -moz-animation: fadein 2s; /* Firefox */
    -webkit-animation: fadein 2s; /* Safari and Chrome */
    -o-animation: fadein 2s; /* Opera */
}
@keyframes fadein {
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-moz-keyframes fadein { /* Firefox */
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-webkit-keyframes fadein { /* Safari and Chrome */
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-o-keyframes fadein { /* Opera */
    from {
        opacity:0;
    }
    to {
        opacity: 1;
    }
}

.blueborder{
    border: 1px solid rgb(91, 91, 255);
}

.redborder{
    border: 1px solid rgb(255, 99, 99);
}

.whiteborder{
    border: 1px solid white;
}

.mpz{
    margin: 0!important;
    padding: 0!important;
}

a{
    color: #ff8370;
}

a:hover{
    color: #f75c45;
    text-shadow: 0 0 20px orangered;
}

h1{
    color: #212326;
    margin-top: -10vh;
    text-align: center;
    font-size: 5em;
}

.mirror {
    display:inline-block; 
    -moz-transform: matrix(-1, 0, 0, 1, 0, 0);
    -webkit-transform: matrix(-1, 0, 0, 1, 0, 0);
    -o-transform:matrix(-1, 0, 0, 1, 0, 0);
}

.banniere{
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 94vh;
}

.orangeF{
    color: #f75c45;
    text-shadow: 0 0 20px orangered;
}

h1 span{
    color: #f75c45;
    text-shadow: 0 0 20px orangered;
}


.nav-wrapper{
    background: #313439;
}

.nav-wrapper a{
    color: rgb(148, 148, 148);
}

.nav-wrapper a:hover{
    color: white;
}

.nav-wrapper .active a{
    background: #313439;
    color: white;
}



.brand-logo:hover{
    text-shadow: 0 0 30px white;
}



.sidenav{
    background: #f75c45;
}

.kro-liste{
    background: #42464e;
}

.kro-liste .card-title {
    height: 50px!important;
}

.kro-liste .card-title h2{
    text-align: center;
    font-size: 0.8em;
    margin: 0;
    padding: 0;
}

.kro-liste h3{
    font-size: 0.9em;
    text-align: center;
    margin: 0;
    padding: 0;
    height: 50px;
}

.kro-liste h4{
    font-size: 0.8em;
    margin: 0;
    padding: 0;
    text-align: right;
}

.card{
    background: #313439;
    color: #e55641;
    border-radius: 0;
    box-shadow: none;
}
/*
.card-image{
    -webkit-filter: grayscale(0.4);
    filter: grayscale(0.4);
}

.card:hover .card-image{
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
}
*/
.card a{
    color: #e55641;
}

.kro{
    color: #606368;
    background: #292b2e;
    padding-top: 30px;
    padding-bottom: 12px;
    margin: 0;
}

hr{
    clear: both!important;
    visibility: hidden!important;
}

.language img{
    width: 30px;
    float: right;
    margin: 6px;
}

.kro-liste .card:hover{
    background: #e45641;
    color: #313439;
    -webkit-box-shadow: -1px 0px 25px 0px rgba(38,38,38,1);
    -moz-box-shadow: -1px 0px 25px 0px rgba(38,38,38,1);
    box-shadow: -1px 0px 20px 0px rgba(38,38,38,1);
    /*border: 2px solid #e45641;*/
}

.card a:hover{
    color: #313439;
}





.kro p:first-child{
    margin-top : 0;
}

.kro article{
    text-align: left;
    font-size: 1.1em;
    margin: 0;
    padding: 0;
    margin-top: 20px;    
}


/*
.kro article p:first-child::first-letter {
    font-size:3.5em;
    padding-right:0.2em;
    margin-top: -20px;
    margin-bottom: 0;
    padding-bottom: 0;
    float:left;
    color:#e45641;
    text-shadow: 0 0 20px orangered;
}
*/

.spotifyandco{
    margin: 1px 0;
}

.spotifyandco .btn{
    color: #313439;
    font-weight: bold;
    width: 100%;
    border-radius: 0;
    box-shadow: none;
    margin: 1px 0;
}

.kro tr{
    color: grey;
}


.identity{
    background: #333538;
    background: #313439;
}

.identity p, .identity h3{
    margin: 0;
    padding: 0;
    font-size: 1em;
    text-align: right;
    color: grey;
    margin-bottom: 0;;
}

.identity h3{
    margin-bottom: 12px;
    color: rgb(231, 231, 231);
}

/*
.portrait .card{
    border-radius: 0!important;
    margin: 2px 0!important;
}

.portrait .card-title{
    font-size: 1em;
    background: rgba(81, 81, 81, 0.5);
    padding: 1px 8px!important;
    -webkit-border-radius: 0 8px 0 0;
    border-radius: 0 8px 0 0;
}

.portrait .card-image{
    -webkit-filter: grayscale(0);
    filter: grayscale(0.6);
}
*/


.youtube-bandcamp{
    background: none!important;
}

.youtube-bandcamp .card, .youtube-bandcamp .card-content{
    padding: 0;
}

.youtube-bandcamp .card-title{
    background-color: rgba(234, 83, 69, 0.774)!important;
    padding-top: 6px!important;
    padding-bottom: 8px!important;
    margin-bottom: 14px;
    font-size: 1.2em;
}

.youtube-bandcamp .copyright{
    padding-left: 24px;
    color: grey;
    font-size: 1.1em;
}

footer{
    color: #616161;
    font-size: 0.9em;
    text-align: right;
    padding-bottom: 200px;
    padding-top: 80px;
    background: rgb(33, 35, 38);
}


.degrade{
    background: #313439;
    background: -moz-linear-gradient(top, #313439 0%, #383838 100%);
    background: -webkit-linear-gradient(top, #313439 0%,#383838 100%);
    background: linear-gradient(to bottom, #313439 0%,#383838 100%);
}


.kro article strong{
    color: #E45641;
    font-weight: normal;
}

.backtokro .btn-large{
    background: rgb(250, 124, 105);
}

.backtokro .btn-large:hover{
    background: rgb(234, 82, 69);
    color: white;
}

.fullscreen{
    min-height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.blur{
    min-height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

section{
    padding: 8px;
}

.contact{
    background: #7baebe;
    background: url(../img/contact.jpg) no-repeat center fixed;
    -webkit-background-size: cover;
    background-size: cover;
    color: white;
}

.contact h2{
    color: rgb(234, 82, 69);
}

.contact .card-panel{
    background: rgb(51, 51, 51);
    color: white;
    margin: 80px 0;
}

.contact .card-panel input{
    color: white;
}

.contact .card-panel .btn{
    background: rgb(234, 82, 69);
}

.mexico{
    background: #7baebe;
    background: url(../img/mexico.jpg) no-repeat center fixed;
    -webkit-background-size: cover;
    background-size: cover;
    color: white;
}

.mexico .blur{
    background: rgba(156, 152, 87, 0.4);
}

.uneforme{
    background: #7baebe;
    background: url(../img/une-forme-superieure-freak-show-factor.jpg) no-repeat center fixed;
    -webkit-background-size: cover;
    background-size: cover;

}

.uneforme .blur{
    background: rgba(145, 138, 138, 0.3);
}


.beach{
    background: #7baebe;
    background: url(../img/beach.jpg) no-repeat center fixed;
    -webkit-background-size: cover;
    background-size: cover;
    color: white;
}

.beach .blur{
    background: rgba(183, 223, 255, 0.3);
}

.fire{
    background: #7baebe;
    background: url(../img/fire.jpg) no-repeat center fixed;
    -webkit-background-size: cover;
    background-size: cover;
  }

.fire .blur{
    background: rgba(255, 144, 100, 0.3);
}
  
.doom{
    background: #e8522a;
    background: url(../img/doom4.jpg) no-repeat center fixed;
    -webkit-background-size: cover;
    background-size: cover;
  }

.doom .blur{
    background: rgba(0, 0, 0, 0.3);
    color: yellow;
}

.doom .hauteur{
    height: 1100px;
}
  
#podcast1{
    background: url(../img/vietcong-spotted.jpg) no-repeat center fixed;
    -webkit-background-size: cover;
    background-size: cover;
  }
  
#reveillon{
    background: url(../img/party-flou.jpg) no-repeat center fixed;
    -webkit-background-size: cover;
    background-size: cover;
}
  
#mixtherapy{
    background: url(../img/abandoned-asylum-flou.jpg) no-repeat center fixed;
    -webkit-background-size: cover;
    background-size: cover;
}


.hauteur{
    height: 1100px;
}

.hauteur audio{
    width: 100%;
}

.container-fluid .row{
    margin: 0;
}

.overlay{
    background: #f75c45;
    border-radius: 12px;
    box-shadow: 0 0 20px orangered;
}

.overlay h2{
    margin-top: 0;
    padding-top: 0;
    color: #212326;
}

.separator{
    border: 25px solid #F75C45;
    background: #F75C45;
}

.separator2{
    border: 32px solid #313439;
}







.tab {
    overflow: hidden;
    background-color: #292B2E;
    color: white!important;
    margin-top: -11px;
  }
  
/* Style the buttons inside the tab */
.tab button {
background-color: inherit;
color: grey;
float: left;
border: none;
outline: none;
cursor: pointer;
padding: 14px 16px;
transition: 0.3s;
font-size: 17px;
font-size: 0.9em;
}

/* Change background color of buttons on hover */
.tab button:hover {
background-color: #ddd;
}

/* Create an active/current tablink class */
.tab button.active {
background-color: #212326;
color: lightgrey;
border-top: lightgrey 2px solid;
}

/* Style the tab content */
.tabcontent {
    background-color: #212326;
    color: grey;
    display: none;
    padding: 6px 12px;
    margin: 0;
}



.whats-next{
    background: none!important;
}
.whats-next .card{
    margin-top: 0;
}
.whats-next .card-content h2{
    font-size: 0.8em;
    line-height: 0.8em;
    margin-top: 0;
}
.whats-next .card-content h3{
    font-size: 0.7em;
}
.whats-next .card-content h4{
    font-size: 0.6em;
}
.whats-next p{
    font-size: 2em;
    line-height: 0;
    margin: 0;
    padding: 4px 0;
    text-align: center;
    color: rgb(250, 124, 105);
    background: #313439;
}

.dialogue{
    font-style: italic;
    font-family: 'Times New Roman', Times, serif;
}


/* bulles de dialogue */
.bubble-text-left{
    background:#139ee0;
    color:#fff;
    padding:7px 15px;
    border-radius:3px;
    width:90%;
}

.bubble-text-left::after{
    content:""; 
    border-left:20px solid transparent;
    border-right:20px solid transparent;
    border-top: 20px solid #139ee0;
    position: absolute;
}
.bubble-text-right{
    background:#e01373;
    color:#fff;
    padding:7px 15px;
    border-radius:3px; width:90%;
    margin-left: 10%;}

.bubble-text-right::after{
    content:""; 
    border-left:20px solid transparent;
    border-right:20px solid transparent;
    border-top: 20px solid #e01373;
    position: absolute;
}

.hide-robot{
    display:none;
}