/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

@import"https://fonts.googleapis.com/css2?family=Special+Elite&display=swap";
@import"https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap";
@import"https://fonts.googleapis.com/css2?family=Unica+One&display=swap";
*,
*::before,
*::after {
    box-sizing: border-box
}btn

html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

main {
    display: block
}

h1 {
    font-size: 2em;
    margin: .67em 0
}


hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

pre {
    font-family: monospace, monospace;
    font-size: 1em
}

a {
    background-color: rgba(0, 0, 0, 0)
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted
}

b,
strong {
    font-weight: bolder
}

code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -0.25em
}

sup {
    top: -0.5em
}

img {
    border-style: none
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

button,
[type=button],
[type=reset],
[type=submit] {
    -webkit-appearance: button
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
    border-style: none;
    padding: 0
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
    outline: 1px dotted ButtonText
}

fieldset {
    padding: .35em .75em .625em
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    vertical-align: baseline
}

textarea {
    overflow: auto
}

[type=checkbox],
[type=radio] {
    box-sizing: border-box;
    padding: 0
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

details {
    display: block
}

summary {
    display: list-item
}

template {
    display: none
}

[hidden] {
    display: none
}

.btn {
    background-color: #fff;
    padding: 10px 15px;
    display: flex;
    flex-direction: column;
    width: 60px
}

.btn i {
    font-size: 1.5rem;
    color: #000;
    text-align: center;
    transition: all .3s ease-in-out
}

.btn i:nth-of-type(2) {
    margin-top: -15px
}

.btn i:hover {
    color: #a00101
}

.btn:hover i {
    color: #a00101
}

.btn-aside {
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    padding: 10px 25px;
    background-color: #a00101;
    font-size: .8em;
    transition: .3s all ease-in-out
}

.btn-aside:hover {
    background-color: #000;
    color: #fff
}

.style-music-btn, .btn-member, .btn-shop {
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    padding: 10px 25px;
    background-color: #a00101;
    transition: .3s all ease-in-out;
    border: 1px solid #a00101;
    margin-right: 10px;
	width: fit-content;
    font-size: .9rem;
	cursor: pointer;
}
.btn-shop{
    margin-bottom: 15px;
}
.btn-shop a{
	color:white;
}
.btn-shop a:hover{
	color:black;
}
.style-music-btn:hover {
    background-color: transparent;
    color: black;
}
.btn-member:hover {
	background-color: transparent;
	color:white;
}
.btn-shop:hover {
	background-color: transparent;
}
.btn-single-event-tickets {
    background-color: #a00101;
    padding: 10px 15px;
    display: flex;
    justify-content: center;
    width: 250px;
    margin: 0 auto;
    text-transform: uppercase;
    transition: all .3s ease-in-out
}

.btn-single-event-tickets:hover {
    cursor: pointer;
    background-color: #000;
    color: #fff
}

.banner {
    width: 100%;
    height: 50vh;
    background-color: #000;
    display: flex;
    justify-content: center;
    align-items: center;

}

.banner .wrapper {
    display: flex;
    justify-content: center;
    align-items: center
}

.home .banner {
    height: 100vh
}

.home .main .banner .box_logo_banner_home {
    height:800px;
	width: 800px;
	position: absolute;
	z-index: 15000;
	display: flex;
	align-items: center;
}

.home .main .banner .box_logo_banner_home .logo_banner_home {
    object-fit:cover;
}

h1 {
    margin-bottom: 0
}

h1 span {
    display: block
}

body {
    font-family: 'Roboto', sans-serif;
}

.wrapper {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto
}

@media screen and (max-width: 900px) {
    .wrapper {
        width: 90%
    }
	
	.home .main .banner .box_logo_banner_home {
		height:500px;
		width: 500px;
	}
}

@media screen and (max-width: 700px) {
    .wrapper {
        width: 90%
    }
	
	.home .main .banner .box_logo_banner_home {
		height:350px;
		width: 350px;
	}
}

.footer a {
    color: #fff
}

a {
    text-decoration: none;
    color: #000;
    transition: all .5s ease-in-out;
    text-transform: uppercase
}

a:hover {
    color: #a00101
}

img {
    display: block;
    width: 100%
}

h1,
h2,
h3 {
    font-family: "Special Elite", cursive;
    text-transform: lowercase
}
.home .main .banner h1 {
    color: #fff;
    font-weight: 300;
    margin: 0;
    font-size: 14rem;
    text-align: left;
	position: relative;
    z-index: 5;
}

.home .main .banner h1 span {
    font-size: 7rem
}
h1 {
    font-size: 6rem;
    color: white;
	position : relative;
	padding: 20px;
}
h1:before{
	position : absolute;
	top: 0;
	left:0;
	content:'';
	width:100%;
	height: 100%;

}
@media screen and (max-width: 764px) {
	h1,.home .main .banner h1 span {
		font-size: 3rem;
	}
	.home .main .banner h1{
		font-size:5rem;
	}
}
h2 {
    font-size: 3rem
}

h3 {
    font-size: 1.5rem
}

.about section,
.music section,
.single-album section,
.single-event section {
    margin: 40px 0px
}

.flex-end {
    display: flex;
    justify-content: flex-end;
    padding-right: 30px
}
.header {
    border-radius: 50px;
    position: fixed;
    top: 0;
    left: 0%;
    right: 0%;
    padding: 20px 0;
    z-index: 9999;
    height: 12%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    transition: .3s all
}

.logo-header {
    position: relative;
    width: 10%;
    transition: .5s all
}

.logo-header a {
    display: flex;
    justify-content: center
}

.logo-header img {
    width: 35%;
    transition: .3s all;
    cursor: pointer
}

.footer {
    background-color: #000;
    color: #fff;
    padding-top: 30px
}

.footer .wrapper {
    display: flex;
    gap: 2rem;
    padding: 2%
}

@media screen and (max-width: 900px) {
    .footer .wrapper {
        display: grid;
		grid-template-columns: repeat(2, 1fr);
    }
	.footer .wrapper .logo-footer{
		width: 100%;
	}
	.footer .wrapper .search-footer{
		width: 100%;
		grid-column: 1 / span 2;
	}
}


.footer .wrapper>div,
.footer .wrapper nav {
    width: 33.3333333333%
}

.footer .copy-footer {
    display: flex;
    align-items: center;
    justify-content: center;
	font-family: "Unica One", cursive;
	text-transform : uppercase;
}

.footer small {
    text-transform: uppercase
}

.logo-footer a {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem
}

.logo-footer img {
    width: 50%
}

.nav-footer {
    display: flex;
    align-items: center;
    justify-content: space-around
}

.nav-footer div {
    display: flex;
    flex-direction: column;
    gap: 1rem;
	font-family: "Unica One", cursive;
	text-transform : uppercase;
}

.search-footer {
    display: flex;
    flex-direction: column;
    justify-content: center
}

.search-footer input, .search-footer button {
    height: 3em;
    background-color: #fff;
    border: none;
    padding-left: 1em;
    border-radius: 5px;
    margin: 20px 0px 20px 0px
}

.search-footer input:focus {
    outline: none
}
.search-footer input{
	width: 70%;
}
.search-footer button {
	padding-right: 1em;
}

.search-footer a {
    margin-right: 15px
}

@media screen and (max-width: 900px) {
    .home-triple-card {
		height: fit-content;
        background-color: #000;
        padding: 200px 0px 200px 0px;
		overflow: visible;
    }
    .home-triple-card .home-cards {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-content: center
    }
    .home-triple-card .home-cards .home-card {
        width: 100%;
        height: 500px;
        background-repeat: no-repeat;
        position: relative
    }
    .home-triple-card .home-cards .home-card a {
        position: absolute;
        top: 0px;
        left: 0px;
        right: 0px;
        bottom: 0px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        color: #fff;
        transition: .3s all;
        padding: 10%
    }
    .home-triple-card .home-cards .home-card a p {
        text-align: center;
        opacity: 1;
        transition: .3s all;
        margin-top: 20%
    }
    .home-triple-card .home-cards .home-card a:hover {
        background-color: rgba(0, 0, 0, .493)
    }
    .home-triple-card .home-cards .home-card a:hover p {
        opacity: 1
    }
    .home-triple-card .home-cards .home-card:nth-of-type(2) {
        margin: 20px 0px 20px 0px
    }
    .home-triple-card .home-cards .home-card:nth-of-type(3) {
        margin-top: 0px
    }
}

.main-nav {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 2.5rem;
    transition: .3s all ease-in-out
}

.main-nav div {
    width: 33.3333333333%
}

.main-nav .nav-bg {
    position: absolute;
    z-index: -1;
    background-color: #000;
    opacity: .7;
    width: 100%;
    height: 100%
}

.main-nav a {
    color: #fff;
    font-family: "Unica One", cursive;
    text-transform: uppercase;
    letter-spacing: .12rem
}

.links {
    display: flex;
    justify-content: center;
    gap: 3rem
}

.links a {
    transition: .4s
}

.links a:hover {
    color: #ffc400
}

.newsletter {
    background-color: #fff;
    padding: 5%
}

.newsletter .wrapper h2 {
    text-align: center;
    color: #000
}

.newsletter .wrapper>div:nth-of-type(1) {
    width: 50%;
    margin: 0 auto
}

.newsletter .wrapper form {
    display: flex;
    justify-content: space-evenly;
}
.newsletter .wrapper input {
    padding: 10px 20px;
    width: 40%;
    color: #fff;
    border: 1px solid #ececec;
	cursor: pointer;
}
.aside {
    width: 30%;
    background-color: #fff;
    color: #000;
    padding: 2%;
    height: fit-content
}

@media screen and (max-width: 900px) {
    .aside {
        width: 100%
    }
	.newsletter .wrapper form {
	align-items: center;
	flex-direction: column;
	}
	.newsletter .wrapper input{
		width: 100%;
	}
}

.aside form {
    display: flex;
    margin-top: 5%
}

.aside form button {
    border: none;
    padding: 10px 15px;
    width: 20%;
    background-color: #a00101;
    border-radius: 0 25px 25px 0;
    cursor: pointer
}

.aside form input {
    border: none;
    background-color: #a00101;
    padding: 10px 20px;
    width: 80%;
    color: #fff;
    border-radius: 25px 0 0 25px
}

.aside form i {
    color: #fff
}

.aside form ::placeholder {
    color: #fff;
    opacity: 1
}

.aside form :-ms-input-placeholder {
    color: #fff
}

.aside form ::-ms-input-placeholder {
    color: #fff
}

.aside .swiper {
    height: 300px
}

.aside .aside-random-album,
.aside .aside-merch {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem
}

.aside .aside-random-album a:hover,
.aside .aside-merch a:hover {
    -webkit-box-shadow: 0px 10px 13px -7px #000, 5px 5px 15px 5px rgba(0, 0, 0, 0);
    box-shadow: 0px 10px 13px -7px #000, 5px 5px 15px 5px rgba(0, 0, 0, 0)
}

.style-music-btn {
    width: fit-content;
    font-size: .9rem
}

.hide-scrollbar {
    overflow-y: hidden
}

.home {
    background-color: #fff;
    position: relative;
    overflow-x: hidden
}

.home .intro {
    position: absolute;
    background-color: #000;
    width: 100vw;
    height: 100vh;
    z-index: 20000;
    display: flex;
    justify-content: center;
    align-items: center
}

.home .intro .intro-box-logo {
    display: flex;
    justify-content: center;
    align-items: center
}

.home .intro .logo-intro {
    width: 60%;
    margin: 0px;
    opacity: 0;
    transition: 1s all
}

.home .main {
    position: relative
}

.home .main .home-music {
    background-color: #000;
    padding: 100px 0px 100px 0px;
    display: flex;
    justify-content: center;
    align-items: center
}

.home .main .home-music .banner-box {
    position: relative;
    width: 60vw;
    height: 60vh;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer
}

.home .main .home-music .banner-box .marquee {
    width: 100%;
    height: 100%;
    position: relative;
    display: block;
    overflow: hidden;
    z-index: 2
}

.home .main .home-music .banner-box .box-marquee {
    position: absolute;
    display: block;
    margin: auto auto;
    overflow: hidden;
    min-width: 25%;
    left: 50%;
    bottom: 0%;
    transform: translate(-50%)
}

.home .main .home-music .banner-box .box-marquee h2 {
    font-family: "Unica One", cursive;
    color: #fff;
    text-transform: uppercase;
    font-weight: 100;
    font-size: 1rem;
    display: inline-block;
    padding-left: 100%;
    text-align: center;
    white-space: nowrap;
    height: 100%;
    line-height: 140px;
    animation: marquee 5s linear infinite
}

.home .main .home-music .banner-box .marquee2 h2 {
    animation-delay: 5s
}

.home .main .home-music .banner-box .logo-marquee {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 17%;
    z-index: 2
}

.home .main .home-music .banner-box .home-angle {
    position: absolute;
    width: 115%;
    height: 115%;
    z-index: 2;
    transition: .3s all;
}

.home .main .home-music .banner-box .home-angle span {
    color: #fff;
    font-size: 5rem
}

.home .main .home-music .banner-box .home-angle span:nth-of-type(1) {
    position: absolute;
    left: 20px;
    top: 0px;
}

.home .main .home-music .banner-box .home-angle span:nth-of-type(2) {
    position: absolute;
	right: 20px;
    top: 0px;
    transform: rotate(90deg)
}

.home .main .home-music .banner-box .home-angle span:nth-of-type(3) {
    position: absolute;
    right: 20px;
    bottom: 0px;
    transform: rotate(180deg)
}

.home .main .home-music .banner-box .home-angle span:nth-of-type(4) {
    position: absolute;
    left: 20px;
    bottom: 0px;
    transform: rotate(270deg)
}

.home .main .home-music .banner-box .home-bg-video {
    width: 100%;
    height: 100%;
    position: absolute;
    inset: 0;
    opacity: .3
}

.home .main .home-music .banner-box:hover>.home-angle {
    width: 100%;
    height: 100%
}

.home .main .blackbox {
    position: absolute;
    inset: 0;
    width: 100vw;
    height: 100vh;
    background-color: #000;
    transition: .5s all;
    z-index: 2
}

.home .main .banner {
    position: relative;
    padding: 0px
}



.home .main .banner::before {
    content: "";
    z-index: 1;
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
	background-color: rgba(0,0,0,0.4);	
}

.swiper-home {
    color: #000;
    margin: 150px 0px 150px 0px
}

.swiper-home h2 {
    text-align: center;
    font-weight: 300;
    font-size: 5rem;
    margin-bottom: 100px
}

.swiper-home p {
    font-family: "Unica One", cursive;
    text-transform: uppercase;
    letter-spacing: .07rem;
    width: 70%;
    line-height: 20px
}

.swiper-home .swiper-slide {
    padding: 0px 10vw 0px 10vw;
    cursor: grab
}
@media screen and (max-width:900px){
	.swiper-home{
		margin-bottom: 50px;
	}
	.swiper-home .swiper,.single-band .swiper{
		width: 100%;
	}
	.swiper-home .swiper-slide h3{
		font-size:1.5rem !important;
	}
	.swiper-home .swiper-slide {
		padding: 0;
	}
	.swiper-button-next, .swiper-button-prev{
		display: none;
	}
	.single-band-bg{
		padding: 0;
	}
}
.swiper-home .swiper-slide h3 {
	font-size: 2rem;
    position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	color: white;
	background-color: rgba(0,0,0,0.5);
	padding:2%;
}
.swiper-home .swiper-slide a h3:hover {
    color: #a00101;
}

.swiper-home .swiper-slide p {
    text-align: center;
    width: 100%
}

.swiper-home .prev,
.swiper-home .next {
    color: #000
}

.home-triple-card {
    overflow: hidden;
    height: fit-content;
    height: 1600px;
    display: flex;
    align-items: center;
    background-color: black;
}
.home-triple-card .home-cards {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 4rem;

}

.home-triple-card .home-cards .home-card {
	width: 25%;
    height: 90vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    padding: 0px 20px 0px 20px;
}
.home-triple-card .home-cards .home-card:before{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    transition: .5s all ease-in-out;
}
.home-triple-card .home-cards .home-card a {
    display: block;
    color: white;
    font-family: "Unica One", cursive;
    font-size: 1.5rem;
    position: relative;
    transition: .3s all ease-in-out;
}
.home-triple-card .home-cards .home-card a:hover {
	color:#a00101;
}

.home-triple-card .home-cards .home-card a p {
    font-size: 1rem;
    opacity: 0;
    font-family: "Unica One", cursive;
}

.home-triple-card .home-cards .home-card:hover:before{
    background-color: rgba(0, 0, 0, 0.479);
}
.home-triple-card .home-cards .home-card:hover p {
   opacity: 1;
}

@media screen and (max-width: 900px) {
    .home .main .home-music {
        background-color: #000;
        padding: 0px;
        display: flex;
        justify-content: center;
        align-items: center
    }
    .home .main .home-music .banner-box {
        width: 100%;
        height: 60vh
    }
    .home .main .home-music .banner-box .home-angle {
        position: absolute;
        width: 115%;
        height: 115%;
        z-index: 2;
        transition: .3s all
    }
    .home .main .home-music .banner-box .home-angle span {
        display: none
    }
    .home-triple-card {
        background-color: #000;
        padding: 200px 0px 200px 0px
    }
    .home-triple-card .home-cards {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-content: center
    }
    .home-triple-card .home-cards .home-card {
        width: 100%;
        height: 500px;
        background-repeat: no-repeat;
        position: relative
    }
    .home-triple-card .home-cards .home-card a {
        position: absolute;
        top: 0px;
        left: 0px;
        right: 0px;
        bottom: 0px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        color: #fff;
        transition: .3s all;
        padding: 10%
    }
    .home-triple-card .home-cards .home-card a p {
        text-align: center;
        opacity: 1;
        transition: .3s all;
        margin-top: 20%
    }
    .home-triple-card .home-cards .home-card a:hover {
        background-color: rgba(0, 0, 0, .493)
    }
    .home-triple-card .home-cards .home-card a:hover p {
        opacity: 1
    }
    .home-triple-card .home-cards .home-card:nth-of-type(2) {
        margin: 20px 0px 20px 0px
    }
    .home-triple-card .home-cards .home-card:nth-of-type(3) {
        margin-top: 0px
    }
	.swiper-home .swiper{
		height: 300px
	}
}

@keyframes marquee {
    0% {
        transform: translate(0, 0)
    }
    100% {
        transform: translate(-100%, 0)
    }
}

.event {
    background-color: #000;
    color: #fff
}

.left-event .wrapper,
.right-event .wrapper {
    display: flex;
    justify-content: center
}

.img-left-event,
.img-right-event {
    width: 25%
}

.img-right-event {
    width: 25%;
    padding: 5% 0 5% 5%
}

.img-right-event img {
    border: 1px solid #fff
}

.img-left-event {
    width: 25%;
    padding: 5% 5% 5% 0
}

.img-left-event img {
    border: 1px solid #fff
}

.vert-white-bar {
    background-color: #fff;
    width: 10px
}

.desc-left-event,
.desc-right-event {
    width: 25%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative
}

.left-event .horiz-white-bar {
    width: 50px;
    height: 5px;
    background-color: #fff;
    position: absolute;
    left: 0
}

.right-event .horiz-white-bar {
    width: 50px;
    height: 5px;
    background-color: #fff;
    position: absolute;
    right: 0
}

@media(min-width: 1000px) {
    #timeline .demo-card:nth-child(even) .head::after,
    #timeline .demo-card:nth-child(odd) .head::after {
        position: absolute;
        content: "";
        width: 0;
        height: 0;
        border-top: 15px solid rgba(0, 0, 0, 0);
        border-bottom: 15px solid rgba(0, 0, 0, 0)
    }
    #timeline .demo-card:nth-child(even) .head::before,
    #timeline .demo-card:nth-child(odd) .head::before {
        position: absolute;
        content: "";
        width: 9px;
        height: 9px;
        background-color: #bdbdbd;
        border-radius: 9px;
        box-shadow: 0px 0px 2px 8px #f7f7f7
    }
}

.demo-card:nth-child(1) {
    order: 1
}

.demo-card:nth-child(2) {
    order: 4
}

.demo-card:nth-child(3) {
    order: 2
}

.demo-card:nth-child(4) {
    order: 5
}

.demo-card:nth-child(5) {
    order: 3
}

.demo-card:nth-child(6) {
    order: 6
}

#timeline {
    padding: 100px 0;
    border-bottom: 1px solid rgba(191, 191, 191, .4)
}

#timeline h2 {
    text-align: center;
    font-size: 3rem;
    font-weight: 200;
    margin-bottom: 20px
}

#timeline p.leader {
    text-align: center;
    max-width: 90%;
    margin: auto;
    margin-bottom: 45px
}

#timeline .demo-card-wrapper {
    position: relative;
    margin: auto
}

@media(min-width: 1000px) {
    #timeline .demo-card-wrapper {
        display: flex;
        flex-flow: column wrap;
        width: 1170px;
        height: 1650px;
        margin: 0 auto
    }
}

#timeline .demo-card-wrapper::after {
    z-index: 1;
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    border-left: 1px solid rgba(191, 191, 191, .4)
}

@media(min-width: 1000px) {
    #timeline .demo-card-wrapper::after {
        border-left: 1px solid #bdbdbd
    }
}

#timeline .demo-card {
    position: relative;
    display: block;
    margin: 10px auto 80px;
    max-width: 94%;
    z-index: 2;
    transition: .3s all ease-in-out
}

@media(min-width: 480px) {
    #timeline .demo-card {
        max-width: 60%;
        box-shadow: 0px 1px 22px 4px rgba(0, 0, 0, .07)
    }
}

@media(min-width: 720px) {
    #timeline .demo-card {
        max-width: 40%
    }
}

@media(min-width: 1000px) {
    #timeline .demo-card {
        max-width: 450px;
        height: 400px;
        margin: 90px;
        margin-top: 45px;
        margin-bottom: 45px
    }
    #timeline .demo-card:nth-child(odd) {
        margin-right: 45px
    }
    #timeline .demo-card:nth-child(odd) .head::after {
        border-left-width: 15px;
        border-left-style: solid;
        left: 100%
    }
    #timeline .demo-card:nth-child(odd) .head::before {
        left: 491.5px
    }
    #timeline .demo-card:nth-child(even) {
        margin-left: 45px
    }
    #timeline .demo-card:nth-child(even) .head::after {
        border-right-width: 15px;
        border-right-style: solid;
        right: 100%
    }
    #timeline .demo-card:nth-child(even) .head::before {
        right: 489.5px
    }
    #timeline .demo-card:nth-child(2) {
        margin-top: 180px
    }
}

#timeline .demo-card .head {
    position: relative;
    display: flex;
    align-items: center;
    color: #fff;
    font-weight: 400
}

#timeline .demo-card .head .number-box {
    display: inline;
    float: left;
    margin: 15px;
    padding: 10px;
    font-size: 35px;
    line-height: 35px;
    font-weight: 600;
    background: rgba(0, 0, 0, .17)
}

#timeline .demo-card .head h2 {
    text-transform: uppercase;
    font-size: 1.3rem;
    font-weight: inherit;
    letter-spacing: 2px;
    margin: 0;
    padding-bottom: 6px;
    line-height: 1rem
}

@media(min-width: 480px) {
    #timeline .demo-card .head h2 {
        font-size: 1.4rem;
        line-height: 1.4rem
    }
}

#timeline .demo-card .head h2 span {
    display: block;
    font-size: .6rem;
    margin: 0
}

@media(min-width: 480px) {
    #timeline .demo-card .head h2 span {
        font-size: .8rem
    }
}

#timeline .demo-card .body {
    background: #fff;
    border: 1px solid rgba(191, 191, 191, .4);
    border-top: 0;
    padding: 15px;
    display: grid;
    overflow: hidden
}

@media(min-width: 1000px) {
    #timeline .demo-card .body {
        height: 315px
    }
}

#timeline .demo-card .body p {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 15px;
    color: #000
}

#timeline .demo-card .body img {
    display: block;
    width: 100%
}

#timeline .demo-card--step1 {
    background-color: #46b8e9
}

#timeline .demo-card--step1 .head::after {
    border-color: #46b8e9
}

#timeline .demo-card--step2 {
    background-color: #3ee9d1
}

#timeline .demo-card--step2 .head::after {
    border-color: #3ee9d1
}

#timeline .demo-card--step3 {
    background-color: #ce43eb
}

#timeline .demo-card--step3 .head::after {
    border-color: #ce43eb
}

#timeline .demo-card--step4 {
    background-color: #4d92eb
}

#timeline .demo-card--step4 .head::after {
    border-color: #4d92eb
}

#timeline .demo-card--step5 {
    background-color: #46b8e9
}

#timeline .demo-card--step5 .head::after {
    border-color: #46b8e9
}

.news .banner .wrapper {
    display: flex;
    justify-content: center;
    align-items: center
}

.news .main {
    background-color: #000;
    color: #fff
}

.content-news {
    display: flex;
    gap: 3rem;
    padding: 5% 0
}

.content-news>div:first-of-type {
    width: 70%
}

@media screen and (max-width: 900px) {
    .content-news>div:first-of-type {
        width: 100%
    }
}

@media screen and (max-width: 900px) {
    .content-news {
        flex-direction: column
    }
}

.blog {
    display: grid;
    gap: 2rem;
    grid-template-columns: repeat(2, minmax(250px, 1fr))
}

@media screen and (max-width: 900px) {
    .blog {
        grid-template-columns: repeat(1, minmax(250px, 1fr))
    }
}

.card-blog {
    background-color: #fff;
    color: #000
}

.card-blog div:not(:first-child) {
    padding: 0 2%
}

.single-event-box {
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

.single-event-poster-and-tickets {
    display: flex;
    background: url("../img/fest-bg.jpg") center/cover;
    position: relative
}

.single-event-poster-and-tickets::before {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(78, 78, 82, .3)
}

.single-event-tickets {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 2em;
    z-index: 200
}

.single-event-poster {
    width: 50%
}

.single-event-poster-pic {
    max-width: 400px;
    max-height: 600px
}

.title_single_album,
.descriptif-single-album {
    display: flex;
    flex-direction: column;
    align-items: center
}

.socials-single-albums {
    display: flex;
    flex-direction: column;
    justify-content: center
}

.socials-single-album-links {
    display: flex;
    justify-content: space-around
}

.socials-single-album-links a {
    font-size: 2rem;
    padding: 5px
}

.info-about {
    display: flex;
    gap: 2em;
    padding: 20px 0px
}

@media screen and (max-width: 900px) {
    .info-about {
        flex-direction: column;
        align-items: center
    }
}

.about-single-album {
    display: flex;
    flex-direction: column;
    align-items: center
}

.pic-single-album {
    width: 50%
}

.pic-single-album img {
    display: block;
    width: 100%
}

.membre-about {
    width: 50%
}

.membre-about p {
    padding: 5px
}

.btn-return-to-artist {
/*     background-color: #a00101;
    padding: 10px 15px;
    display: flex;
    justify-content: center;
    width: 300px;
    margin: 0 auto */
	color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    padding: 10px 25px;
    background-color: #a00101;
    transition: .3s all ease-in-out;
    border: 1px solid #a00101;
    margin-right: 10px;
	width: fit-content;
    font-size: .9rem;
	cursor: pointer;
}

.btn-return-to-artist:hover {
    background-color: transparent;
	color: white;
}

.btn-return-to-artist a {
    font-size: 1.5rem
}

.btn-return-to-artist a:hover {
    color: #fff
}

.album {
    width: 45%
}
.single-album{
	background-color: black;
	color: white;
}
.single-album a{
	color: white;
}
.info-single-album {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
    justify-items: center;
}

.info-single-album .album {
    width: 550px;
    height: 550px;
}
.single-album .single-recomended-album{
	background-color: white;
}
@media screen and (max-width: 900px) {
    .info-single-album {
        display: flex;
        flex-direction: column;
		align-items : center;
    }
    .info-single-album .album {
		width: 400px;
        height: 400px;
    }
}

.info-single-album .vynil {
	width: 550px;
    height: 550px;
    background: url(../img/Vinyl-PNG-Transparent-Image.png) no-repeat center/cover;
    position: sticky;
    margin-left: -180%;
    z-index: -1;
    transition: all .3s ease-in-out;
    top: 80px;
    color: #000;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #a00101
}
.info-single-album .vynil .tracks-title{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	gap: 1rem;
	justify-content: center;
	align-items: center;
	opacity: 0;
	transition: 0.5s all ease-in-out
}
.info-single-album .vynil .tracks-title p{
	background:white;
	text-align: center;
	border: 2px solid black;
	border-radius : 10px;
	padding: 5px;
}
@media screen and (max-width: 900px) {
    .info-single-album .vynil {
        width: 100%;
        position: relative;
		background: black;
        margin-left: 0;
        height: 400px;
        margin-bottom: 80px
    }
    .info-single-album .vynil .tracks-title {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 1rem
    }
}

.info-single-album .vynil-animated {
    margin-left: 0
}

.recommended-single-album {
	color: black;
    padding: 60px
}

.recommended-single-album h2 {
    text-align: center
}

.recommended-single-album-box {
    display: flex;
    gap: 1rem;
    justify-content: center
}

@media screen and (max-width: 900px) {
    .recommended-single-album-box {
        flex-direction: column;
        align-items: center
    }
	.recommended-single-album h2 {
    font-size: 1.5rem;
	}
}

.recommended-single-album-box a {
    border-radius: 10px;
    font-family: "Special Elite", cursive;
    padding: 0 8px 0 8px;
    padding-top: 8px;
}

.recommended-single-album-box a:hover {
    background: #000
}

.recommended-single-album-box .scene {
    width: 250px;
    height: 250px;
    perspective: 30em
}

@media screen and (max-width: 900px) {
    .recommended-single-album-box .scene {
        perspective: none
    }
}

.recommended-single-album-box .card {
    width: 100%;
    height: 100%;
    position: relative;
    transition: transform 1s;
    transform-style: preserve-3d
}

.recommended-single-album-box .face {
    width: 100%;
    height: 100%;
    color: #fff;
    line-height: 15em;
    text-align: center;
    position: absolute;
    backface-visibility: hidden
}

@media screen and (max-width: 900px) {
    .recommended-single-album-box .face {
        transform: rotateY(180deg)
    }
}

.recommended-single-album-box .front {
    color: #cd5c5c
}

@media screen and (max-width: 900px) {
    .recommended-single-album-box .front {
        display: none
    }
}

.recommended-single-album-box .back {
    transform: rotateY(180deg)
}

@media screen and (max-width: 900px) {
    .recommended-single-album-box .back {
        transform: rotateY(0deg)
    }
}

.recommended-single-album-box .scene:hover .card {
    transform: rotateY(180deg)
}

@media screen and (max-width: 900px) {
    .recommended-single-album-box .scene:hover .card {
        transform: rotateY(0deg)
    }
}

.recommended-single-album-box a {
    font-size: 2rem;
    background-color: rgba(0, 0, 0, .5);
    color: #fff
}

.about {
    font-family: "Special Elite", cursive;
    font-size: 1.5rem;
    text-align: center
}

@media screen and (max-width: 900px) {
    .about {
        font-size: 1rem
    }
}

.team {
    background-color: #000;
    padding: 40px 0px
}

.team h2,
.team p {
    color: #fff
}

@media screen and (max-width: 900px) {
    .team h2 {
        text-align: center
    }
}

.info-about {
    display: flex;
    gap: 3em;
    padding: 20px 0px
}

@media screen and (max-width: 900px) {
    .info-about {
        flex-direction: column;
        align-items: center
    }
}

.info-about:nth-of-type(2n) .membre-about {
    display: flex;
    align-items: flex-end
}

.info-about:nth-of-type(2n) .membre-about p {
    padding-right: 20px
}

.pola {
    width: 500px;
    height: 500px;
    border: 2px solid #fff;
    padding: 10px 10px 60px 10px;
    background-color: #f0f3cb;
    transition: all .3s ease-in-out
}

@media screen and (max-width: 764px) {
    .pola {
        width: 300px;
        height: 300px;
		order: 1;
    }
}

.pic-about {
    border: 1px solid #000;
    width: 100%;
    height: 100%;
    overflow: hidden
}

.membre-about {
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end
}

.active-pola {
    transform: rotate(7.5deg) scale(1.05);
    box-shadow: -10px 0px 55px -7px #949090, 10px 0px 55px -7px #5f5e5e, 5px 5px 75px 5px rgba(0, 0, 0, 0)
}

.socials-members-links a {
    color: #fff;
    font-size: 25px;
    padding: 0 10px 0 0
}

.not-found {
    background-color: #dedede
}

.not-found .main .wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative
}

.not-found .main .wrapper h2 {
    margin-bottom: 0;
    text-transform: capitalize
}

.rott-404 {
    width: 30%
}

.rott-404:hover .bubble {
    transition: all .2s ease-in-out;
    opacity: .8
}

.bubble {
    position: absolute;
    font-family: sans-serif;
    font-size: 18px;
    line-height: 24px;
    width: 180px;
    background: #fff;
    border: 1px solid #000;
    border-radius: 40px;
    padding: 24px;
    text-align: center;
    color: #000;
    top: 20%;
    left: 50%;
    opacity: 0;
    transition: all .5s ease-in-out
}

.bubble-bottom-left:before {
    content: "";
    width: 0px;
    height: 0px;
    position: absolute;
    border-left: 24px solid #fff;
    border-right: 12px solid rgba(0, 0, 0, 0);
    border-top: 12px solid #fff;
    border-bottom: 20px solid rgba(0, 0, 0, 0);
    left: 32px;
    bottom: -24px
}

.contact {
    background-color: #000
}

.contact h1 {
    text-align: center
}

.contact h2 {
    color: #fff
}

.contact .contact-form {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
	margin: 100px;
}

.contact .contact-form div {
    width: 100%;
	height: 45px;
    grid-column: 1;
}

.contact .contact-form div input {
    height: 60px;
    width: 100%;
    border: none;
    outline: none;
    padding: 10px;
    color: #000;
	background: transparent;
	border-bottom: solid 1px white;
	color: white;
	font-family: "Unica One", cursive;
	text-transform : uppercase;
}

.contact .contact-form div input::placeholder {
	color:white;
	font-family: "Unica One", cursive;
	text-transform : uppercase;
}

.contact .contact-form div input[type=submit] {
    width: 50%;
    margin-bottom: 100px;
}

.contact .contact-form div textarea {
    width: 100%;
    resize: vertical;
	border: 0;
    border-bottom: solid 1px white;
    outline: none;
    padding: 10px;
    color: white;
	background: transparent;
	font-family: "Unica One", cursive;
	text-transform : uppercase;
}

.contact .contact-form div textarea::placeholder {
	color: white;
	font-family: "Unica One", cursive;
	text-transform : uppercase;
}

.contact .contact-form div:nth-of-type(5) {
    width: 20%;
    grid-column: span 2;
    justify-self: center;
    display: flex;
    justify-content: center;
}

.contact .contact-form div:nth-of-type(5) input {
    transition: all .3s ease-in-out;
	background-color: none;
	border-bottom: none;
	color: white;
}

.contact .contact-form div:nth-of-type(5) input:hover {
    cursor: pointer
}

.contact .contact-form div:nth-of-type(5):hover input {
    transition: all .3s ease-in-out;
    background-color: white;
	color:black;
}

.contact .contact-form div:nth-of-type(4) {
    grid-column: 2;
    grid-row: 1/span 3
}

.contact .contact-form div:nth-of-type(4) input {
    width: 100%
}

@media screen and (max-width: 764px) {
    .contact .contact-form {
        display: flex;
        flex-direction: column
    }
}

.contact .info-contact {
    margin: 100px auto;
    display: flex;
    color: #fff;
    flex-direction: column;
    gap: 1rem
}

.contact .info-contact a {
    color: #fff
}

.contact .info-contact i {
    margin-right: 20px;
    font-size: 2rem
}

.contact .info-contact-txt {
    display: flex;
    justify-content: space-between;
    gap: 2rem
}

.contact .info-contact-txt .contact-info {
    display: flex
}
.contact .info-contact-txt .contact-info i{
	margin-right: 10px;
}
@media screen and (max-width: 900px) {
    .contact .info-contact-txt {
        flex-direction: column
    }
    .contact .info-contact-txt .contact-info {
        flex-direction: column
    }
	.contact .contact-form div:nth-of-type(5) {
    width: 200px;
}
}

.contact iframe {
    height: 400px
}

.bands .banner {
    background: url("../img/bands/gybe.jpg") center/cover
}

.bands .banner h2 {
    color: #fff
}

.bands-section {
    position: relative
}

.bands-section .bands-fissure {
    position: absolute;
    z-index: -15;
    width: 99vw;
	height:100vh;
}

.bands-section .bands-fissure2 {
    position: absolute;
    z-index: -15;
    width: 99vw;
	height:100vh;
}

.bands-angles {
	position:absolute;
	width: 100%;
	height: 100%;
}

.b-angle {
	font-size: 4rem;
	position:absolute;
	display: inline-block;
	padding: 50px 50px 50px 50px;
	font-weight: 800;
	opacity: .2;
}

.b-angle:nth-of-type(1) {
	transform: rotate(0deg);
	top: 0px;
	left: 0px;
}

.b-angle:nth-of-type(2) {
	transform: rotate(90deg);
	top: 0px;
	right: 0px;
}

.b-angle:nth-of-type(3) {
	transform: rotate(270deg);
	bottom: 0px;
	left: 0px;
}

.b-angle:nth-of-type(4) {
	transform: rotate(180deg);
	bottom: 0px;
	right: 0px;
}

.bands-section .bands-fissure img {
    object-fit: cover;
}

.bands-section .bands-container {
    display: flex;
    padding-top: 100px;
    padding-bottom: 100px
}

.bands-section .img-part {
    width: 60%;
    display: flex;
    justify-content: center;
    align-items: center
}

.bands-section .img-part .box-img {
    position: relative;
    width: 900px;
    height: 600px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: .5s all ease-in-out;
    overflow: hidden
}

.bands-section .img-part .box-img .genre {
    transition: .5s all;
    font-family: "Special Elite", cursive;
    font-size: 3rem;
    font-weight: 600
}

.bands-section .img-part .box-img .bands-img {
    position: absolute;
    width: 900px;
    height: 600px;
    opacity: 0;
    transition: .5s all;
	object-fit:cover;
	filter: grayscale(100%);
}

.bands-section .img-part .box-img .band-typed {
    position: absolute;
    color: #fff;
    font-size: 2rem;
    font-family: "Special Elite", cursive;
    z-index: 21
}

.bands-section .img-part .box-img .band-typed:nth-of-type(1) {
    top: 20px;
    left: 40px
}

.bands-section .name-part {
    width: 40%;
    display: flex;
    align-items: center
}

.bands-section .name-part .bands-names {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    transition: 1s;
    height: 50%
}

.bands-section .name-part .bands-names .box-names {
    display: flex;
    align-items: center;
    height: 100%;
    cursor: pointer
}

.bands-section .name-part .bands-names .box-names .band-name {
    font-size: 1.5rem;
    font-family: "Special Elite", cursive
}

img {
    width: 100%
}

.inactive {
    display: none
}

.single-member {
    background-color: #000
}

.single-member .main {
    color: #fff
}

.title-member {
    padding: 5% 0 0 0
}

.event .info-member {
    padding: 0 0 5% 0
}

.title-member h2 {
    text-align: center
}

.info-member h3 {
    text-align: center
}

.info-member .wrapper>div:nth-of-type(1) {
    display: flex;
    justify-content: center;
    gap: 2rem;
    margin-bottom: 5%
}

.info-member .wrapper>div:nth-of-type(1) i {
    font-size: 1.7rem;
    color: #fff;
    transition: .3s all ease-in-out
}

.info-member .wrapper>div:nth-of-type(1) i:hover {
    color: #a00101
}

.info-member .wrapper>div:nth-of-type(2) {
    display: flex;
    gap: 3rem
}

@media screen and (max-width: 900px) {
	.info-member .wrapper>div:nth-of-type(2){
		flex-direction: column;
	}
	
	.bands-section .bands-fissure img {
    	display:none;
	}
}


.photo-member {
    width: 35%
}

.photo-member>div {
    position: relative
}

.photo-member>div img {
    width: 100%
}

.photo-member>div>div {
    position: absolute;
    top: 5%;
    left: 5%;
    width: fit-content;
    height: fit-content;
    padding: 0 5%;
    background-color: rgba(255, 255, 255, .527);
    color: #000;
    font-weight: 600;
    font-size: .9rem
}

.content-member {
    width: 65%
}

.content-member>div:nth-of-type(1) {
    margin-top: 10px
}

.content-member>div:nth-of-type(2),
.content-member>div:nth-of-type(3),
.content-member>div:nth-of-type(4) {
    padding: 3% 0 0 0
}

.content-member .accordion-member {
    display: none
}

.content-member .accordion-active {
    display: block
}
.member-bands{
	color: black;
	display: block;
	margin-bottom:2px;
	font-family: 'Roboto', sans-serif;
}
.event .member-bands{
	color: white;
}
.single-news {
    background-color: #000
}

.single-news .main {
    color: #fff
}

.content-single-news {
    padding: 5% 0
}

.content-single-news h2 {
    text-align: center
}

.content-single-news .wrapper {
    display: flex;
    gap: 2rem
}

.content-single-news .wrapper>div:nth-of-type(2) p {
    margin-top: 0
}

.info-single-news {
    width: 15%;
    border-right: 1px solid #fff;
    height: fit-content
}

.info-single-news span {
    display: block;
    margin-bottom: 10%
}

.info-single-news span i {
    margin-right: 5%
}

.info-single-news span a {
    color: #fff;
    transition: .3s all ease-in-out
}


@media screen and (max-width: 900px) {
	.content-single-news .wrapper{
		flex-direction: column;
	}
	.info-single-news {
		border-right: none;
		border-bottom: 1px solid #fff;
		width: 100%;
		display: flex;
		justify-content: center;
	}
}

.info-single-news span a:hover {
    color: #a00101
}

.single-band .main .single-band-bg {
    padding: 150px 0px 150px 0px;
    background-color: #000;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.single-band .main .single-band-bg h2 {
    color: #fff;
    font-weight: 300;
    margin-bottom: 100px;
}
.single-band .main .single-band-bg .sb-photo-section {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 600px;
    width: 100vw;
}
.single-band .main .single-band-bg .sb-photo-section .sb-photo-left {
    width: 30%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.single-band .main .single-band-bg .sb-photo-section .sb-photo-right {
    width: 70%;
    height: 600px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.single-band .main .single-band-bg .sb-box-photos {
    position: relative;
    width: 90%;
    height: 100%;
}
.single-band .main .single-band-bg .sb-box-photos .sb-photo {
    position: absolute;
    opacity: 0;
    width: 100%;
    height: 100%;
    transition: 0.3s all ease;
}
.single-band .main .single-band-bg .sb-box-photos .sb-photo-show {
    transition: 0.3s all ease;
    opacity: 1;
}
.single-band .main .single-band-bg .sb-box-photos .sb-photo-hide {
    display: none;
}
.single-band .main .single-band-bg .sb-box-photos .home-angle {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
    transition: 0.3s all;
}
.single-band .main .single-band-bg .sb-box-photos .home-angle span {
    position: absolute;
    color: #fff;
    font-size: 5rem;
    margin: 10px 25px 10px 25px;
}
.single-band .main .single-band-bg .sb-box-photos .home-angle span:nth-of-type(1) {
    left: 0px;
    top: 0px;
}
.single-band .main .single-band-bg .sb-box-photos .home-angle span:nth-of-type(2) {
    right: 0px;
    top: 0px;
    transform: rotate(90deg);
}
.single-band .main .single-band-bg .sb-box-photos .home-angle span:nth-of-type(3) {
    right: 0px;
    bottom: 0px;
    transform: rotate(180deg);
}
.single-band .main .single-band-bg .sb-box-photos .home-angle span:nth-of-type(4) {
    left: 0px;
    bottom: 0px;
    transform: rotate(270deg);
}
.single-band .main .single-band-bg .sb-box-chiffres {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(3, 1fr);
}
.single-band .main .single-band-bg .sb-box-chiffres span {
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    cursor: pointer;
    transition: 0.1s all;
}
.single-band .main .single-band-bg .sb-box-chiffres span:hover {
    background-color: #fff;
    color: #000;
}
.single-band .main .single-band-bg .sb-box-chiffres .ph-active {
    background-color: #fff;
    color: #000;
}
.single-band .main .sb-btns-info {
    display: flex;
/*     grid-template-columns: repeat(4, 1fr); */
    gap: 1rem;
	margin-bottom: 10px;
}
@media screen and (max-width: 900px) {
	.single-band .main .sb-btns-info{
		flex-direction: column;
	}
}


.single-band .main .sb-btn-info {
    display: flex;
    justify-content: center;
    align-items: center;
/*     font-family: "Special Elite", cursive;
    font-size: 1.5rem;
    margin: 100px 0px 50px 0px;
    height: 3rem; */
    border: solid 1px rgba(0, 0, 0, 0.151);
    cursor: pointer;
    transition: 0.2s ease all;
}
/* .single-band .main .sb-btn-info:hover {
    color: #fff;
    background-color: #000;
} */
.sb-btn-info {
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    padding: 10px 25px;
    background-color: #a00101;
    transition: .3s all ease-in-out;
    border: 1px solid #a00101;
    margin-right: 10px;
	width: fit-content;
    font-size: .9rem;
	cursor: pointer;
}

.sb-btn-info:hover {
    background-color: transparent;
    color: black;
}
.single-band .main .sb-contenu {
    background-color: rgba(211, 211, 211, 0.185);
    margin-bottom: 100px;
    padding: 50px;
    line-height: 2.2rem;
    font-family: "Special Elite", cursive;
    text-transform: lowercase;
    font-size: 1.5rem;
}
.single-band .main .sb-active {
    background-color: transparent;
    color: black;
}
.single-band .main .sb-hide {
    display: none;
}
.single-band .main .sb-show {
    display: block;
}
@media screen and (max-width: 900px) {
    .single-band .main .single-band-bg {
        padding: 0;
        background-color: #000;
        border: solid 1px #fff;
        display: flex;
        align-items: center;
    }
    .single-band .main .single-band-bg .sb-box-chiffres {
        margin: 0px;
        margin-bottom: 50px;
        width: 150px;
        height: 150px;
    }
    .single-band .main .single-band-bg .sb-photo-section {
        flex-direction: column;
    }
    .single-band .main .single-band-bg .sb-box-photos {
        position: relative;
        width: 400px;
        height: 250px;
    }
}
@media screen and (max-width: 1200px) {
    .single-band .main .single-band-bg .sb-box-photos {
        position: relative;
        width: 600px;
        height: 450px;
    }
}



.socials-members-links {
	display : flex;
}

.burger {
  display: none;
  position: fixed;
  z-index: 15001;
  top: 40px;
  left: 40px;
  overflow: hidden;
  cursor: pointer;
}
.burger .burgerbox {
  width: 40px;
  height: 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
.burger .burgerbox div {
  position: relative;
  height: 3px;
  width: 100%;
}
.burger .burgerbox div span {
  position: absolute;
  width: 35px;
  height: 3px;
  background-color: white;
  border-radius: 20px;
  transition: 0.2s all ease-in-out;
}
.burger .burgerbox span {
  width: 35px;
  height: 3px;
  background-color: white;
  border-radius: 20px;
  transition: 0.2s all ease-in-out;
}
.menu-burger {
	top:0;
	left:0;
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 15000;
  transform: translate(-100%);
  transition: 0.3s all ease-in-out;
}
.menu-burger .burger-links {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.menu-burger .burger-links a {
  margin-bottom: 20px;
  color: white;
  transition: 0.3s all;
  font-size: 3rem;
}
.menu-burger .burger-bg {
  position: absolute;
  top: 0;
  left:0 ;
  width: 100%;
  height: 100%;
  background-color: black;
  z-index: -1;
}
@media screen and (max-width: 900px) {
  .burger {
    display: block;
  }
  .menu-burger {
    display: block;
  }
  .main-nav {
    display: none;
  }
}

.bands-container:nth-of-type(odd) .img-part {
	 order: 2;
}
 .bands-container:nth-of-type(odd) .name-part {
	 display: flex;
	 justify-content: flex-end;
	 padding-right: 50px;
}
 .bands-container:nth-of-type(odd) .name-part .bands-names .box-names {
	 display: flex;
	 justify-content: flex-end;
}

@media screen and (max-width: 750px) {
	.bands-angles{
		display: none;
	}
	.bands-section .bands-container{
		padding: 0;
	}
	 .bands-section .bands-container:nth-of-type(odd) .img-part {
		 order: 0;
	}
	.bands-section .bands-container .name-part{
		justify-content: center;
		padding: 0;
	}
	.bands-section .bands-container .name-part .bands-names{
		align-items: center;
	}
	
	 .bands-section .bands-container:nth-of-type(even) .img-part {
		 order: 0;
	}

	 .bands-section .bands-container {
		 flex-direction: column;
	}
	 .bands-section .name-part {
		 width: 100%;
	}
	 .bands-section .img-part {
		 width: 100%;
	}
	 .bands-section .bands-img {
		 display: none;
	}
}
 @media screen and (max-width: 1200px) {
	 .bands-section .img-part .box-img {
		 width: 700px;
		 height: 400px;
	}
	 .bands-section .img-part .box-img .bands-img {
		 width: 700px;
		 height: 400px;
	}
	 .bands-section .name-part .bands-names .box-names {
		 margin: 15px 0px 15px 0px;
	}
}
 @media screen and (max-width: 900px) {
	 .bands-section .img-part .box-img {
		 width: 600px;
		 height: 300px;
	}
	 .bands-section .img-part .box-img .bands-img {
		 width: 600px;
		 height: 300px;
	}
}

.swiper {
	height:600px;
}

.swiper-slide {
    position: relative;
    width: 100%;
    height: 600px;
}

.slider-sb {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
    overflow: hidden;
    cursor: grab;
}

.prev, .next {
    color: white;
}


@media screen and (max-width: 900px) {
    .swiper-slide {
        height: 300px;
    }

    .slider-sb {
        width: 100%;
    }
	.swiper {
    height: 100%;
}
}
/*new music page*/
/*-------------------------*/

.pic {
    width: 300px;
    height: 300px;
    overflow: hidden
} 

.music .main{
    background-color: black;
}
.music .main .wrapper{
    display: flex;
    gap: 1rem;
}
.music-section-albums{
    width: 80%;
}
.music-section-btn{
    order: 1;
    width: 20%;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    position: sticky;
    align-self: flex-end;
    bottom: 25%;
}
.music-section-btn .style-music-btn{
    width: 100%;
}
.music-section-btn .style-music-btn:hover{
    color: #a00101;
}

.style-music{
    display: flex;
    flex-direction: column;
    border-right: 1px solid white;
}
.music-boxes{
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 100px;
    color: white;
    border-bottom: 1px solid white;
}
.style-music-title{
    color: white;
    text-align: center;

}
.music-boxes .box{
    width: calc(100%/3);
}
.music-boxes .box h3{
    color: white;
    transition: all .5s ease-in-out;
}
.music-boxes .box h3:hover{
    color: #a00101;
}
.inactive {
    display: none
}
@media screen and (max-width: 900px) {
    .pic {
        display: none; 
    }

    .music-boxes{
        flex-direction: column;
    }
    .music-boxes .box{
        width: 100%;
    }
    .music-boxes .box h3:before{
        content: " 	◍ ";
    }
}
@media screen and (max-width: 720px) {
    .music-section-btn{
        order: 0;
        width: 100%;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }
    .music .main .wrapper{
        flex-direction: column;
    }
    .style-music{
        border: none;
    }
    .music-section-albums{
        width: 100%;
    }
}
/*-------------------------*/

/* Fix */
.event-date{
	font-size:1.2rem;
}
.photo-member >div:nth-of-type(1){
	height: 300px;
    width: 300px;
}

.banner{
	position: relative;
    z-index: 5;
}
.banner::before {
    content: "";
    z-index: 1;
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
    background-color: rgba(0,0,0,0.7);
}
h1 {
    color: #fff;
    z-index: 5;
	transition: .3s all ease-in-out;
	opacity: 1;
}
.h1-not {
    opacity: 0 !important;
	transition: .3s all ease-in-out;
}
@media screen and (max-width:720px){
	.btn-member{
		margin-bottom: 25px;
    	display: block;
	}
}

/* Woo Commerce Fix */
.woo-commerce, .cart-commerce, .order-commerce{
	padding: 5% 0;
}
.woo-section{
	padding: 5% 0;
}
.woo__custom_class > div:nth-of-type(1){
	
}
.woocommerce-Tabs-panel, .wc-tabs-wrapper{
	display: none !important;
}
.products{
	clear: both;
}
.wc-shop{
	display:flex;
	gap:3rem;
}
.wc-left{
	background-color: black;
	padding: 2%;
}
.wc-left h3{
	color: white;
}
.wc-left a{
	color: white;
	transition: .3s all ease-in-out;
}
.wc-left a:hover{
	color: #a00101;
}
.wc-right{
	
}
/*-----------------------------*/
/*---------mailpoet--------------*/
/*--------------------------------*/
form.mailpoet-manage-subscription .mailpoet_text_label, 
form.mailpoet-manage-subscription .mailpoet_select_label, 
form.mailpoet-manage-subscription .mailpoet_segment_label{
    display: block;
    font-weight:bold;
}
form.mailpoet-manage-subscription .mailpoet_select, 
form.mailpoet-manage-subscription .mailpoet_text{
	width: 50%;
	padding: 12px;
}
form.mailpoet-manage-subscription .mailpoet_paragraph{
	margin-bottom:20px
}
form.mailpoet-manage-subscription .mailpoet_submit{
    padding: 20px 20px;
    width: 50%;
    font-weight: bold;
    font-size: 11pt;
}
.newsletter-page .main section{
	display:flex;
	justify-content: center;
}

/*----------------------------------*/
/*------Newsletter btn -----------*/
/*------------------------------*/

.mailpoet_text{
    color: black !important;
    background-color: transparent !important;
    border-bottom: 1px solid black !important;
	line-height: 0 !important;
}
.mailpoet_text:hover{
	
}
.mailpoet_submit{
	border: 1px solid #a00101 !important;
	transition: .3s all ease-in-out !important;
}
.mailpoet_submit:hover{
	border: 1px solid black !important;
	color: black !important;
    background-color: transparent !important;
}

/*----------------------------------*/
/*------contact-form 7 -----------*/
/*------------------------------*/

.wpcf7-response-output{
	color: white;
}

@media screen and (max-width: 720px) {
	.wc-shop{
		flex-direction: column;
	}
}

/* Font Fix */
.wp-block-preformatted, .sb-txt{
	font-family: 'Roboto', sans-serif;
}
@media screen and (max-width:900px){
	.swiper-home h2{
		font-size:2.5rem;
		margin-bottom:0;
	}
}
/*# sourceMappingURL=styles.min.css.map */