* {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    box-sizing: border-box;
}

@font-face {
    font-family: "Pickin";
    src: url('GLECB.TTF');
}

@font-face {
    font-family: "Pickin-text";
    src: url('Trebuchet.ttf');

}


@font-face {
    font-family: "Pickin-title";
    src: url("Gotham-Thin.otf");

}


.background {

    background-image: url(background-mobile.jpg);
    background-repeat: no-repeat;
    background-size: cover;

}



.fa-facebook {
    color: white;
}

.fa-youtube {
    color: white;
}


.logo {
    width: 60px;
    height: auto;
    margin: 20px;

}

.italic {

    font-style: italic;
}

i {
    background-color: none;
}

.fab-facebook {
    background-color: blue;
}

/*---------------About Us Page--------------*/

.about-us {
    border: 2px solid white;
    width: 75%;
    height: auto;
}

section {

    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 40px;
    margin-bottom: 40px;
}


p {
    font-family: "Pickin", serif;
    font-size: 20px;
    font-weight: 100;
    color: white;
    padding: 30px;
}

.background-color-text {
    background-color: rgba(18, 18, 18, 0.8);
}

.white-background{
    background-color: white;
}
.contact {
    color: white;
    text-decoration: underline;
}

.text-black{
    color:black!important;
}


/*-----------------Animation--------------*/

.animated.fadeInDown {
    animation-duration: 2s;
    animation-delay: 0s;

}

.animated.bounceInLeft {
    animation-duration: 1.5s;
    animation-delay: 0.5s;

}

.animated.bounceInRight {
    animation-duration: 2s;
    animation-delay: 1s;
}

.animated.bounceInUp {
    animation-duration: 2s;
    animation-delay: 0s;

}
.animated.bounceInDown {
    animation-duration: 2s;
    animation-delay: 0.5s;

}



h1 {

    width: 100%;
    height: auto;
    color: white;
    font-family: "Pickin";
    font-size: 80px;
    text-transform: uppercase;
    text-align: center;
    margin-top: 20px;
    padding: 30px;
 

}

h2 {
    width: 100%;
    height: auto;
    color: white;
    font-family: "Pickin-title";
    font-size: 60px;
    font-weight: 100;
    text-transform: uppercase;
    text-align: center;
    margin-top: 5px;
  


}

.animation-title-1 {
    margin-top: 40px;
    
}

.animation-title-2 {
    margin-top: 20px;
    margin-bottom: 150px;
}



/*----------------Videos and pictures---------*/

video {

    width: 100%;
    height: auto;
}

.container-video {
    text-align: center;

}

.video-title {
    background-color: rgba(18, 18, 18, 0.8);
}

.border{
    width: 100%;
    height: auto;
    border: 2px solid white;
    text-align: center;
    
     
}



/*-----------------Band Members------------*/

.band-section{
   

    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 20px;
    margin-bottom: 0px;


}
.band-presentation {
border: 2px solid white;
    width: 75%;
    height: auto;
}

.presentation-text{

    font-family: "Pickin", serif;
    font-size: 18px;
    font-weight: 100;
    color: white;
    padding: 15px;

}



.articles {

    display: grid;
    grid-template-columns: repeat(12, 1fr);
    padding: 0;

}

.container-fluid {
    grid-column: span 12;
    font-size: 0;



}

.bio-band {
    font-family: "Pickin", serif;
    font-size: 16px;
    font-weight: 100;
    color: white;
    padding: 30px;
}


.band-title {
    width: 100%;
    height: auto;
    color: white;
    font-family: "Pickin";
    font-size: 40px;
    text-transform: uppercase;
    text-align: center;
    margin-top: 0;
    background-color: rgba(18, 18, 18, 0.8);


}


.article .bio-band {
    position: absolute;
    font-family: 'Pickin-title';
    color: white;
    left: 0;
    bottom: 50%;
    width: 100%;
    text-align: center;
    font-size: 1rem;
    z-index: 1;
    margin: 0;

}





.article .bio-band {
    visibility: hidden;
    position: absolute;
    color: white;
    left: 0;
    bottom: 0%;
    width: 100%;
    text-align: center;
    font-size: 12px;
    z-index: 1;
    margin: 0;
    background-color: rgba(18, 18, 18, 0.8);
    padding: 0;
}

.article {
    position: relative;
    overflow: hidden;
    grid-column: span 12;
    margin: 0;
    padding: 0;
}


.article:hover .bio-band {
    visibility: visible;
    position: absolute;
    width: auto;
    height: 30%;
    padding: 20px;

}

.image {
    width: 100%;
    height: auto;

}




/*----------nav-------*/

.navbar {
    font-family: "Pickin", serif;
    font-size: 20px;
    text-transform: uppercase;
    align-items: center;
    background: rgba(18, 18, 18, 0.8);
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    min-height: 3.5rem;
    padding-left: 10px;


}


.submenu .dropbtn {
    background-color: inherit;
    color: white;
    text-transform: uppercase;
    border-bottom: none;
}

.dropdown-content a {
    color: white;
    text-decoration: underline;
    font-size: 18px;
    text-transform: none;
    margin-top: 5px;



}

.dropdown-content {
    display: flex;
    flex-direction: column;
    z-index: 1;
    padding-top: 5px;
}



/* ----------------Slideshow container --------------*/

.slideshow-container {
    max-width: 500px;
    position: relative;
    margin: auto;
    width: 100%;
    height: auto;
}


.slideshow-band-container {
    max-width: 700px;
    position: relative;
    margin: auto;
    width: 100%;
    height: auto;
    margin-top: 20px;

}

.text-slider {
    font-family: "Pickin";
    background-color: rgba(18, 18, 18, 0.8);
    color: white;
    font-size: 24px;
    padding: 8px 12px;
    position: absolute;
    bottom: 0px;
    width: 100%;
    text-align: center;
}


.numbertext {
    color: white;
    font-size: 16px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
}

/* Hide the images by default */

.mySlides {
    display: none;
}

/* Next & previous buttons */

.prev,
.next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    margin-top: -22px;
    padding: 16px;
    color: white;
    font-weight: bold;
    font-size: 20px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
}

/* Position the "next button" to the right */

.next {
    right: 0;
    border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */

.prev,
.next {
    background-color: black;
}

.grid {
    display: none;

}

/*-----------------------Portrait Page---------*/

h3 {
    font-family: "Pickin", serif;
    font-size: 30px;
    font-weight: 100;
    color: white;


    padding: 10px;
}

.biography {
    font-family: "Pickin-title";
    font-size: 14px;
    text-align: left;
    padding: 10px;

}

.portrait {
    width: 100%;
    height: auto;
}

.text-portrait {
    font-size: 20px;
    padding: 20px;
    margin-left: 10px;
    padding-top: 0px;
    text-align: center;
    background-color: black;
        margin-bottom: 50px;

}

.figure-portrait {
    margin-top: 10px;
    margin-bottom: 0;


}

.link {
    font-size: 20px;
    text-decoration: underline;
    color: white;
    padding-right: 10px;
    padding-left: 10px;
    padding-top: 0;
    padding-bottom: 0px;
    margin-top: 10px;

}

.link-b {
    font-size: 26px;
    padding-right: 15px;
 text-decoration: underline;
    color: white;

}

.link-c {
    font-size: 16px;


}



.picture {
    display: flex;
    justify-content: center;
    width: 50%;
    height: auto;
    padding: 10px;
}

#scrollUp {

    position: fixed;
    bottom: 60px;
    right: -150px;
    opacity: 1;
    padding-right: 20px;
    padding-bottom: 50px;
    z-index: 1500;
}

.btn-top {
    width: 35px;
    height: auto;
}



.fas {
    background-color: white;
    color: black;
    border: 1px solid white;
    border-radius: 50px;
    padding: 10px;
}

.small {
    text-transform: lowercase;
}

#more {
    display: none;
}

#myBtn {
    background-color: inherit;
    color: white;
    font-size: 16px;
    text-transform: uppercase;
    text-decoration: underline;
}


/*----------------Contact-------------------*/
.contact-page{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
    color: white;
    height: auto;
    bottom: 0;
    z-index: 1000;
    background-color:rgba(18, 18, 18, 0.8);
    border: 2px solid white;
    padding: 0px;
  
    

}




.contact-page p{
    font-family: "Pickin-title";
    font-weight: bold;
    font-size: 20px;
    padding: 10px;
    padding-left: 8px;
  color:white;
  text-decoration:none;
   
   
    
}
.div-contact{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
     text-align: center;
}

.mail-contact{
  justify-content:center;
    font-family: "Pickin-title";
    font-size: 20px;
    color: white;
    padding: 15px;
    padding-left: 8px;
}

.contact-block{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}


.logo-contact{
    width: 70px;
    height: auto;
    margin: 10px;
}
/*--------------------Partners-------------------*/

.partners{
    
    justify-content: space-around;
    margin-bottom: 50px;
    margin-top: 50px;
    margin-left: 20px;
    margin-right: 20px;
    background-color:rgba(250, 250, 250, 0.8);
    padding-top: 20px;
    padding-bottom: 20px;
}


.partners-logo{
    width: 200px;
    height: auto;
}









/*------------------Footer-------------*/

footer {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
    background-color: black;
    color: white;
    height: auto;
    bottom: 0;
    z-index: 1000;
    border-top: 2px solid white;
}

.logo-footer{
    width: 50px;
    height: auto;
    margin: 10px;
}

footer div p{
    font-family: "Pickin-title";
    font-size: 20px;
    padding: 0;
    
}

footer div div{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.mail{
    font-family: "Pickin-title";
    color: white;
}

.footer-item{
    padding: 10px;
    
}


.footer-padding{
    padding-left: 15px;
    padding-right: 15px;
    margin-left: 10px;
    font-size: 12px;
}
.footer-block{
    margin-top: 10px;
    margin-bottom: 15px;
}

.footer-link{
    color: white;
    padding-left: 10px;
}

@media screen and (max-width: 260px) {
    .navbar {
        justify-content: center;
        flex-direction: column;
    }


}


.navbar-burger {
    background: none;
    border: none;
    height: 50px;
    margin: 10px;
    outline: none;
}



@media screen and (min-width: 769px) {
    .navbar {
        background-color: transparent;

    }
    .navbar:hover {
        background-color: rgba(18, 18, 18, 0.8);
    }

    .navbar-burger {
        display: none;
    }

    .background {

        background-image: url(background_home_1.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;

    }
  
  .logo {
    width: 100px;
   
}

    h1 {

        top: 40px;
        font-size: 120px;
        background-color: rgba(18, 18, 18, 0.8);
    }

    h2 {
        margin-top: 0px;
        font-size: 100px;
        background-color: rgba(18, 18, 18, 0.8);
    }

    .animation-title-1 {
        margin-top: 50px;
        margin-bottom: 160px;
    }

    .animation-title-2 {
        margin-top: 0px;
        margin-bottom: 0px;
    }


    /*---------------About Us Page--------------*/
    section {
        margin-top: 30px;
        margin-bottom: 120px;
    }

    .about-us{
        margin-top: 50px;
        margin-bottom: 160px;
    }
    .text-presentation{
    font-size:26px;
    }

    p {
        font-size: 40px;
    }

    /*--------------------Artists--------------*/
    .grid {
        display: grid;
        grid-template-columns: repeat(12, 1fr);
        grid-column-gap: 20px;
        grid-row-gap: 20px;
    }

    .container-artists {
        margin-top: 0;
        grid-column: span 12;
        font-size: 0;
        padding: 60px;
        margin-bottom: 0px;


    }

    .artists {
        grid-column: span 2;
        position: relative;

    }
    .artists:hover {
        transform: scale(1.04);


    }
    img {
        width: 100%;
        height: 100%;
    }

    .slideshow-container {
        display: none;
    }
    
    .block-black{background-color: black;}


    /*-----------------------Portrait Page-------------------*/
    h3 {
        font-size: 50px;
        padding: 10px;
        margin-bottom: 20px;
        margin-top: 20px;
    }

    .title-portrait {
        color: white;
        background-color: inherit;
        text-decoration: underline;
        background-color: rgba(18, 18, 18, 0.8);
    }

    .biography {
        font-size: 26px;
        padding: 10px;

    }


    .text-portrait {
        width: 75%;
        height: auto;
        font-size: 20px;
        padding: 20px;
        margin-left: 10px;
        padding-top: 0px;

    }

    .figure-portrait {
        margin-top: 10px;
        margin-bottom: 0;


    }

    .link {
        font-family: "Pickin-title";
        font-size: 30px;


    }

    .picture {
        display: flex;
        justify-content: center;
        width: 50%;
        height: auto;
        padding: 10px;
    }

    .btn-top {
        width: 60px;
        height: auto;
    }




    #myBtn {

        font-size: 16px;

    }

    /*-------------Band Members Destkop------------*/
    
    .presentation-text{

    font-family: "Pickin", serif;
    font-size: 24px;
    font-weight: 100;
    color: white;
    padding: 20px;

}
    
    
    .articles {

        display: grid;
        grid-template-columns: repeat(12, 1fr);
        padding: 0;

    }

    .container-fluid {
        grid-column: span 12;
        font-size: 0;
        grid-column-gap: 50px;
        display: flex;
        justify-content: center;


    }

    .bio-band {
        font-family: "Pickin", serif;
        font-size: 16px;
        font-weight: 100;
        color: white;
        padding: 30px;
    }




    .band-title {
        width: 100%;
        height: auto;
        color: white;
        font-family: "Pickin";
        font-size: 55px;
        text-transform: uppercase;
        text-align: center;
        margin-top: 0;
        padding: 20px;
        background-color: black;

    }


    .article .bio-band {
        position: absolute;
        font-family: 'Pickin-title';
        color: white;
        left: 0;
        bottom: 50%;
        width: 100%;
        text-align: center;
        font-size: 1rem;
        z-index: 1;
        margin: 0;

    }





    .article .bio-band {
        visibility: hidden;
        position: absolute;
        color: white;
        left: 0;
        bottom: 0%;
        width: 100%;
        text-align: center;
        font-size: 20px;
        z-index: 1;
        margin: 0;
        background-color: rgba(18, 18, 18, 0.8);
        padding: 0;
    }

    .article {
        position: relative;
        overflow: hidden;
        grid-column: span 3;
        margin: 0;
        margin-top: 20px;
        padding: 0;
    }


    .article:hover .bio-band {
        visibility: visible;
        position: absolute;
        width: auto;
        padding: 20px;
        text-align: left;
        height: 35%;


    }

    .image {
        width: 100%;
        height: auto;

    }

    /*    -------------Video and Pictures Destkop*/
    .video {
        margin-left: 80px;

    }

    video {
        width: auto;
        height: 420px;

    }
    .video-title {
        margin-bottom: 0;
        margin-top: 20px;
    }

    /*-----------------------Slider Container Destkop-----------*/
    .text-slider {
        font-size: 30px;

    }
    
    /*----------------Contact-------------------*/



.contact-page p{

    font-size: 30px;


   
    
}

.mail-contact{
    font-size: 30px;
    
}



.logo-contact{
    width: 90px;
    height: auto;
    margin: 10px;
}
 
    
/*----------------------Partners Destkop---------------    */
   
.partners{
    margin-right: 200px;
    margin-left: 100px;
    margin-top: 20px;
    background-color:rgba(250, 250, 250, 0.8);;
}


.partners-logo{
    width: 400px;
    height: auto;
}

    /*------------------Footer-------------*/

footer {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
    background-color: black;
    color: white;
    height: auto;
    bottom: 0;
    z-index: 1000;
    border-top: 2px solid white;
}

.logo-footer{
    width: 60px;
    height: auto;
    margin: 10px;
}

footer div p{
    font-family: "Pickin-title";
    font-size: 20px;
    padding: 0;
    
}

footer div div{
    display: flex;
    justify-content: center;
}

.mail{
    font-family: "Pickin-title";
    color: white;
}

.footer-item{
    padding: 10px;
    
}


.footer-padding{
    padding-left: 15px;
    padding-right: 15px;
    margin-left: 10px;
    font-size: 16px;
}
.footer-block{
    margin-top: 10px;
    margin-bottom: 15px;
}

.footer-link{
    color: white;
    padding-left: 10px;
}
}

/*------------------------limit Destkop------------------*/

.bar {
    background: white;
    display: block;
    height: 5px;
    margin: 6px;
    transform-origin: 50% 50%;
    transition: all 0.5s;
    width: 40px;
}



/*-----------Croix Bar--------*/

.navbar-burger.active .bar:first-child {
    transform: translatey(12px) rotate(43deg);
    background-color: white;


}


.navbar-burger.active .bar:nth-child(2) {
    opacity: 0;
    transform: translatex(16px);
    transition: all .1s;
    width: 0;
}





.navbar-burger.active .bar:last-child {
    transform: translatey(-10px) rotate(-43deg);
    background-color: white;


}



.navbar-dropdown-menu {
    border-top: 1px solid transparent;
    display: flex;
    flex-direction: column;
    height: 0;
    justify-content: space-evenly;
    list-style: none;
    margin-top: 1rem;
    overflow: hidden;
    text-align: center;
    transition: all .5s;
    width: 100vw;
}




@media screen and (min-width: 769px) {
    .navbar-dropdown-menu {
        flex-direction: row;
        height: auto;
        margin-top: 0;
        width: auto;
        flex-grow: 1;
    }
    /* Style the dropdown content (hidden by default) */
    .dropdown-content {
        display: none;
        position: absolute;
        z-index: 1;
    }

    /* Style the links inside the dropdown */
    .dropdown-content a {
        float: none;
        color: white;
        background-color: inherit;
        text-decoration: none;
        text-transform: none;
        font-size: 20px;
        display: block;
        text-align: left;
    }


    /* Add a grey background to dropdown links on hover */
    .dropdown-content a:hover {
        border-bottom: 1px solid white;
    }

    /* Show the dropdown menu when the user moves the mouse over the dropdown button */
    .submenu:hover .dropdown-content {
        display: block;

    }


    .submenu .dropbtn {
        background-color: inherit;
        color: white;
        text-transform: uppercase;

    }

    .submenu:hover .dropbtn {
        border-bottom: 1px solid white;
    }
    
    


}

.navbar-dropdown-menu.active {
    border-top: 1px solid white;
    height: calc( 180vh - 7.5rem);
    transition: all 1s;
}






@media screen and (min-width: 360px) {


    .navbar-dropdown-menu.active {
        height: calc( 180vh - 4.5rem);
    }
}

.navbar-menu-elt {
    padding: 2rem 0;
    transition: all .5s;
}

@media screen and (min-width: 769px) {
    .navbar-menu-elt {
        align-items: center;
        display: flex;
        padding: 1rem .5rem;
        transition: all .3s;
    }
}



.navbar-menu-item {
    color: white;
    text-decoration: none;
    text-transform: inherit;
    transition: all .3s;
    font-size: 20px;
}

.navbar-menu-item:hover {
    border-bottom: 1px solid white;
}
