@import url('https://fonts.googleapis.com/css2?family=Merriweather:ital,opsz,wght@0,18..144,300..900;1,18..144,300..900&family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');

body, html {
    width: 100%;
    height: 100%
}

body {
    font-family: Merriweather, 'Helvetica Neue', Arial, sans-serif;
    -webkit-tap-highlight-color: #222
}

hr {
    max-width: 50px;
    margin: auto;
    border-width: 3px;
    border-color: #a30000;
}

main {
    flex: 1 0 auto;
}

footer {
    flex-shrink: 0;
}

hr.light {
    border-color: #fff
}

a {
    color: #a30000;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    transition: all .2s
}

a:focus, a:hover, .nav-link, .nav-link:hover {
    color: #a20000
}

.nav-link:hover {
    background-color: #ddd;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif
}

p {
    font-size: 1.1rem;
    line-height: 1.7;
    margin-bottom: .7rem
}

.bg-primary {
    background-color: #a30000 !important
}

.bg-primary .text-white a:link, .bg-primary .text-white a:visited {
    color: #fff
}

.bg-primary .text-white a:link.btn, .bg-primary .text-white a:visited.btn {
    color: #a30000;
    text-decoration: none
}

.bg-dark {
    color: #fff;
    background-color: #222 !important
}

.text-faded {
    color: rgba(88, 88, 88, .7)
}

section {
    padding: 6rem 0
}


#nav-tab-players-content {
    height: 520px;
}

#nav-tab-players-content .tab-pane {
    height: 100%
}

.section-heading {
    margin-top: 0
}

::-moz-selection {
    color: #fff;
    background: #222;
    text-shadow: none
}

::selection {
    color: #fff;
    background: #222;
    text-shadow: none
}

img::selection {
    color: #fff;
    background: 0 0
}

img::-moz-selection {
    color: #fff;
    background: 0 0
}


footer {
    border-top: 1px solid #777;
    height: 206px;
}

footer.small {
    height: 106px
}

@media screen and (max-width: 500px) {
    footer {
        height: 300px
    }

    footer.small {
        height: 200px
    }
}

.playerFooter {
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 116px;
    z-index: 100
}

.playerFooter .hide-player {
    display: block;
    position: absolute;
    width: 120px;
    background-color: #a30000;
    color: #fff;
    font-size: 12px;
    left: calc(50% - 60px);
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    top: 0;
    cursor: pointer
}

.playerFooter iframe {
    width: 100%
}

.playerFooter.closed {
    height: 18px
}

.playerFooter.closed iframe {
    display: none;
}

.playerFooter.closed .hide-player {
    border-radius: 5px 5px 0 0;
}

#presentation a:link {
    text-decoration: underline;
    color: #ff0
}

#presentation a:link.btn {
    text-decoration: none;
    color: #a30000
}

#participants #autres img {
    width: 150px;
    height: 150px
}

#videos figcaption {
    text-transform: capitalize;
    color: #fff
}

.video-thumb {
    display: block;
    cursor: pointer;
    position: relative;
    width: 100%;
}

.video-thumb img {
    width: 100%;
    height: auto;
    border-radius: 5px;
}

.video-thumb .play-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 1.6rem;
    color: white;
    background: rgba(0, 0, 0, 0.55);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform .2s ease, opacity .2s ease;

}

.video-thumb .play-icon .fa-play {
    margin-left: 7px;
}

.video-thumb:hover .play-icon {
    transform: translate(-50%, -50%) scale(1.1);
    opacity: 0.9;
}

label[for=CommentSec] {
    display: none
}

.progress-bar {
    height: 46px
}

#formsearch #submit {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

#mainNav {
    background-color: #fff;
    font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    transition: all .2s
}

#mainNav .navbar-brand {
    font-weight: 700;
    text-transform: uppercase;
    color: #a30000;
    font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif
}

#mainNav .navbar-brand:focus, #mainNav .navbar-brand:hover {
    color: #a20000
}

#mainNav .navbar-toggle {
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    color: #222
}

#mainNav .navbar-collapse {
    justify-content: end;
}

#mainNav .navbar-nav > li.nav-item > a.nav-link, #mainNav .navbar-nav > li.nav-item > a.nav-link:focus {
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    color: #222
}

#mainNav .navbar-nav > li.nav-item > a.nav-link:focus:hover, #mainNav .navbar-nav > li.nav-item > a.nav-link:hover {
    color: #a30000
}

#mainNav .navbar-nav > li.nav-item > a.nav-link.active, #mainNav .navbar-nav > li.nav-item > a.nav-link:focus.active {
    color: #a30000 !important;
    background-color: transparent
}

#mainNav .navbar-nav > li.nav-item > a.nav-link.active:hover, #mainNav .navbar-nav > li.nav-item > a.nav-link:focus.active:hover {
    background-color: transparent
}

@media (min-width: 992px) {
    #mainNav {
        background-color: rgba(255, 255, 255, .9)
    }

    #mainNav .navbar-brand {
        color: #a30000
    }

    #mainNav .navbar-brand:focus, #mainNav .navbar-brand:hover {
        color: #d60000
    }

    #mainNav .navbar-nav > li.nav-item > a.nav-link, #mainNav .navbar-nav > li.nav-item > a.nav-link:focus {
        color: rgba(84, 84, 84, .8);
        transition: .3s ease-in-out all
    }

    #mainNav .navbar-nav > li.nav-item > a.nav-link:focus:hover, #mainNav .navbar-nav > li.nav-item > a.nav-link:hover {
        color: rgba(84, 84, 84, .4)
    }

    #mainNav.navbar-shrink {
        border-bottom: 1px solid #a70000;
        background-color: #fff
    }

    #mainNav.navbar-shrink .navbar-brand {
        font-size: 16px;
        color: #a30000
    }

    #mainNav.navbar-shrink .navbar-brand:focus, #mainNav.navbar-shrink .navbar-brand:hover {
        color: #a20000
    }

    #mainNav.navbar-shrink .navbar-nav > li.nav-item > a.nav-link, #mainNav.navbar-shrink .navbar-nav > li.nav-item > a.nav-link:focus {
        color: #000
    }

    #mainNav.navbar-shrink .navbar-nav > li.nav-item > a.nav-link:focus:hover, #mainNav.navbar-shrink .navbar-nav > li.nav-item > a.nav-link:hover {
        color: #a30000
    }
}

header.masthead {
    position: relative;
    width: 100%;
    min-height: auto;
    height: 100vh;
    text-align: center;
    color: #fff;
    background-image: url(../img/header.jpg);
    background-position: top center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover
}

header.masthead::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.45); /* 0.45 = opacité du noir */
    z-index: 1;
}

header.masthead > * {
    position: relative;
    z-index: 2; /* pour que le texte passe au-dessus du voile noir */
}

header.masthead .header-content {
    position: relative;
    width: 100%;
    padding: 150px 15px 100px;
    text-align: center
}

header.masthead .header-content .disco-pochette .album-pochette {
    width: 350px;
    height: auto;
    box-shadow: 0 0 15px 0 #656565;
    border: 6px solid #fff
}

header.masthead .header-content .header-content-inner h1 {
    font-size: 30px;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 0;
    text-transform: uppercase;
    /*text-shadow: 1px 0 2px rgba(0, 0, 0, .6)*/
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.55);

}

header.masthead .header-content .header-content-inner hr {
    margin: 30px auto
}

header.masthead .header-content .header-content-inner p {
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 50px;
    color: rgba(255, 255, 255, .85);
    /*text-shadow: 1px 0 2px rgba(0, 0, 0, .6)*/
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.6),
    0 4px 10px rgba(0, 0, 0, 0.4);

}

header.masthead .header-content .header-content-inner .sharethis-inline-share-buttons {
    display: block;
    margin-top: 25px
}

@media (min-width: 768px) {
    header.masthead {
        min-height: 600px
    }

    header.masthead .header-content {
        position: absolute;
        top: 50%;
        padding: 0 50px;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%)
    }

    header.masthead .header-content .header-content-inner {
        max-width: 1000px;
        margin-right: auto;
        margin-left: auto
    }

    header.masthead .header-content .header-content-inner h1 {
        font-size: 50px
    }

    header.masthead .header-content .header-content-inner p {
        font-size: 18px;
        max-width: 80%;
        margin-right: auto;
        margin-left: auto
    }
}

@media (max-width: 500px) {
    body.diice .masthead {
        background-position: 620px center
    }

    .disco-pochette {
        margin-bottom: 20px
    }
}

body.moije .masthead {
    background-position: center 56px
}

.service-box {
    max-width: 400px;
    margin: 50px auto 0
}

@media (min-width: 992px) {
    .service-box {
        margin: 20px auto 0
    }
}

.service-box p {
    margin-bottom: 0
}

.popup-gallery {
    border-bottom: 1px solid #000;
}

.album-card {
    overflow: hidden;
}

.album-image-wrapper {
    width: 100%;
    aspect-ratio: 16 / 9;
    overflow: hidden;
}

.album-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.album-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.6);
    opacity: 0;
    transition: opacity .3s ease;
}

.album-card:hover .album-overlay {
    opacity: 1;
}


.timeline {
    position: relative;
    padding: 0;
    list-style: none
}

.timeline:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 40px;
    width: 2px;
    margin-left: -1.5px;
    content: '';
    background-color: #e9ecef
}

.timeline > li {
    position: relative;
    min-height: 50px;
    margin-bottom: 50px
}

.timeline > li:after, .timeline > li:before {
    display: table;
    content: ' '
}

.timeline > li:after {
    clear: both
}

.timeline > li .timeline-panel {
    position: relative;
    float: right;
    width: 100%;
    padding: 0 20px 0 100px;
    text-align: left
}

.timeline > li .timeline-panel:before {
    right: auto;
    left: -15px;
    border-right-width: 15px;
    border-left-width: 0
}

.timeline > li .timeline-panel:after {
    right: auto;
    left: -14px;
    border-right-width: 14px;
    border-left-width: 0
}

.timeline > li .timeline-image {
    position: absolute;
    z-index: 100;
    left: 0;
    width: 80px;
    height: 80px;
    margin-left: 0;
    text-align: center;
    color: #fff;
    border: 7px solid #e9ecef;
    border-radius: 100%;
    background-color: #e9ecef
}

.timeline > li .timeline-image h4 {
    font-size: 10px;
    line-height: 14px;
    margin-top: 12px
}

.timeline > li .timeline-image:hover {
    border-color: #a30000
}

.timeline > li .timeline-image:last-child {
    background-color: #a30000;
    border-color: #a30000
}

.timeline > li.timeline-inverted > .timeline-panel {
    float: right;
    padding: 0 20px 0 100px;
    text-align: left
}

.timeline > li.timeline-inverted > .timeline-panel:before {
    right: auto;
    left: -15px;
    border-right-width: 15px;
    border-left-width: 0
}

.timeline > li.timeline-inverted > .timeline-panel:after {
    right: auto;
    left: -14px;
    border-right-width: 14px;
    border-left-width: 0
}

.timeline > li:last-child {
    margin-bottom: 0
}

.timeline .timeline-heading h4 {
    margin-top: 0;
    color: inherit
}

.timeline .timeline-heading h4.subheading {
    text-transform: none
}

.timeline .timeline-body > p, .timeline .timeline-body > ul {
    margin-bottom: 0
}

@media (min-width: 768px) {
    .timeline:before {
        left: 50%
    }

    .timeline > li {
        min-height: 100px;
        margin-bottom: 100px
    }

    .timeline > li .timeline-panel {
        float: left;
        width: 41%;
        padding: 0 20px 20px 30px;
        text-align: right
    }

    .timeline > li .timeline-image {
        left: 50%;
        width: 100px;
        height: 100px;
        margin-left: -50px
    }

    .timeline > li .timeline-image h4 {
        font-size: 13px;
        line-height: 18px;
        margin-top: 16px
    }

    .timeline > li.timeline-inverted > .timeline-panel {
        float: right;
        padding: 0 30px 20px 20px;
        text-align: left
    }
}

@media (min-width: 992px) {
    .timeline > li {
        min-height: 150px
    }

    .timeline > li .timeline-panel {
        padding: 0 20px 20px
    }

    .timeline > li .timeline-image {
        width: 150px;
        height: 150px;
        margin-left: -75px
    }

    .timeline > li .timeline-image h4 {
        font-size: 18px;
        line-height: 26px;
        margin-top: 30px
    }

    .timeline > li.timeline-inverted > .timeline-panel {
        padding: 0 20px 20px
    }
}

@media (min-width: 1200px) {
    .timeline > li {
        min-height: 170px
    }

    .timeline > li .timeline-panel {
        padding: 0 20px 20px 100px
    }

    .timeline > li .timeline-image {
        width: 170px;
        height: 170px;
        margin-left: -85px
    }

    .timeline > li .timeline-image h4 {
        margin-top: 40px
    }

    .timeline > li.timeline-inverted > .timeline-panel {
        padding: 0 100px 20px 20px
    }
}

.team-member {
    text-align: center
}

.team-member img {
    width: 100%;
    height: auto;
    border: 7px solid #fff
}

.team-member h4 {
    margin-top: 25px;
    margin-bottom: 0;
    text-transform: none
}

.team-member p {
    margin-top: 0
}

.call-to-action {
    padding: 50px 0
}

.call-to-action h2 {
    margin: 0 auto 20px
}

ul.social-buttons li a {
    font-size: 20px;
    line-height: 40px;
    display: block;
    width: 40px;
    height: 40px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
    color: #555;
    border-radius: 100%;
    outline: 0;
    background-color: #eee;
    margin-top: 10px
}

ul.social-buttons li a i {
    width: 40px;
    height: 40px;
    text-align: center;
    vertical-align: middle;
    line-height: 40px
}

ul.social-buttons li a[href*=facebook] {
    color: #3b5998
}

ul.social-buttons li a[href*=soundcloud] {
    color: #ff3a00
}

ul.social-buttons li a[href*=youtube] {
    color: #b00
}

ul.social-buttons li a:hover {
    color: #fff
}

ul.social-buttons li a[href*=facebook]:hover {
    background-color: #3b5998
}

ul.social-buttons li a[href*=soundcloud]:hover {
    background-color: #ff3a00
}

ul.social-buttons li a[href*=youtube]:hover {
    background-color: #b00
}

.text-primary {
    color: #a30000 !important
}

.no-gutter > [class*=col-] {
    padding-right: 0;
    padding-left: 0
}

.btn-default {
    color: #222;
    border-color: #fff;
    background-color: #fff
}

.btn-default.focus, .btn-default:focus {
    color: #222;
    border-color: #bfbfbf;
    background-color: #e6e6e6
}

.btn-default:hover {
    color: #222;
    border-color: #e0e0e0;
    background-color: #e6e6e6
}

.btn-default.active, .btn-default:active, .open > .btn-default.dropdown-toggle {
    color: #222;
    border-color: #e0e0e0;
    background-color: #e6e6e6
}

.btn-default.active.focus, .btn-default.active:focus, .btn-default.active:hover, .btn-default:active.focus, .btn-default:active:focus, .btn-default:active:hover, .open > .btn-default.dropdown-toggle.focus, .open > .btn-default.dropdown-toggle:focus, .open > .btn-default.dropdown-toggle:hover {
    color: #222;
    border-color: #bfbfbf;
    background-color: #d4d4d4
}

.btn-default.active, .btn-default:active, .open > .btn-default.dropdown-toggle {
    background-image: none
}

.btn-default.disabled.focus, .btn-default.disabled:focus, .btn-default.disabled:hover, .btn-default[disabled].focus, .btn-default[disabled]:focus, .btn-default[disabled]:hover, fieldset[disabled] .btn-default.focus, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default:hover {
    border-color: #fff;
    background-color: #fff
}

.btn-default .badge {
    color: #fff;
    background-color: #222
}

.btn-primary {
    color: #fff;
    border-color: #a30000;
    background-color: #a30000
}

.btn-primary.focus, .btn-primary:focus {
    color: #fff;
    border-color: #240000;
    background-color: #700000
}

.btn-primary:hover {
    color: #fff;
    border-color: #600;
    background-color: #700000
}

.btn-primary.active, .btn-primary:active, .open > .btn-primary.dropdown-toggle {
    color: #fff;
    border-color: #600;
    background-color: #700000
}

.btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary:active.focus, .btn-primary:active:focus, .btn-primary:active:hover, .open > .btn-primary.dropdown-toggle.focus, .open > .btn-primary.dropdown-toggle:focus, .open > .btn-primary.dropdown-toggle:hover {
    color: #fff;
    border-color: #240000;
    background-color: #4c0000
}

.btn-primary.active, .btn-primary:active, .open > .btn-primary.dropdown-toggle {
    background-image: none
}

.btn-primary.disabled.focus, .btn-primary.disabled:focus, .btn-primary.disabled:hover, .btn-primary[disabled].focus, .btn-primary[disabled]:focus, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary.focus, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary:hover {
    border-color: #a30000;
    background-color: #a30000
}

.btn-primary .badge {
    color: #a30000;
    background-color: #fff
}

.btn {
    font-weight: 700;
    text-transform: uppercase;
    border: none;
    border-radius: 300px;
    margin: 5px 0;
    font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif
}

.btn-xl {
    padding: 15px 30px
}

.form-control:focus {
    border-color: #333
}

.scroll-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 30px;
    height: 30px;
    background: #fff;
    text-align: center;
    line-height: 30px;
    z-index: 2;
}

.artist-picture {
    width: 100%;
    aspect-ratio: 1 / 1; /* carré parfait */
    object-fit: cover; /* remplit le carré sans déformer */
    object-position: center; /* centre l’image */
    display: block;
    border-radius: 6px; /* optionnel */
}

.filters-horizontal {
    background-color: #eee;
}

.part-card {
    display: -webkit-box;
    -webkit-line-clamp: 2; /* nombre de lignes max */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    color: inherit;
    text-decoration: none;
}

.chord {
    font-weight: bold;
    color: #d9534f;
    background: rgba(217, 83, 79, 0.1);
    padding: 2px 4px;
    border-radius: 4px;
}

pre.tab {
    font-family: monospace;
    font-size: 14px;
    line-height: 1.2;
    margin: 0;
    white-space: pre;
}

#back-top {
    display: block;
    position: fixed;
    bottom: 120px;
    right: 0;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    background-color: #a30000;
    font-size: 22px
}
