/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/


/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

@font-face {
    font-family: 'SilkSerif-Light';
    src: url('../fonts/SilkSerif-Light.woff2') format('woff2'), url('../fonts/SilkSerif-Light.woff') format('woff');
}

@font-face {
    font-family: 'Montserrat-Light';
    src: url('../fonts/Montserrat-Light.woff2') format('woff2'), url('../fonts/Montserrat-Light.woff') format('woff');
}

@font-face {
    font-family: 'Montserrat-Medium';
    src: url('../fonts/Montserrat-Medium.woff2') format('woff2'), url('../fonts/Montserrat-Medium.woff') format('woff');
}

@font-face {
    font-family: 'swstl';
    src: url('../fonts/swstl.woff2') format('woff2'), url('../fonts/swstl.woff') format('woff');
}

/* Custom cart */

.offcanvas__cart {
    right: 0 !important;
}

.overlay_cart_live::after {
    content: '';
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    z-index: 995;
    background-color: rgba(0, 0, 0, 0.7);
}

.cart__toggle {
    color: white;
}

#live-cart-widget {
    width: min(500px, 95%);
    position: fixed;
    height: 100%;
    top: 0;
    right: -100%;
    background-color: #000;
    z-index: 999;
    transition: all 0.3s ease-in-out;
}

/* Fonts */

.SilkSerif_Light {
    font-family: 'SilkSerif-Light';
}

.Poppins-Ligth {
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
}

.Poppins-Regular {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
}

.Poppins-Medium {
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
}

.Poppins-SemiBold {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
}

.Poppins-Bold {
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
}

.Poppins-ExtraBold {
    font-family: 'Poppins', sans-serif;
    font-weight: 800;
}

.Poppins-Black {
    font-family: 'Poppins', sans-serif;
    font-weight: 900;
}

.swstl {
    font-family: 'swstl';
}

:root {
    --color-brown-light: #C9BDA8;
    --color-light-title: #C7BDAA;
    --color-brown-dark: #9E8E72;
    --color-dark-text: #1A1818;
    --color-grey-text: #707070;
    --color-white: #FFFFFF;
    --color-black: #000000;
    --color-beige-light: #F1EEE8;
    --color-gray-ligth: #BEBEBE;
    --color-order: #C4B395;
}


/* Background */

.bg_brown_light {
    background: var(--color-brown-light);
}

.bg_brown_dark {
    background: var(--color-brown-dark);
}

.bg_white {
    background: var(--color-white);
}

.bg_black {
    background: var(--color-black);
}

.bg_light {
    background: var(--color-beige-light);
}

.bg_black_light {
    background: #242424;
}

.bg_handicap {
    background: #131212;
}


/* Color */

.cl_brown_dark {
    color: var(--color-brown-dark);
}

.cl_dark {
    color: var(--color-dark-text);
}

.cl_grey {
    color: var(--color-grey-text);
}

.cl_white {
    color: var(--color-white);
}

.ck_black {
    color: var(--color-black);
}

.cl_brown_light {
    color: var(--color-brown-light);
}

.cl_gray_light {
    color: var(--color-gray-ligth);
}

.cl_title_ligth {
    color: var(--color-light-title);
}

.color-order {
    color: var(--color-order);
}


/* border */

.border-white {
    border: 1px solid #FFFFFF;
}

.border-ligth {
    border: 1px solid #C9BDA8;
    ;
}

.border-ligthr {
    border-right: 1px solid #c9bda89e;
    ;
}

.border_end {
    border-right: 1px solid white;
}

.border_gray {
    border: 1px solid #B7B7B7;
}

.border_bottom_gray {
    border-bottom: 1px solid #B7B7B7;
}

.border_end_dark {
    border-right: 1px solid #9A8A6F;
}

.border_handicap {
    border-right: 1px solid #404040;
}

.border_end_brown {
    border-right: 2px solid #9B8F75;
}

.border_handicap {
    border: 1px solid #9A8A6F;
}

.see_moreb {
    border: 1px solid #404040;
}

.center-mr {
    display: block;
    margin: 0 auto;
}

.m_auto {
    margin: 0 auto;
}

.border-top-brown {
    border-top: 1px solid #9E8E72;
}

.border-bottom-brown {
    border-bottom: 1px solid #9E8E72;
}

.border-brown {
    border: 1px solid #9E8E72;
}


/* Style global */

.cursor_pointer {
    cursor: pointer;
}

body {
    background: black;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    color: #FFFFFF;
}

p {
    line-height: 1.3rem;
}

.fs-1 {
    font-size: 3rem;
}

.fs-25 {
    font-size: 2.5rem;
}

.fs-2 {
    font-size: 2rem;
}

.fs-3 {
    font-size: 1.5rem;
}

.fs-4 {
    font-size: 1.3rem;
}

.fs-7 {
    font-size: 0.9rem;
}

.fs-8 {
    font-size: 0.8rem;
}

.m-auto {
    margin: 0 auto;
}

.a_right {
    display: block;
    margin: 0 0 0 auto;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}

.mr_auto {
    margin: 0 0 0 auto;
    display: block;
}

.w-fit {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}

.justify-content-evenly {
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
}

.ml-n-6 {
    margin-left: -6rem;
}

.ml-6 {
    margin-left: 6rem;
}

.px-8 {
    padding: 0 8rem;
}

.w-90 {
    width: 90%;
}

.w-68 {
    width: 68%;
}

.scale7 {
    transform: scale(.7);
}

.flexible {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.border_bottomb {
    border-bottom: 1px solid #C9BDA8;
}

.border_topb {
    border-top: 1px solid #C9BDA8;
}

.fit_cover {
    -o-object-fit: cover;
    object-fit: cover;
}

.woocommerce img,
.woocommerce-page img {
    max-width: initial !important;
}

.cursorp {
    cursor: pointer;
}

p {
    text-align: justify;
    text-justify: inter-word;
    letter-spacing: -0.04em;
    font-size: 0.8rem !important;
}


/* scrollbar */

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: black;
    border-radius: 10px;
}

::-webkit-scrollbar {
    width: 10px;
    background-color: black;
}

::-webkit-scrollbar-thumb {
    border-radius: 10px;
    /* background-image:linear-gradient(to bottom , #9e8e72 20%,#C9BDA8 50%, transparent); */
    background-color: #C9BDA8;
}


/* links */

.hover_black:hover {
    color: black;
    text-decoration: none;
}

.link_white {
    border: 1px solid #C9BDA8;
    color: white;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    padding: .3rem 1rem;
    font-size: 0.8rem;
}

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

.filter-option-inner {
    font-weight: 400;
}

.hover_slide:after {
    background: #fff;
    content: "";
    height: 155px;
    left: -75px;
    opacity: 0.2;
    position: absolute;
    top: -50px;
    -webkit-transform: rotate(35deg);
    -ms-transform: rotate(35deg);
    transform: rotate(35deg);
    -webkit-transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
    -o-transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
    width: 50px;
    z-index: 0;
}

.hover_see,
.hover_see:hover {
    color: var(--color-brown-dark);
    text-decoration: underline;
}
.link_bl,.link_bl:hover{
    color: var(--color-brown-light);
    text-decoration: underline;
}
.hover_slide:hover:after {
    left: 120%;
    -webkit-transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
    -o-transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
}

.hover_white:hover {
    color: white;
    text-decoration: none;
}

.hover_brown_ligth:hover {
    color: var(--color-brown-light);
    text-decoration: none;
}

.center_absolute {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

p {
    font-size: .8rem;
}


/* HEADER */

#header .dropdown-item:hover {
    background-color: #e9d8cf73;
}

.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show>.nav-link {
    color: #9E8E72;
}

.wp_menu_info {
    top: 60%;
}

#header .search-form {
    min-width: auto;
}

.navbar-collapse {
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
}

.toogle {
    width: 5rem;
    height: 2rem;
    background: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid #C9BDA8;
    border-color: #C9BDA8 !important;
    border-radius: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    overflow: hidden;
    /* pointer-events: none; */
}

.toogle span {
    position: absolute;
    width: 40px;
    height: 2px;
    background: #FFFFFF;
    border-radius: 10px;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.toogle span:nth-child(1) {
    -webkit-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    width: 2.5rem;
    left: 50%;
    top: 45%;
}

.toogle.active span:nth-child(1) {
    width: 1.3rem;
    -webkit-transform: translateY(0) translateX(-50%) rotate(45deg);
    -ms-transform: translateY(0) translateX(-50%) rotate(45deg);
    transform: translateY(0) translateX(-50%) rotate(45deg);
    -webkit-transition-delay: 0.125s;
    -o-transition-delay: 0.125s;
    transition-delay: 0.125s;
}

.toogle span:nth-child(2) {
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 30px;
    left: 45%;
    top: 65%;
}

.toogle.active span:nth-child(2) {
    width: 1.3rem;
    -webkit-transform: translateY(-0.4rem) translateX(-35%) rotate(315deg);
    -ms-transform: translateY(-0.4rem) translateX(-35%) rotate(315deg);
    transform: translateY(-0.4rem) translateX(-35%) rotate(315deg);
    -webkit-transition-delay: 0.25s;
    -o-transition-delay: 0.25s;
    transition-delay: 0.25s;
}

.toogle.active span:nth-child(3) {
    -webkit-transform: translateX(60px);
    -ms-transform: translateX(60px);
    transform: translateX(60px);
}

.search-form input,
button {
    border: none;
    background: none;
    outline: none;
}

button {
    cursor: pointer;
}

.search-form .search-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: transparent;
    border-radius: 0;
}

.search-form .search-box-input {
    width: 0px;
    font-size: 1em;
    border: 1px solid transparent;
    color: #fff;
    -webkit-transition: all 0.7s ease-in-out;
    -o-transition: all 0.7s ease-in-out;
    transition: all 0.7s ease-in-out;
}

.search-form .search-box-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-radius: 50%;
    width: 2em;
    height: 2em;
    background: white;
    -webkit-transition: all 0.7s ease-in-out;
    -o-transition: all 0.7s ease-in-out;
    transition: all 0.7s ease-in-out;
}

.search-form .search-box-icon {
    margin: auto;
}

.search-form .search-box-input::-webkit-input-placeholder {
    color: white;
    opacity: .7;
}

.search-form .search-box-input::-moz-placeholder {
    color: white;
    opacity: .7;
}

.search-form .search-box-input:-ms-input-placeholder {
    color: white;
    opacity: .7;
}

.search-form .search-box-input::-ms-input-placeholder {
    color: white;
    opacity: .7;
}

.search-form .search-box-input::placeholder {
    color: white;
    opacity: .7;
}

.search-form .search-box:hover .search-box-input,
.search-form .search-box:focus .search-box-input {
    width: 12rem;
    padding: 0.2rem 1rem 0.2rem 2rem;
    border-color: #C9BDA8;
}

.search-form .search-box-input {
    top: -16px;
}

.search-form .input-group-append {
    top: -14px;
    left: 2px;
}

.search-form .search-box-btn:active {
    -webkit-transform: scale(.75);
    -ms-transform: scale(.75);
    transform: scale(.75);
}

.search-form .btn-outline-secondary:hover {
    color: #fff;
    background-color: transparent;
    border-color: transparent;
}

.navbar-brand img {
    height: auto !important;
    transform: scale(.9);
}

#header .bootstrap-select>.dropdown-toggle {
    background: transparent;
    color: white;
    width: 2.5rem;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    border-radius: 0;
    padding: 0.28rem 0.5rem;
    position: relative;
    text-transform: capitalize;
    border-color: #C9BDA8;
    /* pointer-events: none; */
}

.filter-option-inner-inner {
    font-size: .9rem;
}

.dropdown-toggle:after {
    margin-left: 0;
    border: 0;
    content: '\f107';
    font-family: 'Font Awesome 5 Free';
    font-size: 0.5rem;
    position: absolute;
    right: 7px;
    top: 65%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    color: white;
}

#header .btn-light:not(:disabled):not(.disabled).active,
.btn-light:not(:disabled):not(.disabled):active,
.show>.btn-light.dropdown-toggle {
    color: white;
    background-color: transparent;
    border-color: #C9BDA8;
}

#header .bootstrap-select .dropdown-menu {
    min-width: 3rem;
}

.select-lang div,
.select-lang ul {
    background: transparent;
}

#header .dropdown-item {
    color: white;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    text-transform: capitalize;
}

#header .dropdown-item:hover {
    color: black;
}

#header .dropdown-item.active,
.dropdown-item:active {
    color: #fff;
    background-color: #ffffff47;
}

#header .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    width: -webkit-fit-content !important;
    width: -moz-fit-content !important;
    width: fit-content !important;
}

#header .dropdown-menu {
    background: #9e8e724d;
}

.p-slider {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.p-slider .swiper-slide {
    height: 750px;
    background-position-x: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}

#wrapper {
    background-color: #000000;
}

header {
    position: absolute;
    top: 0;
    z-index: 111;
    width: 100%;
}

.mini-menu {
    position: absolute;
    width: 100%;
    left: 50%;
    top: 1.5%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 11;
}

#navbar {
    position: fixed;
    width: 100%;
    height: calc(100vh) !important;
    background: -o-linear-gradient(bottom, #000000d4 7%, #000000a3 37%, transparent), url('/wp-content/uploads/2023/05/home-page-1.webp');
    background: -webkit-gradient(linear, left bottom, left top, color-stop(7%, #000000d4), color-stop(37%, #000000a3), to(transparent)), url('/wp-content/uploads/2023/05/home-page-1.webp');
    background: linear-gradient(to top, #000000d4 7%, #000000a3 37%, transparent), url('/wp-content/uploads/2023/05/home-page-1.webp');
    background-color: black;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    -webkit-transform: translateY(110%);
    -ms-transform: translateY(110%);
    transform: translateY(110%);
    z-index: 11;
    overflow: hidden;
    -webkit-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
    inset: 0;
}

#navbar.show {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

.navbar-light .navbar-nav .nav-link {
    color: white;
    font-size: 2rem;
    text-transform: uppercase;
    font-family: 'SilkSerif-Light';
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link:focus {
    color: #C9BDA8;
}

.bootstrap-select .dropdown-toggle:focus,
.bootstrap-select>select.mobile-device:focus+.dropdown-toggle {
    outline: none !important;
}

.cover_banner {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #00000057;
    z-index: 0;
}

#navbar {
    overflow-y: auto;
}

.pos_text_header {
    width: 22%;
    position: absolute;
    z-index: 11;
    top: 60%;
    left: 6%;
    transform: translateY(-50%);
}

.wp-slider::before {
    /* content: url('/wp-content/themes/theatre/assets/img/cover_slide_home.svg'); */
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    z-index: 11;
    overflow: hidden;
}


/* FOOTER */

footer {
    background: -o-linear-gradient(bottom, #ffffff1c 96%, transparent 0%, black 1%), url('/wp-content/themes/theatre/assets/img/cover-footer.svg');
    background: -webkit-gradient(linear, left bottom, left top, color-stop(96%, #ffffff1c), color-stop(0%, transparent), color-stop(1%, black)), url('/wp-content/themes/theatre/assets/img/cover-footer.svg');
    background: linear-gradient(to top, #ffffff1c 96%, transparent 0%, black 1%), url('/wp-content/themes/theatre/assets/img/cover-footer.svg');
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #C9BDA8!important;
}

.menu_footer a,
.menu_footer a:hover {
    color: white;
    font-size: 0.85rem;
}

#footer .menu-item a[aria-current=page] {
    color: #ffeed1;
}

/* Added by OTH */

.txtdec_clr {
    padding-right: 35px;
    background-size: 25px;
    background-image: url("data:image/svg+xml,%3Csvg width='26' height='26' viewBox='0 0 26 26' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_137_1044)'%3E%3Cg clip-path='url(%23clip1_137_1044)'%3E%3Cpath d='M25.3 13.0593C24.9591 13.1852 24.6112 13.2955 24.2781 13.4405C22.8622 14.0385 21.5172 14.792 20.2678 15.6872C20.0743 15.8417 19.8725 15.9855 19.6632 16.1178L20.6546 13.3712L20.6476 13.2595C20.5638 13.297 20.4753 13.3227 20.3845 13.3358C12.1814 13.3358 8.88532 13.3394 0.682938 13.3387C0.599448 13.3437 0.515675 13.3414 0.432603 13.3316C0.353722 13.3194 0.281801 13.2793 0.229799 13.2188C0.177796 13.1582 0.149127 13.0811 0.148957 13.0012C0.148784 12.9214 0.177123 12.8442 0.228866 12.7834C0.28061 12.7226 0.35236 12.6823 0.431188 12.6697C0.507177 12.6602 0.583881 12.6579 0.660309 12.6626C8.86339 12.6626 12.1729 12.6626 20.3824 12.6647C20.4834 12.6727 20.5837 12.6871 20.6829 12.7079L19.6476 9.83397C19.9057 10.0313 20.1144 10.1975 20.3286 10.3552C21.6405 11.2921 23.0585 12.0707 24.5532 12.6746C24.8092 12.7821 25.0709 12.8726 25.3297 12.9702L25.3 13.0593Z' fill='%239E8E72'/%3E%3C/g%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_137_1044'%3E%3Crect width='25.36' height='25.36' fill='white' transform='translate(0 0.32)'/%3E%3C/clipPath%3E%3CclipPath id='clip1_137_1044'%3E%3Crect width='25.36' height='25.36' fill='white' transform='translate(0 0.32)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-position: 96%;
    transition: all .4s;
    width: fit-content;
}

.txtdec_clr:hover {
    background-position: right;
}

.txtdec_clr, .txtdec_clr:hover {
    color: rgba(201, 189, 168, 1);
    text-decoration: none;
}

.vt {
    margin-left: 2rem;
}

/* Added by OTH */

/* Homme page */

.last_slider_home .swiper-slide {
    background-repeat: no-repeat !important;
    background-position: center center !important;
    background-size: cover !important;
    width: 100%;
    padding: 9rem;
}

.swiper-button-prev,
.swiper-button-next {
    width: 3rem;
    height: 3rem;
    border: 1px solid #C9BDA8;
    border-radius: 50px;
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after,
.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
    font-size: 1rem;
    color: white;
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
    left: -4rem;
    right: auto;
}

.swiper-button-next {
    right: -4rem;
    left: auto;
}

.grid_spaces {
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: 1fr 1rem 1fr 1rem 1fr 1rem 1fr 1rem 1fr 1rem 1fr 1rem 1fr 1rem 1fr 1rem 1fr 1rem 1fr 1rem 1fr 1rem 1fr 1rem 1fr;
    grid-template-rows: repeat(13, 1fr);
    -ms-grid-columns: 1fr 1rem 1fr 1rem 1fr;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 1rem;
    position: relative;
}

.grid_spaces>*:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
}

.grid_spaces>*:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
}

.grid_spaces>*:nth-child(3) {
    -ms-grid-row: 1;
    -ms-grid-column: 5;
}

.grid_spaces>*:nth-child(4) {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
}

.grid_spaces>*:nth-child(5) {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
}

.grid_spaces>*:nth-child(6) {
    -ms-grid-row: 3;
    -ms-grid-column: 5;
}

.grid_spaces>*:nth-child(7) {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
}

.grid_spaces>*:nth-child(8) {
    -ms-grid-row: 5;
    -ms-grid-column: 3;
}

.grid_spaces>*:nth-child(9) {
    -ms-grid-row: 5;
    -ms-grid-column: 5;
}

.grid_spaces>*:nth-child(10) {
    -ms-grid-row: 7;
    -ms-grid-column: 1;
}

.grid_spaces>*:nth-child(11) {
    -ms-grid-row: 7;
    -ms-grid-column: 3;
}

.grid_spaces>*:nth-child(12) {
    -ms-grid-row: 7;
    -ms-grid-column: 5;
}

.grid_spaces>*:nth-child(13) {
    -ms-grid-row: 9;
    -ms-grid-column: 1;
}

.grid_spaces>*:nth-child(14) {
    -ms-grid-row: 9;
    -ms-grid-column: 3;
}

.grid_spaces>*:nth-child(15) {
    -ms-grid-row: 9;
    -ms-grid-column: 5;
}

.grid_spaces>*:nth-child(16) {
    -ms-grid-row: 11;
    -ms-grid-column: 1;
}

.grid_spaces>*:nth-child(17) {
    -ms-grid-row: 11;
    -ms-grid-column: 3;
}

.grid_spaces>*:nth-child(18) {
    -ms-grid-row: 11;
    -ms-grid-column: 5;
}

.grid_spaces>*:nth-child(19) {
    -ms-grid-row: 13;
    -ms-grid-column: 1;
}

.grid_spaces>*:nth-child(20) {
    -ms-grid-row: 13;
    -ms-grid-column: 3;
}

.grid_spaces>*:nth-child(21) {
    -ms-grid-row: 13;
    -ms-grid-column: 5;
}

.grid_spaces>*:nth-child(22) {
    -ms-grid-row: 15;
    -ms-grid-column: 1;
}

.grid_spaces>*:nth-child(23) {
    -ms-grid-row: 15;
    -ms-grid-column: 3;
}

.grid_spaces>*:nth-child(24) {
    -ms-grid-row: 15;
    -ms-grid-column: 5;
}

.grid_spaces>*:nth-child(25) {
    -ms-grid-row: 17;
    -ms-grid-column: 1;
}

.grid_spaces>*:nth-child(26) {
    -ms-grid-row: 17;
    -ms-grid-column: 3;
}

.grid_spaces>*:nth-child(27) {
    -ms-grid-row: 17;
    -ms-grid-column: 5;
}

.grid_spaces>*:nth-child(28) {
    -ms-grid-row: 19;
    -ms-grid-column: 1;
}

.grid_spaces>*:nth-child(29) {
    -ms-grid-row: 19;
    -ms-grid-column: 3;
}

.grid_spaces>*:nth-child(30) {
    -ms-grid-row: 19;
    -ms-grid-column: 5;
}

.grid_spaces>*:nth-child(31) {
    -ms-grid-row: 21;
    -ms-grid-column: 1;
}

.grid_spaces>*:nth-child(32) {
    -ms-grid-row: 21;
    -ms-grid-column: 3;
}

.grid_spaces>*:nth-child(33) {
    -ms-grid-row: 21;
    -ms-grid-column: 5;
}

.grid_spaces>*:nth-child(34) {
    -ms-grid-row: 23;
    -ms-grid-column: 1;
}

.grid_spaces>*:nth-child(35) {
    -ms-grid-row: 23;
    -ms-grid-column: 3;
}

.grid_spaces>*:nth-child(36) {
    -ms-grid-row: 23;
    -ms-grid-column: 5;
}

.grid_spaces>*:nth-child(37) {
    -ms-grid-row: 25;
    -ms-grid-column: 1;
}

.grid_spaces>*:nth-child(38) {
    -ms-grid-row: 25;
    -ms-grid-column: 3;
}

.grid_spaces>*:nth-child(39) {
    -ms-grid-row: 25;
    -ms-grid-column: 5;
}

.grid_spaces::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: -o-linear-gradient(bottom, black 7%, transparent 48%);
    background: -webkit-gradient(linear, left bottom, left top, color-stop(7%, black), color-stop(48%, transparent));
    background: linear-gradient(to top, black 7%, transparent 48%);
    z-index: 9;
}

.grid_spaces img {
    /* height: 100%; */
    width: 100%;
}

.grid-col-1 {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/ span 1;
    -ms-grid-row: 1;
    -ms-grid-row-span: 7;
    grid-row: 1/ span 7;
}

.grid-col-2 {
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2/ span 1;
    -ms-grid-row: 1;
    -ms-grid-row-span: 6;
    grid-row: 1/ span 6;
    margin-bottom: 3.5rem;
}

.grid-col-3 {
    -ms-grid-column: 3;
    -ms-grid-column-span: 1;
    grid-column: 3/ span 1;
    -ms-grid-row: 1;
    -ms-grid-row-span: 6;
    grid-row: 1/ span 6;
}

.grid-col-4 {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/ span 1;
    -ms-grid-row: 7;
    -ms-grid-row-span: 6;
    grid-row: 7/ span 6;
    margin-top: 4.5rem;
}

.grid-col-5 {
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2/ span 1;
    -ms-grid-row: 6;
    -ms-grid-row-span: 7;
    grid-row: 6/ span 7;
    margin-top: 1rem;
}

.grid-col-6 {
    -ms-grid-column: 3;
    -ms-grid-column-span: 1;
    grid-column: 3/ span 1;
    -ms-grid-row: 7;
    -ms-grid-row-span: 6;
    grid-row: 7/ span 6;
    margin-top: 0rem;
}

.parallax-container {
    height: 850px;
    overflow: hidden;
    position: relative;
}


.parallax-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    transition: transform 0.3s ease-out;
    /* transform: translateY(0);  */
}


#app {
    overflow: hidden;
}
.swiper-events  {
  width: 100%;
  height: 100vh;
  max-width: 940px !important;
  margin: 0 auto !important;
  overflow: visible !important;
}


.date_events::before,
.spacer::before {
    content: "";
    width: 4rem;
    height: 0.1rem;
    background: #9E8E72;
    border-radius: 50px;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.spacer::before {
    width: 4.5rem;
}

.wp_pos_events {
    position: absolute;
    left: 5%;
    top: 60%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 11;
}

.date_events {
    width: 75%;
}

.bg_cover::before {
    content: "";
    width: 100%;
    height: 100%;
    background: #0000008f;
    position: absolute;
    top: 0;
    left: 0;
}

.is-mobile table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__image {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/ span 1;
    padding-right: 0;
    border: 1px solid #4B4B4C;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 0.8rem;
}

.is-mobile table.wc-block-cart-items .wc-block-cart-items__row {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1rem 1fr 1rem 1fr 1rem 1fr;
    grid-template-columns: repeat(4, 1fr);
    padding: 16px 0;
    grid-gap: 1rem;
}

.is-mobile table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__product {
    -ms-grid-column: 2;
    -ms-grid-column-span: 2;
    grid-column: 2/ span 2
}

.is-mobile table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__total {
    grid-column: 4/ 1 span;
}

.wc-block-mini-cart__items {
    padding: 2rem 2rem 0 2rem;
}

.wc-block-cart-item__prices {
    display: none !important;
}

.is-mobile table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__product {
    padding: 0 16px 0px 0;
}

.is-mobile table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity {
    padding-top: 0;
}

.wc-block-components-drawer .components-modal__header .components-button svg {
    -webkit-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5);
}

.wc-block-mini-cart__footer {
    border: 1px solid #9E8E72;
    margin: 1rem 2rem;
    padding: 1rem 2rem;
}

.wc-block-mini-cart__footer .wc-block-mini-cart__footer-actions {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
}

.wc-block-mini-cart__footer .wc-block-components-totals-item.wc-block-mini-cart__footer-subtotal .wc-block-components-totals-item__description {
    margin: 1rem 0;
    font-family: 'Poppins';
}

.wc-block-components-totals-item__value {
    font-family: 'Poppins';
}

body:not(.woocommerce-block-theme-has-button-styles) .wc-block-components-button:not(.is-link).contained,
body:not(.woocommerce-block-theme-has-button-styles) .wc-block-components-button:not(.is-link).contained:hover {
    background-color: #9E8E72;
    color: black;
    font-family: 'Poppins';
    font-weight: 500;
}

body:not(.woocommerce-block-theme-has-button-styles) .wc-block-components-button:not(.is-link),
body:not(.woocommerce-block-theme-has-button-styles) .wc-block-components-button:not(.is-link):hover {
    border: 1px solid #9E8E72;
    font-family: 'Poppins';
    font-weight: 500;
    background: transparent;
}

body:not(.woocommerce-block-theme-has-button-styles) .wc-block-components-button:not(.is-link).contained:hover,
body:not(.woocommerce-block-theme-has-button-styles) .wc-block-components-button:not(.is-link):hover {
    opacity: 1;
}

body:not(.woocommerce-block-theme-has-button-styles) .wc-block-components-button:not(.is-link):focus,
body:not(.woocommerce-block-theme-has-button-styles) .wc-block-components-button:not(.is-link):focus {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.wc-block-mini-cart__button svg,
.wc-block-mini-cart__button,
.wp-block-woocommerce-filled-mini-cart-contents-block {
    color: white;
}

@-webkit-keyframes a9 {
    0% {
        -webkit-transform: translate(-5px);
        transform: translate(-5px)
    }
    100% {
        -webkit-transform: translate( 5px);
        transform: translate( 5px)
    }
}

@keyframes a9 {
    0% {
        -webkit-transform: translate(-5px);
        transform: translate(-5px)
    }
    100% {
        -webkit-transform: translate( 5px);
        transform: translate( 5px)
    }
}

.arrow_transiton {
    -webkit-animation: a9 .7s infinite linear alternate;
    animation: a9 .7s infinite linear alternate;
}

.clip-container {
    position: relative;
    overflow: hidden;
}

.clip-container img {
    -webkit-clip-path: polygon(50% 0%, 100% 0, 158% 155%, 91% 89%, 71% 91%, 56% 83%, 33% 82%, 15% 63%, 3% 63%, 0 0);
    clip-path: polygon(50% 0%, 100% 0, 158% 155%, 91% 89%, 71% 91%, 56% 83%, 33% 82%, 15% 63%, 3% 63%, 0 0);
    ;
}

.clip-container::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    background: -o-linear-gradient(top, #000000f5 6%, #00000085 22%, #00000038 34%, transparent 80%), url('/wp-content/themes/theatre/assets/img/Exclusion.png');
    background: -webkit-gradient(linear, left top, left bottom, color-stop(6%, #000000f5), color-stop(22%, #00000085), color-stop(34%, #00000038), color-stop(80%, transparent)), url('/wp-content/themes/theatre/assets/img/Exclusion.png');
    background: linear-gradient(to bottom, #000000f5 6%, #00000085 22%, #00000038 34%, transparent 80%), url('/wp-content/themes/theatre/assets/img/Exclusion.png');
    background-repeat: no-repeat;
    background-size: cover;
    inset: 0;
    z-index: 1;
}

.folded-sheet {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-clip-path: polygon(50% 0%, 100% 0, 158% 155%, 91% 89%, 71% 91%, 56% 83%, 33% 82%, 15% 63%, 3% 63%, 0 0);
    clip-path: polygon(50% 0%, 100% 0, 158% 155%, 91% 89%, 71% 91%, 56% 83%, 33% 82%, 15% 63%, 3% 63%, 0 0);
    -webkit-animation: unfold 2s ease-in-out 1s forwards;
    animation: unfold 2s ease-in-out 1s forwards;
}

.mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000000;
    opacity: 1;
    -webkit-animation: fade-out 1.5s ease-in-out 2s forwards;
    animation: fade-out 1.5s ease-in-out 2s forwards;
}

@-webkit-keyframes unfold {
    0% {
        -webkit-clip-path: polygon(50% 0%, 100% 0, 158% 155%, 91% 89%, 71% 91%, 56% 83%, 33% 82%, 15% 63%, 3% 63%, 0 0);
        clip-path: polygon(50% 0%, 100% 0, 158% 155%, 91% 89%, 71% 91%, 56% 83%, 33% 82%, 15% 63%, 3% 63%, 0 0);
    }
    100% {
        -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    }
}

@keyframes unfold {
    0% {
        -webkit-clip-path: polygon(50% 0%, 100% 0, 158% 155%, 91% 89%, 71% 91%, 56% 83%, 33% 82%, 15% 63%, 3% 63%, 0 0);
        clip-path: polygon(50% 0%, 100% 0, 158% 155%, 91% 89%, 71% 91%, 56% 83%, 33% 82%, 15% 63%, 3% 63%, 0 0);
    }
    100% {
        -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    }
}

@-webkit-keyframes fade-out {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@keyframes fade-out {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

.tax_events a {
    color: #BEBEBE;
    pointer-events: none;
}


/* About-us */
.grid_about .swipper_grid .swiper-slide {
    padding: 7rem 0;
}
.pos_abs {
    top: 55%;
    left: 8%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 50%;
}

.hadid {
    position: absolute;
    right: -4rem;
    z-index: 1;
    top: 60%;
}

.grid_about {
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: 1fr 0 1fr 0 1fr 0 1fr 0 1fr 0 1fr 0 1fr 0 1fr 0 1fr 0 1fr 0 1fr 0 1fr 0 1fr 0 1fr 0 1fr 0 1fr;
    grid-template-rows: repeat(16, 1fr);
    -ms-grid-columns: 1fr 0 1fr 0 1fr 0 1fr;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 0;
    position: relative;
}

.grid_about>*:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
}

.grid_about>*:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
}

.grid_about>*:nth-child(3) {
    -ms-grid-row: 1;
    -ms-grid-column: 5;
}

.grid_about>*:nth-child(4) {
    -ms-grid-row: 1;
    -ms-grid-column: 7;
}

.grid_about>*:nth-child(5) {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
}

.grid_about>*:nth-child(6) {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
}

.grid_about>*:nth-child(7) {
    -ms-grid-row: 3;
    -ms-grid-column: 5;
}

.grid_about>*:nth-child(8) {
    -ms-grid-row: 3;
    -ms-grid-column: 7;
}

.grid_about>*:nth-child(9) {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
}

.grid_about>*:nth-child(10) {
    -ms-grid-row: 5;
    -ms-grid-column: 3;
}

.grid_about>*:nth-child(11) {
    -ms-grid-row: 5;
    -ms-grid-column: 5;
}

.grid_about>*:nth-child(12) {
    -ms-grid-row: 5;
    -ms-grid-column: 7;
}

.grid_about>*:nth-child(13) {
    -ms-grid-row: 7;
    -ms-grid-column: 1;
}

.grid_about>*:nth-child(14) {
    -ms-grid-row: 7;
    -ms-grid-column: 3;
}

.grid_about>*:nth-child(15) {
    -ms-grid-row: 7;
    -ms-grid-column: 5;
}

.grid_about>*:nth-child(16) {
    -ms-grid-row: 7;
    -ms-grid-column: 7;
}

.grid_about>*:nth-child(17) {
    -ms-grid-row: 9;
    -ms-grid-column: 1;
}

.grid_about>*:nth-child(18) {
    -ms-grid-row: 9;
    -ms-grid-column: 3;
}

.grid_about>*:nth-child(19) {
    -ms-grid-row: 9;
    -ms-grid-column: 5;
}

.grid_about>*:nth-child(20) {
    -ms-grid-row: 9;
    -ms-grid-column: 7;
}

.grid_about>*:nth-child(21) {
    -ms-grid-row: 11;
    -ms-grid-column: 1;
}

.grid_about>*:nth-child(22) {
    -ms-grid-row: 11;
    -ms-grid-column: 3;
}

.grid_about>*:nth-child(23) {
    -ms-grid-row: 11;
    -ms-grid-column: 5;
}

.grid_about>*:nth-child(24) {
    -ms-grid-row: 11;
    -ms-grid-column: 7;
}

.grid_about>*:nth-child(25) {
    -ms-grid-row: 13;
    -ms-grid-column: 1;
}

.grid_about>*:nth-child(26) {
    -ms-grid-row: 13;
    -ms-grid-column: 3;
}

.grid_about>*:nth-child(27) {
    -ms-grid-row: 13;
    -ms-grid-column: 5;
}

.grid_about>*:nth-child(28) {
    -ms-grid-row: 13;
    -ms-grid-column: 7;
}

.grid_about>*:nth-child(29) {
    -ms-grid-row: 15;
    -ms-grid-column: 1;
}

.grid_about>*:nth-child(30) {
    -ms-grid-row: 15;
    -ms-grid-column: 3;
}

.grid_about>*:nth-child(31) {
    -ms-grid-row: 15;
    -ms-grid-column: 5;
}

.grid_about>*:nth-child(32) {
    -ms-grid-row: 15;
    -ms-grid-column: 7;
}

.grid_about>*:nth-child(33) {
    -ms-grid-row: 17;
    -ms-grid-column: 1;
}

.grid_about>*:nth-child(34) {
    -ms-grid-row: 17;
    -ms-grid-column: 3;
}

.grid_about>*:nth-child(35) {
    -ms-grid-row: 17;
    -ms-grid-column: 5;
}

.grid_about>*:nth-child(36) {
    -ms-grid-row: 17;
    -ms-grid-column: 7;
}

.grid_about>*:nth-child(37) {
    -ms-grid-row: 19;
    -ms-grid-column: 1;
}

.grid_about>*:nth-child(38) {
    -ms-grid-row: 19;
    -ms-grid-column: 3;
}

.grid_about>*:nth-child(39) {
    -ms-grid-row: 19;
    -ms-grid-column: 5;
}

.grid_about>*:nth-child(40) {
    -ms-grid-row: 19;
    -ms-grid-column: 7;
}

.grid_about>*:nth-child(41) {
    -ms-grid-row: 21;
    -ms-grid-column: 1;
}

.grid_about>*:nth-child(42) {
    -ms-grid-row: 21;
    -ms-grid-column: 3;
}

.grid_about>*:nth-child(43) {
    -ms-grid-row: 21;
    -ms-grid-column: 5;
}

.grid_about>*:nth-child(44) {
    -ms-grid-row: 21;
    -ms-grid-column: 7;
}

.grid_about>*:nth-child(45) {
    -ms-grid-row: 23;
    -ms-grid-column: 1;
}

.grid_about>*:nth-child(46) {
    -ms-grid-row: 23;
    -ms-grid-column: 3;
}

.grid_about>*:nth-child(47) {
    -ms-grid-row: 23;
    -ms-grid-column: 5;
}

.grid_about>*:nth-child(48) {
    -ms-grid-row: 23;
    -ms-grid-column: 7;
}

.grid_about>*:nth-child(49) {
    -ms-grid-row: 25;
    -ms-grid-column: 1;
}

.grid_about>*:nth-child(50) {
    -ms-grid-row: 25;
    -ms-grid-column: 3;
}

.grid_about>*:nth-child(51) {
    -ms-grid-row: 25;
    -ms-grid-column: 5;
}

.grid_about>*:nth-child(52) {
    -ms-grid-row: 25;
    -ms-grid-column: 7;
}

.grid_about>*:nth-child(53) {
    -ms-grid-row: 27;
    -ms-grid-column: 1;
}

.grid_about>*:nth-child(54) {
    -ms-grid-row: 27;
    -ms-grid-column: 3;
}

.grid_about>*:nth-child(55) {
    -ms-grid-row: 27;
    -ms-grid-column: 5;
}

.grid_about>*:nth-child(56) {
    -ms-grid-row: 27;
    -ms-grid-column: 7;
}

.grid_about>*:nth-child(57) {
    -ms-grid-row: 29;
    -ms-grid-column: 1;
}

.grid_about>*:nth-child(58) {
    -ms-grid-row: 29;
    -ms-grid-column: 3;
}

.grid_about>*:nth-child(59) {
    -ms-grid-row: 29;
    -ms-grid-column: 5;
}

.grid_about>*:nth-child(60) {
    -ms-grid-row: 29;
    -ms-grid-column: 7;
}

.grid_about>*:nth-child(61) {
    -ms-grid-row: 31;
    -ms-grid-column: 1;
}

.grid_about>*:nth-child(62) {
    -ms-grid-row: 31;
    -ms-grid-column: 3;
}

.grid_about>*:nth-child(63) {
    -ms-grid-row: 31;
    -ms-grid-column: 5;
}

.grid_about>*:nth-child(64) {
    -ms-grid-row: 31;
    -ms-grid-column: 7;
}

.grid_about img {
    width: 100%;
    height: 100%;
}

.col_grid_about1 {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1 / span 1;
    -ms-grid-row: 2;
    -ms-grid-row-span: 5;
    grid-row: 2 / span 5;
}

.col_grid_about2 {
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2 / span 1;
    -ms-grid-row: 2;
    -ms-grid-row-span: 3;
    grid-row: 6 / span 4;
    font-size: 0.9rem;
    display: flex;
    align-items: center;
    font-size: .8rem;
}

.col_grid_about3 {
    -ms-grid-column: 3;
    -ms-grid-column-span: 1;
    grid-column: 3 / span 1;
    -ms-grid-row: 1;
    -ms-grid-row-span: 5;
    grid-row: 2 / span 5;
}

.col_grid_about4 {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1 / span 1;
    -ms-grid-row: 7;
    -ms-grid-row-span: 5;
    grid-row: 7 / span 5;
}

.col_grid_about5 {
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2 / span 1;
    -ms-grid-row: 5;
    -ms-grid-row-span: 5;
    grid-row: 1 / span 5;
}

.col_grid_about6 {
    -ms-grid-column: 3;
    -ms-grid-column-span: 1;
    grid-column: 3 / span 1;
    -ms-grid-row: 6;
    -ms-grid-row-span: 5;
    grid-row: 7 / span 5;
}

.col_grid_about7 {
    -ms-grid-column: 4;
    -ms-grid-column-span: 1;
    grid-column: 4 / span 1;
    -ms-grid-row: 4;
    -ms-grid-row-span: 5;
    grid-row: 4 / span 5;
}

.col_grid_about8 {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1 / span 1;
    -ms-grid-row: 12;
    -ms-grid-row-span: 5;
    grid-row: 12 / span 5;
}

.col_grid_about9 {
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2 / span 1;
    -ms-grid-row: 10;
    -ms-grid-row-span: 5;
    grid-row: 10 / span 5;
}

.col_grid_about10 {
    -ms-grid-column: 3;
    -ms-grid-column-span: 2;
    grid-column: 3 / span 2;
    -ms-grid-row: 11;
    -ms-grid-row-span: 4;
    grid-row: 11 / span 4;
    display: flex;
    align-items: center;
    font-size: .8rem;
    text-align: justify;
}


/* Menu stick */

.menu_sticky {
    position: sticky;
    top: 0;
    width: 100%;
    z-index: 110;
    overflow: hidden;
}


/* Events */

.p_right {
    width: 60%;
    margin: 0 0 0 auto;
}

.p_right7 {
    width: 75%;
    margin: 0 0 0 auto;
}

.image_abs {
    position: absolute;
    left: 30%;
    z-index: 1;
}

.swiper_tournages .swiper-button-prev,
.swiper-rtl .swiper-button-next {
    left: 1rem;
    right: auto;
}

.swiper_tournages .swiper-button-next {
    right: 1rem;
    left: auto;
}

.spacer_time {
    width: 5rem;
    height: 0.1rem;
    border-top: 1px solid;
}

.faq {
    background: #9e8e72;
    position: relative;
    padding: 5rem 0;
}

.faq::before {
    content: "";
    background: url('/wp-content/themes/theatre/assets/img/Artboard.svg');
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    inset: 0;
}

.before_col6:before {
    content: "";
    width: 3rem;
    height: 7rem;
    background: #C9BDA8;
    position: absolute;
    top: 42%;
    left: 5%;
    border-radius: 15px;
}

.grid_annexe {
    display: -ms-grid;
    display: grid;
    /* grid-template-rows: repeat(2, 1fr); */
    -ms-grid-columns: 1fr 1rem 1fr 1rem 1fr 1rem 1fr;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 1rem;
}

.grid_annexe1 {
    grid-column: 1/2 span;
    grid-row: 1/ sapn 2;
}

.grid_annexe2 {
    grid-column: 3/2 span;
    grid-row: 1/ 1 span;
}

.grid_annexe3 {
    grid-row: 2/1 span;
    grid-column: 3/ 1 span;
}

.grid_annexe4 {
    grid-row: 2/1 span;
    grid-column: 4/ 1 span;
    display: table;
}

.grid_annexe4 p {
    vertical-align: middle;
    display: table-cell;
}

.swipper_grid .swiper-slide {
    background-repeat: no-repeat !important;
    background-position: center center !important;
    background-size: cover !important;
    width: 100% !important;
    padding: 11rem 0;
}


/* CONTACT */

.form_contact .input_contact {
    width: 100%;
    background: transparent;
    border: 0;
    border-bottom: 1px solid #707070;
    padding: 0 0.3rem 0.5rem 0.3rem;
    font-family: 'Poppins';
    font-weight: 300;
    color: white;
}

.form_contact .send_form_contact {
    background: transparent;
    border: 0;
    color: #C9BDA8;
}

.form_contact .wpcf7-spinner {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
}

.contactez_nous .wpcf7 form.invalid .wpcf7-response-output,
.contactez_nous .wpcf7 form.sent .wpcf7-response-output {
    color: white;
}

.wpcf7 form.sent .wpcf7-response-output {
    border-color: #46b45091;
}

.wpcf7 form.invalid .wpcf7-response-output {
    border-color: #ffb90096;
}

.form_contact .wpcf7-form-control-wrap {
    margin-bottom: 1.5rem;
    display: block;
}

.form_contact ::-webkit-input-placeholder {
    color: #EDEDED;
}

.form_contact ::-moz-placeholder {
    color: #EDEDED;
}

.form_contact :-ms-input-placeholder {
    color: #EDEDED;
}

.form_contact ::-ms-input-placeholder {
    color: #EDEDED;
}

.form_contact ::placeholder {
    color: #EDEDED;
}

.form_contact input:focus-visible {
    outline: none;
    border-bottom: 2px solid #C9BDA8;
}


/* Events */

.swiper_evenements {
    -webkit-transition-timing-function: linear!important;
    -o-transition-timing-function: linear!important;
    transition-timing-function: linear!important;
}

.swiper_evenements .swiper-slide {
    -webkit-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    height: 270px;
}

.swiper_evenements .swiper-slide .img_event {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.swiper_evenements .swiper-slide:before,
.cover_event:before {
    content: "";
    width: 100%;
    height: 100%;
    background: #0000004a;
    position: absolute;
    left: 0;
    top: 0;
}

.swiper_evenements .swiper-wrapper {
    -webkit-transition-timing-function: linear!important;
    -o-transition-timing-function: linear!important;
    transition-timing-function: linear!important;
    -webkit-transform-style: preserve-3d;
}

.sec_events {
    margin-top: -11rem;
}

.spacer_date {
    width: 2rem;
    height: 0.1rem;
    border-top: 1px solid #9E8E72;
    margin: 0 0.2rem;
}

.wp_pos_event {
    position: absolute;
    top: 70%;
    left: 10%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.pagination a:not(.next,
.prev),
.pagination .page-numbers.current {
    color: white;
    border: 1px solid #C9BDA8;
    width: 2rem;
    height: 2rem;
    background: transparent;
    text-align: center;
    margin: 0 0.5rem;
    padding: 0.3rem;
    display: block;
}

.pagination a:hover {
    text-decoration: none;
}

.pagination .page-numbers.current {
    color: black;
    background: #C9BDA8;
}

.pagination .prev,
.pagination .next {
    border: 1px solid #C7BDAA;
    width: 6rem;
    height: 2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: 2rem;
}

.pagination .next {
    background: #C7BDAA;
    margin-left: 2rem;
    margin-right: 0;
}


/* E-Boutique */

.img_product {
    width: 100%;
    /* height: 175px; */
    margin: 0 auto;
}

.swiper_best_product .swiper-slide {
    background-repeat: no-repeat !important;
    background-position: center center !important;
    background-size: cover !important;
    height: 550px;
    background-color: black !important;
    overflow: hidden !important;
}

.title_slide {
    position: absolute;
    bottom: 0%;
    left: 10%;
    width: 95%;
    padding-bottom: 1rem;
    display: none;
}

.hover_product {
    position: absolute;
    width: 100%;
    height: 110%;
    background: #c9bda84d;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.col_product:hover .hover_product {
    opacity: 1;
    visibility: visible;
}

.wc-block-mini-cart__badge {
    background: #C9BDA9;
    color: black !important;
    border: 0;
    font-family: 'SilkSerif-Light';
}

.wc-block-mini-cart__button:hover:not([disabled]) {
    opacity: 1;
}


/* Panier */

h2.wc-block-mini-cart__title {
    margin: 4.5rem auto 1.5rem auto;
    font-family: 'SilkSerif-Light';
    text-decoration: underline;
    -webkit-text-decoration-color: #9E8E72;
    text-decoration-color: #9E8E72;
    text-underline-offset: 1rem;
    text-decoration-thickness: 0.07rem;
}

.wc-block-components-drawer .components-modal__header .components-button {
    background: #9E8E72;
    opacity: 1;
}

table.wc-block-cart-items .wc-block-cart-items__row .wc-block-components-product-name {
    display: block;
    color: white;
    font-family: 'SilkSerif-Light';
}

table.wc-block-cart-items .wc-block-cart-items__row .wc-block-components-product-name:hover {
    color: #e3dbcc;
    text-decoration: none;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.added::after {
    display: none;
}

.swiper-horizontal>.swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
    bottom: -5px;
    background: #373636;
}

.swiper-scrollbar-drag {
    background: #9B8F75;
}

.slide_grid {
    width: 300px !important;
}


/* Blog */

.col_blog {
    background-color: #191919;
}

.blogs {
    background: #242424;
}

.wp_blogs {
    position: relative;
    margin-top: -15rem;
}

.back {
    width: 3rem;
    height: 3rem;
    margin-bottom: 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
}

.back i {
    font-size: 1.3rem;
}


/* FAQ */

#accordion .card {
    border-color: transparent;
}

#accordion .card .btn-link:focus,
#accordion .card .btn-link:hover {
    outline: none;
    box-shadow: none;
    text-decoration: none;
}


/* Mediateck */

.wp_ps_phteck {
    position: absolute;
    bottom: 2rem;
    left: 2rem;
    z-index: 1;
}

.col_media::after {
    content: '';
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, #000000e6 10%, #00000000 51%);
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
}

.swipper_media {
    overflow: hidden;
}

.swipper_media .swiper-button-next {
    right: 2rem;
    left: auto;
}

.swipper_media .swiper-button-prev {
    left: 2rem;
    right: auto;
}

.swipper_media .swiper-button-next:after,
.swipper_media .swiper-rtl .swiper-button-prev:after,
.swipper_media .swiper-button-prev:after,
.swipper_media .swiper-rtl .swiper-button-next:after {
    font-size: .75rem;
    color: #707070;
}

.swipper_media .swiper-button-prev,
.swipper_media .swiper-button-next {
    border: 1px solid #D6D6D6;
    background: #D6D6D6;
}

.col_toogle_media {
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}

.play {
    pointer-events: none;
}


/* blog handicap */

.row_handicap:before {
    content: "";
    width: 0.1rem;
    height: 70%;
    background: #404040;
    position: absolute;
    left: 46%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.more {
    display: none;
}

.polylang-dropdown {
    /* pointer-events: none; */
}

.quantity .quantity-button {
    border: 0 !important;
}

.quantity-nav {
    width: 0;
}

.quantity {
    padding: 0.1rem 2rem 0.1rem 3rem;
}

.button-wrapper .single_add_to_cart_button {
    margin-right: 0rem !important;
    margin-left: 1rem !important;
}

.fs-6-im {
    font-size: 1.15rem !important;
}

.fs-mini {
    font-size: 0.65rem !important;
    line-height: 0.8rem;
    color: #ffffff91;


}


/* Woocomerce */

body .wp-block-woocommerce-filled-mini-cart-contents-block{
    background: black;
}
body .wc-block-components-quantity-selector{
    display: grid !important;
}
body .wc-block-components-quantity-selector input.wc-block-components-quantity-selector__input,
body .wc-block-components-quantity-selector
{
    border: 1px solid var(--color-brown-dark);
}
body .wc-block-components-quantity-selector>.wc-block-components-quantity-selector__button--minus{
    border-top: 1px solid var(--color-brown-dark);
}
.wc-block-mini-cart__template-part,
.wp-block-woocommerce-empty-mini-cart-contents-block .wc-block-mini-cart__empty-cart-wrapper,
.wp-block-woocommerce-empty-mini-cart-contents-block{
    background: black !important;
}


/*--------------------------------------------------------------
# Media Query
--------------------------------------------------------------*/


/*--------------------------------------------------------------
## Notebook
--------------------------------------------------------------*/

@media only screen and (max-width: 1280px) {
    html {
        font-size: 95%;
    }
}

@media screen and (max-width: 1199px) {
    .navbar-dark .dropdown-item {
        color: #fff;
    }
    .navbar-nav .dropdown-menu {
        background: transparent;
        -webkit-box-shadow: none;
        box-shadow: none;
        border: none;
    }
}


/*--------------------------------------------------------------
## Netbook
--------------------------------------------------------------*/

@media only screen and (max-width: 1024px) {
    html {
        font-size: 90%;
    }
}


/*--------------------------------------------------------------
## iPad
--------------------------------------------------------------*/

@media only screen and (max-width: 960px) {
    html {
        font-size: 85%;
    }
}


/*--------------------------------------------------------------
## iPad
--------------------------------------------------------------*/

@media only screen and (max-width: 768px) {
    html {
        font-size: 80%;
    }
}


/*--------------------------------------------------------------
## iPad
--------------------------------------------------------------*/

@media only screen and (max-width: 480px) {
    html {
        font-size: 75%;
    }
}

@media (min-width: 991.98px) {
    .m_md_auto {
        margin: 0 auto;
    }
    .w-md-50 {
        width: 50%;
    }
}

@media (max-width: 1198.98px) {

    .p-slider .swiper-slide {
        height: 825px;
    }
    
    .swiper-button-prev,
    .swiper-rtl .swiper-button-next {
        left: 1rem;
    }
    .swiper-button-next,
    .swiper-rtl .swiper-button-prev {
        right: 1rem;
    }
    .parallax-container  {
        height: 550px;
        background-size: cover;
    }
    .swiper-events .swiper-slide {
        width: 600px !important;
    }
    .grid_annexe1 img {
        width: 100%;
        height: 100%;
    }
    .w-68 {
        width: 78%;
    }
    .swiper-events {
        position: relative;
        width: 100%;
        height: calc(var(--swiper-width) * var(--swiper-image-ratio) / 100%);
        overflow: hidden;
    }

    .swiper-events .swiper-slide {
        position: relative;
        width: 700px !important;
        opacity: .85;
        -webkit-transform: scale(.84);
        -ms-transform: scale(.84);
        transform: scale(.84);
        -webkit-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
        overflow: hidden;
        border-radius: 0.4285rem;
    }

    .swiper-events .swiper-slide {
        -webkit-transform: scale(.84) translateZ(0);
        transform: scale(.84) translateZ(0);
    }

    .swiper-events .swiper-slide.swiper-slide-active {
        -webkit-transform: scale(1) !important;
        -ms-transform: scale(1) !important;
        transform: scale(1) !important;
        opacity: 1 !important;
    }

    .swiper-events .swiper-slide.swiper-slide-active {
        -webkit-transform: scale(1) translateZ(0) !important;
        transform: scale(1) translateZ(0) !important;
    }

    .swiper-events .img_events {
        width: 100%;
    }
    .pos_text_header {
        width: 69%;
        left: 50%;
        transform: translateX(-50%);
        top: 80%;
    }
    .wp-slider::before {
        content: "";
        background: url('/wp-content/themes/theatre/assets/img/effact.svg');
        background-size: cover;
        background-position: center;
        width: 100%;
        z-index: 11;
    }
    body .p-slider .swiper-slide {
        background-position-y: bottom !important;
    }
}

@media (max-width: 991.98px) {
    .swiper-events .swiper-slide {
        width: 520px !important;
    }
    .parallax-container  {
        height: 400px;
    }
    .w-md-50 {
        width: 80%;
    }
    .p-slider .swiper-slide {
        /* height: 400px; */
        height: 700px;
        background-position: bottom !important;
    }
    .nav-link {
        padding: 1rem;
    }
    .menu_footer {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .col_grid_about2 {
        -ms-grid-row: 2;
        -ms-grid-row-span: 3;
        grid-row: 6 / span 4;
    }
    .grid_about .swipper_grid .swiper-slide {
        padding: 5rem 0;
    }
    .img_product {
        border: 1px solid #9e8e7269;
        padding: 2rem;
    }
    .grid_annexe1 {
        display: none;
    }
    .grid_annexe {
        -ms-grid-rows: 1fr 1rem 1fr;
        grid-template-rows: repeat(2, 1fr);
        -ms-grid-columns: 1fr 1rem 1fr;
        grid-template-columns: repeat(2, 1fr);
    }
    .grid_annexe>*:nth-child(1) {
        -ms-grid-row: 1;
        -ms-grid-column: 1;
    }
    .grid_annexe>*:nth-child(2) {
        -ms-grid-row: 1;
        -ms-grid-column: 3;
    }
    .grid_annexe>*:nth-child(3) {
        -ms-grid-row: 3;
        -ms-grid-column: 1;
    }
    .grid_annexe>*:nth-child(4) {
        -ms-grid-row: 3;
        -ms-grid-column: 3;
    }
    .grid_annexe2 {
        -ms-grid-column: 1;
        -ms-grid-column-span: 2;
        grid-column: 1/ span 2;
        grid-row: 1/ 1 span;
    }
    .grid_annexe3 {
        grid-row: 2/1 span;
        grid-column: 1/ 1 span;
    }
    .grid_annexe4 {
        grid-row: 2/1 span;
        grid-column: 2/ 1 span;
        display: table;
    }
    #Restaurant_cafe .p_right {
        margin: 1rem 0;
        width: 100%;
    }
    .before_col6:before {
        display: none;
    }
    .ha2 .border_handicap {
        border-right: 0;
    }
    .image_abs {
        position: relative;
        inset: 0;
    }
    #visites_pedagogiques .p_right {
        width: 100%;
        margin: 0;
    }
    .search_fixed {
        display: none;
    }
    .swipper_grid .swiper-slide {
        padding: 8rem 0;
    }
    .grid-col-4 {
        margin-top: 3.5rem;
    }
    .grid-col-2 {
        margin-bottom: 2.5rem;
    }
    .p_right7 {
        width: 100%;
    }
    .fs-1 {
        font-size: 2.5rem;
    }
    .border_handicap {
        border: none;
    }
    .img_handicap {
        transform: scale(.7);
    }
    .espace_theatre {
        width: 100% !important;
    }
    .w-68 {
        width: 68%;
    }
    .scale7 {
        transform: scale(.55);
    }
    .title_shop {
        width: 65% !important;
    }
    .pos_text_header {
        top: 65%;
    }
    body .p-slider .swiper-slide {
        background-position: bottom !important;
    }   

}

@media (max-width: 767.98px) {
    .swiper-events .swiper-slide {
        width: 420px !important;
    }
    .parallax-container  {
        height: 400px;
        transform: translate3d(0, 0, 0);
        will-change: transform;
    }
    .last_slider_home .swiper-slide {
        padding: 15rem 3rem;
        height: 435px;
        background-size: cover !important;
    }
    .w-md-50 {
        width: 100%;
    }
    .swiper-button-prev,
    .swiper-rtl .swiper-button-next {
        left: 0rem;
    }
    .swiper-button-next,
    .swiper-rtl .swiper-button-prev {
        right: 0rem;
    }
    .swiper-button-prev,
    .swiper-button-next {
        width: 2.3rem;
        height: 2.3rem;
    }
    .swiper-button-next:after,
    .swiper-rtl .swiper-button-prev:after,
    .swiper-button-prev:after,
    .swiper-rtl .swiper-button-next:after {
        font-size: 0.7rem;
    }
    .fs-2 {
        font-size: 1.5rem;
    }
    .fs-25 {
        font-size: 2rem;
    }
    .grid_spaces {
        -ms-grid-rows: 1fr 1rem 1fr 1rem 1fr 1rem 1fr 1rem 1fr 1rem 1fr 1rem 1fr 1rem 1fr 1rem 1fr 1rem 1fr 1rem 1fr;
        grid-template-rows: repeat(11, 1fr);
        -ms-grid-columns: 1fr 1rem 1fr;
        grid-template-columns: repeat(2, 1fr);
    }
    .grid_spaces>*:nth-child(1) {
        -ms-grid-row: 1;
        -ms-grid-column: 1;
    }
    .grid_spaces>*:nth-child(2) {
        -ms-grid-row: 1;
        -ms-grid-column: 3;
    }
    .grid_spaces>*:nth-child(3) {
        -ms-grid-row: 3;
        -ms-grid-column: 1;
    }
    .grid_spaces>*:nth-child(4) {
        -ms-grid-row: 3;
        -ms-grid-column: 3;
    }
    .grid_spaces>*:nth-child(5) {
        -ms-grid-row: 5;
        -ms-grid-column: 1;
    }
    .grid_spaces>*:nth-child(6) {
        -ms-grid-row: 5;
        -ms-grid-column: 3;
    }
    .grid_spaces>*:nth-child(7) {
        -ms-grid-row: 7;
        -ms-grid-column: 1;
    }
    .grid_spaces>*:nth-child(8) {
        -ms-grid-row: 7;
        -ms-grid-column: 3;
    }
    .grid_spaces>*:nth-child(9) {
        -ms-grid-row: 9;
        -ms-grid-column: 1;
    }
    .grid_spaces>*:nth-child(10) {
        -ms-grid-row: 9;
        -ms-grid-column: 3;
    }
    .grid_spaces>*:nth-child(11) {
        -ms-grid-row: 11;
        -ms-grid-column: 1;
    }
    .grid_spaces>*:nth-child(12) {
        -ms-grid-row: 11;
        -ms-grid-column: 3;
    }
    .grid_spaces>*:nth-child(13) {
        -ms-grid-row: 13;
        -ms-grid-column: 1;
    }
    .grid_spaces>*:nth-child(14) {
        -ms-grid-row: 13;
        -ms-grid-column: 3;
    }
    .grid_spaces>*:nth-child(15) {
        -ms-grid-row: 15;
        -ms-grid-column: 1;
    }
    .grid_spaces>*:nth-child(16) {
        -ms-grid-row: 15;
        -ms-grid-column: 3;
    }
    .grid_spaces>*:nth-child(17) {
        -ms-grid-row: 17;
        -ms-grid-column: 1;
    }
    .grid_spaces>*:nth-child(18) {
        -ms-grid-row: 17;
        -ms-grid-column: 3;
    }
    .grid_spaces>*:nth-child(19) {
        -ms-grid-row: 19;
        -ms-grid-column: 1;
    }
    .grid_spaces>*:nth-child(20) {
        -ms-grid-row: 19;
        -ms-grid-column: 3;
    }
    .grid_spaces>*:nth-child(21) {
        -ms-grid-row: 21;
        -ms-grid-column: 1;
    }
    .grid_spaces>*:nth-child(22) {
        -ms-grid-row: 21;
        -ms-grid-column: 3;
    }
    .grid-col-1 {
        -ms-grid-column: 1;
        -ms-grid-column-span: 1;
        grid-column: 1/ span 1;
        -ms-grid-row: 1;
        -ms-grid-row-span: 4;
        grid-row: 1/ span 4;
    }
    .grid-col-2 {
        -ms-grid-column: 2;
        -ms-grid-column-span: 1;
        grid-column: 2/ span 1;
        -ms-grid-row: 1;
        -ms-grid-row-span: 3;
        grid-row: 1/ span 3;
    }
    .grid-col-3 {
        -ms-grid-column: 1;
        -ms-grid-column-span: 1;
        grid-column: 1/ span 1;
        -ms-grid-row: 5;
        -ms-grid-row-span: 4;
        grid-row: 5/ span 4;
        margin-top: -1rem;
    }
    .grid-col-4 {
        -ms-grid-column: 2;
        -ms-grid-column-span: 1;
        grid-column: 2/ span 1;
        -ms-grid-row: 4;
        -ms-grid-row-span: 3;
        grid-row: 4/ span 4;
        margin-top: 0;
    }
    .grid-col-5 {
        -ms-grid-column: 2;
        -ms-grid-column-span: 1;
        grid-column: 2/ span 1;
        -ms-grid-row: 7;
        -ms-grid-row-span: 5;
        grid-row: 8/ span 5;
        margin-top: 0;
    }
    .grid-col-6 {
        -ms-grid-column: 1;
        -ms-grid-column-span: 1;
        grid-column: 1/ span 1;
        -ms-grid-row: 9;
        -ms-grid-row-span: 3;
        grid-row: 9/ span 4;
        margin-top: 2rem;
    }
    .last_slide_home .swiper-button-next,
    .last_slide_home .swiper-button-prev {
        top: 90%;
    }
    .last_slide_home .swiper-button-next,
    .last_slide_home .swiper-rtl .swiper-button-prev {
        right: 5%;
    }
    .last_slide_home .swiper-button-prev,
    .last_slide_home .swiper-rtl .swiper-button-next {
        left: 80%;
    }
    .last_slide_home .swiper-slide.swiper-slide-visible.swiper-slide:before,
    .before_rec::after {
        content: "";
        width: 2rem;
        height: 2rem;
        border: 1px solid white;
        border-top: 0;
        border-right: 0;
        position: absolute;
        bottom: 2rem;
    }
    .before_rec::after {
        left: 3.5rem;
    }
    .p-slider .swiper-slide {
        height: 300px;
        height: 530px;
    }
    .search_fixed {
        display: none;
    }
    .toogle span:nth-child(1) {
        width: 2rem;
    }
    .toogle span:nth-child(2) {
        width: 21px;
    }
    .toogle {
        width: 3rem;
    }
    .navbar-brand {
        width: 30%;
    }
    /* .navbar-brand{
        margin: 0 1rem 0 6rem;
    } */
    .filter-option-inner {
        text-align: center;
    }
    #header .bootstrap-select>.dropdown-toggle {
        width: 4rem;
    }
    .grid_about {
        -ms-grid-rows: 1fr 0 1fr 0 1fr 0 1fr 0 1fr 0 1fr 0 1fr 0 1fr 0 1fr 0 1fr 0 1fr 0 1fr 0 1fr 0 1fr 0 1fr 0 1fr 0 1fr 0 1fr 0 1fr;
        grid-template-rows: repeat(16, 1fr);
        -ms-grid-columns: 1fr 0 1fr;
        grid-template-columns: repeat(2, 1fr);
    }
    .grid_about>*:nth-child(1) {
        -ms-grid-row: 1;
        -ms-grid-column: 1;
    }
    .grid_about>*:nth-child(2) {
        -ms-grid-row: 1;
        -ms-grid-column: 3;
    }
    .grid_about>*:nth-child(3) {
        -ms-grid-row: 3;
        -ms-grid-column: 1;
    }
    .grid_about>*:nth-child(4) {
        -ms-grid-row: 3;
        -ms-grid-column: 3;
    }
    .grid_about>*:nth-child(5) {
        -ms-grid-row: 5;
        -ms-grid-column: 1;
    }
    .grid_about>*:nth-child(6) {
        -ms-grid-row: 5;
        -ms-grid-column: 3;
    }
    .grid_about>*:nth-child(7) {
        -ms-grid-row: 7;
        -ms-grid-column: 1;
    }
    .grid_about>*:nth-child(8) {
        -ms-grid-row: 7;
        -ms-grid-column: 3;
    }
    .grid_about>*:nth-child(9) {
        -ms-grid-row: 9;
        -ms-grid-column: 1;
    }
    .grid_about>*:nth-child(10) {
        -ms-grid-row: 9;
        -ms-grid-column: 3;
    }
    .grid_about>*:nth-child(11) {
        -ms-grid-row: 11;
        -ms-grid-column: 1;
    }
    .grid_about>*:nth-child(12) {
        -ms-grid-row: 11;
        -ms-grid-column: 3;
    }
    .grid_about>*:nth-child(13) {
        -ms-grid-row: 13;
        -ms-grid-column: 1;
    }
    .grid_about>*:nth-child(14) {
        -ms-grid-row: 13;
        -ms-grid-column: 3;
    }
    .grid_about>*:nth-child(15) {
        -ms-grid-row: 15;
        -ms-grid-column: 1;
    }
    .grid_about>*:nth-child(16) {
        -ms-grid-row: 15;
        -ms-grid-column: 3;
    }
    .grid_about>*:nth-child(17) {
        -ms-grid-row: 17;
        -ms-grid-column: 1;
    }
    .grid_about>*:nth-child(18) {
        -ms-grid-row: 17;
        -ms-grid-column: 3;
    }
    .grid_about>*:nth-child(19) {
        -ms-grid-row: 19;
        -ms-grid-column: 1;
    }
    .grid_about>*:nth-child(20) {
        -ms-grid-row: 19;
        -ms-grid-column: 3;
    }
    .grid_about>*:nth-child(21) {
        -ms-grid-row: 21;
        -ms-grid-column: 1;
    }
    .grid_about>*:nth-child(22) {
        -ms-grid-row: 21;
        -ms-grid-column: 3;
    }
    .grid_about>*:nth-child(23) {
        -ms-grid-row: 23;
        -ms-grid-column: 1;
    }
    .grid_about>*:nth-child(24) {
        -ms-grid-row: 23;
        -ms-grid-column: 3;
    }
    .grid_about>*:nth-child(25) {
        -ms-grid-row: 25;
        -ms-grid-column: 1;
    }
    .grid_about>*:nth-child(26) {
        -ms-grid-row: 25;
        -ms-grid-column: 3;
    }
    .grid_about>*:nth-child(27) {
        -ms-grid-row: 27;
        -ms-grid-column: 1;
    }
    .grid_about>*:nth-child(28) {
        -ms-grid-row: 27;
        -ms-grid-column: 3;
    }
    .grid_about>*:nth-child(29) {
        -ms-grid-row: 29;
        -ms-grid-column: 1;
    }
    .grid_about>*:nth-child(30) {
        -ms-grid-row: 29;
        -ms-grid-column: 3;
    }
    .grid_about>*:nth-child(31) {
        -ms-grid-row: 31;
        -ms-grid-column: 1;
    }
    .grid_about>*:nth-child(32) {
        -ms-grid-row: 31;
        -ms-grid-column: 3;
    }
    .grid_about>*:nth-child(33) {
        -ms-grid-row: 33;
        -ms-grid-column: 1;
    }
    .grid_about>*:nth-child(34) {
        -ms-grid-row: 33;
        -ms-grid-column: 3;
    }
    .grid_about>*:nth-child(35) {
        -ms-grid-row: 35;
        -ms-grid-column: 1;
    }
    .grid_about>*:nth-child(36) {
        -ms-grid-row: 35;
        -ms-grid-column: 3;
    }
    .grid_about>*:nth-child(37) {
        -ms-grid-row: 37;
        -ms-grid-column: 1;
    }
    .grid_about>*:nth-child(38) {
        -ms-grid-row: 37;
        -ms-grid-column: 3;
    }
    .col_grid_about1 {
        -ms-grid-column: 1;
        -ms-grid-column-span: 1;
        grid-column: 1 / span 1;
        -ms-grid-row: 2;
        -ms-grid-row-span: 5;
        grid-row: 2 / span 5;
    }
    .col_grid_about2 {
        -ms-grid-column: 2;
        -ms-grid-column-span: 1;
        grid-column: 2 / span 1;
        -ms-grid-row: 2;
        -ms-grid-row-span: 5;
        grid-row: 2 / span 5;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .col_grid_about3,
    .col_grid_about6,
    .col_grid_about7 {
        display: none;
    }
    .col_grid_about4 {
        -ms-grid-column: 1;
        -ms-grid-column-span: 1;
        grid-column: 1 / span 1;
        -ms-grid-row: 7;
        -ms-grid-row-span: 5;
        grid-row: 7 / span 5;
    }
    .col_grid_about5 {
        -ms-grid-column: 2;
        -ms-grid-column-span: 1;
        grid-column: 2 / span 1;
        -ms-grid-row: 7;
        -ms-grid-row-span: 5;
        grid-row: 7 / span 5;
    }
    .col_grid_about8 {
        -ms-grid-column: 1;
        -ms-grid-column-span: 1;
        grid-column: 1 / span 1;
        -ms-grid-row: 12;
        -ms-grid-row-span: 5;
        grid-row: 12 / span 5;
    }
    .col_grid_about9 {
        -ms-grid-column: 2;
        -ms-grid-column-span: 1;
        grid-column: 2 / span 1;
        -ms-grid-row: 12;
        -ms-grid-row-span: 5;
        grid-row: 12 / span 5;
    }
    .col_grid_about10 {
        -ms-grid-column: 1;
        -ms-grid-column-span: 2;
        grid-column: 1 / span 2;
        -ms-grid-row: 17;
        -ms-grid-row-span: 3;
        grid-row: 17 / span 3;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .contactez_nous .border-ligthr {
        border: 0;
    }
    .menu_sticky a {
        font-size: .85rem;
    }
    .sec_events {
        margin-top: -9rem;
    }
    .border_handicap {
        border-right: 0;
    }
    .ml-n-6 {
        margin-left: 2rem;
    }
    .search-form .input-group {
        width: 100% !important;
    }
    .navbar-light .navbar-nav .nav-link {
        font-size: 1.7rem;
    }
    .text_zaha {
        text-align: left;
        margin: 0 0 0 auto !important;
        padding: 0 !important;
        width: 55%;
    }
    .col_zaha {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: baseline;
        -ms-flex-align: baseline;
        align-items: baseline;
    }
    .swipper_grid .swiper-slide {
        padding: 9rem 0;
    }
    .swipper_grid {
        margin: 0;
    }
    .grid_spaces {
        margin-bottom: 3rem;
    }
    .fs-1 {
        font-size: 2rem;
    }
    .wp_blogs {
        margin-top: -25rem;
    }
    .grid_spaces::before {
        background: -o-linear-gradient(bottom, black 1%, transparent 33%);
        background: -webkit-gradient(linear, left bottom, left top, color-stop(1%, black), color-stop(33%, transparent));
        background: linear-gradient(to top, black 1%, transparent 33%);
    }
    .wp_ps_phteck {
        bottom: 1rem;
    }
    .row_handicap:before {
        left: 42%;
    }
    .w-90 {
        width: 100%;
    }
    .woocommerce-order .border_end_dark {
        border-right: 0;
        border-bottom: 1px solid #9E8E72;
    }
    .title_shop {
        width: 85% !important;
    }
    .grid_about .swipper_grid .swiper-slide {
        padding: 8rem 0;
    }
}

@media (max-width: 575.98px) {
    .swiper-events .swiper-slide {
        width: 380px !important;
    }
    .fs-25 {
        font-size: 1.8rem;
    }
    .fs-2 {
        font-size: 1.5rem;
    }
    /* .parallax-container  {
        background-size: cover;
    } */
    .p-slider .swiper-slide {
        height: 420px;
        height: 458px;
    }
    .pos_abs p {
        width: 100% !important;
    }
    .fs-1 {
        font-size: 2em;
    }
    .hadid {
        right: -2rem;
    }
    .sec_events {
        margin-top: -4rem;
    }
    .swiper_evenements .swiper-slide {
        height: 210px;
    }
    .grid_annexe3 img {
        width: 100%;
    }
    .mini_menu_head a {
        font-size: .85rem;
    }
    .mini_menu_head {
        width: 88% !important;
    }
    .last_slide_home .swiper-button-prev,
    .last_slide_home .swiper-rtl .swiper-button-next {
        left: 75%;
    }
    .navbar-light .navbar-nav .nav-link {
        font-size: 2rem;
    }
    .img_handicap {
        -webkit-transform: scale(.8);
        -ms-transform: scale(.8);
        transform: scale(.8);
    }
    .text_handicap {
        width: 100%;
        text-align: center;
    }
    .row_handicap a {
        margin: 0 auto;
    }
    .row_handicap:before {
        display: none;
    }
    .menu_sticky {
        overflow: auto;
        white-space: nowrap;
    }
    .menu_sticky::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
        border-radius: 10px;
        background-color: #373636;
    }
    .menu_sticky::-webkit-scrollbar {
        width: 0;
        height: 6px;
        background-color: #373636;
    }
    .menu_sticky::-webkit-scrollbar-thumb {
        border-radius: 10px;
        -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
        background-color: #9B8F75;
    }
    .menu_sticky a {
        font-size: .9rem;
        padding: 0.25rem 1rem !important;
        box-sizing: content-box;
    }
    .menu_sticky .container-fluid,
    .menu_sticky .container {
        display: block !important;
        text-align: center;
    }
    .wp_blogs {
        margin-top: -21rem;
    }
    .back {
        width: 2rem;
        height: 2rem;
    }
    .back i {
        font-size: 1rem;
    }
    .wp_ps_phteck {
        bottom: 2rem;
    }
    .col_toogle_media img {
        transform: scale(.7);
    }
    .text-search {
        width: 100% !important;
    }
    .pos_text_header {
        width: 75%;
        top: 80%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
    .scale7 {
        transform: scale(.45);
    }
    .ml-n1.scale7 {
        margin-left: -1rem !important;
    }
    .title_shop {
        width: 100% !important;
    }
    .pos_abs {
        width: 61%;
    }
    .cont_header{
        padding: 0 !important;
    }
    .toogle span:nth-child(2) {
        width: 16px;
    }
    .toogle {
        width: 2.5rem;
    }
    .toogle span:nth-child(1) {
        width: 1.75rem;
    }
    #header .bootstrap-select>.dropdown-toggle {
        width: 2.5rem;
        padding: 0.28rem 0.25rem;
    }
    .dropdown-toggle:after {
        right: 5px;
    }
    .filter-option-inner-inner {
        font-size: .85rem;
    }
    .link_white {
        padding: .3rem .35rem;
        font-size: 0.8rem;
    }
    .navbar-brand {
        padding-top: 0rem;
        font-size: 1rem;
        width: 27%;
    }
    .filter-option-inner {
        text-align: left;
    }
}

@media (max-width: 425.98px) {
    .swiper-events .swiper-slide {
        width: 300px !important;
    }
    .swiper-button-prev {
        left: 78%;
    }
    .filter-option-inner-inner {
        font-size: .8rem;
        padding: 0.1rem;
    }
    .toogle {
        width: 2rem;
    }
    .toogle span:nth-child(1) {
        width: 1.3rem;
    }
    .toogle span:nth-child(2) {
        width: 11px;
    }
    .navbar-brand {
        margin: 0;
    }
    .boutique {
        font-size: .8rem;
    }
    .toogle.active span:nth-child(2),
    .toogle.active span:nth-child(1) {
        width: 1rem;
    }
    .text_zaha {
        width: 65%;
    }
    .swipper_grid .swiper-slide {
        padding: 7rem 0;
    }
    .wp_blogs {
        margin-top: -19rem;
    }
    .mr_auto.scale7 {
        margin: -1rem 0 0 auto;
    }
    .title_shop {
        font-size: 2.2rem;
    }
    .pos_abs {
        width: 80%;
    }
    .img_product {
        padding: 1.5rem;
    }
}

@media (max-width: 375.98px) {
    .swiper-button-prev {
        left: 75%;
    }
    .infos_footer p {
        font-size: .8rem;
    }
    .infos_footer div {
        font-size: .85rem;
        margin-bottom: .4rem;
    }
    .infos_footer img {
        -webkit-transform: scale(.8);
        -ms-transform: scale(.8);
        transform: scale(.8);
    }
    .menu_footer a {
        white-space: nowrap;
    }
    .fs-1 {
        font-size: 1.45em;
    }
    .text_zaha {
        width: 73%;
    }
    .hadid {
        right: -2rem;
    }
    .row_zaha p {
        padding-right: 1rem !important;
    }
    .col_grid_about10 {
        padding-top: 1rem;
    }
    .prev.page-numbers img {
        -webkit-transform: scale(.7);
        -ms-transform: scale(.7);
        transform: scale(.7);
    }
    .before_rec::after {
        width: 1.3rem;
        height: 1.3rem;
        bottom: 2.5rem;
    }
    .before_rec::after {
        left: 2rem;
        transform: scale(.7);
    }
    #header .bootstrap-select>.dropdown-toggle {
        width: 2.3rem;
        padding: 0.2rem 0.3rem;
    }
    .dropdown-toggle:after {
        right: 4px;
    }
    .boutique {
        font-size: .7rem;
    }
    .cont_header {
        padding: 0;
    }
    .mini_menu_head {
        width: 93% !important;
    }
    .last_slide_home .swiper-button-prev,
    .last_slide_home .swiper-rtl .swiper-button-next {
        left: 70%;
    }
    .p-slider .swiper-slide {
        height: 370px;
    }
    .text_zaha {
        font-size: .85rem;
    }
    .col_zaha {
        margin-bottom: 2rem;
    }
    .text_handicap {
        width: 100%;
        font-size: .8rem;
    }
    .fs-4 {
        font-size: 1rem;
    }
    .img_handicap {
        -webkit-transform: scale(.6);
        -ms-transform: scale(.6);
        transform: scale(.6);
    }
    .decouvrir,
    .events,
    .visiter,
    .explorer {
        padding: 0.2rem 0.5rem !important;
        font-size: .75rem !important;
    }
    .swipper_grid .swiper-slide {
        padding: 6rem 0;
    }
    .navbar-light .navbar-nav .nav-link {
        font-size: 1.5rem;
    }
    .wp_blogs {
        margin-top: -15rem;
    }
    .woocommerce-message {
        margin: 1rem 0 !important;
    }
    .woocommerce-notices-wrapper.container {
        padding: 0 !important;
    }
    .swipper_media .swiper-button-prev {
        left: 1rem;
    }
    .swipper_media .swiper-button-next,
    .swiper-rtl .swiper-button-prev {
        right: 1rem;
    }
    .w-68 {
        width: 82%;
    }
    .scale7 {
        transform: scale(.35);
    }
    .pos_text_header {
        width: 90%;
        top: 75%;
    }
    .p6 {
        font-size: .65rem !important;
    }
    .title_shop {
        font-size: 1.9rem;
    }
    .pos_abs {
        left: 7%;
        width: 86%;
    }
    .before_rec p{
        font-size: 0.7rem !important;
    }
    .link_white {
        padding: .2rem .3rem;
        font-size: 0.7rem;
    }
    .filter-option-inner-inner {
        font-size: .7rem;
        padding: 0rem;
    }
    .toogle {
        height: 1.65rem;
    }
}