@font-face {
    font-family: 'bokeh';
    src: url('BOKEH.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

body {
    font-family: Roboto, Arial, sans-serif;
    background-color: #da3832;
    color: #fefae3
}

.image-background {
    position: fixed;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    margin: 0;
    background: url('../../assets/images/background.jpg') center center no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#accueil {
    margin-top: 80px;
}

#accueil img {
    width: 100%;
}

#accueil-info {
    width: 100%;
    text-align: center;
    background-color: rgba(255, 189, 49, 0.21);
    padding: 10px;
}
#inscription-newsletter {
    position: absolute;
    top: 20px;
    right: 75px;
    padding: 2px 8px;
    display: none
}

#inscription-newsletter-nav {
    margin-left: 16px;
    padding: 5px 8px;
}

.inscription-newsletter-bouton {
    color: #da3832;
    background-color: #ffbd31;
    border-radius: 500px;
    font-weight: bold;
    font-size: small;
}

.inscription-newsletter-bouton:hover {
    text-decoration: none;
}

.new-album {
    font-size: 18px;
}

.album-title {
    font-family: "bokeh", Courier, serif;
    font-size: 40px;
}

.album-date {
    display: inline-block;
    vertical-align: middle;
    margin: -15px 5px 0px 5px;
    font-size: 22px;
}

.line {
    background-color: #fefae3;
    width: 20%;
    height: 3px;
    display: inline-block;
    vertical-align: middle;
    margin-top: -15px;
}

h1 {
    color: #ba3345;
    font-size: 90px;
    text-align: center;
    margin-bottom: 0;
}

.color-primary {
    color: #fefae3;
}

section {
    padding: 40px 0;
    width: 100%;
}

.page {
    margin: 0 auto;
    max-width: 640px;
    padding: 0 20px;
}

.yellow {
    color: #ffbd31;
}

#newsletter {
    color: #fcf8e6;
    font-size: 22px;
    text-align: center;
    margin-bottom: 30px;
}

#newsletter input {
    border: 2px solid #ffbd31;
    margin-bottom: 5px;
    border-radius: 500px;
    font-size: 15px;
    padding: 0 10px;
    background-color: #fae8c7;
}

#newsletter button {
    background-color: #ffbd31;
    border: 2px solid #ffbd31;
    color: #fefae3;
    height: 100%;
    padding: 0 10px;
    margin-top: 20px;
}

#concerts {
    background: url("../../assets/images/fond-concerts.jpg") center no-repeat;
    background-size: cover;
    height: 800px;
}

#medias {
    background-color: rgba(255, 189, 49, 0.21);
}

#medias a {
    color: #fefae3;
}

#video-title {
    font-size: 20px;
    color: #fefae3;
}

#other-videos {
    margin-top: 40px;
    display: flex;
    justify-content: space-between;
}

#other-videos img {
    width: 32%;
    height: 32%;
    cursor: pointer;
}

#more-videos {
    margin: 8px 0 40px 0;
}

.page h2 {
    color: #fefae3;
    font-size: 40px;
    margin: 0 0 20px 0;
}

#news .page-content {
    min-height: 100px;
}

#news .page-content a {
    color: inherit;
    text-decoration: underline;
}


#disques .page-content, #autres .page-content {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    background-color: transparent;
}
.disque {
    display: inline-block;
    width: 175px;
    margin-bottom: 10px;
}

.disque .disques_annee {
    color: #ffbd31;
    font-size: 17px;
}

.disque .disque_titre {
    color: #fefae3;
    font-size: 14px;
    margin-left: 2px;
    text-transform:uppercase;
}

.disque img {
    width: 100%;
}

#autres {
    margin-top: 30px;
}

.bio {
color: #fefae3;
    margin-top: 10px;
    text-align: justify;
}

#contacts .page-content {
    margin-top: 25px;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

#contacts {
    color: #fefae3;
    text-align: center;
}

#contacts .contact {
    margin: 10px
}

#contacts h2 {
    text-align: left;
}

#contacts .contact>div {
    font-size: 16px;
    line-height: 1.2;
}

#contacts .contact .type {
     color: #ffbd31;
     font-size: 19px;
}

#contacts .contact .titre {
    font-size: 19px;
}

#contacts .contact .bold {
    font-weight: bold;
}

#contacts a {
    color: inherit;
    text-decoration: underline;
}

hr {
    border: 1px solid #fefae3;
}

#reseaux {
    text-align: center;
}
#reseaux>div {
    font-size: 23px;
    //margin-bottom: 30px
}
#reseaux img {
    width: 30px;
    margin: 10px;
}

#promo-terrain a{
    font-size: 23px;
}

h3, h4 {
    color: #fefae3;
}

.action-content {
    margin-left: 20px;
}

.capsule {
    border-radius: 500px;
}


@media (max-width: 767px) {
    #concerts {
        background: url("../../assets/images/fond-concerts-petit.jpg") center no-repeat;
    }

    .new-album {
        font-size: 15px;
    }

    .album-title {
        font-size: 25px;
    }

    .album-date {
        font-size: 16px;
    }
}


