@import url('https://fonts.googleapis.com/css2?family=Ubuntu+Condensed&family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Abril+Fatface&display=swap');
:root{
    --fr-color-site: 157 184 200;
    --fr-color-site-dark: 109 142 162;
    --fr-color-site-light: 93 11 169;
    --fr-color-site-darker: 60 92 111;
    --fr-color-site-top: 140 189 14;
    --fr-color-tarif: 244 67 54;
    --logo-header: url( ../img/logo-fond-light.svg);
}

body {
    position: relative;
    font-family: 'Ubuntu', Arial;
    padding-top: 150px;
    background-color: rgb(var(--fr-color-site)/10%);
    font-size: 1.2rem;
    font-weight: 300;
}
.tarif {
    color: rgb(var(--fr-color-tarif)) !important;
}
a {
    color: #666666;
    text-decoration: none;
}
a:hover {
    color: rgb(var(--fr-color-site));
    text-decoration: none;
}
.strike:before {
    content: '';
    background: red;
    width: 100%;
    height: 1px;
    top: 10px;
    left: -1px;
    position: absolute;
    transform: rotate(11deg);
}
.cart-button {
    position: fixed;
    top: 1rem;
    right: 1rem;
    z-index: 10000;
    background-color: rgb(50 79 97 / 00%);
    padding: 1rem 1rem 1rem 0.5rem;
    border-top-right-radius: 0.5rem;
    box-shadow: none;
    border-bottom-right-radius: 0.5rem;
}
.rounded-4 {
    border-radius: 1rem !important;
}
.rounded-5 {
    border-radius: 2rem !important;
}
.col-index .d-flex{
    background-image: url(../img/bg-img-header.svg);
    background-position: right;
    background-repeat: no-repeat;
    background-size: cover;
}
.collection .nav-item:hover{
    background-color: rgb(157 157 156);
}
.promo-price {
    font-family: 'Abril Fatface', serif;
    position: relative;
    font-size: 15vh;
    line-height: 100%;
}

.promo-text{
    position: relative;
    /*
    background-image: linear-gradient(90deg, transparent 60%, rgb(0 0 0 / 26%));
    box-shadow: inset 0 0 20px 3px rgb(0 0 0 / 42%);
    */
    background-color: gold;
}

.corners--round {
    -webkit-mask-image: radial-gradient(circle at 1.5rem 1.5rem, transparent 1.5rem, gold 0);
    mask-image: radial-gradient(circle at 1.5rem 1.5rem, transparent 1.5rem, gold 0);
    -webkit-mask-position: -1.5rem -1.5rem;
    mask-position: -1.5rem -1.5rem;
    -webkit-mask-repeat: repeat;
    mask-repeat: repeat;
}
.carrier{
    opacity:.6;
}
.carrier:hover{
    opacity:1;
    box-shadow: 0 0 15px rgb(0 0 0 /15%);
}

h1, h2, h3{
    font-family: 'Ubuntu condensed', Arial !important;
}
.rounded-end-0 {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}
.rounded-start-0 {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}
.cartouche-prix {
    position: absolute;
    bottom: 4rem;
    right: 0;
}
.viewIem {
    position: absolute;
    text-align: center;
    width: 100%;
    top: 40%;
    transition: all .3s;
    opacity: .8;
    left: 400px;
}
.viewIem a{
    color: #ffffff;
}
.viewIem:hover{
    opacity: 1;
}
.article:hover .viewIem{
    left: 0;
}
.spooler {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgb(157 184 200 / 80%);
    color: white;
    z-index: 10000;
    font-size: 2rem;
    font-weight: 200;
    display: none;
}
.spooler-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    text-align: center;
}
.ticket-pos{
    rotate: 3deg;
    margin-top: -2rem;
}
.maps {
    min-height: 200px;
}
.ticket {
    border-radius: 0.5rem;
    box-shadow: 0px 10px 15px rgb(0 0 0 / 40%);
    background-image: linear-gradient(157deg, rgb(255 255 255 / 60%) 0%, transparent);
    border: solid 5px rgb(255 255 255 / 80%);
}
.ticket:after {
    content: '';
    background-image: url(../img/punaise.png);
    width: 50px;
    height: 80px;
    position: absolute;
    top: -32px;
    left: 47%;
    transform: translateX(-50%);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    rotate: 346deg;
}
.punaise {
    position: absolute;
    top: -15px;
    left: 50%;
    width: 50px;
    transform: translateX(-78%) rotate(351deg);
}
.header-cart {
    background-color: #ebf1f4;
    position: fixed;
    top: 150px;
    right: 0;
    z-index: 1000;
    font-size: .9rem;
}
.cart {
    rotate: 3deg;
    /* position: relative; */
    background-image: linear-gradient(149deg, rgb(0 0 0 / 13%) 11%, transparent 54%);
    border: solid 2px #bed4e1;
    border-radius: 0.5rem;
}
.cart:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    box-shadow: 0 0px 12px 0 rgb(0 0 0 / 20%), 10px 9px 20px 0 rgb(0 0 0 / 19%);
    z-index: 0;
    border-radius: 0.5rem;
    z-index: -1;
}
.article {
    position: relative;
}
.article:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 6%;
    right: 6%;
    height: 10%;
    box-shadow: 0 0 11px black;
    z-index: -1;
    border-radius: 50%;
    background-color: rgb(0 0 0 / 50%);
}
.header {
    min-height: 500px;
    /*clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);*/
    position: relative;
    background-image: url(../img/bg-img-header.svg);
    background-position: center;
    background-repeat: no-repeat;
}
.carousel-inner {
    height: 100%;
}
/*
.header .poster {
    height: auto;
    width: 32%;
    transform: translateY(-50%) rotate(350deg);
    box-shadow: 0 0 25px rgb(0 0 0 / 60%);
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 1;
}
*/
.header .poster {
    height: auto;
    width: 100%;
    transform: translateX(-50%) rotate(356deg);
    box-shadow: 0 0 25px rgb(0 0 0 / 60%);
    position: absolute;
    left: 50%;
    top: 0;
    /* z-index: 1; */
}
header {
    background-image: linear-gradient(90deg, transparent , rgb(255 255 255 / 45%) , transparent );
    position: relative;
}
header:after {
    position: absolute;
    left: 50%;
    bottom: auto;
    content: '';
    width: 80%;
    height: 1%;
    border-radius: 50%;
    box-shadow: 0 0px 18px black;
    z-index: -1;
    transform: translateX(-50%);
}
.select-of-day {
    width: 320px;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translatey(-89%);
    z-index: 1;
}
#carouselExampleSlidesOnly {
    height: calc(100vh - 151px);
    width: 100%;
}
.header-text {
    position: absolute;
    left: 15%;
    bottom: 20%;
    opacity: 0.90;
}
.header-text h3 {
    font-weight: 800;
}
.header-title {
    text-shadow: 1px 1px rgb(255 255 255);
}
.grayscale {
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 3.5+ */
    filter: gray; /* IE6-9 */
    -webkit-filter: grayscale(100%); /* Chrome 19+ & Safari 6+ */
    opacity: .8;
    transition: all .5s;
}
.down {
    position: absolute;
    bottom: 5%;
    left: 50%;
    transform: translateX(-50%);
    animation-name: downicon;
    animation-duration: 4s;
    animation-iteration-count: infinite;
}
.down:hover{
    animation-play-state: paused;
}
@keyframes downicon{
    0% {bottom:5%; }
    50% { bottom:0; }
    0%  {bottom:5%; }
}
.grayscale:hover {
    filter: none;
    -webkit-filter: grayscale(0%);
    opacity: 1;
}
.header-text h5 {
    font-weight: 300;
    text-transform: uppercase;
}
.header-tarif {
    background-color: #ff2d27;
    position: absolute;
    top: 34%;
    right: -116px;
    width: 200px;
    font-size: 3.5rem;
    padding-right: 2.5rem;
    z-index: -1;
}
.header-tarif sup {
    display: block;
    top: 37px;
    right: 16px;
    font-size: 20px;
    position: absolute;
    rotate: -90deg;
    color: rgba(255, 255, 255, 0.8) !important;
    font-weight: 400;
}
.article-tarif {
    position: absolute;
    top: 50%;
    background-color: rgb(var(--fr-color-tarif));
    padding-right: 30px;
    padding-left: 12px;
    border-top-right-radius: 50rem;
    border-bottom-right-radius: 50rem;
    font-size: 2rem;
}
.article-tarif sup {
    display: block;
    top: 25px;
    right: 10px;
    font-size: 16px;
    position: absolute;
    rotate: -90deg;
    color: rgba(255, 255, 255, 0.7) !important;
    font-weight: 400;
}
.bg-site {
    background-color: rgb(var(--fr-color-site));
}
.bg-site-light {
    background-color: rgb(var(--fr-color-site) / 40%) !important;
}
.bg-site-lighter {
    background-color: rgb(var(--fr-color-site) / 20%) !important;
}
.bg-site-dark {
    background-color: rgb(var(--fr-color-site-dark)) !important;
}
.bg-site-gradient {
    background-image: linear-gradient(-90deg, rgb(var(--fr-color-site-dark) /0%) 5%, rgb(var(--fr-color-site-dark)) 36%) !important;
}
.bg-white-50{
    background-color: rgba(255,255,255,.5) !important;
}
.text-site {
    color: rgb(var(--fr-color-site));
}
.text-site-light {
    color: rgb(var(--fr-color-site) / 40%);
}
.text-site-dark {
    color: rgb(var(--fr-color-site-dark));
}
.bg-site-darker {
    background-color: rgb(--fr-color-site-darker);
}
.header-index {
    height: 430px;
}
.text-justify{
    text-align: justify !important;
}
.notification {
    position: absolute;
    top: 200px;
    right: 0;
    z-index: 10000;
    max-width: 350px;
}
footer li a {
    color: rgba(255, 255, 255, 1);
    text-decoration: none;
}
footer li a:hover {
    color: rgba(255, 255, 255, 0.8);
}
.header .nav-link {
    color: white;
}
.header .border-end{
    border-color: rgba(255,255,255,.5) !important;
}
.star{
    background: #FFBB00;
    background: -webkit-linear-gradient(to bottom, #FFBB00 33%, #FFED4D 85%);
    background: -moz-linear-gradient(to bottom, #FFBB00 33%, #FFED4D 85%);
    background: linear-gradient(to bottom, #FFBB00 33%, #FFED4D 85%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.nostar {
    background: #C9C9C9;
    background: -webkit-linear-gradient(to bottom, #C9C9C9 28%, #F5F5F5 69%);
    background: -moz-linear-gradient(to bottom, #C9C9C9 28%, #F5F5F5 69%);
    background: linear-gradient(to bottom, #C9C9C9 28%, #F5F5F5 69%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.smallplayer {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    font-size: 3rem;
    opacity: .5;
}
.smallplayer i {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.smallplayer:hover{
    opacity: 1;
}
.rightvideotitle, .rightvideotitle:visited {
     font-size: 19px;
     font-weight: bold;
     margin-bottom: 5px;
     display: block;
 }

#carouselHeader{
    position: relative;
}
#carouselHeader:before, #carouselHeader:after {
    position: absolute;
    content: "";
    bottom: 80px;
    left: 15px;
    top: 36%;
    width: 71%;
    background: rgb(0 0 0 / 52%);
    z-index: 0;
    -webkit-box-shadow: 0 0 15px rgb(0 0 0 / 61%);
    -moz-box-shadow: 0 20px 15px #9B7468;
    box-shadow: 0 68px 30px rgb(0 0 0 / 61%);
    -webkit-transform: rotate(-6deg);
    -moz-transform: rotate(-6deg);
    transform: rotate(-6deg);
}
#carouselHeader:after {
    -webkit-transform: rotate(6deg);
    -moz-transform: rotate(6deg);
    transform: rotate(6deg);
    right: 15px;left: auto;
}
.rightmenulastvideo{
    background-color: #f1f1f1;
    overflow: hidden;
}
.rightmenulastvideo h3 {
    font-size: 26px;
    font-weight: bold;
    border-bottom: 1px solid #f00f00;
    margin-bottom: 10px;
    color: #000000;
}
.leftmenuScroll {
    height: 570px;
    overflow: hidden;
}
.leftmenu a {
    font-size: .85rem;
    color: #666666;
    text-decoration: none;
}
.leftmenu li:hover {
    display: block;
    padding-left: 3px;
    background: rgba(0,0,0,0) linear-gradient(90deg, rgb(180,180,180) 13%, rgb(255,255,255) 62%) repeat scroll 0 0;
}
.leftmenu ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.page-link.active, .active > .page-link {
    background-color: #ff0000;
    border-color: #ff0000;
}
.page-link {
    color: #6c757d;
    font-size: .75rem;
}
.player{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}


a.player-button {
    width: 100px;
    height: 100px;
    overflow: hidden;
    position: relative;
    margin: 0 auto;
    border-radius: 100%;
    z-index: 1;
    box-shadow: 0 0 15px rgb(0 0 0 / 50%);
}
a.player-button:hover {
    box-shadow: 0 0 31px rgb(255 0 0);
}
a.player-button:before,
a.player-button:after {
    content: '';
    position: absolute;
}
a.player-button:before {
    top: 50%;
    left: 50%;
    transform: translate(-37%, -50%);
    width: 0;
    height: 0;
    border-top: 20px solid white;
    border-bottom: 20px solid white;
    border-left: 40px solid transparent;
    box-shadow: 0px 0px 0px 9999px #fff;
    z-index: -1;
    opacity: .4;
}
a.player-button:before, a.player-button:after {
    content: '';
    position: absolute;
}

a.player-button:hover:before {
    box-shadow: 0px 0px 0px 9999px white;
    border-top: 20px solid white;
    border-bottom: 20px solid white;
    opacity: 1;
}


a.player-button:after {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.leftmenu h3 {
    font-size: 20px;
    font-weight: bold;
    color: #f00f00;
    margin: 30px 0 10px 15px;
}
.titlemenucategory {
    color: #ffffff !important;
    background-color: #f00f00;
    height: 47px;
    line-height: 47px;
    padding-left: 30px;
    margin: auto 0 24px 0 !important;
    border-bottom-right-radius: 5px;
    position: relative;
}
#carouselHeader {
    min-height: 400px;
}
.carousel-caption {
    position: absolute;
    right: 0;
    top: 1.25rem;
    left: 55%;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    color: #fff;
    z-index: 1;
}
.carousel-caption p {
    padding-right: 15%;
    z-index: 1;
}
.bgslider {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 60%;
    background-repeat: no-repeat;
    background-position: left center;
    z-index: 1;
}
.carousel-item {
    height: 100%;
    z-index: 1;
}
.carousel-indicators {
    position: absolute;
    bottom: 10px;
    left: 1rem;
    z-index: 2;
    display: flex;
    justify-content: center;
    padding: 0;
    margin-right: 0;
    margin-bottom: 1rem;
    margin-left: 1rem;
    list-style: none;
    width: 150px;
}
.carousel-indicators .active {
    opacity: 1;
    background-color: #f00;
}
.carousel-indicators [data-bs-target] {
    width: 15px;
    height: 15px;
}
.header-gradient {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: linear-gradient(102deg, transparent 26%, black 49%);
    z-index: 1;
}
.slider_title {
    font-size: 26px;
    font-weight: bold;
    color: #ffffff;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #a90000;
    padding-bottom: 3px;
    margin-bottom: 20px;
}
.logo-header {
    max-width: 280px;
}
.topventes {
    font-family: 'Ubuntu condensed', Arial !important;
    background-color: rgb(var(--fr-color-site-darker));
    position: absolute;
    top: 0;
    left: 50%;
    z-index: 1;
    padding: 0 0.5rem;
    transform: translateX(-50%);
    width: 60%;
}
.nouveautes {
    position: absolute;
    background: rgb(var(--fr-color-site-darker));
    top: 0;
    right: 1rem;
    padding: .25rem 1rem;
    transform: rotate(5deg);
    z-index: 1;
    font-weight: 600;
    box-shadow: 3px 3px 6px black;
}
.font-12 {
    font-size: 12px !important;
}
.font-14 {
    font-size: 14px !important;
}
.font-16{
    font-size: 16px !important;
}
.font-18 {
    font-size: 18px !important;
}
.font-19 {
    font-size: 19px !important;
}
.font-24 {
    font-size: 24px !important;
}
.font-28 {
    font-size: 28px !important;
}
.font-32 {
    font-size: 32px !important;
}
.font-36 {
    font-size: 36px !important;
}
.font-48 {
    font-size: 48px !important;
}
.font-52 {
    font-size: 52px !important;
}
.font-72 {
    font-size: 72px !important;
}
.font-weight-bold
{
    font-weight: 600;
}
.font-weight-bolder
{
    font-weight: 700;
}
.font-weight-extrabold
{
    font-weight: 900;
}
.font-weight-medium
{
    font-weight: 500;
}
.font-weight-normal
{
    font-weight: 400;
}
.font-weight-light
{
    font-weight: 300;
}
.font-weight-lighter
{
    font-weight: 100;
}

@media (max-width: 440px) {
    .header-cart {
        top: 106px;
    }
    .font-sm-12 {
        font-size: 12px !important;
    }
    .font-sm-14 {
        font-size: 14px !important;
    }
    .font-sm-16 {
        font-size: 16px !important;
    }
    .font-sm-18 {
        font-size: 18px !important;
    }
    .font-sm-20 {
        font-size: 20px !important;
    }
    .font-sm-24 {
        font-size: 24px !important;
    }
    .font-sm-28 {
        font-size: 28px !important;
    }
    .font-sm-32 {
        font-size: 32px !important;
    }
    .font-sm-36 {
        font-size: 36px !important;
    }
    .font-sm-48 {
        font-size: 48px !important;
    }
    .font-sm-52 {
        font-size: 52px !important;
    }
    .w-sm-100 {
        width: 100% !important;
    }
}
@media (min-width: 990px) {
    .col-index {
        max-width: 25%;
    }
}
@media (min-width: 1400px){
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 80%;
    }
}

@media (max-width: 764px) {
    .cart-button {
        position: fixed;
        top: 55%;
        left: 0;
        right:auto;
        z-index: 10000;
        background-color: rgb(50 79 97 / 80%);
        padding: 1rem 1rem 1rem 0.5rem;
        border-top-right-radius: 0.5rem;
        box-shadow: -4px 0 13px rgb(0 0 0 / 81%);
        border-bottom-right-radius: 0.5rem;
    }
}
