*, *:before, *:after {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box; }
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, img {
    display: block;
}
input {
    border: none;
    outline: none;
    -webkit-appearance: none;
}
html{
    min-height: 100vh;
    min-height: -webkit-fill-available;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
ins {
    text-decoration: none;
}
del {
    text-decoration: line-through;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}
a {
    text-decoration: none;
    color: inherit;
}
.clearer {
    width: 100px;
    height: 0;
    clear: both;
}
html, body {
    background: #000;
    color: #fff;
    height: 100%;
    -webkit-font-smoothing: antialiased;
}
video {
    width: 100%;
}

header {
    width: 1520px;
    height: 80px;
    margin: 40px auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    position: relative;
    z-index: 50;
}

header .logo {
    width: 100px;
    cursor: pointer;
}

header .logo:hover img {
    width: 100%;
    transition: all ease-in-out .3s;
    transform: rotate(180deg);
}

header .logo img {
    width: 100%;
    transition: all ease-in-out .3s;
}

header .menu li {
    display: inline;
    margin: 0 10px;
    font: 15px/40px 'Mukta', sans-serif;
    cursor: pointer;
}

.menu_mobile {
    width: 100%;
    height: 100%;
    background: #000;
    color: #fff;
    z-index: 200;
    position: fixed;
    top: 0;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 100%;
    display: none;
}

.menu_mobile ul li {
    margin: 15px 0;
    font: 25px/40px 'Mukta', sans-serif;
}

.menu_mobile ul li:last-child {
    margin: 40px 0 15px;
}

.menu_mobile ul li img{
    width: 30px;
    margin: 0 auto;
}

.menu_icon {
    display: none;
}
.blank_div {
    display: none;
}

/* .header_product {
    background: #000;
    position: fixed;
    z-index: 40;
    width: 100%;
    left: 50%;
    margin:0;
    margin-left: -50%;
} */




footer {
    padding: 60px 0 0;
    background: #0f0f0f;
}

.top_footer {
    width: 1520px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    align-items: baseline;
    justify-content: flex-start;
    padding: 0 0 40px 0;
}

.top_footer .top_footer_section {
    padding: 0 40px;
    border-right: 1px solid #fff;
}

.top_footer .top_footer_section:first-child {
    padding: 0 40px 0 0;
    border-right: 1px solid #fff;
}

.top_footer .top_footer_section:last-child {
    border-right: none;
}


.top_footer .top_footer_section h5 {
    font: 20px/45px 'Mukta', sans-serif;
    font-weight: 800;
    text-transform: uppercase;
}

.top_footer .top_footer_section .list_resaux {
    display: inline-flex;
    margin: 5px 0 0 0;
}

.top_footer .top_footer_section .list_resaux li a img {
    margin: 0 30px 0 0;
    height: 15px;
}

footer #warp_footer {
    width: 1520px;
    margin: 0 auto 20px;
}

footer #warp_footer ul li {
    display: inline;
    padding: 0 25px;
    font: 14px/40px 'Mukta', sans-serif;
    font-weight: 400;
    color: #fff;
    cursor: pointer;
    white-space: nowrap;
    transition: all ease-in-out .2s;
    border-right: 1px solid #fff;
}
footer #warp_footer ul li:last-child {
    border-right: none;
}

footer #warp_footer ul li a {
    color: #fff;
    transition: all ease-in-out .2s;
    cursor: pointer;
}

footer #warp_footer ul li:hover a {
    color: #D9AD29;
    transition: all ease-in-out .2s;
}

footer #warp_footer ul li:first-child {
    display: inline;
    padding: 0 25px 0 0;
}

footer #warp_footer p {
    font: 15px/25px 'Mukta', sans-serif;
    margin: 40px 0 0 0;
}

footer #warp_footer p a {
    font: 15px/25px 'Mukta', sans-serif;
    font-weight: 800;
}

footer .bottom_footer {
    width: 100%;
    background: #fff;
    color: #000;
    padding: 20px 0;
}

footer .bottom_footer ul {
    width: 1520px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    font: 15px/25px 'Mukta', sans-serif;
    font-weight: 400;
}

.logo_footer {
    width: 100px;
}

.flag p img {
    display: inline;
    vertical-align: middle;
    margin: 0 10px 0 0;
}



.main {
    width: 1520px;
    margin: -160px auto 0;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 10;
}

.main button {
    width: 300px;
    height: 80px;
    color: #fff;
    font: 18px/65px 'Mukta', sans-serif;
    text-align: center;
    /* text-transform: uppercase; */
    /* border-radius: 15px; */
    border: 1px solid #fff;
    background: none;
    cursor: pointer;
    transition: all ease-in-out .2s;
    display: inline-block;
}

.main button:hover {
    color: #000;
    background: #fff;
    transition: all ease-in-out .2s;
}

.background_video {
    height: 100vh;
    width: 100vw;
    object-fit: cover;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 0;
    opacity: .3;
}

.main h1 {
    font: 40px/50px 'Mukta', sans-serif;
    font-weight: 800;
    margin: 0 0 20px 0;
}

.main p {
    font: 25px/30px 'Mukta', sans-serif;
    font-weight: 800;
    margin: 0 0 40px 0;
}


.main button:hover {
    color: #000;
    background: #fff;
    transition: all ease-in-out .2s;
}

.la_collection {
    margin: 80px auto;
    position: relative;
    width: 1520px;
}

.la_collection .arrow_section {
    width: 100%;
    position: relative;
    height: 40px;
}

.la_collection .arrow_section .for_left {
    text-align: center;
    position: absolute;
    font: 20px/21px 'Manrope', sans-serif;
    right: 50px;
    width: 25px;
    height: 25px;
    background: #000;
    color: #fff;
    border: 1px solid #fff;
    z-index: 20;
    cursor: pointer;
    transition: all ease-in-out .2s;
    opacity: .2;
}
.la_collection .arrow_section .for_right {
    text-align: center;
    position: absolute;
    font: 20px/21px 'Manrope', sans-serif;
    right: 0;
    width: 25px;
    height: 25px;
    background: #000;
    color: #fff;
    border: 1px solid #fff;
    z-index: 20;
    cursor: pointer;
    transition: all ease-in-out .2s;
}

.la_collection .arrow_section .for_right:hover {
    background: #fff;
    color: #000;
    transition: all ease-in-out .2s;
}
.la_collection .arrow_section .for_left:hover {
    background: #fff;
    color: #000;
    transition: all ease-in-out .2s;
}

.la_collection ul {
    /* width: 1520px; */
    height: 600px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    overflow: hidden;
    position: relative;
    overflow-x: scroll;
}

.la_collection ul li {
    /* margin: 0 40px 0 0; */
    transition: all ease-in-out .2s;
    position: absolute;
    cursor: pointer;
}

.la_collection ul li .product img {
    transition: all ease-in-out .2s;
}

.la_collection ul li .product:hover img {
    /* margin: 0 40px 0 0; */
    transition: all ease-in-out .2s;
    transform: scale(1.02);
}

.la_collection ul li .product .product_left {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.la_collection ul li .product img {
    width: 350px;
    /* border-radius: 8px; */
}

.la_collection ul li .product .product_left h3 {
    font: 25px/30px 'Mukta', sans-serif;
    font-weight: 800;
    margin: 10px 0 0 0;
}


.la_collection ul li .product .product_left h3 span {
    font: 18px/20px 'Mukta', sans-serif;
    margin: 20px 0 2px 0;
    display: block;
}

.la_collection ul li .product p {
    font: 18px/20px 'Mukta', sans-serif;
    margin: 0 40px 0 0;
}

.la_collection ul li .product .add_to_cart {
    padding: 10px 20px;
    background: #000;
    color: #fff;
    font: 14px/24px 'Mukta', sans-serif;
    font-weight: 400;
    border: 1px solid #fff;
    display: inline-block;
    transition: all ease-in-out .2s;
}

.la_collection ul li .product .add_to_cart:hover {
    background: #fff;
    color: #000;
    transition: all ease-in-out .2s;
}

.playzer_section {
    margin: 180px auto;
    width: 1520px;
}




.ladraft_section {
    margin: 180px auto;
    width: 1520px;
}

.content_section {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.content_section .right {
    width: 50%;
}

.content_section .right img {
    margin: 0 auto;
}

.content_section .right a {
    padding: 10px 25px;
    font: 16px/26px 'Mukta', sans-serif;
    margin: 20px 0 0 0;
    border: 1px solid #fff;
    display: inline-block;
    transition: all ease-in-out .2s;
}

.content_section .right a:hover {
    border: 1px solid #fff;
    background: #fff;
    color: #000;
    transition: all ease-in-out .2s;
}

.content_section .left img {
    margin: 0 auto;
}

.content_section .left {
    width: 50%;
}

.content_section .left a {
    padding: 10px 25px;
    font: 16px/26px 'Mukta', sans-serif;
    margin: 20px 0 0 0;
    border: 1px solid #fff;
    display: inline-block;
    transition: all ease-in-out .2s;
}

.content_section .left a:hover {
    border: 1px solid #fff;
    background: #fff;
    color: #000;
    transition: all ease-in-out .2s;
}

.content_section h2 {
    font: 30px/40px 'Mukta', sans-serif;
    font-weight: 800;
    margin: 0 0 20px 0;
}

.content_section p {
    font: 18px/26px 'Mukta', sans-serif;
}



.le_shoot {
    margin: 180px auto;
    width: 1520px;
    overflow: hidden;
    position: relative;
}

.le_shoot h2 {
    font: 30px/40px 'Mukta', sans-serif;
    font-weight: 800;
    margin: 0 0 80px 0;
    text-align: center;
}

.le_shoot ul {
    display: flex;
    overflow-x: scroll;
}

.le_shoot ul li img {
    width: 400px;
    margin: 0 40px 0 0;
}

.le_shoot .arrow_section_shoot {
    width: 100%;
    position: relative;
    height: 40px;
}

.le_shoot .arrow_section_shoot .for_left_shoot {
    text-align: center;
    position: absolute;
    font: 20px/21px 'Manrope', sans-serif;
    right: 50px;
    width: 25px;
    height: 25px;
    background: #000;
    color: #fff;
    border: 1px solid #fff;
    z-index: 20;
    cursor: pointer;
    transition: all ease-in-out .2s;
    opacity: .2;
}
.le_shoot .arrow_section_shoot .for_right_shoot {
    text-align: center;
    position: absolute;
    font: 20px/21px 'Manrope', sans-serif;
    right: 0;
    width: 25px;
    height: 25px;
    background: #000;
    color: #fff;
    border: 1px solid #fff;
    z-index: 20;
    cursor: pointer;
    transition: all ease-in-out .2s;
}

.le_shoot .arrow_section_shoot .for_right_shoot:hover {
    background: #fff;
    color: #000;
    transition: all ease-in-out .2s;
}
.le_shoot .arrow_section_shoot .for_left_shoot:hover {
    background: #fff;
    color: #000;
    transition: all ease-in-out .2s;
}







.le_film {
    margin: 180px auto;
    width: 1520px;
    text-align: center;
}

.le_film h2 {
    font: 30px/40px 'Mukta', sans-serif;
    font-weight: 800;
    margin: 0 0 20px 0;
}

.le_film p {
    font: 18px/26px 'Mukta', sans-serif;
    margin: 0 0 80px 0;
}

.le_film .le_film_video {
    width: 1000px;
    margin: 0 auto;
    position: relative;
}

.le_film .le_film_video video {
    width: 100%;
}




.le_film .le_film_video .fullscreen_action {
    text-align: center;
    position: absolute;
    font: 20px/25px 'Manrope', sans-serif;
    right: 0;
    bottom: -30px;
    right: 40px;
    width: 25px;
    height: 25px;
    background: #000;
    color: #fff;
    border: 1px solid #fff;
    z-index: 20;
    cursor: pointer;
    transition: all ease-in-out .2s;
}

.le_film .le_film_video .fullscreen_action:hover {
    background: #fff;
    color: #000;
    transition: all ease-in-out .2s;
}

.le_film .le_film_video .fullscreen_action .img_action_fullscreen {
    width: 100%;
    height: 100%;
}

.le_film .le_film_video .fullscreen_action .img_action_fullscreen img {
    width: 60%;
    margin: 5px auto 0;
    transition: all ease-in-out .2s;
}

.le_film .le_film_video .fullscreen_action:hover .img_action_fullscreen img {
    filter: invert(100%);
    transition: all ease-in-out .2s;
}





.le_film .le_film_video .play_or_not {
    text-align: center;
    position: absolute;
    font: 20px/25px 'Manrope', sans-serif;
    right: 0;
    bottom: -30px;
    width: 25px;
    height: 25px;
    background: #000;
    color: #fff;
    border: 1px solid #fff;
    z-index: 20;
    cursor: pointer;
    transition: all ease-in-out .2s;
}

.le_film .le_film_video .play_or_not:hover {
    background: #fff;
    color: #000;
    transition: all ease-in-out .2s;
}

.le_film .le_film_video .play_or_not .img_action {
    width: 100%;
    height: 100%;
}

.le_film .le_film_video .play_or_not .img_action img {
    width: 60%;
    margin: 5px auto 0;
    transition: all ease-in-out .2s;
}

.le_film .le_film_video .play_or_not:hover .img_action img {
    filter: invert(100%);
    transition: all ease-in-out .2s;
}





.la_soiree {
    margin: 180px auto 0;
    width: 100%;
    text-align: center;
}

.la_soiree h2 {
    font: 30px/40px 'Mukta', sans-serif;
    font-weight: 800;
    margin: 0 0 20px 0;
}

.la_soiree p {
    font: 18px/26px 'Mukta', sans-serif;
    margin: 0 0 80px 0;
}

.la_soiree .la_soiree_video {
    position: relative;
}

.la_soiree .la_soiree_video video {
    width: 100%;
    margin: 0 auto;
}

.la_soiree .la_soiree_video .muted_action {
    text-align: center;
    position: absolute;
    font: 20px/25px 'Manrope', sans-serif;
    right: 0;
    top: 20px;
    right: 40px;
    width: 50px;
    height: 50px;
    background: rgba(0, 0, 0, .2);
    color: #fff;
    border: 1px solid #fff;
    z-index: 20;
    cursor: pointer;
    transition: all ease-in-out .2s;
}

.la_soiree .la_soiree_video .muted_action:hover {
    background: #fff;
    color: #000;
    transition: all ease-in-out .2s;
}

.la_soiree .la_soiree_video .muted_action .img_action_muted {
    width: 100%;
    height: 100%;
    position: relative;
    transition: all ease-in-out .2s;
}

.la_soiree .la_soiree_video .muted_action .img_action_muted::after {
    content:'';
    position: absolute;
    height: 4px;
    width: 40px;
    background: #fff;
    top: 13px;
    left: 6px;
    border-bottom: 2px solid #000;
    transition: all ease-in-out .2s;
    transform: rotate(-45deg);
    opacity: 0;
}

.la_soiree .la_soiree_video .muted_action .img_action_muted.active_sound::after {
    content:'';
    position: absolute;
    height: 4px;
    width: 40px;
    background: #fff;
    top: 13px;
    left: 6px;
    border-bottom: 2px solid #000;
    transition: all ease-in-out .2s;
    transform: rotate(-45deg);
    opacity: 1;
}

.la_soiree .la_soiree_video .muted_action .img_action_muted img {
    width: 60%;
    margin: 9px auto 0;
    transition: all ease-in-out .2s;
}

.la_soiree .la_soiree_video .muted_action:hover .img_action_muted img {
    filter: invert(100%);
    transition: all ease-in-out .2s;
}

/*     legal    */



.section.legal_stuff {
    width: 800px;
    margin: 0 auto;
}

.section.legal_stuff h2 {
    font: 35px/45px 'Mukta', sans-serif;
    font-weight: 800;
    margin: 10px 0 20px 0;
}

.section.legal_stuff h3 {
    font: 20px/30px 'Mukta', sans-serif;
    font-weight: 800;
    margin: 10px 0 20px 0;
}

.section.legal_stuff p {
    font: 14px/24px 'Mukta', sans-serif;
    font-weight: 400;
    margin: 10px 0 20px 0;
}

.section.legal_stuff h6 {
    font: 17px/24px 'Mukta', sans-serif;
    font-weight: 800;
    margin: 10px 0 20px 0;
}

.section.legal_stuff p span {
    display: block;
    margin: 10px 0 20px 0;
}

.section.legal_stuff a {
    color: #D9AD29;
    font: 14px/24px 'Mukta', sans-serif;
    font-weight: 800;
    display: block;
}

.section.legal_stuff a {
    display: inline;
}

.section.legal_stuff table {
    width: 100%;
    border: 2px solid #fff;
    font: 14px/20px 'Mukta', sans-serif;
    font-weight: 400;
}

.section.legal_stuff table tr {
    width: 100%;
    border: 1px solid #fff;
}

.section.legal_stuff table tr td {
    padding: 10px;
    border: 1px solid #fff;
}









.product_section {
    min-height: 100vh;
}
.left_side {
    position: absolute;
    width: 50%;
}

.left_side img {
    width: 100%;
    padding: 5px;
}


.right_side {
    width: 50%;
    left: 50%;
    top: 40px;
    /* position: fixed; */
    padding: 60px;
    position: -webkit-sticky!important;
    position: sticky!important;
}

.right_side h2 {
    font: 40px/50px 'Mukta', sans-serif;
    font-weight: 800;
    margin: 0 0 20px 0;
}

.right_side p {
    font: 16px/26px 'Mukta', sans-serif;
}

.right_side>p {
    border-bottom: 1px solid #F5F5F5;
    padding: 0 0 20px 0;
}

legend {
    font: 14px/26px 'Mukta', sans-serif;
}

/* select {
    border: 1px solid #fff;
    border-radius: 0;
    background: none;
    -webkit-appearance: none;
    color: #fff;
    padding: 10px 15px;
    margin: 0 40px 0 0;
} */

.for_size {
    margin: 20px 0 40px;
}

.for_size h6 {
    font: 22px/26px 'Mukta', sans-serif;
    font-weight: 800;
    margin: 0 0 5px 0;
}

.for_size h6 span {
    font: 14px/14px 'Mukta', sans-serif;
    font-weight: 800;
}

.for_radio {
    position: relative;
}

.choose_size fieldset {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: row;
}

label {
    font: 14px/35px 'Mukta', sans-serif;
    margin: 0 10px 0 0;
    cursor: pointer;
    border: 1px solid #fff;
    width: 42px;
    height: 35px;
    display: block;
    text-align: center;
    cursor: pointer;
}

input[type="radio"] {
    background: none;
    width: 42px;
    height: 35px;
    position: absolute;
    top: -2px;
    left: -2px;
    z-index: -1;
}

input[type="radio"]:checked {
    background: #fff;
    width: 42px;
    height: 35px;
}

.for_product button,
.for_product a {
    width: 300px;
    display: inline-block;
    text-align: center;
    height: 70px;
    background: #000;
    color: #fff;
    font: 18px/70px 'Mukta', sans-serif;
    font-weight: 800;
    cursor: pointer;
    margin: 10px 0 0 0;
    position: relative;
    z-index: 40;
    border: 1px solid #fff;
    transition: all ease-in-out .2s;
}

.for_product button:hover,
.for_product a:hover {
    background: #fff;
    color: #000;
    transition: all ease-in-out .2s;
}

/* .for_product button,
/* .for_product a.not_radio_selected:after {
    content: 'Veuillez choisir une taille.';
    position: absolute;
    top: 45px;
    left: 0;
    color: #fff;
    opacity: 0;
    transition: all ease-in-out .2s;
}

.for_product button,
.for_product a.not_radio_selected:hover:after {
    content: 'Veuillez choisir une taille.';
    position: absolute;
    top: 55px;
    color: #fff;
    opacity: 1;
    transition: all ease-in-out .2s;
} */


.alert_size {
    font: 14px/26px 'Mukta', sans-serif;
    color: red;
    position: absolute;
    margin: 5px 0 0 0;
}

.price_product {
    font: 40px/50px 'Mukta', sans-serif !important;
    font-weight: 800 !important;
    margin: 20px 0 0 0 !important;
}

#snipcart {
    z-index: 999 !important;
    position: relative;
}


.more_product {
    margin: 0 auto;
    width: 700px;
}


.list_products_on_product {
    width: 100%;
    display: grid;
    grid-template-columns: 300px 300px 300px 300px;
    grid-gap: 40px;
    padding: 40px 0;
    justify-content: center;
}

@media screen and (max-width: 1400px) {
    .list_products_on_product {
        width: 100%;
        display: grid;
        grid-template-columns: 300px 300px;
        grid-gap: 40px;
        padding: 40px 0;
        justify-content: center;
    }
}

.more_product h2 {
    font: 30px/40px 'Mukta', sans-serif;
    font-weight: 800;
    margin: 20px 0 0 0;
    text-align: center;
}

.list_products_on_product img {
    width: 100%;
}

.list_products_on_product .product .product_left {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    align-items: center;
}

.list_products_on_product .product .product_left h3 {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: baseline;
    margin: 10px 0 10px 0;
    font: 20px/30px 'Mukta', sans-serif;
    font-weight: 800;
}

.list_products_on_product .product .product_left h3 span {
    font: 18px/20px 'Mukta', sans-serif;
    margin: 0 0 0 10px;
    display: initial;
}

.list_products_on_product .product .product_left {
    flex-direction: column;
    align-items: center;
}

.list_products_on_product .product .add_to_cart {
    padding: 10px 20px;
    background: #000;
    color: #fff;
    font: 14px/24px 'Mukta', sans-serif;
    font-weight: 400;
    border: 1px solid #fff;
    display: inline-block;
    transition: all ease-in-out .2s;
}



@media screen and (max-width: 1525px) {
    header {
        width: 100%;
        padding: 0 2%;
    }

    .main {
        width: 100%;
    }

    .main h1 {
        text-align: center;
        font: 25px/35px 'Mukta', sans-serif;
        font-weight: 800;
        margin: 0 0 20px 0;
        }

    .la_collection {
        width: 100%;
        padding: 0 2%;
        overflow: hidden;
    }


    .playzer_section {
        width: 100%;
        padding: 0 2%;
        margin: 60px auto;
    }

    .ladraft_section {
        width: 100%;
        margin: 60px auto;
        padding: 0 2%;
    }

    .playzer_section .content_section .right {
        margin: 40px auto 0;
        padding: 0 2%;
    }

    .ladraft_section .content_section .left {
        margin: 40px auto 0;
        padding: 0 2%;
    }

    .playzer_section .content_section .left {
        padding: 0 2%;
    }

    .ladraft_section .content_section .right {
        padding: 0 2%;
    }

    .playzer_section .content_section .left img {
        width: 100%;
    }

    .ladraft_section .content_section .right img {
        width: 100%;
    }


    .le_shoot {
        width: 100%;
        padding: 0 2%;
    }

    .le_film {
        width: 100%;
        padding: 0 2%;
    }

    .le_film .le_film_video {
        width: 80%;
        margin: 0 auto;
        position: relative;
    }
    
    .le_film .le_film_video video {
        width: 100%;
    }

    .top_footer {
        width: 100%;
        padding: 0 2% 40px;
    }

    footer #warp_footer {
        width: 100%;
        padding: 0 2%;
    }

    footer .bottom_footer ul {
        width: 100%;
        padding: 0 2%;
    }
}



@media screen and (max-width: 940px) {
    .top_footer {
        width: 100%;
        padding: 0 2% 40px 10%;
        flex-direction: column;
    }

    .top_footer .top_footer_section {
        padding: 20px 0;
    }

    .top_footer .top_footer_section:first-child {
        padding: 20px 0;
        border: none;
    }

    footer #warp_footer {
        width: 100%;
        padding: 0 2% 0 10%;
    }

    footer #warp_footer ul li {
        display: block;
        padding: 0 25px 0 0;
        border: none;
    }

    footer #warp_footer ul li:last-child {
        display: block;
        padding: 0 25px 0 0;
        border: none;
    }

    footer .bottom_footer ul {
        flex-direction: column;
        align-items: center;
    }

    footer .bottom_footer ul li {
        margin: 20px 0;
    }
}

@media screen and (max-width: 780px) {
    header {
        width: 100%;
        padding: 0 2%;
        margin: 5px auto;
    }
    header ul {
        display: none;
    }
    .menu_icon {
        display: block;
        width: 30px;
    }

    .blank_div {
        display: block;
    }

    .menu_mobile {
        display: flex;
    }

    .main {
        width: 100%;
    }

    .main h1 {
        text-align: center;
        font: 25px/35px 'Mukta', sans-serif;
        font-weight: 800;
        margin: 0 0 20px 0;
        }

    .la_collection {
        width: 100%;
        padding: 0 2%;
    }

    .la_collection ul {
        height: 420px;
        width: auto;
    }

    .la_collection ul li .product img {
        width: 200px;
    }

    .la_collection ul li .product .product_left {
        flex-direction: column;
        align-items: center;
    }

    .la_collection ul li .product .product_left h3 {
        display: flex;
        flex-direction: row-reverse;
        justify-content: space-between;
        align-items: baseline;
        margin: 10px 0 10px 0;
        font: 20px/30px 'Mukta', sans-serif;
        font-weight: 800;
    }

    .la_collection ul li .product .product_left h3 span {
        margin: 0 0 0 10px;
        display: initial;
    }

    .la_collection ul li .product .add_to_cart {
        text-align: center;
        width: 100%;
    }

    .playzer_section {
        width: 100%;
        padding: 0 2%;
        margin: 60px auto;
    }

    .ladraft_section {
        width: 100%;
        margin: 60px auto;
        padding: 0 2%;
    }
    
    .content_section {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .playzer_section .content_section {
        display: flex;
        flex-direction: column-reverse;
        justify-content: center;
        align-items: center;
    }

    .playzer_section .content_section .right {
        margin: 40px auto 0;
    }
    
    .content_section .right {
        width: 100%;
        text-align: center;
    }

    .content_section .left {
        width: 100%;
        text-align: center;
    }

    .ladraft_section .content_section .left {
        margin: 40px auto 0;
    }

    .le_shoot {
        width: 100%;
        padding: 0 2%;
        margin: 40px auto 0;
    }

    .le_shoot h2{
        margin: 0 0 20px 0;
    }

    .le_shoot ul li img {
        width: 250px;
    }

    .le_film {
        width: 100%;
        padding: 0 2%;
        margin: 40px auto 0;
    }

    .le_film p {
        margin: 0 0 20px 0;
    }

    .le_film .le_film_video {
        width: 80%;
        margin: 0 auto;
        position: relative;
    }
    
    .le_film .le_film_video video {
        width: 100%;
    }

    .la_soiree {
        margin: 40px auto 0;
    }

    .la_soiree p {
        margin: 0 0 20px 0;
    }



    .la_soiree .la_soiree_video .muted_action {
        text-align: center;
        position: absolute;
        font: 20px/25px 'Manrope', sans-serif;
        right: 0;
        top: 20px;
        right: 20px;
        width: 25px;
        height: 25px;
        background: rgba(0, 0, 0, .2);
        color: #fff;
        border: 1px solid #fff;
        z-index: 20;
        cursor: pointer;
        transition: all ease-in-out .2s;
    }
    
    .la_soiree .la_soiree_video .muted_action .img_action_muted img {
        width: 60%;
        margin: 4px auto 0;
        transition: all ease-in-out .2s;
    }

    .la_soiree .la_soiree_video .muted_action .img_action_muted::after {
        content:'';
        position: absolute;
        height: 4px;
        width: 15px;
        background: #fff;
        top: 6px;
        left: 5px;
        border-bottom: 2px solid #000;
        transition: all ease-in-out .2s;
        transform: rotate(-45deg);
        opacity: 0;
    }
    
    .la_soiree .la_soiree_video .muted_action .img_action_muted.active_sound::after {
        content:'';
        position: absolute;
        height: 4px;
        width: 15px;
        background: #fff;
        top: 6px;
        left: 5px;
        border-bottom: 2px solid #000;
        transition: all ease-in-out .2s;
        transform: rotate(-45deg);
        opacity: 1;
    }







    .top_footer {
        width: 100%;
        padding: 0 2% 40px 10%;
        flex-direction: column;
    }

    .top_footer .top_footer_section {
        padding: 20px 0;
    }

    .top_footer .top_footer_section:first-child {
        padding: 20px 0;
        border: none;
    }

    footer #warp_footer {
        width: 100%;
        padding: 0 2% 0 10%;
    }

    footer #warp_footer ul li {
        display: block;
        padding: 0 25px 0 0;
        border: none;
    }

    footer #warp_footer ul li:last-child {
        display: block;
        padding: 0 25px 0 0;
        border: none;
    }

    footer .bottom_footer ul {
        flex-direction: column;
        align-items: center;
    }

    footer .bottom_footer ul li {
        margin: 20px 0;
    }





    .left_side {
        position: relative;
        width: 100%;
        display: flex;
        justify-content: flex-start;
        flex-direction: row;
        align-items: center;
        overflow: hidden;
        overflow-x: scroll;
    }

    .left_side img {
        width: 48%;
    }

    .right_side {
        width: 100%;
        left: 50%;
        top: auto;
        /* position: fixed; */
        padding: 0;
        position: relative;
        padding: 10px 2%;
    }


    .for_product {
        position: -webkit-sticky!important;
        position: sticky!important;
        bottom: 0;
        width: 100%;
        padding: 10px 0;
        background: #000;
        text-align: center;
    }

    .more_product {
        margin: 0 auto;
        width: 100%;
    }


    .list_products_on_product {
        width: 100%;
        display: grid;
        grid-template-columns: 300px;
        grid-gap: 40px;
        padding: 40px 0;
    }


}



@media screen and (max-width: 805px) {
    .section.legal_stuff {
        width: 100%;
        padding: 0 2%;
        margin: 0 auto;
    }
}



@media only screen and (hover: none) and (pointer: coarse){

    .arrow_section {
        display: none;
    }

    .arrow_section_shoot {
        display: none;
    }
    
}


.spec_item {
    position: relative;
}
.snipcart-items-count {
    position: absolute;
    width: 20px;
    height: 20px;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    right: -25px;
    top: 2px;
    background: #fff;
    color: #000;
    font: 10px/12px 'Manrope', sans-serif;
    font-weight: 800;
}

.for_anchor_mobile .snipcart-items-count {
    right: -12px;
    top: 12px;
}



/* Hide scrollbar for Chrome, Safari and Opera */
.list_products::-webkit-scrollbar,
.list_products_shoot::-webkit-scrollbar {
    display: none;
}
  
  /* Hide scrollbar for IE, Edge and Firefox */
  .list_products,
  .list_products_shoot {
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
}
