:root {
    --tec-color-text-primary: var(--white); 
}

@font-face {
    font-family: 'cygre_blackblack';
    src: url('cygre-black-webfont.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'cygrebold';
    src: url('cygre-bold-webfont.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'cygre_bookbook';
    src: url('cygre-book-webfont.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'cygre_extraboldextrabold';
    src: url('cygre-extrabold-webfont.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'cygre_lightlight';
    src: url('cygre-light-webfont.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'cygre_mediummedium';
    src: url('cygre-medium-webfont.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'cygreregular';
    src: url('cygre-regular-webfont.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'cygre_semiboldsemibold';
    src: url('cygre-semibold-webfont.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'cygre_thinthin';
    src: url('cygre-thin-webfont.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

html {
    scroll-behavior: smooth;
}

body {
    background-color: rgb(20, 20, 20);
    color: white;
    overflow-x: hidden;
    font-family: 'cygre';
    cursor: none;
}

.fade-in-logo { animation: fadeIn 3s; }

@keyframes fadeIn {
    0% { opacity: 0; }
    100% { opacity: 1; }
}

a,
a:visited {
    text-decoration: none;
    color: rgb(230, 43, 54);
}

a {
    text-decoration: none;
}

.site-title {
    display: none;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
}

.entry-content .alignwide {
    margin-left  : -80px;
    margin-right : -80px;
}
.entry-content .alignfull {
    margin-left  : calc( -100vw / 2 + 100% / 2 );
    margin-right : calc( -100vw / 2 + 100% / 2 );
    max-width    : 100vw;
}

.page-content,
.entry-content,
.entry-summary {
    margin: 0;
}

.entry-header {
    display: none;
}

.wp-block-image {
    align-items: center;
}

/* SITE HEADER */

.site-header {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    background: transparent;
    z-index: 999;
}

a:active {
    color: rgb(230, 43, 54);
}

.main-navigation ul {
    justify-content: space-between;
    margin-top: 5em;
}

.main-navigation a {
    color: white;
    transition: transform 0.5s ease;
}

.main-navigation a:hover {
    color: rgb(230, 43, 54);
    transform: scale(1.10);
}

.stickBottom {
    position: absolute;
    width: 100%;
    bottom: 1em;
}

.stickBottom p {
    margin-top: 0.7em;
}

/* PAGE ABOUT */

.box-logo {
    display: flex;
    flex-direction: column;
}

.box-logo img {
    margin: 4rem 0;
}

.infos-centres p {
    width: 650px;
    margin: 10rem auto;
}

/* FIlM GRID */

.category-films article {
    width: calc(100% / 3 - 2rem);
    background-color: rgb(20, 20, 20);
}

.films-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; 
    margin-top: 10rem; 
}

.films-grid > div:last-child {
    margin-left: auto;
}

:where(.is-layout-flex) {
    margin: 0;
}

.menu-date {
    text-align: end;
}

.wp-block-columns {
    width: 1200px;
    position: relative;
}

/*
.wp-block-columns p {
    position: absolute;
    bottom: 0; 
    left: 0; 
    margin: 0;
    padding: 0;
}
*/

.wp-block-button {
    transition: transform 0.4s ease-in-out;
    margin-top: 100px;
}

.wp-block-button:hover {
    transform: scale(1.15);
}

.souligne {
    padding-bottom: 15px;
    border-bottom: 1px solid rgb(230, 39, 54);
}
.infos-centre{
    display: flex;
}

.infos-centre p {
    width: 650px;
    margin: 20px auto;
}

.is-style-outline a {
    margin-top: 5em;
    margin-bottom: 5em;
}

.archive .page-header {
    background-color: pink;
    min-height: 100vh;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.archive.category-news .page-header {
    background-image: url(../bifff/images/2153_Frankenstein_OHT_Manifesto_phandreamacchia.29d1ff493fdede2bbb8aec3e229bfc94-1.jpg);
}

.archive.category-films .page-header {
    background-image: url(../bifff/images/paaz-pg-Scn5vzk3D2c-unsplash.jpg);
}

.entry-content .alignwide {
    margin-left  : -80px;
    margin-right : -80px;
}

.entry-content .alignfull,
.archive .page-header {
    margin-left  : calc( -100vw / 2 + 100% / 2 );
    margin-right : calc( -100vw / 2 + 100% / 2 );
    max-width    : 100vw;
}

/* NEWS GRID */

.news-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 10rem;
}

.news-grid article {
    width: calc(100% /3 - 2rem);
    margin-bottom: 3rem;
}

.news-grid-content {
    padding: 2rem;
}

/* BOX INFO */

.box-news {
    height: 90vh;
}

/* PROGRAM */

.tribe-common--breakpoint-medium.tribe-events .tribe-events-header {
    margin-top: 10rem;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-header {
    color: rgb(230, 43, 54);
}

.tribe-common .tribe-common-anchor-thin {
    color: rgb(230, 43, 54);
}

.tribe-common--breakpoint-medium.tribe-common .tribe-common-g-row--gutters>.tribe-common-g-col {
    padding-top: 3rem;
    padding-bottom: 3rem;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-header--has-event-search .tribe-events-header__top-bar {
    padding-top: 3rem;
    padding-bottom: 3rem;
}

/* SITE FOOTER */

.site-footer {
    background-color: rgb(20, 20, 20);
    color: rgba(255,255,255,.6);
    height: 60vh;
}

.site-footer a {
    color: rgb(20, 20, 20);
}

.footer-buttons {
    margin-top: 5em;
    text-align: center;
}

.footer-buttons a {
    display: block;
    padding: 20px 30px;
    background-color: transparent;
    color: rgba(255, 255, 255, 0.632); 
    text-decoration: none;
    border-radius: 50px; 
    border: 2px solid rgba(255, 255, 255, 0.632);
    margin-bottom: 40px;
    text-align: left;
    max-width: 1200px;
    transition: transform 0.5s;
}

.footer-buttons a:hover {
    transform: scale(1.10);
}

.contact-button {
    width: 150px; 
    align-items: center;
    margin: 0 auto;
}

.contact-button p {
    text-align: center;
    margin: 0;
}

.footer-links {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 8em;
    width: 700px;
    margin: 100px auto;
}

.footer-links a {
    color: rgba(255, 255, 255, 0.634);
    font-size: small;
}

.footer-links a:hover {
    color: rgb(230, 39, 54);
}

.copyright {
    text-align: center;
    padding: 1rem;
    font-size: 0.8rem;
    opacity: 0.7;
}

