﻿/********** Template CSS **********/
@font-face {
    font-family: 'lier';
    src: url('../font/AlexBrush-Regular.ttf') format('truetype');
}


:root {
    --primary: #ca1c1c;
    --secondary: #FFF;
    --light: #F5F5F5;
    --dark: #14141F;
    --red: #ca1c1c;
    --text: #0f172a;
    --muted: #475569;
    --link: #0b5ed7;
    --white: #ffffff;
    --chip: #f7f9ff;
    --grey: #f4f6fa;
    --hesSize: clamp(42px, 4vw, 68px);
    --logoSize: clamp(90px, 13.5vw, 130.5px);
}

::-webkit-scrollbar {
    width: 12px;
    /* Largeur de la scrollbar */
    height: 12px;
    /* Hauteur de la scrollbar horizontale */
}

html,
body {
    overflow-x: hidden;
}

/* Couleur de fond de la scrollbar */
::-webkit-scrollbar-track {
    background: transparent;
    /* Couleur du track (arriÃ¨re-plan) */
    border-radius: 10px;
    /* Arrondir les coins */
}

.footer-show {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
}

/* Couleur de la poignÃ©e de la scrollbar */
::-webkit-scrollbar-thumb {
    background-color: #ca1c1c;
    /* Couleur de la poignÃ©e */
    border-radius: 10px;
    /* Arrondir les coins de la poignÃ©e */
    border: 3px solid #f1f1f1;
    /* Espace autour de la poignÃ©e pour le padding */
}

/* Changement de couleur au survol de la poignÃ©e */
::-webkit-scrollbar-thumb:hover {
    background-color: #a31414;
    /* Couleur plus foncÃ©e au survol */
}

/* Styles pour Firefox */
.scrollbar-custom {
    scrollbar-width: thin;
    /* Largeur fine */
    scrollbar-color: #ca1c1c;
    /* Couleur de la poignÃ©e et du track */
}

.font-alt {
    font-family: 'lier' !important;
    font-weight: 0;
}

.line {
    display: block;
    width: 25px;
    height: 2px;
    background-color: #ca1c1c;
}

.line-white {
    display: block;
    width: 25px;
    height: 2px;
    background-color: #FFD700;
}

.line-light {
    display: block;
    width: 25px;
    height: 2px;
    background-color: #FFF;
}

.fw-medium {
    font-weight: 600 !important;
}

.info-icon-container {
    position: relative;
    display: inline-block;
}

.info-icon {
    cursor: pointer;
    font-size: 1.4em;
    color: #007BFF;
}

.info-icon:hover {
    color: #0056b3;
}

.info-bubble {
    display: none;
    position: absolute;
    bottom: 120%;
    /* Ajustez la position verticale */
    right: 0;
    background-color: rgba(0, 0, 0, 0.85);
    color: #fff;
    padding: 8px;
    border-radius: 4px;
    width: 220px;
    z-index: 10;
    font-size: 0.9em;
}

.info-icon-container:hover .info-bubble {
    display: block;
}

.info-icon-container i {
    color: white;
    float: right;
}

.info-bubble::after {
    content: "";
    position: absolute;
    top: 100%;
    right: 8px;
    border-width: 5px;
    border-style: solid;
    border-color: rgba(0, 0, 0, 0.85) transparent transparent transparent;
}

.fw-semi-bold {
    font-weight: 700 !important;
}

@media (min-width: 768px) {
    #about {
        margin-top: -48px;
    }

    #aboutActor {
        margin-top: -48px;
        padding-top: 0.5rem !important;
    }
}

@media (max-width: 767px) {
    #about {
        margin-top: -48px;
        padding-top: 48px;
    }

    #aboutActor {
        margin-top: -48px;
        padding-top: 100px;
    }
}

@media (max-width: 767px) {
    .ps-50 {
        padding-left: 1.5rem !important;
        padding-right: 1.5rem !important;
    }

    .p-60 {
        padding: 30px !important;
    }

    .about-section .about-card:first-child {
        border-top: none;
        border-left: none;
        border-bottom: none;
        padding-left: 60px;
        padding-right: 60px;
        padding-top: 60px;
        padding-bottom: 20px;
    }

    .about-section .about-card:last-child {
        border-right: none;
        border-bottom: none;
        border-top: 1px solid #2B2F35;
        padding: 60px;
    }

    .about-section .about-card {
        border-top: 1px solid #2B2F35;
        text-align: justify;
    }

    .hidden-xs {
        display: none !important;
    }

    .bg-blacklight {
        background: linear-gradient(180deg, #000, #000, #393e46);
        border-top: 2px solid white;
        color: white;
    }

}

@media (min-width: 768px) and (max-width: 991px) {
    .ps-50 {
        padding-left: 1.5rem !important;
        padding-right: 1.5rem !important;
    }

    .p-60 {
        padding: 30px !important;
    }

    .about-section .about-card:first-child {
        border-top: none;
        border-left: none;
        border-bottom: none;
        padding-left: 60px;
        padding-right: 60px;
        padding-top: 60px;
        padding-bottom: 20px;
    }

    .about-section .about-card:last-child {
        border-right: none;
        border-bottom: none;
        border-top: 1px solid #2B2F35;
        padding-left: 60px;
        padding-top: 60px;
        padding-right: 60px;
        padding-bottom: 60px;
    }

    .about-section .about-card {

        border-top: 1px solid #2B2F35;
        text-align: justify;
    }

    .hidden-sm {
        display: none !important;
    }

    .bg-blacklight {
        background: linear-gradient(70deg, #000, #000, #393e46);
        border-top: 2px solid white;
        color: white;
    }
}

@media (min-width: 992px) and (max-width: 1449px) {
    .ps-50 {
        padding-left: 3rem !important;
    }

    .p-60 {
        padding: 60px;
    }

    .about-section .about-card:first-child {
        border-top: none;
        border-left: none;
        border-bottom: none;
        padding: 60px;
    }

    .about-section .about-card:last-child {
        border-right: none;
        border-top: none;
        border-bottom: none;

        padding: 60px;
    }

    .about-section .about-card {
        border-left: 1px solid #2B2F35;
        text-align: justify;
    }

    .hidden-md {
        display: none !important;
    }

    .bg-blacklight {
        background: linear-gradient(70deg, #000, #000, #393e46);
        border-top: 2px solid white;
        color: white;
    }
}

@media (min-width: 1450px) {
    .ps-50 {
        padding-left: 3rem !important;
    }

    .p-60 {
        padding: 60px;
    }

    .about-section .about-card:first-child {
        border-top: none;
        border-left: none;
        border-bottom: none;
        padding: 60px;
    }

    .about-section .about-card {
        border-left: 1px solid #2B2F35;
        text-align: justify;
    }

    .about-section .about-card:last-child {
        border-right: none;
        border-top: none;
        border-bottom: none;

        padding: 60px;
    }

    .hidden-lg {
        display: none !important;
    }

    .bg-blacklight {
        background: linear-gradient(70deg, #000, #000, #393e46);
        border-top: 2px solid white;
        color: white;
    }
}

.bg-grey {
    background: rgb(57, 62, 70);
    background: radial-gradient(circle, rgba(57, 62, 70, 1) 0%, rgba(0, 0, 0, 1) 100%);
    border-top: 2px solid white;
    color: white;
}

.bg-twitch {
    background: #6441A5;
    border-top: 2px solid white;
    color: white;
}

.hidden {
    display: none;
}

.btn-secondary {
    color: #ca1c1c !important;
}

.bg-border {
    border-top: 1px solid #ffbbbb;
}

.bg-light {
    background-color: white;
    border-top: 2px solid white;
    border-top: 1px solid #ca1c1c;
}

.comedien_search {
    margin-top: 10px;
    margin-bottom: 10px;
}

.bg-roleAndDa {
    border-top: 1px solid #ca1c1c;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 45px;
    bottom: 45px;
    z-index: 99;
}

/* .about-section .about-card:first-child {
    border-top: none;
    border-left: none;
    border-bottom: none;
    padding-left:60px ;
    padding-right:60px ;
}
.about-section .about-card:last-child {
    border-right: none;
    border-top: none;
    border-bottom: none;
    
    padding-left:60px ;
    padding-right:60px ;
} */


.bg-blacklight h2,
.bg-blacklight h3,
.bg-blacklight h1,
.bg-grey h2,
.bg-grey h3,
.bg-grey h1,
.bg-lightRed h2,
.bg-lightRed h3,
.bg-lightRed h1 {
    color: white;
}

/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}

small {
    font-size: .800em !important;
}

.badgeVoice>a {
    color: white;
}

.badgeVoice>a :hover {
    color: rgb(255, 221, 221);
}

/*** Button ***/
.btn {
    font-family: 'Nunito', sans-serif;
    font-weight: 600;
    transition: .5s;
}

.number-circle {
    background: #ca1c1c;
    color: #FFF;
    text-align: center;
    padding: 10px 10px 8px 15px;
    border-radius: 50%;
    margin-right: 15px;
}

.btn.btn-primary {
    color: #FFF;
}

.btn.btn-secondary {
    color: #000;
    background: white;
    border-color: #FFF;
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.justify {
    text-align: justify;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
    border-radius: 0px;
}


/*** Navbar ***/
.navbar-light .navbar-nav .nav-link {
    font-family: 'Nunito', sans-serif;
    position: relative;
    margin-right: 25px;
    padding: 35px 0;
    color: #FFFFFF !important;
    font-size: 18px;
    font-weight: 600;
    outline: none;
    transition: .5s;
}

.sticky-top.navbar-light .navbar-nav .nav-link {
    padding: 20px 0;
    color: var(--dark) !important;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
    color: var(--primary) !important;
}

.navbar-light .navbar-brand img {
    max-height: 80px;
    transition: .5s;
}

.sticky-top.navbar-light .navbar-brand img {
    max-height: 45px;
}

@media (max-width: 991.98px) {
    .sticky-top.navbar-light {
        position: relative;
        background: #FFFFFF;
    }

    .navbar-light .navbar-collapse {
        margin-top: 15px;
        border-top: 1px solid #DDDDDD;
    }

    .navbar-light .navbar-nav .nav-link,
    .sticky-top.navbar-light .navbar-nav .nav-link {
        padding: 10px 0;
        margin-left: 0;
        color: var(--dark) !important;
    }

    .navbar-light .navbar-brand img {
        max-height: 45px;
    }
}

.rowtable {
    overflow-y: auto;
}

@media (min-width: 992px) {
    .navbar-light {
        position: absolute;
        width: 100%;
        top: 0;
        left: 0;
        border-bottom: 1px solid rgba(256, 256, 256, .1);
        z-index: 999;
    }

    .sticky-top.navbar-light {
        position: fixed;
        background: #FFFFFF;
    }

    .navbar-light .navbar-nav .nav-link::before {
        position: absolute;
        content: "";
        width: 0;
        height: 2px;
        bottom: -1px;
        left: 50%;
        background: var(--primary);
        transition: .5s;
    }

    .navbar-light .navbar-nav .nav-link:hover::before,
    .navbar-light .navbar-nav .nav-link.active::before {
        width: calc(100% - 2px);
        left: 1px;
    }

    .navbar-light .navbar-nav .nav-link.nav-contact::before {
        display: none;
    }
}

.comedien-infos {
    opacity: 1;
    transition: opacity 1.5s ease-in-out;
}

.hidden-infos {
    opacity: 0;
}

/*** Hero Header ***/
.hero-header {
    background: linear-gradient(rgba(20, 20, 31, .7), rgba(20, 20, 31, .7)), url(../img/bg-hero.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.hero-header-actor {
    background-position: center center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}

.text-justify {
    text-align: justify;
}

#twitch-embed>iframe {
    width: 100%;
    height: 500px;
}

@import url(https://fonts.googleapis.com/css?family=Raleway:400);
@import url(https://code.ionicframework.com/ionicons/2.0.1/css/ionicons.min.css);

figure.snip1193 {
    font-family: 'Raleway', Arial, sans-serif;
    color: #fff;
    position: relative;
    overflow: hidden;
    width: 8.5em;
    gap: 30px;
    margin: 10px;
    height: 15em;
    background: #000000;
    text-align: center;
    border-radius: 8px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
    display: flex;
    align-items: center;
    /* Centre verticalement */
    justify-content: center;
    /* Centre horizontalement */
}

figure.snip1193 * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease;
}

.snip1193:hover {
    cursor: pointer;
}

figure.snip1193 img {
    opacity: 1;
    height: 100%;
    margin: auto;
    display: block;
}

figure.snip1193 figcaption {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0px 12px 10px;
    position: absolute;
}


figure.snip1193 h4,
figure.snip1193 i {
    color: #ffffff;
}

.twitter-bloc {
    height: 30em;
    overflow-y: scroll;
}

figure.snip1193 h4 {
    font-weight: 400;
    left: 0;
    width: 100%;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 1px;
}

figure.snip1193 i {
    font-size: 22px;
}

figure.snip1193 a {
    text-decoration: none;
}

figure.snip1193 .top-center {
    position: absolute;
    top: 5px;
    text-align: center;
    font-size: 14px;
    width: 100%;
    opacity: 0;
}

figure.snip1193 .bottom-center {
    position: absolute;
    bottom: 5px;
    text-align: center;
    font-size: 14px;
    width: 100%;
    opacity: 0;
}

figure.snip1193 .middle-center {
    position: absolute;
    top: 50%;
    text-align: center;
    width: 100%;
    opacity: 0;
}

figure.snip1193 .bottom-right {
    position: absolute;
    bottom: 5px;
    opacity: 0;
}

figure.snip1193 .middle-center,
figure.snip1193 .top-center,
figure.snip1193 .bottom-center {
    -webkit-transform: translate(-50%, 50%);
    transform: translate(-50%, 50%);
}

figure.snip1193 .bottom-right {
    right: 5px;
    -webkit-transform: translate(50%, 50%);
    transform: translate(50%, 50%);
}

figure.snip1193:hover img,
figure.snip1193.hover img {
    opacity: 0.3;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

figure.snip1193:hover figcaption .middle-center,
figure.snip1193.hover figcaption .middle-center,
figure.snip1193:hover figcaption .bottom-right,
figure.snip1193.hover figcaption .bottom-right,
figure.snip1193:hover figcaption .top-center,
figure.snip1193.hover figcaption .top-center,
figure.snip1193:hover figcaption .bottom-center,
figure.snip1193.hover figcaption .bottom-center {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
}


.breadcrumb-item+.breadcrumb-item::before {
    color: rgba(255, 255, 255, .5);
}

.circle-border {
    position: absolute;
    left: 50%;
    top: 100%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -weblit-transform: translate(-50%, -50%);
    -webkit-transition: .5s !important;
    transition: .5s !important;
    -weblit-transition: .5s !important;
    z-index: 2;
    box-shadow: 0 5px 1px rgba(128, 128, 128, 0.13);
    width: 170px;
    border-radius: 50%;
    background: linear-gradient(45deg, #f09433, #e6683c, #dc2743, #cc2366, #bc1888);
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 4px;
    /* Espace pour crÃ©er la bordure autour de l'image */
}

.mr-3,
.mx-3 {
    margin-right: 1rem !important;
}

/* Image Ã  l'intÃ©rieur du cercle avec la bordure */
.circle-border img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: white;
    /* Couleur de fond pour l'image */
}

/* Badge "Live" en haut Ã  droite */
.live-badge {
    position: absolute;
    top: 0;
    right: 10px;
    background-color: red;
    color: white;
    font-size: 12px;
    font-weight: bold;
    padding: 4px 8px;
    border-radius: 12px;
    text-transform: uppercase;
}

.live-span {
    background-color: red;
    color: white;
    font-size: 12px;
    font-weight: bold;
    padding: 4px 8px;
    border-radius: 12px;
    text-transform: uppercase;
}

.live-comedien {
    background-color: white;
    color: #ca1c1c !important;
    font-size: 12px;
    font-weight: bold;
    padding: 4px 8px;
    border-radius: 12px;
    text-transform: uppercase;
}

.brand-img {
    position: absolute;
    left: 50%;
    top: 100%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -weblit-transform: translate(-50%, -50%);
    border: 10px solid black;
    -webkit-transition: .5s !important;
    transition: .5s !important;
    -weblit-transition: .5s !important;
    z-index: 2;
    box-shadow: 0 5px 1px rgba(128, 128, 128, 0.13);
    width: 170px;
    border-radius: 50%;
}

.person-img {
    position: absolute;
    left: 50%;
    top: 100%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -weblit-transform: translate(-50%, -50%);
    border: 5px solid black;
    -webkit-transition: .5s !important;
    transition: .5s !important;
    -weblit-transition: .5s !important;
    z-index: 2;
    box-shadow: 0 5px 1px rgba(128, 128, 128, 0.13);
    width: 170px;
    border-radius: 10px;
}

/*** Section Title ***/
.section-title {
    position: relative;
    display: inline-block;
    font-family: 'lier';
    font-size: 40px !important;
    font-weight: normal;
}



/*** Service ***/
.service-item {
    box-shadow: 0 0 45px rgba(0, 0, 0, .08);
    transition: .5s;
}

.service-item:hover {
    background: var(--primary);
}

.service-item * {
    transition: .5s;
}

.service-item:hover * {
    color: var(--light) !important;
}

.team-item .overflow-hidden {
    width: 100%;
    display: flex;
    justify-content: center;
}

.team-item .overflow-hidden-xl {
    width: 100%;
    display: flex;
    justify-content: center;
}

.img-circle {
    margin: auto;
    width: 100%;
    display: block;
}

.img-circle-xl {
    margin: auto;
    width: 50%;
    display: inline-block;
    object-fit: cover;
    object-position: top;
    height: 180px;
}

#tabComedien>tbody>tr {
    height: 70px;
    vertical-align: middle;
    text-align: center;
}

#tabFilm>tbody>tr {
    height: 90px;
    vertical-align: middle;
    text-align: center;
}

#tabCasting>tbody>tr {
    height: 90px;
    vertical-align: middle;
    text-align: center;
}

dt {
    text-align: right;
}

dd {
    text-align: left;
}

.img-circle-comedien {
    border: 2px solid black;
    -webkit-transition: .5s !important;
    transition: .5s !important;
    -weblit-transition: .5s !important;
    z-index: 2;
    box-shadow: 0 5px 1px rgba(128, 128, 128, 0.13);
    height: 64px;
    width: 64px;
    border-radius: 50%;
}

.img-circle-film {
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -weblit-transform: translate(-50%, -50%);
    border: 2px solid black;
    -webkit-transition: .5s !important;
    transition: .5s !important;
    -weblit-transition: .5s !important;
    z-index: 2;
    box-shadow: 0 5px 1px rgba(128, 128, 128, 0.13);
    height: 86px;
    width: 64px;
    border-radius: 10%;
    position: absolute;
}

/*** Destination ***/
.destination img {
    transition: .5s;
}

.destination a:hover img {
    transform: scale(1.1);
}


/*** Package ***/
.package-item {
    box-shadow: 0 0 45px rgba(0, 0, 0, .08);
}

.package-item img {
    transition: .5s;
}

.package-item:hover img {
    transform: scale(1.1);
}


/*** Booking ***/
.booking {
    background: #ca1c1c;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.card-img-container {
    height: 400px;
    /* Hauteur fixe pour un format portrait */
    overflow: hidden;
}

.card-img-top {
    width: 100%;
    height: 100%;
    object-fit: contain;
    /* Garde l'image en format portrait */
    object-position: top;
    /* Aligne l'image sur le haut */
}

/*** Team ***/
.team-item {
    box-shadow: 0 0 45px rgba(0, 0, 0, .08);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    text-align: center;
    border-radius: 8px;
    height: 100%;
    /* Assure que toutes les cartes ont la mÃªme hauteur */
}

.team-item img {
    width: 100%;
    /* L'image occupe toute la largeur */
    height: 300px;
    /* Hauteur fixe pour uniformiser */
    object-fit: cover;
    /* Recadre bien l'image sans dÃ©formation */
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    transition: .5s;
}

.team-item a {
    width: 100%;
    /* L'image occupe toute la largeur */
    height: 300px;
    /* Hauteur fixe pour uniformiser */
    object-fit: cover;
    /* Recadre bien l'image sans dÃ©formation */
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    transition: .5s;
}

.team-item:hover a {
    transform: scale(1.1);
}

.team-item:hover img {
    transform: scale(1.1);
}

.team-item .text-center {
    flex-grow: 1;
    /* Assure que le texte sâ€™adapte bien */
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
}

.team-item .btn {
    background: #FFFFFF;
    color: var(--primary);
    border-radius: 20px;
    border-bottom: 1px solid var(--primary);
}

.team-item .btn:hover {
    background: var(--primary);
    color: #FFFFFF;
}


/*** Testimonial ***/
.testimonial-carousel::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    width: 0;
    background: linear-gradient(to right, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    z-index: 1;
}

.testimonial-carousel::after {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    height: 100%;
    width: 0;
    background: linear-gradient(to left, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    z-index: 1;
}

@media (min-width: 768px) {

    .testimonial-carousel::before,
    .testimonial-carousel::after {
        width: 200px;
    }
}

@media (min-width: 992px) {

    .testimonial-carousel::before,
    .testimonial-carousel::after {
        width: 300px;
    }
}

.testimonial-carousel .owl-item .testimonial-item,
.testimonial-carousel .owl-item.center .testimonial-item * {
    transition: .5s;
}

.testimonial-carousel .owl-item.center .testimonial-item {
    background: var(--primary) !important;
    border-color: var(--primary) !important;
}

.testimonial-carousel .owl-item.center .testimonial-item * {
    color: #FFFFFF !important;
}

.testimonial-carousel .owl-dots {
    margin-top: 24px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.testimonial-carousel .owl-dot {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    width: 15px;
    height: 15px;
    border: 1px solid #CCCCCC;
    border-radius: 15px;
    transition: .5s;
}

.testimonial-carousel .owl-dot.active {
    background: var(--primary);
    border-color: var(--primary);
}


.dataTables_filter input {
    font-family: inherit;
    width: 100%;
    border: 0;
    border-bottom: 2px solid black;
    outline: 0;
    font-size: 1.3rem;
    color: black;
    padding: 7px 0;
    background: transparent;
    transition: border-color 0.2s;
    margin-bottom: 20px;
}


.slider {
    width: 100%;
    overflow-x: scroll;
    overflow-y: visible;
    white-space: nowrap;
    position: relative;
    padding-top: 10px;
    padding-bottom: var(--slider-py);
}

/*
  *
  * SLIDER INDICATORS
  *
  *********************************/
.container-indicators {
    width: 100px;
    position: absolute;
    right: 0;
    top: 60px;
    visibility: hidden;
}

.indicator {
    width: 15px;
    height: 2px;
    background-color: grey;
    display: inline-block;
}

.indicator.active {
    background-color: white;
}

/*
  *
  * MOVIE ELEMENTS!
  *
  *********************************/
.movie {
    width: var(--movie-width);
    height: var(--movie-height);
    display: inline-table;
    position: relative;
    text-align: center;
    color: white;
    margin: 0 5px;
    background: rgba(0, 0, 0, 0.7);
    box-shadow: 1px 2px 10px rgba(0, 0, 0, 0.5);
    transition: all 0.8s ease-in-out;
}


.movie img {
    object-fit: cover;
    height: 150px;
    width: 100%;
}

.description {
    z-index: 9999;
    background-color: #272727;
    width: var(--movie-width);
    text-align: center;
    font-size: 30px;
    margin-top: -10px;
    padding: 10px 0;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

@media only screen and (min-width: 900px) {
    .movie:hover {
        transform: scale(1.1);
        background: rgba(222, 43, 38, 0.7);
        z-index: 2;
    }

    /* Make description visible when movie is hovered */
    .movie:hover>.description {
        display: block;
    }

    .movie:hover>img {
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
    }
}

.flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
}

.flex>[class*='col-'] {
    display: flex;
    flex-direction: row;
}

.description__buttons-container {
    display: flex;
    flex-direction: row;
    padding: 10px;
}

.description__text-container {
    height: 100px;
}

.description__match {
    color: white;
    text-align: center;
    white-space: normal;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    padding: 10px;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;

}

.description__rating {
    outline: 1px solid white;
    padding: 0 3px;
    margin: 0 5px;
}

.description__button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    border: 2px solid white;
    text-align: center;
    font-size: 8px;
    margin-right: 5px;
    border-radius: 100%;
}

.description__button:hover {
    border-color: grey;
    color: grey;
    cursor: pointer;
}

.description__button:nth-of-type(5) {
    margin-left: auto;
    margin-right: 0;
}

/*
  *
  * BUTTONS
  *
  *********************************/
.btn-nav {
    width: var(--arrow-width);
    height: var(--movie-height);
    border-radius: 5px;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.3);
    outline: none;
    border: none;
    color: white;
    margin-top: 10px;
    z-index: 5;
}

#moveLeft,
#moveLeftTiteuf,
#moveLeftNewVideo {
    left: 0;
}

#moveRight,
#moveRightTiteuf,
#moveRightNewVideo {
    right: 0;
}

@media only screen and (max-width: 900px) {
    .btn-nav {
        display: none;
    }
}

@media only screen and (min-width: 901px) {

    .sliders:hover .btn-nav,
    .sliders:hover .container-indicators {
        visibility: visible;
    }
}

:root {
    --movie-width: 300px;
    --movie-height: 250px;
    --arrow-width: 50px;
    --slider-py: 50px;
}

@media only screen and (max-width: 1000px) {
    :root {
        --movie-width: 300px;
    }
}

.d-none {
    display: none;
}

.slider::-webkit-scrollbar {
    display: none;
}




#msform {
    text-align: center;
    position: relative;
    margin-top: 30px;
}

#msform fieldset {
    background: white;
    border: 0 none;
    border-radius: 8px;
    box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.4);
    padding: 20px 30px;
    box-sizing: border-box;
    width: 80%;
    margin: 0 10%;

    /*stacking fieldsets above each other*/
    position: relative;
}

/*Hide all except first fieldset*/
#msform fieldset:not(:first-of-type) {
    display: none;
}

/*inputs*/
#msform input,
#msform textarea {
    padding: 15px;
    border: 1px solid #ccc;
    border-radius: 4px;
    margin-bottom: 10px;
    width: 100%;
    box-sizing: border-box;
    font-family: montserrat;
    color: #2C3E50;
    font-size: 13px;
}

#msform input:focus,
#msform textarea:focus {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: 1px solid #ca1c1c;
    outline-width: 0;
    transition: All 0.5s ease-in;
    -webkit-transition: All 0.5s ease-in;
    -moz-transition: All 0.5s ease-in;
    -o-transition: All 0.5s ease-in;
}

.snip1193 .play-bottom-right {
    position: absolute;
    bottom: 10px;
    /* ajustez la valeur selon vos besoins */
    right: 10px;
    /* ajustez la valeur selon vos besoins */

    z-index: 99999;
    ;
}

.snip1193 .play-bottom-right i {
    color: white;
    font-size: 0.5em !important;
    /* taille de l'icÃ´ne, par exemple */
}

/*buttons*/
#msform .action-button {
    width: 100px;
    background: #ca1c1c;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 25px;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px 5px;
}

#msform .action-button:hover,
#msform .action-button:focus {
    box-shadow: 0 0 0 2px white, 0 0 0 3px #ca1c1c;
}

#msform .action-button-previous {
    width: 100px;
    background: #aCbEd0;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 25px;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px 5px;
}

#msform .action-button-previous:hover,
#msform .action-button-previous:focus {
    box-shadow: 0 0 0 2px white, 0 0 0 3px #aCbEd0;
}

/*headings*/
.fs-title {
    font-size: 18px;
    text-transform: uppercase;
    color: #2C3E50;
    margin-bottom: 10px;
    letter-spacing: 2px;
    font-weight: bold;
}

.fs-subtitle {
    font-weight: normal;
    font-size: 13px;
    color: #666;
    margin-bottom: 20px;
}

/*progressbar*/
#progressbar {
    margin-bottom: 30px;
    overflow: hidden;
    /*CSS counters to number the steps*/
    counter-reset: step;
}

#progressbar li {
    list-style-type: none;
    color: #666;
    text-transform: uppercase;
    font-size: 9px;
    width: 16.66666%;
    float: left;
    position: relative;
    letter-spacing: 1px;
}

#progressbar li:before {
    content: counter(step);
    counter-increment: step;
    width: 24px;
    height: 24px;
    line-height: 26px;
    display: block;
    font-size: 12px;
    color: #333;
    background: white;
    border-radius: 25px;
    margin: 0 auto 10px auto;
}

/*progressbar connectors*/
#progressbar li:after {
    content: '';
    width: 100%;
    height: 2px;
    background: white;
    position: absolute;
    left: -50%;
    top: 9px;
    z-index: -1;
    /*put it behind the numbers*/
}

#progressbar li:first-child:after {
    /*connector not needed before the first step*/
    content: none;
}

/*marking active/completed steps blue*/
/*The number of the step and the connector before it = blue*/
#progressbar li.active:before,
#progressbar li.active:after {
    background: #ca1c1c;
    color: white;
}


.info-icon {
    display: inline-block;
    background-color: #333;
    color: #fff;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    text-align: center;
    font-size: 12px;
    cursor: pointer;
    position: absolute;
    top: 10px;
    right: 10px;
}

.tooltip-text {
    visibility: hidden;
    width: 150px;
    background-color: #333;
    color: #fff;
    text-align: left;
    border-radius: 5px;
    padding: 10px;
    position: absolute;
    z-index: 1;
    top: -5px;
    right: 30px;
    opacity: 0;
    transition: opacity 0.3s;
}

.info-icon:hover .tooltip-text {
    visibility: visible;
    opacity: 1;
}

.card-container,
.card-containerDa,
.card-containerAd {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: space-around;
}

.bg-lightRed .card-theatre {
    color: #d3d3d3;
}

.bg-lightRed .card-theatre h3 {
    color: white;
}

.card-theatre h3 {
    color: #dc3545;
}

.card {
    background-color: #f7f7f7;
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 20px;
    width: 400px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.card-school {
    background-color: #f7f7f7;
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 10px;
    width: 100%;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.card-convention {
    width: 100% !important;
    min-height: 360px !important;
}

.card h3 {
    font-size: 1.2em;
    margin-bottom: 10px;
}

.card p {
    margin-bottom: 10px;
}

@media (max-width: 768px) {
    .card {
        width: 100%;
    }
}

.section-first {
    border-top: none !important;
    margin-top: -40px;
}

#about {
    border-top: none !important;
    border-bottom: 1px solid #ca1c1c !important;
}

.bg-lightRed {
    border-top: 2px solid white;
    background-color: #ca1c1c;

}

.bg-redHome {
    border-top: 2px solid white;
    background-color: #ca1c1c;

}

.bg-lightRed h6 {

    background: #ffbbbb !important;
}

.common-card {
    background-color: rgba(230, 173, 173, 0.2);
    /* Un bleu clair semi-transparent */
    border: 1px solid rgba(230, 173, 173, 0.5);
    padding: 15px;
    margin-bottom: 20px;
    border-radius: 8px;
    position: relative;
}

/* Badge pour chaque type d'Å“uvre */
.badge {
    position: absolute;
    top: 10px;
    right: 10px;
    padding: 5px 10px;
    border-radius: 20px;
    color: white;
    font-size: 0.8rem;
}

.badge-nb {
    position: absolute;
    margin-left: -30px;
    padding: 6px 10px;
    border-radius: 20px;
    color: white;
    font-size: 0.8rem;
}

.badge-comedien {
    position: absolute;
    bottom: 10px;
    right: 10px;
    padding: 5px 10px;
    border-radius: 20px;
    color: white;
    font-size: 0.8rem;
}

/* DiffÃ©rentes couleurs pour les badges */
.badge-film {
    background-color: #ff6b6b;
}

/* Rouge vif */
.badge-serie {
    background-color: #ff7f7f;
}

/* Rouge lÃ©ger */
.badge-dessin {
    background-color: #ff4c4c;
}

/* Rouge intense */
.badge-serie-animation {
    background-color: #ff9999;
}

/* Rouge pastel */
.badge-documentaire {
    background-color: #e57373;
}

/* Rouge lÃ©gÃ¨rement attÃ©nuÃ© */
.badge-autre {
    background-color: #ff5c5c;
}

/* Rouge moyen */
.badge-jeux {
    background-color: #ff8a80;
}

.card-credits {
    margin: 5px;
}

.card-credits img {
    height: 200px;
    object-fit: cover;
}

.card-credits .card-body {
    padding: 5px;
}

.card-credits .card-title {
    font-size: 14px;
    margin-bottom: 5px;
    color: white;
}

.card-credits .card-text {
    font-size: 12px;
}

/* Infobulle pour les informations supplÃ©mentaires */
.info-icon {
    position: relative;
    cursor: pointer;
    font-weight: bold;
}

.video-container {
    display: flex;
    justify-content: center;
    align-items: center;
    /* width: 100vw; */
}

.frame-bande-annonce {
    width: 70vw;
    height: 50vh;
    border: none;
}


.bg-black {
    background: black;
    text-align: center;
}

.info-icon .tooltip-text {
    visibility: hidden;
    width: 200px;
    background-color: rgba(0, 0, 0, 0.75);
    color: #fff;
    text-align: left;
    border-radius: 5px;
    padding: 10px;
    position: absolute;
    z-index: 1;
    bottom: 125%;
    /* Position par rapport Ã  l'icÃ´ne "i" */
    left: 50%;
    margin-left: -100px;
    opacity: 0;
    transition: opacity 0.3s;
}

.info-icon:hover .tooltip-text {
    visibility: visible;
    opacity: 1;
}

#Conventions {
    /* Texte en blanc */
    padding: 40px 0;
}


#Conventions h6 {
    color: #fff;
}

/* Grille pour les cartes */
#Conventions .row {
    display: flex;
    flex-wrap: wrap;
}

/* Cartes */
#Conventions .card {
    background-color: #333;
    border: none;
    border-radius: 10px;
    color: #fff;
    overflow: hidden;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s ease-in-out;
}

#Conventions .card:hover {
    transform: translateY(-5px);
    /* LÃ©gÃ¨re Ã©lÃ©vation au survol */
}

/* Image dans la carte */
#Conventions .card-img-top {
    border-radius: 10px 10px 0 0;
    height: 200px;
    object-fit: cover;
    /* Assure que l'image reste centrÃ©e et couverte */
    width: 100%;
}

/* Corps de la carte */
#Conventions .card-body {
    padding: 20px;
}

#Conventions .card-body h5 {
    color: #ca1c1c;
    /* Titre des conventions en jaune pour attirer l'attention */
    font-size: 1.5rem;
    margin-bottom: 15px;
}

#Conventions .card-body p {
    font-size: 0.95rem;
    margin-bottom: 10px;
}

/* Liste des autres comÃ©diens invitÃ©s */
#Conventions .list-unstyled {
    padding-left: 0;
    list-style: none;
}

#Conventions .list-unstyled li {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

#Conventions .list-unstyled li img {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    margin-right: 10px;
}


.card-actors {
    background-color: #fff;
    border-radius: 15px;
    box-shadow: 0 4px 8px rgba(202, 28, 28, 0.1);
    margin: 20px;
    max-width: 320px;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.card-actors h3 {
    background-color: rgb(202, 28, 28);
    color: white;
    padding: 10px;
    font-size: 16px;
    margin: 0 -20px 20px -20px;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}

.actor-comedien {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 50px;
    padding: 10px;
}

.actor-comedien .actor,
.actor-comedien .comedien {
    width: 160px;
}

.card-actors img {
    width: 100px;
    height: 100px;
    object-fit: cover;
    border-radius: 50%;
    border: 4px solid #fff;
    margin-bottom: 15px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.movie-actor img {
    width: 100px;
    height: auto !important;
    object-fit: cover;
    border-radius: 1px !important;
    border: 4px solid #fff;
    margin-bottom: 15px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.card-actors .info {
    font-weight: bold;
    font-size: 14px;
    color: black;
}

/* Couleurs diffÃ©rentes pour chaque carte */
.card-actors:nth-child(odd) {
    background-color: #fafafa;
}

.card-actors:nth-child(even) {
    background-color: #fafafa;
}

.container-cards {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    /* Centre les cartes horizontalement */
    align-items: center;
    /* Centre les cartes verticalement */

}

.play-button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    /* padding-top:5px; */
    font-size: 16px;
    background-color: rgb(202, 28, 28);
    color: white;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    transition: background-color 0.3s;
    position: absolute;
    top: 55%;
    left: 50%;
    transform: translate(-50%, -50%);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.play-button:hover {
    background-color: rgb(185, 0, 0);
}

.play-button i {
    font-size: 24px;
}

.d-flex {
    display: flex;
}

.gap-4 {
    gap: 1.5rem;
    /* Ajoute de l'espace entre les cartes */
}


.region:hover {
    fill: #ff7f50;
    /* Change la couleur au survol */
    cursor: pointer;
}

.map-container {
    border-right: 2px solid #ddd;
    padding-right: 20px;
}

.is-invalid {
    border-color: red;
}

@media (max-width: 768px),
(orientation: portrait) {
    .map-container {
        display: none;
    }
}

.login-container {
    background-color: #ffffff;
    border: 1px solid #dddddd;
    padding: 20px;
    width: 100%;
    max-width: 400px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    margin: auto;
}

.login-container h2 {
    text-align: center;
    color: #ca1c1c;
}

.form-group {
    margin-bottom: 15px;
}

.form-group label {
    display: block;
    font-weight: bold;
    color: #333;
}

.form-group input {
    width: 100%;
    padding: 10px;
    margin-top: 5px;
    border: 1px solid #ddd;
    border-radius: 5px;
    font-size: 16px;
}

.login-button {
    width: 100%;
    padding: 10px;
    background-color: #ca1c1c;
    border: none;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    border-radius: 5px;
    cursor: pointer;
}

.login-button:hover {
    background-color: #a81515;
}

.login-links {
    text-align: center;
    margin-top: 15px;
}

.login-links a {
    color: #ca1c1c;
    text-decoration: none;
}

.login-links a:hover {
    text-decoration: underline;
}

.register-container {
    background-color: #ffffff;
    border: 1px solid #dddddd;
    padding: 20px;
    width: 100%;
    max-width: 400px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    margin: 0 auto;
}

.register-container h2 {
    text-align: center;
    color: #ca1c1c;
}

.register-container .form-group {
    margin-bottom: 15px;
}

.register-container .form-group label {
    display: block;
    font-weight: bold;
    color: #333;
}

.register-container .form-group input {
    width: 100%;
    padding: 10px;
    margin-top: 5px;
    border: 1px solid #ddd;
    border-radius: 5px;
    font-size: 16px;
}

.register-button {
    width: 100%;
    padding: 10px;
    background-color: #ca1c1c;
    border: none;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    border-radius: 5px;
    cursor: pointer;
}

.register-button:hover {
    background-color: #a81515;
}

.register-links {
    text-align: center;
    margin-top: 15px;
}

.register-links a {
    color: #ca1c1c;
    text-decoration: none;
}

.register-links a:hover {
    text-decoration: underline;
}




.newsletter-form {
    display: flex;
    justify-content: center;
    gap: 10px;
}

.newsletter-form input {
    padding: 10px;
    border: none;
    border-radius: 20px;
    width: 200px;
}

.newsletter-form button {
    background-color: #0b2a4c;
    color: #fff;
    border: none;
    padding: 10px 20px;
    border-radius: 20px;
    cursor: pointer;
}

.newsletter-form button:hover {
    background-color: #ca1c1c;
}



.social-links {
    display: flex;
    gap: 10px;
}

.justify-content-center p {
    text-align: justify !important;
}

.social-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 35px;
    border: 2px solid #ca1c1c;
    border-radius: 50%;
    color: #fff;
    font-size: 16px;
    text-decoration: none;
}

.legal-links a {
    color: #ca1c1c;
    text-decoration: none;
    margin: 0 5px;
}

.legal-links a:hover {
    text-decoration: underline;
}

#remember_device {
    width: auto;
}

#remember_device_label {
    display: inline;
    margin-left: 10px;
}

/* Responsive */
@media (min-width: 768px) {

    .newsletter-form input {
        width: 250px;
    }
}

.footer {
    background: linear-gradient(135deg, #8b0000, #ca1c1c);
    color: #fff;
    padding: 40px 20px;
    font-family: 'Arial', sans-serif;
    font-size: 14px;
    border-top: 2px solid white;
}

.footer-container {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    max-width: 1200px;
    margin: auto;
}

.footer-section {
    flex: 1;
    margin: 20px;
    min-width: 250px;
    text-align: center;
}

.footer-logo-img {
    max-width: 150px;
    margin-bottom: 10px;
    background: white;
    border-radius: 50%;
    padding: 20px;
}

.flip-card {
    background-color: transparent;
    width: 100%;
    max-width: 200px;
    height: 300px;
    perspective: 1000px;
    border-radius: 10px;
    cursor: pointer;
}

.flip-card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.6s;
    transform-style: preserve-3d;
}

.flip-card:hover .flip-card-inner {
    transform: rotateY(180deg);
}

.flip-card-front,
.flip-card-back {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    border-radius: 10px;
}

.flip-card-front {
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
}

.flip-card-back h5 {
    color: white;
    font-size: 16px;
    text-align: center;
}

.flip-card-back {
    background-color: #393e46;
    color: white;
    font-size: 12px;
    transform: rotateY(180deg);
    text-align: left !important;
    padding: 15px;
    border-radius: 10px;
    overflow-y: auto;
    /* Active le dÃ©filement vertical si nÃ©cessaire */
    scrollbar-width: none;
    /* Cache la barre de dÃ©filement sur Firefox */
    -ms-overflow-style: none;
    /* Cache la barre de dÃ©filement sur IE/Edge */
}

.film-info::-webkit-scrollbar {
    display: none;
    /* Cache la barre de dÃ©filement sur Chrome, Safari, Edge */
}

.film-info dt {
    font-weight: bold;
    margin-top: 5px;
    white-space: nowrap;
    /* EmpÃªche le retour Ã  la ligne */
    text-align: left !important;
}

.film-info dd {
    margin-bottom: 10px;
    text-align: left !important;
}

.footer-description {
    font-size: 13px;
    color: #ccc;
    margin: 10px 0 0;
    line-height: 1.6;
}

/* H3 Styling */
.footer-section h3 {
    font-size: 18px;
    color: #fff;
    margin-bottom: 15px;
    border-bottom: 2px solid #fff;
    display: inline-block;
    padding-bottom: 5px;
}

/* Footer Links */
.footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-links li {
    margin: 10px 0;
}

.footer-links a {
    color: #ddd;
    text-decoration: none;
    display: flex;
    align-items: center;
    transition: color 0.3s;
}

.footer-links a i {
    margin-right: 10px;
    font-size: 16px;
}

.footer-links a:hover {
    color: #fff;
}

/* Social Media Icon */
.social-link {
    font-size: 16px;
    color: #fff;
    text-decoration: none;
    display: flex;
    align-items: center;
    transition: color 0.3s, transform 0.3s;
    margin-top: 10px;
}

.social-link i {
    font-size: 24px;
    margin-right: 10px;
}

.social-link:hover {
    color: #ffd700;
    transform: scale(1.1);
}

.instagram {
    color: #fff;
}

/* Responsiveness */
@media (max-width: 768px) {
    .footer-container {
        flex-direction: column;
        align-items: center;
    }

    .footer-section {
        text-align: center;
    }

    .footer-section h3 {
        text-align: center;
    }
}


#installModal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1000;
}

/* Contenu de la modale */
#modalContent {
    position: relative;
    margin: 10% auto;
    background: #fff;
    width: 80%;
    max-width: 400px;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    text-align: center;
}

/* Bouton de fermeture */
#closeModal {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 24px;
    font-weight: bold;
    cursor: pointer;
}


#installModal p {
    font-size: 16px;
    margin: 10px 0;
}



.voice-category {
    margin-bottom: 20px;
}

.voice-category h4 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
    color: #ca1c1c;
}

.badges-container {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.badgeVoice {
    display: inline-block;
    padding: 5px 10px;
    font-size: 14px;
    color: white;
    background-color: #ca1c1c;
    border-radius: 12px;
    font-weight: bold;
    white-space: nowrap;
    transition: all 0.3s ease;
}

.badgeVoice:hover {
    background-color: #9c1616;
    cursor: default;
}

.combo-box {
    position: relative;
}

#voiceSearchInput {
    width: 100%;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 4px;
    cursor: pointer;
}

#selectedBadges {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 10px;
}

.badgeVoiceCom {
    display: inline-block;
    padding: 5px 10px;
    font-size: 14px;
    color: white;
    background-color: #ca1c1c;
    border-radius: 12px;
    font-weight: bold;
    white-space: nowrap;
    cursor: pointer;
    transition: all 0.3s ease;
}

.badgeVoiceCom:hover {
    background-color: #961616;
}

.badge .remove-badge {
    margin-left: 8px;
    font-weight: bold;
    color: white;
    cursor: pointer;
}

#voiceDropdown {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: white;
    border: 1px solid #ddd;
    border-radius: 4px;
    max-height: 300px;
    overflow-y: auto;
    display: none;
    z-index: 1000;
}

.checkbox-label {
    display: block;
    padding: 5px;
    cursor: pointer;
}

.checkbox-label input[type="checkbox"] {
    margin-right: 10px;
}


.age-input-container {
    display: flex;
    gap: 20px;
    align-items: flex-start;
}

.age-input {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.age-input label {
    font-size: 14px;
    font-weight: bold;
    color: #333;
    margin-bottom: 5px;
    margin-right: 5px;
}

.age-input input {
    width: 70px;
    text-align: center;
}

@media (max-width: 576px) {

    #tableContainer table th,
    #tableContainer table td {
        min-width: 200px;
        /* Ajustez cette valeur selon vos besoins */
    }
}


.videos-list {
    display: flex;
    justify-content: center;
    /* Centre les cartes horizontalement */
    gap: 20px;
    /* Espacement entre les cartes */
    flex-wrap: wrap;
    /* Permet aux cartes de passer Ã  la ligne suivante si l'espace est insuffisant */
    align-items: center;
}

.video-card,
.video-card-small {
    display: flex;
    flex-direction: column;
    justify-content: center;
    /* Centre le contenu verticalement dans chaque carte */
    align-items: center;
    /* Centre le contenu horizontalement dans chaque carte */
    text-align: center;
    border-radius: 8px;
}

.video-card {
    width: 380px;
    /* Largeur de la carte */
    height: 350px;
    /* Hauteur de la carte */
}

.video-card-small {
    width: 300px;
    /* Largeur de la carte */
    height: 225px;
    /* Hauteur de la carte */
    font-size: smaller;
}

.video-card-small h4 {
    font-size: larger;
}

.video-card-small .video-thumbnail {
    width: 100%;
    height: 150px;
    object-fit: cover;
    cursor: pointer;
    border-top-left-radius: 8px;
    /* Coins arrondis */
    border-top-right-radius: 8px;
    /* Coins arrondis */
    border-bottom-right-radius: 0px;
    /* Coins arrondis */
    border-bottom-left-radius: 0px;
    /* Coins arrondis */
}

.video-card .video-thumbnail {
    width: 100%;
    height: 200px;
    object-fit: cover;
    cursor: pointer;
    border-top-left-radius: 8px;
    /* Coins arrondis */
    border-top-right-radius: 8px;
    /* Coins arrondis */
    border-bottom-right-radius: 0px;
    /* Coins arrondis */
    border-bottom-left-radius: 0px;
    /* Coins arrondis */
}

.card-body-svf-dark,
.card-body-svf {
    padding: 10px;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    flex: 1 1 auto;
    border-bottom-left-radius: 8px;
    /* Coins arrondis */
    border-bottom-right-radius: 8px;
    /* Coins arrondis */
}

.card-body-svf {
    background: #ca1c1c;
}

.card-body-svf-dark {
    background: linear-gradient(135deg, #000, #000, #393e46);
}

.card-body-svf h3,
.card-body-svf-dark h3 {
    font-size: 1.2rem;
}

.card-body-svf h4 {
    color: white !important;
}

.card-body-svf h4 {
    color: white !important;
}

.card-body-svf .commentaire-videotheque {
    color: #d3d3d3;
    padding: 0;
    margin: 0;
}

.comediens-list {
    padding: 0;
}



.comediens-list a {
    color: white;
    text-decoration: none;
    font-weight: bold;
}

.comediens-list a:hover {
    color: #EEEEEE;
}

/* Video player */
.video-player {
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: center;
    padding: 20px;
    background-color: black;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    display: none;
    /* Cacher le lecteur vidÃ©o au dÃ©part */
}

#video-title {
    font-size: 1.5rem;
    margin-bottom: 10px;
}

/* Responsive */
@media (max-width: 1024px) {
    .videos-list {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 600px) {
    .videos-list {
        grid-template-columns: 1fr;
    }
}


.gallery {
    display: flex;
    padding: 2px;
    transition: 0.3s;
}

.gallery:hover .gallery__image {
    filter: grayscale(1);
}

.gallery__column {
    display: flex;
    flex-direction: column;
    width: 25%;
}

.gallery__link {
    margin: 2px;
    overflow: hidden !important;
}

.gallery__link:hover .gallery__image {
    filter: grayscale(0);
}

.gallery__link:hover .gallery__caption {
    opacity: 1;
}

.gallery__thumb {
    position: relative;
    overflow: hidden;
}

.gallery__image {
    display: block;
    width: 100%;
    transition: 0.3s;
}

.gallery__image:hover {
    transform: scale(1.1);
}

.gallery__caption {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 25px 15px 15px;
    width: 100%;
    font-family: 'Raleway', sans-serif;
    font-size: 16px;
    color: white;
    opacity: 0;
    background: linear-gradient(0deg, rgba(0, 0, 0, .5) 0%, rgba(255, 255, 255, 0) 100%);
    transition: 0.3s;
}

.gallery__link figure {
    margin: 0;
}

.imgModal:hover {
    cursor: pointer;
    overflow: hidden;
}

.modalimg-content {
    margin: auto;
    display: block;
    max-width: 80%;
    max-height: 80%;
}

.video-item,
.video-item-light {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    text-align: center;
    height: 100%;
    /* Assurer que tous les blocs ont la mÃªme hauteur */
    padding: 15px;
    border-radius: 8px;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    margin-top: 10px;
    margin-bottom: 10px;
}

.video-item-light {

    background: linear-gradient(135deg, #000, #000, #393e46);

}

.video-item {

    background: #ca1c1c;
    /* Fond lÃ©ger pour mettre en valeur les vidÃ©os */

}

.row.g-4Video {
    --bs-gutter-y: 30px;
    /* Espace entre les lignes */
    --bs-gutter-x: 15px;
    /* Espace entre les colonnes */
}

.video-info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    /* Centre le texte verticalement */
    flex-grow: 1;
    /* Prend tout l'espace restant */
    padding-top: 10px;
}

.video-info h4 {
    font-size: 16px;
    font-weight: bold;
    color: white;
    margin: 5px 0;
}

.video-info p {
    font-size: 14px;
    color: #eee;
    margin: 0;
}

/* The Modal (background) */
.modalimg {
    display: none;
    /* Hidden by default */
    position: fixed;
    /* Stay in place */
    z-index: 1;
    /* Sit on top */
    padding-top: 100px;
    /* Location of the box */
    left: 0;
    top: 0;
    width: 100%;
    /* Full width */
    height: 100%;
    /* Full height */
    overflow: auto;
    /* Enable scroll if needed */
    background-color: rgb(0, 0, 0);
    /* Fallback color */
    background-color: rgba(0, 0, 0, 0.9);
    /* Black w/ opacity */
}

/* Caption of Modal Image */
#caption {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
    text-align: center;
    color: #ccc;
    padding: 10px 0;
    height: 150px;
}

/* Add Animation */
.modalimg-content,
#caption {
    -webkit-animation-name: zoom;
    -webkit-animation-duration: 0.6s;
    animation-name: zoom;
    animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
    from {
        -webkit-transform: scale(0)
    }

    to {
        -webkit-transform: scale(1)
    }
}

@keyframes zoom {
    from {
        transform: scale(0)
    }

    to {
        transform: scale(1)
    }
}

.ytModal:hover {
    cursor: pointer;
}

/* The Close Button */
.close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
}

.close:hover,
.close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px) {
    .modalimg-content {
        width: 100%;
    }
}

/* Modale de l'iframe */
.video-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    /* Fond semi-transparent */
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
    display: none;
    /* CachÃ© par dÃ©faut */
}

.video-modal iframe {
    width: 80%;
    height: 80%;
    border: none;
}

/* Bouton pour fermer la modale */
.video-modal .close-btn {
    position: absolute;
    top: 15px;
    right: 20px;
    font-size: 30px;
    color: white;
    cursor: pointer;
}

.counterContainer {
    background-color: #1c1c1c;
    padding: 40px 20px;
    max-width: 100% !important;
}

.counterContainer .section-title {
    color: white !important;
    background-color: #1c1c1c !important;
}

.counter-title {
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 15px;
    color: #fff;
}

.counter {
    font-size: 2.5rem;
    font-weight: bold;
    color: #ca1c1c;
}


.share-section {

    padding: 0.5rem 0;
    background: transparent;
    border-top: 1px solid #ddd;
}

.share-container {
    display: flex;
    align-items: center;
    justify-content: right;
    gap: 0.25rem;
}

.share-title {
    font-size: 1rem;
    color: #333;
    font-weight: 600;
    margin-right: 0.5rem;
}

.share-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background-color: #f9f9f9;
    text-decoration: none;
    font-size: 18px;
    color: #555;
    transition: background-color 0.2s, color 0.2s;
    border: none;
    cursor: pointer;
    padding: 0;
}

/* ArriÃ¨re-plans trÃ¨s lÃ©gers selon la marque */
.share-btn.facebook {
    background-color: rgba(59, 89, 152, 0.1);
}

.share-btn.x {
    background-color: rgba(29, 161, 242, 0.1);
}

.share-btn.linkedin {
    background-color: rgba(0, 119, 181, 0.1);
}

.share-btn.whatsapp {
    background-color: rgba(37, 211, 102, 0.1);
}

.share-btn.telegram {
    background-color: rgba(0, 136, 204, 0.1);
}

.share-btn.email {
    background-color: rgba(85, 85, 85, 0.1);
}

.share-btn.copy-link {
    background-color: rgba(0, 0, 0, 0.05);
}

/* IcÃ´nes colorÃ©es Ã  70% pour plus de visibilitÃ© */
.share-btn.facebook i {
    color: rgba(59, 89, 152, 0.7);
}

.share-btn.x i {
    color: rgba(29, 161, 242, 0.7);
}

.share-btn.linkedin i {
    color: rgba(0, 119, 181, 0.7);
}

.share-btn.whatsapp i {
    color: rgba(37, 211, 102, 0.7);
}

.share-btn.telegram i {
    color: rgba(0, 136, 204, 0.7);
}

.share-btn.email i {
    color: rgba(85, 85, 85, 0.7);
}

.share-btn.copy-link i {
    color: rgba(0, 0, 0, 0.7);
}

.share-btn:hover {
    background-color: #e0e0e0;
    color: #000;
}

.toast {
    visibility: hidden;
    min-width: 120px;
    margin-left: -60px;
    background-color: rgba(0, 0, 0, 0.75);
    color: #fff;
    text-align: center;
    border-radius: 4px;
    padding: 0.5rem;
    position: fixed;
    bottom: 20px;
    left: 50%;
    font-size: 0.85rem;
    z-index: 9999;
    opacity: 0;
    transition: opacity 0.3s ease, visibility 0.3s;
}

.toast.show {
    visibility: visible;
    opacity: 1;
}


.liste-auteurs {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 2em;
}

/* Bloc individuel */
.auteur-contenu {
    text-align: center;
    padding: 1em;
    border: 1px solid #ddd;
    border-radius: 12px;
    color: #ca1c1c;
    max-width: 200px;
    background-color: #f9f9f9;
}

/* Photo de profil ronde */
.photo-auteur {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    object-fit: cover;
    margin-bottom: 0.5em;
    border: 2px solid #ccc;
}

/* Nom / pseudo */
.nom-auteur {
    font-weight: bold;
    margin-bottom: 0.5em;
}

/* RÃ©seaux sociaux */
.rs {
    margin: 0.5em 0;
}

.rs a {
    color: #333;
    margin: 0 6px;
    font-size: 1.3em;
    transition: color 0.2s, transform 0.2s;
}

.rs a:hover {
    color: #ca1c1c;
    transform: scale(1.2);
}

/* Badge rouge */
.badge-type {
    margin-top: 0.8em;
    display: inline-block;
    background-color: #ca1c1c;
    color: white;
    padding: 0.3em 0.7em;
    font-size: 0.9em;
    border-radius: 8px;
    text-transform: uppercase;
}

.claim-btn {
    margin: 1rem 0;
}

.claim-form {
    border: 1px solid #ddd;
    border-radius: 12px;
    padding: 1rem;
    max-width: 480px;
    margin: 1rem auto;
    text-align: left;
    background-color: #fcfcfc;
    color: #000;
}

.claim-form label {
    display: block;
    margin-top: 0.5rem;
    font-weight: 600;
}

.claim-form input,
.claim-form select {
    width: 100%;
    padding: 0.5rem;
    margin-top: 0.25rem;
}

.email-row {
    display: flex;
    align-items: center;
    gap: 8px;
}

.check {
    width: 20px;
    height: 20px;
    display: inline-block;
}

.check.ok::after {
    content: "âœ”";
    color: green;
    font-weight: bold;
}

.check.ko::after {
    content: "âœ–";
    color: #ca1c1c;
    font-weight: bold;
}

.submit-btn[disabled] {
    opacity: .6;
    cursor: not-allowed;
}

#submitClaim {
    margin-top: 20px !important;
    margin: 0;
    width: 100%;
}

#btn-claim {
    margin-bottom: 20px !important;
    text-decoration: underline;
}

.avatar-wrapper {
    display: flex;
    justify-content: center;
}

.avatar-initials {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 1.2rem;
    color: #ca1c1c;
    background: #eee;
    /* tu peux adapter selon ton thÃ¨me */
    border: 2px solid #ccc;
}

.tag-badge {
    position: static;
    display: inline-block;
    padding: .25rem .5rem;
    border-radius: .375rem;
    background: #f5f5f5;
    color: #222;
    line-height: 1;
    margin-right: .25rem;
}

.tag-badge+.tag-badge {
    margin-left: .25rem;
}

.rounded {
    border-radius: 0.375rem !important;
}





/* --------- Layout & Player --------- */
.vf-embed {
    width: 100%;
    height: 400px;
    max-height: 60vh;
    border: 0;
    border-radius: 16px;
    background: #000
}

.vf-player-wrap {
    position: relative
}

.fade-in {
    animation: fade .28s ease-out
}

@keyframes fade {
    from {
        opacity: 0;
        transform: translateY(6px)
    }

    to {
        opacity: 1;
        transform: translateY(0)
    }
}

/* Barre de ronds sous la vidÃ©o */
.vf-circlebar {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 16px;
    margin-top: 14px;
    margin-bottom: 8px;
    flex-wrap: wrap;
}

.vf-circle .vf-label {
    display: block;
    max-width: 84%;
    text-transform: uppercase;
    font-weight: 800;
    letter-spacing: .3px;
    line-height: 1.05;
    font-size: clamp(8px, 2.6vw, 10px);
    user-select: none;
    white-space: normal;
}

/* Bouton rond, plus grand, sans padding */
.vf-circle {
    width: 100px;
    height: 100px;
    border-radius: 9999px;
    border: none;
    display: grid;
    place-items: center;
    padding: 0;
    background: var(--bg, #ffffff);
    color: var(--fg, #111111);
    box-shadow: 0 10px 26px rgba(15, 23, 42, .12);
    cursor: pointer;
    transition: transform .12s, box-shadow .12s, outline-color .12s;
    outline: 2px solid transparent;
    outline-offset: 2px;
    border: 1px solid #ca1c1c;
}

.vf-circle .vf-iconstack {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.vf-circle:hover {
    transform: translateY(-2px);
    box-shadow: 0 18px 36px rgba(15, 23, 42, .18);
}

.vf-circle[disabled] {
    opacity: .35;
    cursor: not-allowed;
}

.vf-circle.is-active {
    outline-color: #ffffffaa;
}

/* Taille des pictos */
.vf-circle img,
.vf-circle svg {
    max-width: 100%;
    border-radius: 9999px;
    display: block;
}

/* ThÃ¨mes de couleur par type */
.vf-circle.kind-streamvf {
    --bg: #000000;
    --fg: #ffffff;
}

.vf-circle.kind-vfenseries {
    --bg: #ef4444;
    --fg: #ffffff;
}

/* rouge */
.vf-circle.kind-presentation {
    --bg: #ca1c1c;
    --fg: #ffffff;
}

/* indigo proposÃ© */
.vf-circle.kind-videotheque {
    --bg: #5f0000;
    --fg: #ffffff;
}

/* teal proposÃ© */

/* IcÃ´nes SVG hÃ©ritent de la couleur de texte */
.vf-circle svg {
    fill: currentColor;
}

/* Grid & cards (inchangÃ©) */
/* ====== GRID CENTRÃ‰E & RESPONSIVE ====== */
.vf-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    /* centre 1, 2, 3 items etc. */
    gap: 14px;
}

/* ====== CARD EN COLONNE, TAILLES HOMOGÃˆNES ====== */
.vf-card {
    display: flex;
    flex-direction: column;
    /* toujours en colonne */
    align-items: center;
    background: #530000;
    border-radius: 16px;
    box-shadow: 0 8px 24px rgba(15, 23, 42, .08);
    padding: 10px;
    cursor: pointer;
    transition: transform .12s, box-shadow .12s;
    width: 100%;
    max-width: 520px;
    /* largeur max dâ€™une carte */
}

/* Effet hover */
.vf-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 16px 32px rgba(15, 23, 42, .14);
}

/* ====== RÃ‰PARTITION PAR LIGNE ====== */
/* Mobile : 1 par ligne (plein largeur du conteneur) */
@media (max-width: 991px) {
    .vf-card {
        flex: 1 1 100%;
        /* 1 carte par ligne */
        max-width: 520px;
        /* reste centrÃ©e via justify-content */
    }
}

/* Desktop PC : max 2 par ligne */
@media (min-width: 992px) {
    .vf-card {
        flex: 0 1 calc(50% - 14px);
        /* deux colonnes max */
        max-width: 560px;
        /* empÃªche dâ€™Ãªtre trop large sur trÃ¨s grands Ã©crans */
    }
}

/* ====== VIGNETTE 16/9 IDENTIQUE PARTOUT ====== */
.vf-card .thumb {
    width: 100%;
    aspect-ratio: 16 / 9;
    /* hauteur auto -> mÃªme ratio sur toutes les cartes */
    border-radius: 12px;
    overflow: hidden;
    background: #0b0b0b;
    margin: 0 auto;
    /* reste centrÃ©e */
}

.vf-card .thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* ====== CONTENU CENTRÃ‰ ====== */
.vf-card .meta {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding-top: 10px;
}

/* Titre sur 2 lignes max pour uniformiser les hauteurs */
.vf-card .title {
    font-size: 1rem;
    line-height: 1.25rem;
    margin: 6px 8px 4px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* Extras centrÃ©s (ligne "Avec : â€¦") */
.vf-card .extras {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    justify-content: center;
    width: 100%;
}

/* Badges types vidÃ©othÃ¨que basÃ©s sur slug */
.vf-badge.is-type {
    color: #fff
}

.vf-badge.type-bandes-demos {
    background: #4f46e5
}

.vf-badge.type-pub {
    background: #16a34a
}

.vf-badge.type-extraits {
    background: #0284c7
}

.vf-badge.type-souvenirs {
    background: #a855f7
}

.vf-badge.type-autres {
    background: #6b7280
}

.vf-guests-line {
    margin-top: 6px;
    font-size: .7rem;
    color: white;
    /* gris-ardoise pour le texte courant */
}

.vf-guests-line .label {
    font-weight: 700;
    font-style: italic;
    color: white;
    /* un peu plus sombre pour "Avec :" */
}

.vf-guests-line .guest {
    font-weight: 800;
    /* en gras */
    color: lightgray;
    /* indigo par dÃ©faut, modifiable */
    text-decoration: none;
}

.vf-guests-line .guest:hover {
    text-decoration: underline;
}

/* Chips videothÃ¨que */
.vf-chipbar {
    display: flex;
    gap: .5rem;
    flex-wrap: wrap;
    margin: 6px 0 12px;
    justify-content: center
}

.vf-chip {
    border: 0;
    border-radius: 999px;
    padding: .45rem .75rem;
    background: #f1f5f9;
    font-weight: 600;
    cursor: pointer
}

.vf-chip[aria-selected="true"] {
    background: #111;
    color: #fff
}



.img-circle {
    width: 100%;
    aspect-ratio: 2/3;
    object-fit: cover;
    border-radius: 14px
}

.card-person {
    display: flex;
    gap: 14px;
    align-items: center
}

.card-person .img-avatar {
    width: 76px;
    height: 76px;
    border-radius: 999px;
    object-fit: cover
}

.mini-type {
    font-size: .78rem;
    letter-spacing: .3px;
    text-transform: uppercase;
    opacity: .8
}

.live-badge,
.live-span {
    background: #e53935;
    color: #fff;
    font-weight: 700;
    font-size: .75rem;
    padding: 4px 8px;
    border-radius: 999px
}

.result-card {
    border: 1px solid rgba(0, 0, 0, .07);
    border-radius: 16px;
    padding: 14px;
    height: 100%;
    background: #fff
}

.result-title {
    font-weight: 800;
    margin: 6px 0 2px
}

.result-sub {
    color: #6b7280;
    font-size: .92rem
}

.poster-wrap {
    overflow: hidden;
    border-radius: 14px
}

.hero-input {
    box-shadow: 0 8px 24px rgba(0, 0, 0, .08)
}


.vf-slideshow {
    position: relative;
    isolation: isolate;
    --fade-ms: 900ms;
    /* durÃ©e du fondu (JS s'en sert aussi) */
    --overlay-opacity: .22;
    width: 100%;
    height: 100%;
    min-height: 320px;
    /* au besoin, ajuste ou retire si le parent gÃ¨re la hauteur */
    overflow: hidden;
    border-radius: 16px;
    background: #000;
}


.vf-overlay {
    position: absolute;
    inset: 0;
    display: grid;
    place-items: center;
    pointer-events: none;
    background: rgba(0, 0, 0, .4);
    /* n'intercepte pas la souris */
    z-index: 4;
}

.vf-overlay-backdrop {
    position: absolute;
    inset: 0;
    background:
        radial-gradient(60% 60% at 50% 50%, rgba(0, 0, 0, var(--overlay-opacity)) 0%, rgba(0, 0, 0, 0) 70%),
        rgba(0, 0, 0, calc(var(--overlay-opacity) * .6));
    mix-blend-mode: normal;
}

.vf-overlay-logo {
    width: min(38vmin, 260px);
    height: auto;
    filter: drop-shadow(0 10px 25px rgba(0, 0, 0, .35));
    opacity: .95;
}

/* --- Slides (complÃ©ments) --- */
.vf-slideshow .vf-slide {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0;
    transform: scale(1.03);
    transition:
        opacity var(--fade-ms) ease-in-out,
        transform 6s ease-in-out;
    /* zoom subtil */
    will-change: opacity, transform, object-position;
    z-index: 1;
}

/* Slide qui entre */
.vf-slideshow .vf-slide.is-active {
    opacity: 1;
    transform: scale(1);
    z-index: 2;
    /* passe au-dessus pendant l'entrÃ©e */
}

/* Slide qui sort (on NE rÃ©initialise PAS tout de suite object-position) */
.vf-slideshow .vf-slide.is-leaving {
    opacity: 0;
    /* elle s'efface en fondu */
    z-index: 1;
    /* passe dessous dÃ¨s que la nouvelle est visible */
}

/* Pan vertical (haut -> bas) : garde la fin avec forwards pour Ã©viter les retours secs */
.vf-slideshow .vf-slide.pan-y {
    animation: vf-pan-y var(--pan-duration, 4.8s) ease-in-out forwards;
}

@keyframes vf-pan-y {
    0% {
        object-position: 50% 0%;
    }

    100% {
        object-position: 50% 100%;
    }
}

/* Slides */
.vf-slideshow .vf-slide {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0;
    transform: scale(1.03);
    /* lÃ©ger zoom initial */
    transition:
        opacity .9s ease-in-out,
        transform 6s ease-in-out;
    /* effet Ken Burns subtil */
    will-change: opacity, transform;
}

/* Slide active */
.vf-slideshow .vf-slide.is-active {
    opacity: 1;
    transform: scale(1);
}

/* Optionnel : ombre douce */
.vf-slideshow {
    box-shadow: 0 10px 30px rgba(0, 0, 0, .25);
}

/* Si le parent utilise .h-100, assure une hauteur rÃ©elle sur ce bloc */
.position-relative.h-100 {
    min-height: 360px;
}

/* ajuste selon ton layout */
/* Ajouts pour le dÃ©filement vertical */
.vf-slideshow .vf-slide {
    object-fit: cover;
    object-position: 50% 50%;
}

/* Active un pan haut -> bas pendant la durÃ©e de la slide */
.vf-slideshow .vf-slide.is-active.pan-y {
    animation: vf-pan-y var(--pan-duration, 4.5s) ease-in-out forwards;
}

/* Optionnel: lÃ©ger zoom en plus pour un rendu cinÃ© */
.vf-slideshow .vf-slide.is-active.pan-y {
    transform: scale(1.06);
    /* zoom subtil pendant le pan */
}

/* Keyframes: on anime object-position (supportÃ© par les navigateurs modernes) */
@keyframes vf-pan-y {
    0% {
        object-position: 50% 0%;
    }

    /* haut */
    100% {
        object-position: 50% 100%;
    }

    /* bas */
}


.card-grid .result-card {
    border: 1px solid rgba(0, 0, 0, .07);
    border-radius: 16px;
    background: #fff;
    height: 100%;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    transition: transform .12s ease, box-shadow .12s ease, border-color .12s ease;
}

.result-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 24px rgba(0, 0, 0, .08);
    border-color: rgba(0, 0, 0, .1);
}

.result-thumb {
    position: relative;
    width: 100%;
    aspect-ratio: 2/3;
    overflow: hidden;
    background: #f3f4f6;
}

.result-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.result-body {
    padding: 10px 12px 12px;
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.badge-type {
    align-self: flex-start;
    background: #eef2ff;
    color: #3730a3;
    border-radius: 999px;
    padding: .12rem .5rem;
    font-size: .68rem;
    font-weight: 700
}

.badge-type.vf {
    background: #ecfdf5;
    color: #065f46
}

.result-title {
    font-weight: 800;
    line-height: 1.15;
    margin: 0;
    font-size: 0.98rem;
}

.result-sub {
    color: #6b7280;
    font-size: .82rem;
    line-height: 1.2;
}

.meta-line {
    color: #4b5563;
    font-size: .78rem;
}

/* Grid: xs 2 | sm 3 | md 4 | lg 6 | xl 6 */
@media (min-width: 1200px) {
    .col-xl-2dot {
        flex: 0 0 auto;
        width: 16.6667%;
    }
}

.hero-input {
    box-shadow: 0 8px 24px rgba(0, 0, 0, .08)
}

.empty {
    border: 1px dashed #d1d5db;
    border-radius: 16px;
    padding: 18px;
    color: #6b7280;
    text-align: center
}

.loader {
    text-align: center;
    color: #6b7280;
    padding: 16px 0;
}



.cv-grid{
  display:flex;
  flex-wrap:wrap;
  gap:22px; 
  justify-content:center;   /* <-- centre la derniÃ¨re ligne */
  align-items:stretch;
}
.cv-card{
  flex:1 1 calc(33.333% - 22px); /* 3 par ligne */
  max-width:460px;               /* optionnel : Ã©vite des cartes trop larges */
}
@media (max-width:1200px){
  .cv-card{ flex:1 1 calc(50% - 22px); } /* 2 par ligne */
}
@media (max-width:700px){
  .cv-card{ flex:1 1 100%; }             /* 1 par ligne */
}
.cv-card {
    position: relative;
    background: var(--white);
    border-radius: 20px;
    box-shadow: 0 16px 40px rgba(16, 24, 40, .10);
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

/* HES watermark discret en bas-droite */
.cv-card .cv-hes-mark {
    position: absolute;
    right: 10px;
    bottom: 8px;
    width: var(--hesSize);
    height: auto;
    opacity: .44;
    pointer-events: none;
    user-select: none;
    filter: grayscale(5%) contrast(95%);
    transform: translateZ(0);
    z-index: 999;
}

.cv-card:hover .cv-hes-mark {
    opacity: .66
}

/* Bandeau titre centrÃ© */
.cv-head {
    background: linear-gradient(135deg, var(--primary) 0%, #89141b 100%);
    padding: 18px 20px;
    text-align: center
}

.cv-title {
    margin: 0;
    color: #fff;
    font-weight: 900;
    letter-spacing: .2px;
    line-height: 1.15;
    font-size: 1.16rem
}

/* Corps */
.cv-body {
    padding: 18px 18px 0;
    display: flex;
    flex-direction: column;
    align-items: center
}

/* Logo de la convention (centrÃ©) */
.cv-conv-logo {
    width: var(--logoSize);
    height: var(--logoSize);
    border-radius: 50%;
    background: #f6f8fb;
    box-shadow: 0 12px 26px rgba(0, 0, 0, .12);
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    margin: 4px auto 14px;
}

.cv-conv-logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
    display: block
}

/* InvitÃ©s */
.cv-ruban {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    width: 100%;
    margin-bottom: 75px;
}

.cv-avatars {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
    justify-content: center
}

.cv-ava {
    width: 72px;
    height: 72px;
    border-radius: 50%;
    object-fit: cover;
    box-shadow: 0 8px 18px rgba(0, 0, 0, .14);
    cursor: pointer;
    transition: transform .18s ease, filter .18s ease, box-shadow .18s ease;
}

.cv-ava:hover {
    transform: scale(1.07);
    filter: saturate(1.05)
}

.cv-ava.active {
    transform: scale(1.12);
    box-shadow: 0 0 0 10px rgba(202, 28, 28, .14), 0 12px 24px rgba(0, 0, 0, .18);
    filter: saturate(1.12)
}

.cv-ava--soon {
    width: 72px;
    height: 72px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    background: linear-gradient(180deg, #f1f5ff 0%, #e9eef9 100%);
    box-shadow: 0 8px 18px rgba(0, 0, 0, .12);
}

.cv-ava--soon svg {
    width: 36px;
    height: 36px;
    color: #334155
}

.cv-hovername {
    min-height: 26px;
    text-align: center;
    opacity: 0;
    transform: translateY(-4px);
    transition: opacity .18s, transform .18s
}

.cv-hovername.show {
    opacity: 1;
    transform: translateY(0)
}

.cv-name-link {
    color: var(--red);
    font-weight: 900;
    text-decoration: none
}

.cv-name-link:hover {
    text-decoration: underline
}

/* Lieu : unique badge */
.cv-infos {
    margin: 10px 0 0;
    display: flex;
    justify-content: center
}

.info-chip {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 14px;
    border-radius: 999px;
    background: rgba(202, 28, 28, 0.08);
    color: var(--text);
    font-size: .93rem;
    font-weight: 600;
    box-shadow: 0 8px 18px rgba(16, 24, 40, .08);
}

.cv-title a {
    color: #fff;
    text-decoration: none;
    font-weight: 900;
}

.cv-title a:hover {
    text-decoration: underline;
}

/* Logo cliquable : pas de bordure, pas dâ€™effet intrusif */
.cv-conv-logo a {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

.cv-conv-logo a:focus-visible {
    outline: 2px solid rgba(202, 28, 28, .35);
    outline-offset: 2px;
}

/* Pied date */
.cv-foot {
    margin-top: 14px;
    position: absolute;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: left;
    gap: 10px;
    padding: 14px 18px;
    background: var(--grey);
    width: 100%;
    color: var(--muted)
}

.cv-foot i.fa-solid,
.cv-foot i.fa-regular {
    font-size: 22px;
    line-height: 1;
    flex: 0 0 auto
}

.logo-hes
{
    height: 20px;
    
}
.comedien-tablebox
{
    position: absolute;
    background: white;
    border: 1px solid lightgrey;
}.conv-page {
    background: var(--grey);
    position: relative;
    padding-bottom: 6rem;
}

.conv-hero {
    background: linear-gradient(135deg, rgba(202, 28, 28, 0.96) 0%, #7f1119 100%);
    color: var(--white);
    padding: clamp(3rem, 6vw, 5rem) 0 clamp(2.5rem, 5vw, 4rem);
    overflow: hidden;
}

.conv-hero-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: clamp(2rem, 5vw, 4rem);
    align-items: center;
}

@media (max-width: 991.98px) {
    .conv-hero-grid {
        grid-template-columns: 1fr;
    }
}

.conv-hero-copy {
    max-width: 620px;
}

.conv-hero-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    font-size: 0.75rem;
    padding: 0.4rem 0.8rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.16);
    margin-bottom: 1rem;
}

.conv-hero-title {
    color: var(--white);
    font-size: clamp(2.3rem, 5vw, 3.2rem);
    font-weight: 900;
    line-height: 1.1;
    margin-bottom: 1rem;
}

.conv-hero-desc {
    font-size: 1.1rem;
    line-height: 1.6;
    margin-bottom: 1.5rem;
    color: rgba(255, 255, 255, 0.92);
}

.conv-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.85rem;
    margin-bottom: 1.5rem;
}

.conv-hero-btn i {
    margin-right: 0.45rem;
}

.conv-hero-highlights {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    gap: 0.75rem;
    font-size: 0.98rem;
}

.conv-hero-highlights li::before {
    content: "\2022";
    margin-right: 0.6rem;
}

.conv-hero-highlight {
    display: grid;
    gap: 1.5rem;
    justify-items: start;
}

.conv-stat-card {
    background: rgba(255, 255, 255, 0.12);
    border-radius: 24px;
    padding: clamp(1.8rem, 4vw, 2.6rem);
    box-shadow: 0 18px 48px rgba(0, 0, 0, 0.18);
    backdrop-filter: blur(6px);
    min-width: 260px;
}

.conv-region-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    margin-bottom: 1.4rem;
}

.conv-region-badge {
    display: inline-flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.2rem;
    padding: 0.85rem 1.1rem;
    background: rgba(255, 255, 255, 0.16);
    color: #fff;
    border-radius: 16px;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.18);
    min-width: 160px;
}

.conv-region-badge__label {
    font-size: 0.9rem;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    opacity: 0.82;
}

.conv-region-badge__count {
    font-size: 1.4rem;
    font-weight: 800;
    line-height: 1;
}

.conv-weekend-card {
    background: rgba(255, 255, 255, 0.18);
    border-radius: 20px;
    padding: clamp(1.4rem, 3.5vw, 2rem);
    display: grid;
    gap: 0.45rem;
    color: rgba(255, 255, 255, 0.92);
    box-shadow: 0 14px 32px rgba(0, 0, 0, 0.18);
}

.conv-weekend-label {
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 0.16em;
    font-weight: 700;
    opacity: 0.78;
}

.conv-weekend-value {
    font-size: clamp(2.1rem, 4.8vw, 3rem);
    font-weight: 900;
    line-height: 1;
}

.conv-weekend-note {
    margin: 0;
    font-size: 0.95rem;
    color: rgba(255, 255, 255, 0.78);
}

.conv-stat-label {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.82rem;
    letter-spacing: 0.18em;
    font-weight: 700;
    text-transform: uppercase;
    opacity: 0.72;
}

.conv-stat-value {
    display: block;
    font-size: clamp(2.7rem, 6vw, 3.8rem);
    font-weight: 900;
    line-height: 1;
    margin: 0.2rem 0 0.8rem;
}

.conv-stat-caption {
    margin: 0;
    font-size: 0.95rem;
    color: rgba(255, 255, 255, 0.78);
}

.conv-chip-list {
    display: flex;
    flex-wrap: wrap;
    gap: 0.7rem;
}

.conv-chip {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.55rem 1.1rem;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.35);
    background: rgba(255, 255, 255, 0.12);
    font-size: 0.92rem;
    font-weight: 600;
}

.conv-chip i {
    font-size: 0.95rem;
}

.conv-main {
    margin-top: clamp(-5rem, -8vw, -4.5rem);
    position: relative;
    z-index: 10;
}

@media (max-width: 991.98px) {
    .conv-main {
        margin-top: clamp(2rem, 6vw, 3.5rem);
    }
}

.conv-panel {
    background: var(--white);
    border-radius: 22px;
    box-shadow: 0 24px 46px rgba(15, 23, 42, 0.12);
    padding: clamp(1.8rem, 5vw, 2.6rem);
    height: 100%;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.conv-panel-head {
    display: grid;
    gap: 0.45rem;
}

.conv-panel-title {
    font-size: 1.5rem;
    font-weight: 800;
    color: var(--text);
    margin-bottom: 0.2rem;
}

.conv-panel-sub {
    margin: 0;
    color: var(--muted);
}

.conv-map-wrapper {
    border-radius: 18px;
    background: linear-gradient(135deg, #ffffff 0%, #f7f8fb 100%);
    padding: 1rem;
    box-shadow: inset 0 0 0 1px rgba(148, 163, 184, 0.16);
}

.conv-map img {
    display: block;
    width: 100%;
    height: auto;
}

.conv-region-mobile {
    display: none;
    margin-top: 1.4rem;
}

.conv-region-legend {
    margin-top: 1.6rem;
    font-weight: 700;
    color: var(--text);
}

.conv-region-grid {
    margin-top: 0.85rem;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
    gap: 0.8rem;
}

.conv-quick-link {
    border: 1px solid rgba(202, 28, 28, 0.22);
    background: rgba(202, 28, 28, 0.08);
    color: var(--primary);
    border-radius: 999px;
    padding: 0.5rem 1rem;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    transition: all 0.18s ease;
}

.conv-quick-link:hover {
    background: var(--primary);
    color: var(--white);
}

.conv-quick-link i {
    font-size: 0.95rem;
}

.conv-form {
    display: grid;
    gap: 1.5rem;
}

.conv-region-chip {
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    gap: 0.55rem;
    padding: 0.7rem 1.1rem;
    border-radius: 14px;
    border: 1px solid rgba(202, 28, 28, 0.25);
    background: rgba(202, 28, 28, 0.06);
    color: var(--text);
    font-weight: 600;
    transition: all 0.18s ease;
    width: 100%;
    text-align: left;
    cursor: pointer;
}

.conv-region-chip i {
    color: var(--primary);
}

.conv-region-chip:hover,
.conv-region-chip:focus-visible {
    background: var(--primary);
    color: var(--white);
    border-color: var(--primary);
    outline: 2px solid rgba(255, 255, 255, 0.85);
    outline-offset: 2px;
}

.conv-region-chip:hover i,
.conv-region-chip:focus-visible i {
    color: var(--white);
}

.conv-autocomplete {
    position: absolute;
    top: calc(100% + 6px);
    left: 0;
    right: 0;
    z-index: 30;
    background: var(--white);
    box-shadow: 0 20px 45px rgba(15, 23, 42, 0.18);
    border-radius: 14px;
    overflow: hidden;
    display: none;
}

.conv-autocomplete table {
    margin: 0;
    font-size: 0.92rem;
}

.conv-advanced-toggle {
    border: none;
    background: rgba(15, 23, 42, 0.08);
    color: var(--text);
    font-weight: 600;
    border-radius: 14px;
    padding: 0.65rem 1rem;
    width: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.6rem;
    transition: background 0.18s ease;
}

.conv-advanced-toggle:hover {
    background: rgba(202, 28, 28, 0.12);
}

.conv-advanced {
    margin-top: -0.5rem;
}

.conv-form-actions {
    display: grid;
    gap: 0.8rem;
}

.conv-results {
    margin-top: clamp(3rem, 7vw, 4.5rem);
}

.conv-results-head {
    text-align: center;
    max-width: 760px;
    margin: 0 auto clamp(2rem, 5vw, 3rem);
}

.conv-results-title {
    font-size: clamp(1.9rem, 4vw, 2.5rem);
    font-weight: 800;
    color: var(--text);
    margin-bottom: 0.6rem;
}

.conv-results-sub {
    color: var(--muted);
    margin: 0;
}

.conv-loader {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.8rem;
    color: var(--muted);
    padding: 1.5rem 0;
}

.conv-cards {
    display: grid;
    gap: 1.8rem;
}

@media (max-width: 575.98px) {
    .conv-panel {
        padding: 1.6rem;
    }
    .conv-hero-actions {
        flex-direction: column;
        align-items: stretch;
    }
    .conv-chip-list {
        gap: 0.5rem;
    }
    .conv-region-grid {
        grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
    }
}

@media (max-width: 991.98px) {
    .conv-map-wrapper {
        display: none;
    }
    .conv-region-mobile {
        display: block;
    }
}

.conv-page .btn-outline-secondary {
    border-color: rgba(15, 23, 42, 0.12);
}

.conv-page .btn-outline-secondary:hover {
    border-color: rgba(0, 0, 0, 0.22);
}

.conv-page .spinner-border {
    width: 2.5rem;
    height: 2.5rem;
    border-width: 0.3rem;
}


