body,
* {
    margin: 0;
    padding: 0;
}

body {
    /* background: #393939; */
    background: rgb(49, 40, 58);
}

.top-fixed {
    position: fixed;
    background-color: rgba(0, 0, 0, 0.2);
    height: 7vh;
    width: 100%;
    z-index: 10;
}

.top-fixed nav.navbar {
    width: 100%;
    height: 100%;
}

.top-fixed ul {
    position: relative;
    top: 50%;
    left: 20%;
    transform: translateY(-50%);
}

.top-fixed ul li {
    list-style: none;
    display: inline-block;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    color: #FFFFFF;
    margin-right: 10%;
}

.header {
    height: 56vh;
    width: 100vw;
    background: var(--header-background-url);
    background-size: cover;
    background-position: center;
}

.header::before {
    content: "";
    position: absolute;
    height: 56vh;
    width: 100%;
    background: linear-gradient(0deg, rgba(18, 18, 18, 0.52) 6.06%, rgba(18, 18, 18, 0) 100%);
}

.header .bottom {
    position: relative;
    top: 45%;
}

.header .bottom .show-title {
    text-transform: uppercase;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 800;
    /* font-size: 40px; */
    font-size: 33px;
    color: #FFFFFF;
    text-align: center;
    width: 90%;
    margin-left: 4%;
}

.header .show-sections {
    width: 60%;
    position: relative;
    left: 62%;
    transform: translateX(-50%);
}

.header .show-sections ul li {
    list-style: none;
    display: inline-block;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    color: #FFFFFF;
    margin-right: 5%;
}

.header .actions-box {
    margin-left: 20%;
    margin-top: 7%;
}

.button {
    display: inline-block;
    color: #FFFFFF;
    margin-right: 4%;
}

.button.primary {
    background-color: #FFFFFF;
    padding: 3% 5%;
    border-radius: 6px;
}

.button.primary div {
    display: inline-block;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 800;
    font-size: 15px;
    color: #000000;
}

.button.secondary {
    vertical-align: middle;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    text-align: center;
}

.button.secondary i {
    font-weight: 800;
    font-size: 20px;
}

.recommandations-section {
    margin-top: 5vh;
    margin-left: 7vw;
    width: 93vw;
    margin-bottom: 10vh;
}

.recommandations-section .horizontal-section .section-title {
    font-family: 'Inter';
    font-style: normal;
    color: #FFFFFF;
}

.recommandations-section .horizontal-section {
    overflow: hidden;
    margin-top: 8%;
}

.recommandations-section .horizontal-section .section-content {
    width: 100%;
    white-space: nowrap;
    overflow-x: auto;
}

.recommandations-section .horizontal-section .section-content .show {
    background: var(--show-background-url);
    background-size: auto;
    height: 16vh;
    width: 69vw;
    background-size: cover;
    margin-top: 3%;
    margin-right: 2%;
    display: inline-block;
    border-radius: 9px;
}

.bottom-navbar {
    position: fixed;
    bottom: 0;
    background-color: black;
    color: rgba(255, 255, 255, 0.76);
    width: 100%;
    padding: 4% 2%;
}

.bottom-navbar .button {
    position: relative;
    left: 20%;
    display: inline-block;

}

.bottom-navbar .button.active {
    color: #fff;
}

.search-menu .search-bar input {
    background: linear-gradient(89.83deg, rgba(255, 255, 255, 0.4) 0.12%, rgba(255, 255, 255, 0.142) 99.86%);
    border: 1.3px solid #E9D8D8;
    height: 5vh;
    width: 85%;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    margin-top: 5%;
    padding-left: 4%;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 800;
    color: rgba(255, 255, 255, 0.7);
    outline: none;
    offset: none;
}

.search-menu .search-bar input::placeholder {
    color: rgba(255, 255, 255, 0.7);
}

.search-menu .search-response {
    margin-top: 5%;
}

.search-menu .search-response .show {
    background: var(--show-background-url);
    background-size: cover;
    height: 20vh;
    width: 89vw;
    border-radius: 10px;
    box-shadow: 0 0 21px #1f1c1ce3;
    position: relative;
    left: 5%;
    margin-bottom: 5%;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    line-height: 20vh;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
}

/* .search-menu .search-response .show::before {
    content: "";
    position: absolute;
    background-color: rgba(0, 0, 0, 0.8);
    width: 100%;
    height: 100%;
    margin-left: -21.8%;
    border-radius: 10px;
    z-index: 0;
} */