html,body
{
    background-color: #0a0a0a;
}
#page
{
    background-image:url("https://backtothenoise.be/wp-content/themes/backtothenoise/assets/gray-wall-texture.jpg");
    background-color: #0a0a0a;
}


h1, h2, h3, h4, h5, h6, .drop-cap::first-letter, .post-navigation .nav-title, .comment-meta .author-name a, #footer-instagram .widget-title, #footer-social-navigation .widget-title, .home .header-media .custom-header-content .site-header-text
{
    /*font-family: "Rubik Dirt", system-ui, sans-serif;*/
    font-family: "Expletus Sans", sans-serif;
    font-weight: 700;
    font-style: normal;
    text-transform: uppercase;
}
h2
{
    font-size:24px;
}
h3,h4
{
    font-family: "Expletus Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
}
a
{
    transition:all 0.3s;
}
a:hover
{
    text-shadow: 0 0 20px var(--primary-color);
}
.button
{
    transition: all 0.3s;
    background-color: var(--primary-color);
}
.button:hover
{
    filter:brightness(125%);
    -webkit-box-shadow: 0px 0px 29px 5px var(--primary-color);
    box-shadow: 0px 0px 29px -5px var(--primary-color);
    background-color: var(--primary-color) !important;
}


/* mobile menu */
button.dropdown-toggle
{
    width: 100%;
    text-align: right;
}

/* HEADER */
header#masthead
{
    background-color: #151515;
    border-bottom: 4px solid var(--primary-color);
}

.site-header-main .wrapper
{
    justify-content: flex-end;
    padding-top:20px;
    padding-bottom:25px;
}
.site-header-main .wrapper img.custom-logo
{
    max-width: 200px;
}
/* logo */
.site-branding
{
    z-index: 10;
    position:absolute;
    left:20px;
    top:0;
    margin-top:0;
}
@media screen and (max-width: 1200px) {
    .site-branding
    {
        left:50%;
        transform: translateX(-50%);
        top:-13px;
        margin:26px 0 0 0;
    }
    .with-banner .site-branding
    {
        margin-top:26px;
    }
    .site-branding .custom-logo-link
    {
        margin:0;
    }
    .site-branding img
    {
        width:150px;
    }
    body .with-banner .site-main .entry-header
    {
        margin-top:0;
    }
    body .site-main .entry-header
    {
        margin-top:80px;
    }
    .fc .fc-toolbar-title
    {
        font-size: 18px;
    }

    /* band page */
    .type-band .otherInfosBlocks div.infoBlock
    {
        display:block;
        width:100%;
        margin-bottom:60px;
    }
    /* /band page */

    /* event page */
    .event-infos-text
    {
        margin-top:20px !important;
    }
    /* /event page */


}

@media screen and (max-width: 767px) {
    .site-branding,
    .with-banner .site-branding
    {
        margin-top:12px;
    }
}

@media screen and (max-width: 639px) {
    .site-branding,
    .with-banner .site-branding
    {
        margin-top:2px;
    }
}
.site-branding .site-title
{
    display: none;
    font-family: "Expletus Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
}
.site-branding .site-description
{
    display: none;
    font-size: 1em;
    font-family: "Expletus Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    color: #555;
}
/* /logo */

/* nav */
.main-navigation a {
    font-family: "Expletus Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
    font-size: 0.9em;
    text-transform: uppercase;
}
.main-navigation ul.sub-menu a {
    text-transform: uppercase;
    text-decoration: none !important;
}
/* /nav */
.custom-header
{
    /*border-top:3px solid var(--primary-color);*/
    border-bottom:1px solid var(--primary-color);
}
.custom-header-media img
{
    max-height:400px;
}

/* mobile nav */
.is-open .menu-inside-wrapper
{
    border-top: 1px solid var(--primary-color);
    border-bottom: 1px solid var(--primary-color);
}
/* /HEADER */


/* PAGES */
.entry-content a
{
    color: var(--main-text-link-color);
    font-weight: bold;
}
.entry-content a:hover
{
    filter: brightness(125%);
    transition: all 0.3s;
    /*-webkit-box-shadow: 0px 0px 29px 5px var(--primary-color);
    box-shadow: 0px 0px 29px -5px var(--primary-color);*/
}
.entry-content ul li
{
    margin-bottom:10px;
}
/* /PAGES */

/* HOME PAGE */
.banner-slider {
    width: 100%;
    height: 60vh; /* Ajuste selon ton design */
}
.banner-slider img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
body.home div.futureEvents
{
    margin-top:60px;
}
body.home div.futureEvents h2
{
    margin-bottom:40px;
}
body.home article::after
{
    border-bottom: 1px solid;
    border-bottom-color: var(--primary-color);
    content: '';
    display: block;
    margin: 28px auto 0;
    width: 50px;
}

/* /HOME PAGE */


/* BAND PAGE */
.type-band .section-title {
    --after-color: var(--primary-color); /* valeur par défaut, histoire de calmer l’IDE */
}
.type-band .section-title::after
{
    border-color: var(--after-color);
}
.type-band .otherInfosBlocks
{
    margin-top: 60px;
}
.type-band .otherInfosBlocks .infoBlock
{
    display: inline-block;
    width: 50%;
    vertical-align: top;
}

ul.documents {
    margin: 2em 0 0 0;
    list-style: none;
}
ul.documents li a
{
    text-align: center;
}
.techSheet-link {
    display: inline-block;
    background-color: #222;
    color: #fff;
    text-decoration: none;
    padding: 0.8em 1.5em;
    border-radius: 0.5em;
    font-weight: bold;
    transition: background-color 0.3s ease, transform 0.2s ease;
}
.techSheet-link:hover {
    background-color: #444;
    transform: translateY(-2px);
}
.techSheet-filename {
    display: block;
    font-size: 0.8em;
    font-weight: normal;
    color: #bbb;
    margin-top: 0.3em;
}

/* /BAND PAGE */


/* EVENT PAGE */
.event-infos
{
    position: relative;
    text-align: center;
    padding-bottom: 40px;
    margin-bottom:40px;
    border-bottom: 1px solid var(--primary-color);
}
.event-infos > div
{
    display:inline-block;
    vertical-align: top;
    margin:0 20px;
}
.event-infos > div.event-infos-visual
{

}
.event-infos > div.event-infos-visual a
{
    max-width: 300px;
    border:1px solid var(--primary-color);
    display:block;
    transition: all 0.3s;
}
.event-infos > div.event-infos-visual a:hover
{
    filter: brightness(125%);
    -webkit-box-shadow: 0px 0px 29px 5px var(--primary-color);
    box-shadow: 0px 0px 29px -5px var(--primary-color);
}
.event-infos > div.event-infos-text ul
{
    margin:0;
}
.event-infos > div.event-infos-text li
{
    font-size: 24px;
    list-style: none;
    border-bottom:1px solid var(--primary-color);
    padding:10px 5px;
}
.event-infos > div.event-infos-text li:last-of-type
{
    border-bottom: none;
}
.event-infos > div.event-infos-text li.bands
{
    font-family: "Expletus Sans", sans-serif;
    text-transform: uppercase;
    font-weight: 700;
}
.event-infos > div.event-infos-text li.links
{
    text-align: center;
}
.event-infos > div.event-infos-text li.links a
{
    margin:10px;
}
.event-infos > div.event-infos-text li .address
{
    font-size: 0.7em;
}

/* /EVENT PAGE */


/* NETWORKS LINKS */
ul.newtworksLinks{
    margin:0;
    padding:0;
    width:100%;
    text-align: left;
    list-style: none;
}
ul.newtworksLinks li {
    display: inline-block;
    margin: 0 10px 0 0;
    font-size: 24px;
}
ul.newtworksLinks li a{
    transition:all 0.3s;
}
ul.newtworksLinks li a:hover {
    text-shadow: 0 0 20px var(--primary-color);
}
/* /NETWORKS LINKS */

/* EVENTS LIST */
ul.eventsList
{
    margin:0;
    padding:0;
    list-style: none;
}
ul.eventsList li
{
    --after-color: var(--primary-color);
}
ul.eventsList li::after
{
    display:block;
    content:" ";
    width: 50px;
    border-bottom:1px solid var(--after-color);
    height:1px;
    margin: 20px 0;
}
ul.eventsList .eventTitle
{
    font-family: "Expletus Sans", sans-serif;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 22px;
}
/* /EVENTS LIST */


/* CALENDAR */
.fc-button {
    background: #111 !important;
    border: 1px solid #333 !important;
    color: #f5f5f5 !important;
    text-transform: uppercase;
    font-size: 0.85rem;
    transition: background 0.3s, color 0.3s;
}
.fc-button:hover {
    background: var(--primary-color) !important;
    color: #fff !important;
    border-color: var(--primary-color) !important;
}

.fc table.fc-scrollgrid th
{
    background:var(--primary-color);
    text-transform: uppercase;
    font-family: "Expletus Sans", sans-serif;
    font-weight: 700;
}
.fc table.fc-scrollgrid th a,
.fc table.fc-scrollgrid th a:hover
{
    color:#ffffff;
}
.fc td.fc-day
{
    background-color:black;
}
.fc td.fc-day a,
.fc td.fc-day a:hover
{
    color:#ffffff;
}
.fc td.fc-day-past
{
    opacity: 0.2;
    background-color:transparent;
}
.fc table.fc-col-header
{
    margin:0;
}
.fc-day-today {
    background: rgba(195, 11, 11, 0.15) !important;
}
.fc a.fc-event
{
    padding:4px;
    border-radius: 6px;
    transition: all 0.3s;
    border-color:var(--primary-color);
}
.fc a.fc-event:hover
{
    filter: brightness(125%);
    -webkit-box-shadow: 0px 0px 29px 5px var(--primary-color);
    box-shadow: 0px 0px 29px -5px var(--primary-color);
}
.fc .fc-event-custom
{
    min-width:100%;
    margin:0;
    padding:5% 2% 7% 2%;
    overflow-x: auto;
    border-radius: 6px;
    font-family: 'Muli', sans-serif;
}
.fc .fc-event-custom .fc-event-time
{
    display:none;
}
.fc .fc-event-custom .fc-event-title
{
    text-transform: uppercase;
    font-family: "Expletus Sans", sans-serif;
    font-weight: 700;
}
.fc .fc-event-custom .fc-event-location
{
    font-size:0.8em;
    font-style: italic;
}
.fc .fc-event-custom ul.fc-event-bands
{
    margin:0;
    padding:0;
    list-style: none;
    text-transform: uppercase;
    font-family: "Expletus Sans", sans-serif;
    font-size:0.8em;
    font-weight: 600;
}
.fc .fc-event-custom ul.fc-event-bands li
{
    margin-bottom:0;
}
.fc table.fc-scrollgrid-sync-table
{
    margin:0;
    border-left:2px solid rgba(195, 11, 11, 0.3);
}
.fc-theme-standard .fc-scrollgrid
{
    /*order: 2px solid rgba(195, 11, 11, 0.3);
    border-right:none;
    border-bottom:none;*/
    border:none;
}
.fc-theme-standard td,
.fc-theme-standard th {
    border: 2px solid rgba(195, 11, 11, 0.3);
}

.fc-daygrid-day {
    border-width: 1px;
}
/* /CALENDAR */

/* glightbox */
.gslide-media
{
    border:1px solid var(--primary-color);
}
.glightbox-button-hidden
{
    display:none !important;
}
.gclose
{
    padding:10px 10.5px 10px 10px;
    background-color: var(--primary-color) !important;
    transition:all 0.3s;
}
.gclose:hover
{
    filter: brightness(125%);
    -webkit-box-shadow: 0px 0px 29px 5px var(--primary-color);
    box-shadow: 0px 0px 29px -5px var(--primary-color);
}
