body{
    overflow-x: hidden;
}

#slider{
    padding: 0;
}

#actualites_accueil{
    padding-top: 0em;
    overflow: hidden;
}

#actualites_accueil .full-display{
    display: flex;
    flex-direction: column;
    width: 100%;
}

#actualites_accueil .card{
    height:40vh;
    border:none;
    background-color: #f8f9fa;
}

#actualites_accueil img.niouze{
    height: 100%;
    position: absolute;
    min-width: 100%;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    object-fit: cover;

}

#actualites_accueil .caption {

    top: 50%;
    right: 0;
    width: 35%;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    position: absolute;
    background:
            #fff;
    border: 1px solid
    #eee;
    padding: 30px;
}

#actualites_accueil .btn {

    margin-top:5px;
}

#actualites_accueil {
    clip-path: polygon(0% 2%, 100% 0%, 100% 100%, 0% 98%);
    top: -70px;
    width: 100%;
    position: relative;
    overflow: hidden;
    padding: 100px 0 100px 0;
    z-index: 10;
}

#actualites_accueil_inside{
    width: 100%;
}

#actualites_accueil_inside h2{
    margin: auto;
}

#actualites_accueil.blog .summary{
    min-height: 172px;
}

#actualites_accueil.blog h4{
    display: inline;
}


@media (max-width: 1100px){
    #actualites_accueil {
        clip-path: polygon(0% 0.6%, 100% 0%, 100% 100%, 0% 99.4%);
        top: -60px;
    }
    #actualites_accueil .row{
        margin-right: 0;
        margin-left: 0;
    }
}


#concerts {
    top: -110px;
    position: relative;
    padding-top: 100px;
    overflow: hidden;

}

#concerts .background{
    min-width: 100% !important;
    position: absolute;
    top: 0;
    height: 100%;
}

#concerts .flex{
    display: flex;
}

#concerts .searchable {
    background-color: rgba(0,0,0,0.7);
}

#concerts #search-bar {
    justify-content: space-between;

}

#concerts .clear{
    font-size: 23px;
    font-weight: 700;
    margin-right: 5px;
    line-height: 1;
    color: white;
    padding: 0;
    border: 0;
    background-color: transparent;
    cursor: pointer;
}
#concerts .vs__actions{
    align-items: center;
}

#concerts .arrow{
    margin-right: 10px;
    cursor: pointer;
    color: white;
}

#concerts .vs__selected-options{
    position: relative;
    width: 100%;
}

#concerts input {
    width:100%;
    border-color: transparent;
    background-color: transparent;
    padding: 10px;
    font-size: 16px;
    color: #ffffff;

}

#concerts input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: rgba(255,255,255,0.7);
    opacity: 1; /* Firefox */
}

#concerts input:focus {
    color: #ffffff;
}

#concerts .back{
    background-color: rgba(0,0,0,0.4);
    padding-right: 0px;
    padding-left: 0px;
    min-height: 550px;
}
#concerts #infos_ajax{
    display:flex;
    flex-direction: column;
    align-items: center;
    color:white;
}

#concerts .back-center{
    margin-top: 4rem;
    margin-bottom: 4rem;
}


#concerts .autocomplete-items {
    max-height: 360px;
    overflow-y: scroll;
    position: absolute;
    border-color: transparent;
    border-bottom: none;
    border-top: none;
    z-index: 99;
    /*position the autocomplete items to be the same width as the container:*/
    top: 100%;
    left: 0;
    right: 0;
}
#concerts .autocomplete-items div {
    font-size: 12px;
    color: #fff;
    padding: 5px 5px 5px 15px;
    cursor: pointer;
    background-color: rgba(0,0,0,0.7);
    border-bottom: 1px solid transparent;
}
#concerts .autocomplete-items div:hover {
    /*when hovering an item:*/
    background-color: #000000;
}
#concerts .autocomplete-items .autocomplete-separator {
    padding: 5px 15px;
    color: rgba(255, 255, 255, 0.45);
    font-size: 11px;
    cursor: default;
    pointer-events: none;
    background-color: transparent;
}
#concerts .autocomplete-items .autocomplete-separator:hover {
    background-color: transparent;
}
#concerts .autocomplete-active {
    /*when navigating through the items using the arrow keys:*/
    background-color: #28d927 !important;
    color: #000000;
}


#concerts .panel{
    background-color: #fff;
    border-radius: 10px;
    margin: 15px;

}
#concerts .date{
    text-align: right;
    padding-top: 15px;
    padding-right: 13px;
    width: 100px;
    position: relative;
}

#concerts .date>div{
    display: flex;
    flex-direction: column;
    margin-top: 5px;
    bottom: 5px;
    position: absolute;
    right: 5px;
}

#concerts .grey{
    color: #777;
    font-weight: bold;
    font-family: "Times New Roman";
    font-size: 12px;
}

#concerts .line_small{
    line-height: 1;
}
#concerts .big_size{
    font-size: 36px;
    font-weight: bold;
    font-family: "Open Sans";
}
#concerts .image{
    width: 190px;
    /*background-image: url(https://cdn.pixabay.com/photo/2015/04/23/22/00/tree-736885__340.jpg);*/
    background-repeat: no-repeat;
    background-position: center;
}


#concerts .infos{
    width: 100%;
    justify-content: space-between;
}

#concerts .infos .green{
    color: #28d927;
}

#concerts .infos_principales{
    margin-left: 20px;
    margin-top: 15px;
    margin-bottom: 5px;
}
#concerts .infos_salle{
    display: flex;
    flex-direction: column;
    margin-top: auto;
    margin-bottom: auto;
    margin-right: 20px;
    width: auto;
    min-width: 90px;
}
#concerts .title{
    font-weight: bold;
    font-size: 22px;
    line-height: 1;
    font-family: "Open Sans";
}
#concerts .region{
    font-size: 11px;
    font-family: "Times New Roman";
}
#concerts .infos_icon{
    margin-left: 10px;
    font-size: 12px;
    line-height: 1.6;
    font-family: "Open Sans";

}

#concerts .btn{
    margin: 5px;
}

@media (max-width: 1140px){
    #concerts .image{
        width: 130px;
    }

}

@media (max-width: 790px){
    #concerts .image{
        display: none;
    }
    #concerts .date{
        width: 100px;
        padding-right: 5px;
        padding-left: 5px;
    }
}

@media (max-width: 420px){
    #concerts .panel{
        margin: 15px 0px 15px 15px;
    }
    #concerts .infos{
        flex-direction: column;
    }
    #concerts .infos_salle{
        margin: auto;
        align-items: center;
    }
}



#albums .iframe-wrap{
    opacity: 0.99;
    position: relative;
    height: 0;
    border-radius: 6px 6px 0 0 ;
    padding-top: 100%;
    overflow: hidden;
    background: #444857;
    background-size: cover;
}

#albums #ovni1{
    z-index: 1;
    top: -300px;
    left: -250px;
}

#albums #alien1{
    top: -503px;
    height: 160px;
    z-index: 1;
    min-width: 0%;
    left: 310px;
}

#albums #ovni2{
    z-index: 1;
    top: -460px;
    left: 120px;
}
@media (max-width: 900px){
    #albums #ovni2{
        display: none;
    }
}

@media (max-width: 1200px){
    #albums #alien1{
        display: none;
    }
}


#albums .header{
    /*padding: 10px 30px 0px 30px;*/
    display: flex;
    flex-direction: column;
}

#albums .first{
    padding: 10px 30px 0px 30px;
    background-color: #ffffff;
    width: 100%;
}

#albums .second {
    padding: 10px 30px 10px 30px;
    width: 100%;
    border-radius: 0 0 6px 6px;
    background-color: #f0eff0;
    display: grid;
    justify-items: flex-end;
}

#albums.blog .category {
    color: #8b8b8b;
    font: 600 13px "Open Sans";
}

#albums .card{
    height:40vh;
    border:none;
    background-color: #f8f9fa;
}

#albums img{
    height: 100%;
    position: absolute;
    min-width: 100%;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    object-fit: cover;

}

#albums .caption {

    top: 50%;
    right: 0;
    width: 35%;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    position: absolute;
    background:
            #fff;
    border: 1px solid
    #eee;
    padding: 30px;
}

#albums .btn {

    margin-top:5px;
}



#albums_inside{
    width: 100%;
}

#albums_inside h2{
    margin: auto;
}

#albums.blog .summary{
    height: 80px;
}

#albums.blog h4{
    height: 60px;
}

#albums {
    overflow: hidden;
    clip-path: polygon(0% 5%, 100% 0%, 100% 100%, 0% 95%);
    top: -160px;
    width: 100%;
    position: relative;
    padding: 100px 0 100px 0;
    z-index: 10;
}

@media (max-width: 1100px){
    #albums {
        clip-path: polygon(0% 2%, 100% 0%, 100% 100%, 0% 98%);
        top: -180px;
    }
    #albums .row{
        margin-right: 0;
        margin-left: 0;
    }
}

@media (max-width: 700px){
    #albums {
        clip-path: polygon(0% 2%, 100% 0%, 100% 100%, 0% 98%);
        top: -170px;
    }
    #albums .row{
        margin-right: 0;
        margin-left: 0;
    }

}

@media (max-width: 590px){
    #albums img{
        height: 60%;
        min-width: 60%;
    }
}

#biographie {
    top: -220px;
    position: relative;
    padding-top: 190px;
    overflow: hidden;
}

@media (max-width: 1100px){
    #biographie {
        padding-top: 100px;
    }
}

#biographie .background{
    min-width: 100% !important;
    position: absolute;
    top: 0;
    height: 100%;
}

#biographie .flex{
    display: flex;
}

#biographie .width-wrapper{
    justify-content: flex-end;
}

#biographie #container{
    background-color: rgba(0,0,0,0.7);
    border-radius: 15px;
    padding: 40px 30px 40px 30px;
}

#biographie #container a{
    float: right;
}

#biographie #container h2, #biographie #container p{
    color: white;
}

#biographie #container p{
    margin-bottom: -10px;
}





#paroles {
    background-color: none;
    clip-path: polygon(0% 5%, 100% 0%, 100% 100%, 0% 95%);
    top: -250px;
    width: 100%;
    position: relative;
    overflow: hidden;
    padding: 100px 0 100px 0;
    z-index: 10;
}

#paroles .background{
    min-width: 100% !important;
    position: absolute;
    top: 0;
    height: 100%;
}

@media (max-width: 1100px){
    #paroles {
        clip-path: polygon(0% 2%, 100% 0%, 100% 100%, 0% 98%);
        top: -250px;
    }
    #paroles .row{
        margin-right: 0;
        margin-left: 0;
    }
}






#emission{
    top:-280px;
    margin-bottom: -290px;
    position: relative;
    overflow: hidden;
}

#emission .background{
    min-width: 100% !important;
    position: absolute;
    top: 0;
    height: 100%;
}

#emission #audio-player{
    min-height: 240px;
}

#emission .flex{
    display: flex;
}


#emission #titre {
    display: flex;
    justify-content: end;
}

@media (max-width: 1200px) {
    #emission .row{
        display: flex;
        flex-direction: column;
    }

    #emission .wave-large{
        display: none;
    }

    #emission .width-wrapper  {
        padding: 0;
    }

    #emission #first-row{
        padding-left: 0;
        padding-right: 0;
        display: flex;
        flex-direction: column;
        margin-bottom: 30px;
    }

    #emission #titre{
        padding-left: 0;
        padding-right: 0;
        display: flex;
        justify-content: center;
        min-height: 90px;
    }

    #emission #audio-player{
        padding-left: 0;
        padding-right: 0;
        min-height: 200px;
    }
}


@media (max-width: 800px) {
    #emission .wave-large {
        display: none;
    }

    #emission .wave-medium {
        display: none;
    }
}


#emission #titre h2{
    bottom: 0;
    position: absolute;
    color: white;
    font-size: 50px;
}

#emission .boutons{
    display: flex;
    justify-content: space-between;
    margin: auto;
}

@media (max-width: 600px) {
    #emission #titre h2{
        font-size: 30px;
    }
    #emission .wave-container{
        display: none;
    }
    #emission .boutons{
        justify-content: space-around;
    }
}



@media (max-width: 440px) {
    #emission #audio-player {
        transform: scale(0.6);
        margin-left: -30px;
    }
}