@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@200;400;600&family=Roboto&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Anton&family=Bebas+Neue&display=swap");

@font-face {
    font-family: 'Myfont';
    src: url('./fonts/Formula1-Regular.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}



:root {
    --blue: rgba(35, 73, 189, 1);
    --blue-selected: rgba(30, 73, 210, 0.8);
    --grey: rgba(104, 104, 104, 1);
    --grey-selected: rgb(162, 159, 159);
    --red: #fc0808;
    --red-selected: rgba(170, 35, 35, 0.9);
    --card-scale: 5;
}

html,
body {
    margin: 0;
    padding: 0;
    width: 100%;
    font-family: Montserrat, sans-serif;
    /* font-family: Myfont, sans-serif; */
}

h1,
h3,
h2,
h5,
h4,
p {
    margin: 0px;
}

a {
    text-decoration: none;
}

h1,
h3,
h2,
h5,
h4 {
    font-family: Anton, cursive;
    letter-spacing: 1px;
}

.content {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    overflow-y: auto;
}

.red {
    color: var(--red);
}

.white {
    color: rgba(230, 230, 230, 1);
}

/* HEADER */
.header {
    width: 100%;
    position: fixed;
    height: 70px;
    background-color: transparent;
    display: flex;
    align-items: center;
    z-index: 10;
    transition: background-color 0.3s;
}

.header-change {
    flex-direction: column;
    justify-content: center;
}

.header-top {
    display: flex;
    align-items: center;
    width: 100%;
}

.header-bottom {
    display: flex;
    align-items: center;
    flex-direction: column;
    width: 100%;
}

.header-bottom .main-nav {
    flex-direction: column;
    margin-left: 0px;
    margin-bottom: 20px;
}

.header-bottom .main-nav h3 {
    margin-bottom: 10px;
}

.header-bottom .right-nav {
    margin: 0 auto !important;
}

.header:hover {
    background-color: rgba(51, 51, 51, 1);
    box-shadow: 0px 2px 10px black;
    transition: background-color 0.3s;
}

.header-active {
    /* background-color: rgba(51, 51, 51, 1); */
    background-color: rgba(51, 51, 51, 0.6);
    box-shadow: 0px 2px 10px black;
    transition: background-color 0.3s;
}

.header .brand {
    margin-left: 25px;
    display: flex;
}

.header .brand h1 {
    /* font-family: "Anton", sans-serif; */
    /* font-family: Myfont, sans-serif; */
    font-size: 35px;
}

.main-nav {
    height: 100%;
    display: flex;
    /* align-items: center; */
    margin-left: 25px;
}

.main-nav .button-container {
    height: calc(100% - 10px);
    margin-top: 5px;
    padding: 0px 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 5px solid transparent;
    border-bottom-color: transparent;
    transition: border-bottom-color 0.3s;
}

.main-nav .button-container:hover {
    cursor: pointer;
    border-bottom-color: var(--red);
    transition: border-bottom-color 0.3s;
}

.main-nav .button-container.select {
    cursor: pointer;
    border-bottom-color: var(--red);
    transition: border-bottom-color 0.3s;
}

.main-nav .button-container h2 {
    /* font-family: "Roboto", sans-serif; */
    /* font-family: Myfont, sans-serif; */
    font-size: 20px;
    color: white;
}

.header .right-nav {
    margin-left: auto;
    display: flex;
    align-items: center;
    margin-right: 25px;
}

.right-nav .button-container {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 8px 25px;
    border-radius: 8px;
}

.login {
    background-color: var(--red);
}

.login:hover {
    background-color: var(--red-selected);
    cursor: pointer;
}

.right-nav .button-container h2 {
    /* font-family: "Roboto", sans-serif; */
    font-size: 20px;
    color: white;
}

.hamburger {
    margin-left: auto;
    margin-right: 25px;
}

.hamburger:hover svg {
    cursor: pointer;
    background-color: rgba(255, 255, 255, 0.8);
}

.hamburger svg {
    width: 30px;
    height: 30px;
    min-width: 30px;
    padding: 8px;
    border-radius: 12px;
    background-color: white;
    color: black;
}

/* END HEADER */

/* TOP SECTION */
.top {
    width: 100%;
    min-height: 250px;
    display: flex;
    align-items: center;
    background-image: url("img/motos/IMG_20250131_131654_036.jpg");
    background-repeat: no-repeat;
    background-size: cover;
}

.top .image-container {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    background: rgb(20, 20, 20);
    background: linear-gradient(0deg,
            rgba(20, 20, 20, 1) 0%,
            rgba(255, 255, 255, 0) 36%);
}

#background-video {
    width: 100%;
    object-fit: cover;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -2;
    height: 80rem;
}

.bg-overlay {
    width: 100%;
    object-fit: cover;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
    height: 60rem;
    background: rgb(17, 17, 17);
    background: linear-gradient(0deg,
            rgba(17, 17, 17, 1) 0%,
            rgba(17, 17, 17, 0) 15%) !important;
}


.banner-header {
    height: 40rem;
    background: linear-gradient(0deg,
            rgba(17, 17, 17, 1) 0%,
            rgba(17, 17, 17, 0) 15%) !important;
}

.banner__contents {
    /* margin-left: 30px;
    padding-top: 240px;
    height: 190px; */
    z-index: 1;
    width: 40%;
    height: 100%;
    padding-left: 10%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.banner__title {
    height: 20rem;
    padding-bottom: 0.3rem;
}

.banner__description {
    width: 45rem;
    line-height: 1.3;
    padding-top: 1rem;
    font-size: 20px;
    font-weight: 500;
    max-width: 560px;
    padding-bottom: 30px;
    color: #fff;
}

.banner__button {
    cursor: pointer;
    border: none;
    font-weight: 600;
    font-size: 20px;
    border-radius: 3px;
    padding-left: 20px;
    padding-right: 20px;
    margin-right: 1rem;
    padding-top: 15px;
    padding-bottom: 15px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}

.fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut;
}

.top .left-side {
    width: 40%;
    height: 80%;
    padding-left: 10%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.top h1 {
    margin: 0px;
    /* font-family: "Montserrat", sans-serif; */
    /* font-family: Myfont, sans-serif; */
    font-weight: 600;
    font-size: 50px;
    color: white;
    text-shadow: 5px 5px 10px black;
    text-transform: uppercase;
}

.top h2 {
    margin: 0px;
    font-weight: 600;
    font-size: 50px;
    color: white;
    text-shadow: 5px 5px 10px black;
    text-transform: uppercase;
}


.top p {
    margin: 0px;
    /* font-family: "Montserrat", sans-serif; */
    font-weight: 400;
    font-size: 20px;
    color: white;
    text-shadow: 2px 2px 1px black;
    padding: 25px 0px;
}

.top h3 {
    display: flex;
    align-items: center;
}

.button-section {
    width: 100%;
    display: flex;
    /* font-family: "Roboto", sans-serif; */
}

.button-section svg {
    width: 25px;
    height: 25px;
    min-width: 25px;
    padding-left: 10px;
}

.top .watch,
.top .queue {
    padding: 10px 25px;
    border-radius: 8px;
}

.watch {
    color: white;
    display: flex;
    background-color: var(--red);
}

.queue {
    color: white;
    display: flex;
    background-color: var(--grey);
    margin-left: 30px;
    align-items: center;
    padding: 5px;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 25px;
}

.watch:hover {
    background-color: var(--red-selected);
    cursor: pointer;
}

.queue:hover {
    background-color: var(--grey-selected);
    cursor: pointer;
}

/* END TOP SECTION*/

/* MID SECTION */
.mid {
    display: flex;
    flex-direction: column;
    background-color: #141414;
    padding: 40px;
}

.mid .content-area {
    width: 100%;
    display: flex;
    flex-direction: column;
    margin-bottom: 40px;
}

.content-area .content-title {
    /* font-family: "Bebas Neue", cursive; */
    color: white;
    font-size: 35px;
    letter-spacing: 5px;
    padding-left: 40px;
}

.card-carousel-style {
    width: 100%;
    margin: 25px 0px;
    display: flex;
}

/* .card-carousel {
    width: 100%;
    margin: 25px 0px;
    display: flex;
} */



.card-carousel:hover svg {
    color: white;
    transition: color 0.3s;
}

.carousel-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
}

.carousel-btn svg {
    width: 40px;
    height: 40px;
    color: transparent;
    transition: color 0.3s;
}

.carousel-btn svg:hover {
    color: lightgrey;
    cursor: pointer;
}

.card {
    background-size: cover;
    transform: scale(1);
    transition: transform 0.2s;
    border-radius: 5px;
    cursor: pointer;
}

.card h4 {
    /* font-family: "Roboto", sans-serif; */
    font-size: 20px;
    color: white;
    text-shadow: 1px 1px 3px black;
    text-transform: uppercase;
}

/* 
.title-card {
    position: absolute;
    top: 81px;
    left: 15px;
} */

.card p {
    /* font-family: "Roboto", sans-serif; */
    font-size: 14px;
    color: white;
    text-shadow: 1px 1px 1px black;
    text-overflow: ellipsis;
}

.card h3 {
    /* font-family: "Roboto", sans-serif; */
    font-size: 14px;
    color: white;
}

.card svg {
    width: 25px;
    height: 25px;
    min-width: 25px;
}

.card:hover {
    transform: scale(1.1);
    transition: transform 0.5s;
    z-index: 1;
}

.card-carousel-search {
    width: 100%;
    margin: 25px 0px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.card-carousel-search .card {
    background-color: rgb(51, 51, 51);
    width: 19%;
    height: 217.912px;
    margin: 10px 2px;
}


.event-desc {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    /* plein écran */
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: flex-start;
    /* évite que ça centre verticalement */
    z-index: 10;
    padding: 50px 0;
    overflow-y: auto;
    /* activation scroll */
    -webkit-overflow-scrolling: touch;
    /* scroll fluide iOS */
}


.modal-content {
    width: 100%;
    max-width: 1000px;
    background-color: rgba(51, 51, 51, 1);
    display: flex;
    flex-direction: column;
    border-radius: 10px;
}

.desc-image {
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
}

.desc-image div {
    width: 100%;
    height: 100%;
    background: rgb(51, 51, 51);
    background: linear-gradient(0deg,
            rgba(51, 51, 51, 1) 0%,
            rgba(255, 255, 255, 0) 36%);
}

.close-btn {
    background-color: #333;
    border-radius: 50px;
    position: relative;
    z-index: 11;
}

.close-btn svg {
    position: absolute;
    top: 0px;
    right: 0px;
    margin-top: 15px;
    margin-right: 15px;
    width: 30px;
    min-width: 30px;
    height: 30px;
    min-height: 30px;
    padding: 8px;
    border-radius: 50px;
    background-color: #333;
    color: white;
    cursor: pointer;
}

.close-btn svg:hover {
    transform: scale(1.15);
}

.desc-top {
    display: flex;
    flex-direction: column;
    width: calc(100% - 50px);
    padding: 0px 25px;
    margin-top: 25px;
}

.desc-top h1 {
    /* font-family: "Bebas Neue", cursive; */
    font-size: 50px;
    color: white;
    border-bottom: 5px solid var(--red);
}

.desc-top h4 {
    /* font-family: "Bebas Neue", cursive; */
    font-size: 50px;
    color: white;
    border-bottom: 5px solid var(--red);
}

.desc-top .button-selection {
    display: flex;
    width: 100%;
    margin-top: 15px;
}

.desc-top .button-selection div {
    padding: 10px 25px;
}

.desc-top h3 {
    /* font-family: "Roboto", sans-serif; */
}

.desc-top svg {
    width: 25px;
    height: 25px;
    margin-left: 15px;
}

.desc-mid {
    width: calc(100% - 50px);
    margin-top: 20px;
    padding: 0px 25px;
    position: relative;
}

.desc-mid p {
    font-size: 20px;
    /* font-family: "Roboto", sans-serif; */
    color: white;
}

.desc-top h3 {
    /* position: absolute;
    top: -50px;
    right: 25px; */
    /* color: var(--red); */
    color: white;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 25px;
}


.desc-bottom {
    width: 100%;
    display: flex;
    flex-direction: column;
    width: calc(100% - 50px);
    margin-top: 50px;
    padding: 0px 25px;
}

.desc-bottom .cast {
    width: 100%;
    display: flex;
}

.cast-card {
    height: auto;
    background-size: cover;
    background-repeat: no-repeat;
}

.overlay {
    height: 100%;
    width: calc(100% - 30px);
    display: flex;
    flex-direction: column;
    position: relative;
    justify-content: end;
    padding: 0px 15px;
    text-overflow: ellipsis;
    display: none;
    border-radius: 5px;
}

.overlay-card {
    width: calc(100% - 30px);
    position: absolute;
    padding: 0px 15px;
    top: 12px;
}

.overlay-card-search {
    width: calc(100% - 30px);
    position: absolute;
    padding: 0px 15px;
    top: 12px;
}

.button-container {
    width: 100%;
    display: flex;
    margin-bottom: 15px;
    margin-top: 15px;
}

.button-container svg {
    width: 30px;
    height: 30px;
    min-width: 30px;
    padding: 2px;
}

.card .queue,
.card .star {
    margin-left: 8px;
    padding: 7px;
    border-radius: 50px;
    background-color: #333;
    color: white;
    border: 2px solid #878585;
}

.card .watch {
    padding: 7px;
    border-radius: 50px;
    border: 2px solid var(--red);
}

.card .queue:hover,
.card .star:hover {
    background-color: #616161;
}

/* .card:hover .overlay {
    display: flex;
    background-image: linear-gradient(to right,
            rgba(51, 51, 51, 0.95),
            rgba(255, 255, 255, 0.01));
} */

.overlay p {
    color: #bdbdbd;
}

.search-area {
    width: 100%;
    display: flex;
    flex-direction: column;
    /* height: 500px; */
    /* background-image: url("img/motos/IMG_20250131_131654_036.jpg");
    background-size: cover;
    background-repeat: no-repeat; */
    background-color: #000;
    padding-top: 20px;
    padding-bottom: 20px;

}

.search-area .search-area-content {
    width: 100%;
    /* height: 200px; */
    /* background-color: rgba(51, 51, 51, 0.8); */
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;

}

.search-area h2 {
    /* font-family: "Montserrat", sans-serif; */
    color: white;
    font-size: 35px;
}

.search-area p {
    /* font-family: "Montserrat", sans-serif; */
    color: white;
    font-size: 30px;
}

.search-area input {
    border: none;
    background-color: transparent;
    width: 100%;
    height: 35px;
    padding: 4px 25px;
    /* font-family: "Roboto", sans-serif; */
    font-size: 25px;
}

.search-area svg {
    width: 30px;
    height: 30px;
    min-width: 30px;
    padding: 5px 25px;
    margin-left: auto;
}

.search-area .input-area {
    width: 40%;
    display: flex;
    align-items: center;
    background-color: white;
    border-radius: 50px;
    margin-top: 20px;
    position: relative;
}

.form-filter-area {
    width: 100%;
    padding: 10px;
}

.form-filter-area select {
    width: 265px;
    height: 30px;
    border-radius: 50px;
}

/* END MID SECTION */
/* FOOTER */
.bottom {
    width: 100%;
    display: flex;
    flex-direction: column;
    min-height: 100px;
    background-color: #141414;
    justify-content: center;
    align-items: center;
}

.bottom .btn-row {
    width: 50%;
    margin: 15px 0px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.bottom .btn-row h4 {
    color: white;
    /* font-family: "Montserrat", sans-serif; */
    font-size: 12px;
}

.bottom .btn-row h4:hover {
    text-decoration: underline;
    cursor: pointer;
}

.bottom .brand {
    display: flex;
}

.bottom .brand h1 {
    /* font-family: "Anton", sans-serif; */
    font-size: 35px;
}

.bottom .socials {
    display: flex;
    justify-content: end;
    align-items: center;
}

.socials a svg {
    width: 25px;
    height: 25px;
    max-width: 25px;
    color: white;
    padding-left: 20px;
}

.btn-row p {
    color: white;
    /* font-family: "Montserrat", sans-serif; */
    font-size: 8px;
}

/* END FOOTER */

/* MODAL */

.watch-later-modal {
    position: fixed;
    bottom: 0px;
    left: 0px;
    z-index: 11;
    background-color: #333;
    margin-bottom: 15px;
    margin-left: 15px;
    display: flex;
    padding: 20px;
    border-radius: 9px;
    align-items: center;
    display: none;
    box-shadow: 3px 3px 8px black;
}

.watch-later-modal h3 {
    /* font-family: "Roboto", sans-serif; */
    font-size: 20px;
    color: white;
}

.watch-later-modal .side-buttons {
    display: flex;
    align-items: center;
    justify-content: center;
}

.watch-later-modal .side-buttons svg {
    width: 35px;
    min-width: 35px;
    height: 35px;
    min-height: 35px;
    color: white;
    background-color: rgba(255, 255, 255, 0.1);
    padding: 6px;
    border-radius: 50px;
    margin-left: 20px;
}

.side-buttons svg:hover {
    background-color: #141414;
    transition: background-color 0.3s;
    cursor: pointer;
}

.watch-later-modal h3 .playlist {
    color: var(--red);
}

.watch-later-modal h3 .movie {
    color: var(--red);
}

/* END MODAL */

.login-form {
    width: 50%;
    margin: auto;
    margin-top: 80px;
    background-color: transparent;
    margin-bottom: 60px;
    color: #fff;
}

.login-form .form-group {
    padding: 10px;
}

.login-form label {
    display: block;
    width: 100%;
    margin-bottom: 10px;
}

.login-form input {
    display: block;
    width: 100%;
    height: 30px;
    border-radius: 50px;
    padding: 5px;
    padding-left: 10px;
}

.login-form select {
    display: block;
    width: 100%;
    height: 40px;
    border-radius: 50px;
}

/* .login-form button {
    height: 30px;
    margin-top: 5px;
    padding: 0px 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 5px solid transparent;
    border-bottom-color: transparent;
    transition: border-bottom-color 0.3s;
    position: relative;
    left: 130px;
} */

.login-form a {
    color: #fff;
}

.button {
    /* display: flex; */
    /* font-family: Myfont, sans-serif; */
    overflow: hidden;
    margin: 10px;
    padding: 12px 12px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    transition: all 150ms linear;
    text-align: center;
    white-space: nowrap;
    text-decoration: none !important;
    text-transform: none;
    /* text-transform: capitalize; */
    color: #fff;
    border: 0 none;
    border-radius: var(--borderRadius);
    font-size: 13px;
    font-weight: 500;
    line-height: 1.3;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    justify-content: center;
    align-items: center;
    flex: 0 0 60px;
    box-shadow: 2px 5px 10px var(--color-smoke);
    --borderRadius: 36px;
}

a {
    color: #fff;

}

.button:hover {
    transition: all 150ms linear;
    opacity: 0.85;
}

.button:active {
    transition: all 150ms linear;
    opacity: 0.75;
}

.button:focus {
    outline: 1px dotted #959595;
    outline-offset: -4px;
}

.button.-green {
    color: var(--color-snow);
    background: var(--red);
}

/* img {
  height: auto;
  max-width: 100%;
  vertical-align: middle;
} */
.btn {
    background-color: white;
    border: 1px solid #cccccc;
    color: #696969;
    padding: 0.5rem;
    text-transform: lowercase;
}

.btn--block {
    display: block;
    width: 100%;
}

.cards {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: 0;
    padding: 0;
}

.cards__item {
    display: flex;
    padding: 1rem;
}

.card {
    background-color: white;
    border-radius: 0.25rem;
    box-shadow: 0 20px 40px -14px rgba(0, 0, 0, 0.25);
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.card:hover .card__image {
    filter: contrast(100%);
}

.card__content {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    padding: 1rem;
}

.card__image {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
    filter: contrast(70%);
    overflow: hidden;
    position: relative;
    transition: filter 0.5s cubic-bezier(0.43, 0.41, 0.22, 0.91);
}

.card__image::before {
    content: "";
    display: block;
    padding-top: 56.25%;
}

@media (min-width: 40rem) {
    .card__image::before {
        padding-top: 66.6%;
    }
}

.card__title {
    color: #696969;
    font-size: 1.25rem;
    font-weight: 300;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.card__text {
    flex: 1 1 auto;
    font-size: 0.875rem;
    line-height: 1.5;
    margin-bottom: 1.25rem;
}

.row_posters-10 {
    display: flex;
    flex-direction: row !important;
    align-items: center;
    overflow-y: hidden;
    overflow-x: hidden;
    padding: 20px;
}

.item {
    position: relative;
    display: flex;
    min-height: 150px;
    width: 60%;
    transition: transform 450ms;
    max-height: 250px;
}

.item+.item {
    margin-left: 10px;
}

.number {
    position: absolute;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    z-index: 1;
    left: -15px;
    font-weight: bold;
    font-size: 180px;
    line-height: 0;
    color: black;
    -webkit-text-stroke: 4px rgb(102, 102, 102);
    text-shadow: 0 0 30px black;
}

.item img {
    position: absolute;
    margin: 4px 0 4px 90px;
    box-shadow: 0px 0px 32px black;
    height: 150px;
    z-index: 1;
}

.row__poster:hover {
    transform: scale(1.08);
}

.item:hover {
    transform: scale(1.08);
    z-index: 1;
}

.row_posters::-webkit-scrollbar {
    display: none;
}

.row__posterLarge {
    max-height: 250px;
}

row__posterLarge:hover {
    transform: scale(1.09);
}

.row {
    color: white;
    margin-left: 20px;
    z-index: 1;
}


.autocomplete-list {
    list-style: none;
    padding: 0;
    margin: 0;
    position: absolute;
    background: white;
    width: 95%;
    max-height: 200px;
    overflow-y: auto;
    z-index: 1000;
    top: 47px;
    left: 18px;
    border-radius: 10px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;

}

.autocomplete-list li {
    padding: 8px;
    cursor: pointer;
}

.autocomplete-list li:hover {
    background: #f0f0f0;
}

.userui {
    display: flex;
    align-items: center;
}

.userui .avatar {
    width: 50px;
    height: 50px;
    /* background: rgba(21, 38, 168, 0.782); */
    background-color: var(--red);
    color: #fff;
    border-radius: 50%;
    margin: 0px 5px;
}

.centralize {
    display: flex;
    align-items: center;
    justify-content: center;
}


/* profile menu */

.profile {
    position: relative;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 12px;
    cursor: pointer;
    text-align: end;
    color: #fff;
}

.profile h3 {
    text-align: end;
    line-height: 1;
    margin-bottom: 4px;
    font-weight: 600;
}

.profile p {
    line-height: 1;
    font-size: 14px;
    opacity: .6;
}

.profile .img-box {
    position: relative;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    overflow: hidden;
}

.profile .img-box img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* menu (the right one) */

.menu {
    position: absolute;
    top: calc(100% + 24px);
    right: 16px;
    width: 250px;
    min-height: 100px;
    background: #fff;
    box-shadow: 0 10px 20px rgba(0, 0, 0, .2);
    opacity: 0;
    transform: translateY(-10px);
    visibility: hidden;
    transition: 300ms;
}

.menu::before {
    content: '';
    position: absolute;
    top: -10px;
    right: 25px;
    width: 20px;
    height: 20px;
    background: #fff;
    transform: rotate(45deg);
    z-index: -1;
}

.menu.active {
    opacity: 1;
    transform: translateY(0);
    visibility: visible;
}

/* menu links */

.menu ul {
    position: relative;
    display: flex;
    flex-direction: column;
    z-index: 10;
    background: #fff;
    padding-left: 0;
}

.menu ul li {
    list-style: none;
}

.menu ul li:hover {
    background: #eee;
}

.menu ul li a {
    text-decoration: none;
    color: #000;
    display: flex;
    align-items: center;
    padding: 15px 20px;
    gap: 6px;
}

.menu ul li a i {
    font-size: 1.2em;
}

.tags {
    list-style: none;
    margin: 0;
    overflow: hidden;
}

.tags li {
    float: left;
}

.tag {
    background: #eee;
    color: #000000;
    display: inline-block;
    height: 26px;
    line-height: 26px;
    padding: 0 20px 0 23px;
    position: relative;
    margin: 0 10px 10px 0;
    text-decoration: none;
    -webkit-transition: color 0.2s;
    border-radius: 20px;
}

.tag.selected {
    background-color: red;
    color: white;
}

.tag::before {
    background: #fff;
    border-radius: 10px;
    box-shadow: inset 0 1px rgba(0, 0, 0, 0.25);
    content: '';
    height: 6px;
    left: 10px;
    position: absolute;
    width: 6px;
    top: 10px;
}

.tag::after {
    background: #fff;
    border-radius: 20px;
    content: '';
    position: absolute;
    right: 0;
    top: 0;
}

.tag:hover {
    background-color: red;
    color: white;
    cursor: pointer;
}

/* .tag:hover::after {
    border-left-color: red;
} */


.content-event {
    width: 80%;
    margin: auto;
    font-size: 20px;
    /* border: 0.05em solid red;
    width:100%;
    display: flex;
    justify-content: center; */
}

.content-event-detail {
    /* width: 80%;
    margin: auto;
    font-size: 20px; */
    /* border: 0.05em solid red; */
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 10px;
    flex-direction: row;
    flex-wrap: wrap;
}

.content-event-description {
    padding: 10px;
    text-align: center;
}

.content-event-detail div {
    /* width: 100%; */
    margin: auto;
    font-size: 20px;
    text-align: center;
    height: 100px;
    line-height: 100px;
    justify-content: center;
}

.content-event-detail-org {
    width: 100%;
    display: flex;
    text-align: center;
    height: 80px;
    line-height: 50px;
    justify-content: center;
    margin-bottom: 40px;
}

.content-event-detail-org h3 {
    color: var(--red);
    text-transform: uppercase;
}

.content-event-detail-link {
    text-align: center;
    margin-bottom: 20px;
    margin: auto;
}

.content-event-detail-tags {
    display: flex;
    height: 100px;
    line-height: 100px;
    justify-content: center;
}

.content-event-detail .event-date {
    font-size: 25px;
}

.bold {
    font-weight: 800;
}

.modal-content-event-desc {
    margin-bottom: 50px;
    text-align: left
}

.modal-content-event-details {
    width: 100%;
    display: flex;
    justify-content: center;
    color: #fff;
    flex-wrap: wrap;
}

.modal-content-event-details div {
    padding: 20px;
    text-align: center;
}

.modal-content-event-details div span {
    font-weight: 800;
}

.modal-content-event-link {
    text-align: center;
}

.modal-content-event-details .event-date {
    font-size: 20px;
}

/* nav .nav-links ul {
    list-style: none;
}

nav .nav-links ul li {
    display: flex;
    margin: 1rem auto;
    padding: 10px 1rem;
    align-items: center;
    position: relative;
    cursor: pointer;
}

nav .nav-links ul li .link-navbar {
    color: #fff;
}

nav .nav-links ul li .link-navbar:hover {
    color: var(--red);
}

nav .nav-links .link-navbar.select {
    color: var(--red);
} */


/* Nav sous le header fixe */
nav {
  background-color: transparent;
  padding: 0.5rem 1rem;
  margin-top: 100px; /* pour ne pas passer sous ton header */
}

nav .nav-container {
  display: flex;
  flex-direction: column; /* vertical sur desktop */
  align-items: flex-start;
}

nav .nav-links ul {
  list-style: none;
  display: flex;
  flex-direction: column; /* vertical */
  gap: 1rem;
  padding-left: 0;
  margin: 1rem 0;
}

nav .nav-links ul li .link-navbar {
  color: #fff;
  text-decoration: none;
  display: block;
}

nav .nav-links ul li .link-navbar:hover {
  color: var(--red);
}

nav .nav-links .link-navbar.select {
  color: var(--red);
}

/* Bouton menu (remplace burger) */
.menu-toggle {
  display: none;
  font-size: 1.5rem;
  background: none;
  border: none;
  color: #fff;
  cursor: pointer;
  margin-left: auto;
}

/* Layout principal */
.dashboard-content {
  display: flex;
  flex-direction: row;
  padding-top: 100px; /* même hauteur que ton header fixe */
  min-height: calc(100vh - 200px);
  gap: 1rem;
}

.dashboard-content nav {
  background: transparent;
  border-radius: 10px;
  padding: 1rem;
  margin-top: 0;
}

.dashboard-content-right {
  flex: 1;
  background: #fff;
  border-radius: 20px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}




.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #222;
    color: #fff;
    padding: 1rem;
    text-align: center;
    z-index: 9999;
}

.cookie-banner button {
    background-color: #4caf50;
    color: #fff;
    border: none;
    padding: 0.5rem 1rem;
    margin-left: 1rem;
    cursor: pointer;
}

.cookie-banner.hidden {
    display: none;
}

.header-section {
    display: flex;
    align-items: center;
    height: 50px;
}

.header-section h2 {
    margin-right: 20px;
    width: 88%;
}

.header-section a {
    font-size: 20px;
    margin-top: 7px;
    width: 150px;
    color: #fff;
}

.header-section a:hover {
    color: var(--red);
}

.profile-div {
    display: flex;
    flex-wrap: wrap;
    padding: 10px;
    height: 50px;
    vertical-align: middle;
}

.profile-div label {
    width: 150px;
    margin-right: 20px;
    font-weight: 600;
}

.profile-div input {
    width: 250px;
    height: 30px;
}

.contact-form div {
    margin-bottom: 10px;
}

.contact-form div label {
    width: 100px;
    display: block;
    margin-bottom: 10px;
}

.contact-form div input {
    width: 100%;
    height: 30px;
    border-radius: 20px;
}

.contact-form div textarea {
    width: 100%;
    height: 30px;
    border-radius: 20px;
}

.profile-card__img-test {
    width: 200px;
    height: 200px;
    transform: translateY(-50%);
    border-radius: 50%;
    overflow: hidden;
    position: relative;
    z-index: 4;
    /* margin-left: -100px; */
    margin-right: 50px;
    margin-top: 150px;
    box-shadow: 0px 5px 50px 0px #ff0800, 0px 0px 0px 7px rgba(255, 0, 0, 0.879);
}

.profile-card__img {
    display: flex;
    flex-direction: column;
    /* image au-dessus, texte en dessous */
    align-items: center;
    /* centre l’image et le texte */
    max-width: 250px;
    /* largeur fixe ou max pour homogénéité */
    text-align: center;
    /* centre le texte */
    padding: 10px;
    border-radius: 10px;
}

.profile-card__img img {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    margin-bottom: 10px;
    object-fit: cover;
    /* garde un beau rendu */
    display: block;
    /* enlève les espaces inline */
}

.profile-card__text {
    font-size: 14px;
    color: #fff;
}

.modal-promote {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.4);
}

.modal-promote-content {
    background-color: #fff;
    margin: 10% auto;
    padding: 20px;
    border-radius: 8px;
    width: 80%;
    max-width: 500px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.close-promote {
    color: #aaa;
    float: right;
    font-size: 24px;
    font-weight: bold;
    cursor: pointer;
}

.close-promote:hover {
    color: #000;
}


.see-more:hover {
    cursor: pointer;
    text-decoration: underline;
}

.section {
    margin-bottom: 20px;
}

.explorer-tag-list {
    background-color: transparent;
}


.user-form-submit {
    width: 100%;
    text-align: center;
}

.modal-content-event-link {
    display: flex;
    justify-content: center;
    /* centre horizontalement */
    align-items: center;
    /* centre verticalement (si tu as une hauteur fixe) */
}

.home-link {
    width: 200px;
    flex: 0 0 20px;
    color: #fff;
}

.top-p {
    text-shadow: 5px 5px 10px black;
    color: white;
    font-weight: 800;
}

.nav-login {
    flex: 0 0 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    text-decoration: none;
}

.price-filter {
    margin: 20px 0;
    color: #fff;
    margin-top: 0;
    width: 30%;
}

.price-values {
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    color: #fff;
}

/* Style du slider */
input[type="range"] {
    -webkit-appearance: none;
    width: 100%;
    height: 8px;
    border-radius: 5px;
    background: linear-gradient(to right, var(--red) 50%, #ddd 50%);
    outline: none;
    transition: background 0.3s;
}

/* Le "thumb" (curseur rond) */
input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: var(--red);
    cursor: pointer;
    border: 2px solid white;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
}

input[type="range"]::-moz-range-thumb {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: #4caf50;
    cursor: pointer;
    border: 2px solid white;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
}

.date-from-container {
 display: flex;
 justify-content: center; 
 margin-top: 10px;
}

.date-from-container input {
    flex: 1; 
    border: 1px solid #ccc; 
    padding: 10px;
    background-color: #fff;
    font-size: 12px;
    height: 12px;
}

.input-date-start {
    border-radius: 20px 0 0 20px; 
    
}
.input-date-end {
    border-radius: 0 20px 20px 0; 
    border-left: none; 
}

.content-date-form {
    display: flex;
    align-items: center;
}

/* MEDIA SCREEN RESPONSIVE */

@media screen and (max-width: 1660px) {
    .top p {
        font-size: 16px;
    }
}

@media screen and (max-width: 1430px) {
    .card h4 {
        font-size: 16px;
    }

    .card p {
        font-size: 11px;
    }

    .overlay {
        width: calc(100% - 20px);
        padding: 0px 10px;
    }

    .overlay .button-container {
        margin-bottom: 10px;
        margin-top: 10px;
    }

    .modal-content {
        max-width: 800px;
    }

    .item {
        width: 35%;
    }

    .number {
        font-size: 150px;
        height: 85%;
    }

    .item img {
        width: 200px;
        height: 115px;
        margin: 4px 0 4px 50px;
    }

    .form-filter-area {
        width: 100%;
    }
}

@media screen and (max-width: 1330px) {
    .top h1 {
        font-size: 45px;
    }

    .top h2 {
        font-size: 45px;
    }

    .top p {
        font-size: 20px;
    }

    .top h3 {
        font-size: 12px;
    }

    .top svg {
        width: 20px;
        height: 20px;
        min-width: 20px;
    }

    .top .watch,
    .top .queue {
        padding: 7px 20px;
    }

    .content-event-detail .event-date {
        font-size: 22px;
    }

    .price-filter {
        width: 40%;
    }

}

@media screen and (max-width: 1230px) {
    .main-nav .button-container h2 {
        font-size: 20px;
    }

    .right-nav .button-container h2 {
        font-size: 16px;
    }

    .carousel-btn svg {
        width: 30px;
        height: 30px;
    }

    .card svg {
        width: 20px;
        height: 20px;
        min-width: 20px;
    }

    .content-area .content-title {
        padding-left: 30px;
    }

    .search-area-content h2 {
        font-size: 40px;
    }

    .search-area-content p {
        font-size: 20px;
    }


    .content-event-detail div {
        font-size: 15px;
        line-height: 30px;
        height: 60px;
    }

    .content-event-detail .event-date {
        font-size: 22px;
    }

    .price-filter {
        width: 60%;
    }

}

@media screen and (max-width: 1180px) {
    .top .left-side {
        padding-left: 6%;
        width: 45%;
    }

    .search-area-content .input-area {
        width: 50%;
        margin-top: 40px;
    }

    .mid .search-area {
        height: 400px;
    }

    .search-area input {
        font-size: 18px;
    }

    .search-area svg {
        width: 20px;
        height: 20px;
        min-width: 20px;
    }

    .modal-content {
        max-width: 700px;
    }

    
    .date-from-container input {
        font-size: 12px;
        height: 15px;
    }

}

@media screen and (max-width: 1045px) {

    .content-area .content-title {
        font-size: 28px;
    }

    .mid {
        padding: 30px;
    }

    .search-area-content .input-area input {
        height: 40px;
    }

    .search-area-content h2 {
        font-size: 30px;
    }

    .search-area-content p {
        font-size: 16px;
    }

    .mid .search-area {
        height: 350px;
    }

    .explorer-tag-list {
        width: 80%;
    }


    .card-carousel-search .card {
        width: 32%;
        height: 160px;
    }

    .price-filter {
        width: 70%;
    }

    .dashboard-content {
        padding-top: 100px;
    }

}

@media screen and (max-width: 950px) {
    .header .brand h1 {
        font-size: 30px;
    }

    .main-nav .button-container h2 {
        font-size: 16px;
    }

    .right-nav .button-container h2 {
        font-size: 12px;
    }

    .main-nav {
        margin-left: 30px;
    }

    .event-desc {
        padding: 0px;
        height: 100%;
    }

    .modal-content {
        max-width: 100%;
    }

    .content-event-detail-org h3 {
        font-size: 25px;
    }

}

@media screen and (max-width: 815px) {
    .header {
        min-height: 70px;
        height: auto;
    }


    .menu {
        right: inherit;
        width: inherit;
    }


    .content-event-detail-org {
        font-size: 15px;
        line-height: 30px;
    }

    .content-event-detail-org h3 {
        font-size: 25px;
    }

    .content-event-detail-tags {
        padding-left: 50px;
    }

    .content-event-description {
        font-size: 18px
    }

    .content-event-detail .event-date {
        font-size: 18px;
    }

    h1 {
        font-size: 20px;
    }
}

/* Responsive */
@media (max-width: 768px) {
  .dashboard-content {
    flex-direction: column;
  }

  .dashboard-content nav {
    width: 100%;
  }

  /* nav horizontal en mobile */
  nav .nav-container {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }

  .menu-toggle {
    display: block;
  }

  .nav-links {
    display: none;
    width: 100%;
    background: #111;
    position: absolute;
    top: 70px; /* pile sous ton header fixe */
    left: 0;
    padding: 1rem 0;
    z-index: 1000;
  }

  .nav-links.active {
    display: block;
  }

  .nav-links ul {
    flex-direction: column;
    align-items: center;
  }

  .dashboard-content-right {
    margin-top: 1rem;
  }

  .dashboard-content nav {
    margin-top: 50px;
    padding: 5px;
 }
}

@media screen and (max-width: 737px) {
    .carousel-btn {
        display: none;
    }

    .card {
        display: flex !important;
        overflow-y: visible;
    }

    .card:hover {
        position: relative;
        margin: 0px 20px !important;
    }

    .card-carousel-search .card:hover {
        margin: 0px 0px !important;
    }

    .card-carousel-style {
        overflow-x: scroll;
        overflow-y: visible;
        align-items: center;
    }

    .card svg {
        width: 10px;
        height: 10px;
        min-width: 10px;
    }

    .search-area .input-area {
        width: 70%;
    }

    .mid .search-area {
        height: 250px;
    }

    .content-area .content-title {
        padding-left: 0px;
    }

    .bottom .btn-row {
        width: 95%;
    }

    .desc-top h3 {
        font-size: 16px;
    }

    .desc-top svg {
        width: 20px;
        height: 20px;
    }

    .desc-mid p {
        font-size: 25px;
    }


    .item {
        position: relative;
        display: flex;
        min-height: 150px;
        width: 30%;
        transition: transform 450ms;
        max-height: 250px;
    }

    .number {
        font-size: 150px;
    }

    .form-filter-area select {
        margin-bottom: 10px;
    }

    .login-form {
        width: 80%;
    }



}

@media screen and (max-width: 730px) {
    .carousel-btn svg {
        width: 20px;
        height: 20px;
    }

    /* .card-carousel {
        margin: 10px 0px;
    } */

    .card-carousel-style {
        margin: 10px 0px;
    }
}

@media screen and (max-width: 710px) {

    .card p {
        font-size: 8px;
    }

    .overlay {
        width: calc(100% - 16px);
        padding: 0px 8px;
    }

    .overlay .button-container {
        margin-bottom: 8px;
        margin-top: 8px;
    }

    .card .queue {
        margin-left: 8px;
    }

    .card .queue,
    .card .watch,
    .card .star {
        padding: 4px;
    }

    .search-area-content h2 {
        font-size: 25px;
    }

    .search-area-content p {
        font-size: 12px;
    }

    .header .right-nav {
        font-size: 14px;
    }

    .home-link {
        width: 130px;
        flex: 0 0 20px;
        color: #fff;
    }

    .top-p {
        font-size: 25px;
    }

    .price-filter {
        width: 80%;
    }

    .date-from-container input {
       height: 24px;
    }

    .content-date-form {
        width: 70%;
    }

}

@media screen and (max-width: 610px) {
    .card svg {
        width: 8px;
        height: 8px;
        min-width: 8px;
    }

    .top h1 {
        font-size: 25px;
    }

    .top h2 {
        font-size: 25px;
    }

    .desc-top h1 {
        font-size: 35px;
    }

    .top p {
        font-size: 15px;
        padding: 15px 0px;
    }

    .top .left-side {
        width: 80%;
    }

    .mid {
        padding: 20px;
    }

    .header-section a {
        font-size: 14px;
        width: 106px;
    }

    .content-title {
        font-size: 22px;
    }

    .card-carousel-search .card {
        width: 48%;
        height: 160px;
    }


    .content-event-detail .small-details {
        line-height: 50px;
        height: 50px;
    }

    .top p {
        font-size: 12px;
    }


 


}

@media screen and (max-width: 545px) {
    .card h4 {
        font-size: 15px;
    }

    .card p {
        font-size: 6px;
    }

    .search-area-content h2 {
        text-align: center;
        font-size: 24px;
    }

    .search-area-content p {
        text-align: center;
        width: 90%;
        font-size: 12px;
    }

    .desc-top h3 {
        font-size: 14px;
    }

    .desc-top svg {
        width: 18px;
        height: 18px;
    }

    .desc-mid p {
        font-size: 20px;
    }

    .content-area .content-title {
        font-size: 20px;
    }

    /* .search-area-explorer {
        padding-top: 160px;
        height: 350px;
    } */


}

@media screen and (max-width: 460px) {
    .btn-row {
        flex-direction: column;
    }

    .socials svg {
        padding: 0px 10px;
    }
}

@media (min-width: 40rem) {
    .cards__item {
        width: 33, 3333%;
    }
}

@media (min-width: 56rem) {
    .cards__item {
        width: 17.5%;
    }

    .card__title {
        font-size: 12px;
    }

    .card p {
        font-size: 12px;
    }
}