/* +P
  __      ____
 /\ \    /\  _`\  
 \_\ \___\ \ \L\ \
/\___  __\\ \ ,__/
\/__/\ \_/ \ \ \/ 
    \ \_\   \ \_\ 
     \/_/    \/_/ 
     plusproduit.com
     
     plusb theme 2025.10.07
*/

/* #region VARIABLES */

:root {
    scroll-behavior: auto;

    /* Typo --------- */
    --bs-body-font-family: 'Source Sans 3', Helvetica, Arial, sans-serif;
    /* taille texte mobile */
    --bs-body-font-size: 16px;
    /* --bs-body-line-height: 1.5; */
    /* --bs-body-font-weight: 400; */
    --p-body-font-strong-weight: 600;
    --p-alt-font-family: Syne, sans-serif;
    --p-alt-font-weight: 700;
    --p-small-font-size: 0.85rem;

    /* Colors --------- */
    --bs-body-color: #002945;
    --bs-body-color-rgb: 0, 41, 69;
    --bs-heading-color: var(--bs-body-color);
    --bs-body-bg: #E1E4E6;
    --bs-body-bg-rgb: 225, 228, 230;
    --bs-primary: #0068B0;
    --bs-primary-rgb: 0, 104, 176;
    --bs-secondary: #B28D50;
    --bs-secondary-rgb: 178, 141, 80;
    --bs-tertiary: #768895;
    --bs-tertiary-rgb: 118, 136, 149;
    --bs-dark: #333;
    --bs-dark-rgb: 51, 51, 51;
    --bs-light: #e1e4e6;
    --bs-light-rgb: 225, 228, 230;
    --bs-emphasis-color: var(--bs-primary);
    --bs-emphasis-color-rgb: var(--bs-primary-rgb);
    --bs-gradient: linear-gradient(-30deg, rgba(var(--bs-primary-rgb), 1), rgba(var(--bs-body-color-rgb), 1));

    /* Link */
    --bs-link-color: var(--bs-primary);
    --bs-link-color-rgb: var(--bs-primary-rgb);
    --bs-link-hover-color: var(--bs-body-color);
    --bs-link-hover-color-rgb: var(--bs-body-color-rgb);
    --bs-link-decoration: none;

    /* taille du header mobile */
    --p-header-height: 100px;
    /* taille du logo mobile */
    --p-logo-width: 60px;

    /* Max width as a variable */
    --p-max-width: 1920px;

    /* Borders */
    --bs-border-width: 2px;
    --bs-border-color: var(--bs-body-color);
    /* --bs-border-radius: 0; */

    /* Shadows */
    --bs-box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
    --bs-box-shadow-sm: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
    --bs-box-shadow-lg: 0 42px 103px 0 rgba(0, 0, 0, 0.29), 0 19.055px 42.353px 0 rgba(0, 0, 0, 0.20), 0 12.104px 20.284px 0 rgba(0, 0, 0, 0.17), 0 7.78px 9.696px 0 rgba(0, 0, 0, 0.14), 0 3.968px 3.702px 0 rgba(0, 0, 0, 0.10);
    --bs-box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, 0.075);

    /* Swiper JS */
    --swiper-navigation-size: 30px;
    --swiper-theme-color: var(--bs-primary);
}

/* Nav links */
.navbar-nav {
    --bs-nav-link-font-size: 1rem;
    --bs-nav-link-font-weight: 700;
    --bs-nav-link-color: var(--bs-tertiary);
    --bs-nav-link-hover-color: var(--bs-primary);
    --bs-navbar-active-color: var(--bs-primary);
    --bs-nav-link-padding-x: 0.5em;
    --bs-nav-link-padding-y: 0.25rem;
}

.text-light .navbar-nav {
    --bs-navbar-active-color: var(--bs-white);
    --bs-nav-link-color: var(--bs-light);
    --bs-nav-link-hover-color: var(--bs-white);
}

@media (min-width: 768px) {
    :root {
        /* taille texte medium screen */
        --bs-body-font-size: 17px;
    }
}

@media (min-width: 992px) {
    :root {
        /* taille du header desktop */
        --p-header-height: 89px;
        /* taille du logo desktop */
        --p-logo-width: 80px;
        /* taille texte large screen */
        --bs-body-font-size: 18px;
    }
}

@media (min-width: 1200px) {
    :root {
        /* taille texte extra large screen */
        --bs-body-font-size: 19px;
    }
}

/* #endregion */

/* #region STRUCTURE ---------- */

html {
    background-color: var(--bs-body-bg);
}

#page-inner {
    background: var(--bs-body-bg);
    /* background-image: url('images/noise.png'); */
    background-size: 150px 150px;
}

main {
    background: transparent;
}

.main-content {
    padding-top: 1em;
}

/* >>>>>>>>>> Gouttières !!!!! */
:root,
.row,
.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
    --bs-gutter-x: 2rem;
    --bs-gutter-y: 2rem;
}

@media (min-width: 992px) and (max-width:2000px) {
    .container-fluid {
        padding-left: 5vw;
        padding-right: 5vw;
    }
}

/* classe max-width */
.max-width {
    max-width: var(--p-max-width);
}

/* #region Header */

.site-header {
    padding-top: 1rem;
    padding-bottom: 1rem;
}

/* #endregion */

/* #region Footer */

.site-footer {
    background: var(--bs-gradient);
}

.site-footer .site-logo img {
    filter: invert() grayscale() brightness(2);
}

/* #endregion */
/* #endregion */

/* #region NAV */

.navbar-nav .nav-link {
    text-transform: uppercase;
    letter-spacing: .1em;
}

/* #endregion */

/* #region LINKS + CTA ---------- */

a {
    text-decoration: var(--bs-link-decoration);
}

.text-light {
    --bs-link-color: var(--bs-white);
    --bs-link-color-rgb: var(--bs-white-rgb);
    --bs-link-hover-color: var(--bs-white);
    --bs-link-hover-color-rgb: var(--bs-white-rgb);
}

.bg-primary {
    --bs-link-color: var(--bs-light);
    --bs-link-color-rgb: var(--bs-light-rgb);
}

.btn {
    --bs-border-radius: 0;
    --bs-btn-padding-x: 1em;
    --bs-btn-padding-y: .5em;
    --bs-btn-font-size: .8rem;
    --bs-btn-font-weight: var(--p-body-font-strong-weight);
    --bs-btn-line-height: 1;
    margin-bottom: .5rem;
}

.btn-primary {
    --bs-btn-bg: var(--bs-primary);
    --bs-btn-color: var(--bs-body-bg);
    --bs-btn-border-color: var(--bs-primary);
    --bs-btn-hover-bg: var(--bs-body-color);
    --bs-btn-hover-color: var(--bs-body-bg);
    --bs-btn-hover-border-color: var(--bs-body-color);
    --bs-btn-active-bg: var(--bs-primary);
    --bs-btn-active-border-color: var(--bs-primary);
}

.text-light .btn-primary {
    --bs-btn-color: var(--bs-primary);
    --bs-btn-bg: var(--bs-light);
    --bs-btn-border-color: var(--bs-light);
}

.btn-outline-primary {
    --bs-btn-color: var(--bs-primary);
    --bs-btn-border-color: var(--bs-primary);
    --bs-btn-hover-bg: var(--bs-primary);
    --bs-btn-hover-color: var(--bs-body-bg);
    --bs-btn-hover-border-color: var(--bs-primary);
    --bs-btn-active-bg: var(--bs-primary);
    --bs-btn-active-border-color: var(--bs-primary);
}

/* #endregion */


/* #region PAGINATION ---------- */

.pagination {
    --bs-pagination-active-color: var(--bs-light);
    --bs-pagination-active-bg: var(--bs-primary);
    --bs-pagination-active-border-color: var(--bs-primary);
}

/* #endregion */


/* #region TYPOGRAPHY ---------- */

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
.font2 {
    font-family: var(--p-alt-font-family);
    font-weight: var(--p-alt-font-weight);
    line-height: 1;
}

h1,
.h1 {
    font-size: 2.8rem;
}

h2,
.h2 {
    font-size: 1.8rem;
    font-weight: var(--p-body-font-strong-weight);
}

h3,
.h3 {
    font-size: 1.4rem;
}

.text-light h1 {
    color: var(--bs-white);
}

.display-1,
.display-2,
.display-3 {
    font-size: 6rem;
    line-height: .8;
    color: var(--bs-tertiary);
    opacity: .25;
    font-weight: var(--p-alt-font-weight);
}

.display-2 {
    font-size: 4rem;
    margin-bottom: -0.18em;
}

.display-3 {
    font-size: 3em;
}

b,
strong {
    font-weight: var(--p-body-font-strong-weight);
}

.lead {
    font-size: 1.2rem;
    font-weight: var(--p-body-font-strong-weight);
}

small,
.small {
    font-size: var(--p-small-font-size);
}

.label,
.view-seances-liees .view-title {
    font-family: var(--bs-body-font-family);
    text-transform: uppercase;
    /* font-size: var(--p-small-font-size); */
    font-weight: 600;
    letter-spacing: .03em;
    color: var(--bs-body-color);
    margin-bottom: .3em;
    margin-top: .3em;
}

.text-light .label {
    color: var(--bs-light);
}

hr {
    opacity: 1;
    border-color: var(--bs-primary);
}

.field__label {
    font-weight: var(--p-body-font-strong-weight);
}

/* #endregion */

/* #region FILMS ------------- */

.b-info {
    display: inline-block;
    padding: 0 .4em;
    color: var(--bs-tertiary);
    font-size: var(--p-small-font-size);
    text-transform: uppercase;
    border: 1px solid var(--bs-tertiary);
    margin: 0 .2em .2em 0;
}

.b-parallax {
    aspect-ratio: 17 / 9;
    overflow: hidden;
    position: relative;
}

.b-parallax img {
    display: block;
    /* scale: 1.2; */
    object-fit: cover;
    object-position: center center;
    position: absolute;
    width: 100%;
    height: 120%;
    top: 0;
    /* bottom: -20%; */
    left: 0;
    right: 0;
}

/* .b-film-node-cadre::before {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    top: 0;
    bottom: 0;
    background: linear-gradient(-30deg, #0068B0bb 33%, #0F446Aee 67%);
    background: linear-gradient(-30deg, #0068B0 33%, #0F446A 67%);
    transform: translate3d(0, 0, 0);
    backdrop-filter: blur(3px);
    mix-blend-mode: multiply;
}

.b-film-node-cadre>* {
    position: relative;
} */

.b-film-node-mr {
    width: 85%;
    padding-right: 1em;
    margin-right: auto;
}

.b-film-node-ml {
    max-width: 800px;
    margin-left: auto;
    margin-bottom: 15vh;
    padding: 0 1rem;
}

@media (min-width: 1600px) {
    .b-film-node-ml {
        margin-left: 15%;
    }
}

.b-film-node-cadre {
    padding: 1rem 1rem 2rem;
    margin: -5rem 0 2rem auto;
    /* max-width: 960px; */
    position: relative;

    background: linear-gradient(-30deg, #0068B0 33%, #0F446A 67%);
    background: linear-gradient(-30deg, #0068B0bb 33%, #0F446Aee 67%);
    backdrop-filter: blur(3px);
}

.b-film-top {
    margin-bottom: 1rem;
}

.b-film-node-right,
.view-seances-liees .eva-views-content,
.view-seances-liees footer,
.b-film-node-credit {
    width: 85%;
    max-width: 360px;
    margin: 0 0 10vh auto;
}

.view-seances-liees {
    margin-bottom: 10vh;
}

.view-seances-liees footer,
.view-seances-liees .eva-views-content {
    margin-bottom: 0;
}


.view-seances-liees h3 {
    margin-top: 1rem;
    margin-bottom: .5rem;
}

.b-film-node-affiche {
    margin-top: 4rem;
    margin-bottom: 1rem;
}

.b-film-node-trailer {
    padding: 0;
}

.field--name-field-age-legal-suggere::after {
    content: "+";
}

.b-film-node-credit {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: .4em;
    padding-bottom: .2em;
    line-height: 1;
    font-size: .8rem;
    border-bottom: 1px dotted rgb(var(--bs-tertiary-rgb), .2);
}

.b-film-node-credit .field__label {
    width: 45%;
    /* text-align: right; */
}

.b-film-node-credit-value {
    width: 50%;
}

/* #region teaser --- */
.b-film-teaser-title {
    background: var(--bs-gradient);
    padding: 3rem 1rem 1rem;
    margin-top: -2rem;
    margin-left: 5rem;
}

.b-film-teaser-affiche {
    width: 60%;
}

/* #endregion */

/* #endregion */

/* #region SEANCES -------- */

.b-seance {
    display: inline-block;
    margin: 0 .5rem .5rem 0;
}

.b-seance>* {
    display: inline-block;
    padding: .2em .5em;
    background: var(--bs-primary);
    color: var(--bs-body-bg);
    font-weight: 600;
}

.b-seance.b-salle-2>* {
    background: var(--bs-secondary);
}

.b-seance>span {
    background: var(--bs-body-color);
}

.b-seance a:hover {
    color: var(--bs-white);
    background: var(--bs-dark);
}



.b-salles {
    padding-top: 1rem;
}

.b-salles span {
    margin-right: 1em;
}

.b-salles span::before {
    content: "";
    display: inline-block;
    position: relative;
    top: 0.15em;
    width: 1em;
    height: 1em;
    margin-right: 0.5em;
    background: var(--bs-primary);
}

.b-salles .b-salle-2::before {
    background: var(--bs-secondary);
}

/* #endregion */

/* #region EVENTS - GROUPES de films --- */

.b-event-node-banner,
.b-event-node-left {
    margin-left: 5vw;
}

.b-event-node-banner {
    width: 60%;
    max-height: 60vh;
    aspect-ratio: 3 / 2;
    overflow: hidden;
}

.b-event-node-left {
    max-width: 760px;
}


.b-event-node-top {
    display: flex;
    align-items: flex-start;
    gap: 2rem;
    width: 75%;
    margin-top: -6rem;
}

.b-event-node-cadre {
    padding: 1.5rem;
    position: relative;

    background: rgb(var(--bs-body-color-rgb), .8);
    background: #00243eee;
    backdrop-filter: blur(4px);
}

/* .b-event-node-cadre::before {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    top: 0;
    bottom: 0;
    background: var(--bs-body-color);
    mix-blend-mode: multiply;
}

.b-event-node-cadre>* {
    position: relative;
} */

.b-event-node-title {
    margin-right: 2rem;
    flex-grow: 1;
}

.b-event-node-dates {
    width: 400px;
    padding-top: 3.5rem;
    padding-bottom: 2rem;
    font-family: var(--p-alt-font-family);
    font-weight: var(--p-alt-font-weight);
    font-size: 2rem;
    line-height: .8;
    text-align: end;
}

.b-event-node-dates time {
    font-size: 2.8rem;
    color: var(--bs-white);
}

.b-event-node-dates div time:first-child {
    display: block;
}

/* #region view programme */

.b-event-prog .view-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}

.b-event-prog .view-grouping {
    width: 30%;
    margin: 1rem 0 2rem;
    padding: 1em;
    transition: 1s;
}

.b-event-prog .view-grouping:hover {
    box-shadow: var(--bs-box-shadow);
}

.b-event-prog .view-grouping:hover .label {
    color: var(--bs-primary);
}

.b-event-prog-affiche {
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    width: 80px;
}

.b-event-prog .b-infos {
    position: absolute;
    bottom: 0;
}

.b-event-prog h3 {
    padding-top: 1rem;
    font-size: 1.2rem;
    font-family: var(--bs-body-font-family);
    font-weight: var(--p-body-font-strong-weight);
}

.b-event-prog h3 a {
    color: var(--bs-body-color);
}

.b-event-prog h3 a:hover {
    color: var(--bs-primary);
}

.b-event-prog .view-unformatted {
    position: relative;
    padding-left: 100px;
    padding-bottom: 2rem;
    margin: 1rem 0 2rem;
}

/* #endregion */

/* #endregion */