/*
Theme Name: Billetterie Court Metrage
Author: JD&Co
Author URI: https://www.jdnco.fr/
Description: Billetterie (Child theme of Storefront theme)
Template: storefront
Version: 1.0
*/

/** Fonts */
@font-face {
    font-family: 'Ubuntu';
    src: url('assets/fonts/ubuntu/ubuntu-light-webfont.eot');
    src: url('assets/fonts/ubuntu/ubuntu-light-webfont.eot?#iefix') format('embedded-opentype'),
        url('assets/fonts/ubuntu/ubuntu-light-webfont.woff2') format('woff2'),
        url('assets/fonts/ubuntu/ubuntu-light-webfont.woff') format('woff'),
        url('assets/fonts/ubuntu/ubuntu-light-webfont.ttf') format('truetype'),
        url('assets/fonts/ubuntu/ubuntu-light-webfont.svg#ubuntulight') format('svg');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Ubuntu';
    src: url('assets/fonts/ubuntu/ubuntu-light-italic-webfont.eot');
    src: url('assets/fonts/ubuntu/ubuntu-light-italic-webfont.eot?#iefix') format('embedded-opentype'),
        url('assets/fonts/ubuntu/ubuntu-light-italic-webfont.woff2') format('woff2'),
        url('assets/fonts/ubuntu/ubuntu-light-italic-webfont.woff') format('woff'),
        url('assets/fonts/ubuntu/ubuntu-light-italic-webfont.ttf') format('truetype'),
        url('assets/fonts/ubuntu/ubuntu-light-italic-webfont.svg#ubuntulight_italic') format('svg');
    font-weight: 300;
    font-style: italic;
}

@font-face {
    font-family: 'Ubuntu';
    src: url('assets/fonts/ubuntu/ubuntu-regular-webfont.eot');
    src: url('assets/fonts/ubuntu/ubuntu-regular-webfont.eot?#iefix') format('embedded-opentype'),
        url('assets/fonts/ubuntu/ubuntu-regular-webfont.woff2') format('woff2'),
        url('assets/fonts/ubuntu/ubuntu-regular-webfont.woff') format('woff'),
        url('assets/fonts/ubuntu/ubuntu-regular-webfont.ttf') format('truetype'),
        url('assets/fonts/ubuntu/ubuntu-regular-webfont.svg#ubunturegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Ubuntu';
    src: url('assets/fonts/ubuntu/ubuntu-regular-italic-webfont.eot');
    src: url('assets/fonts/ubuntu/ubuntu-regular-italic-webfont.eot?#iefix') format('embedded-opentype'),
        url('assets/fonts/ubuntu/ubuntu-regular-italic-webfont.woff2') format('woff2'),
        url('assets/fonts/ubuntu/ubuntu-regular-italic-webfont.woff') format('woff'),
        url('assets/fonts/ubuntu/ubuntu-regular-italic-webfont.ttf') format('truetype'),
        url('assets/fonts/ubuntu/ubuntu-regular-italic-webfont.svg#ubuntuitalic') format('svg');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'Ubuntu';
    src: url('assets/fonts/ubuntu/ubuntu-medium-webfont.eot');
    src: url('assets/fonts/ubuntu/ubuntu-medium-webfont.eot?#iefix') format('embedded-opentype'),
        url('assets/fonts/ubuntu/ubuntu-medium-webfont.woff2') format('woff2'),
        url('assets/fonts/ubuntu/ubuntu-medium-webfont.woff') format('woff'),
        url('assets/fonts/ubuntu/ubuntu-medium-webfont.ttf') format('truetype'),
        url('assets/fonts/ubuntu/ubuntu-medium-webfont.svg#ubuntumedium') format('svg');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Ubuntu';
    src: url('assets/fonts/ubuntu/ubuntu-medium-italic-webfont.eot');
    src: url('assets/fonts/ubuntu/ubuntu-medium-italic-webfont.eot?#iefix') format('embedded-opentype'),
        url('assets/fonts/ubuntu/ubuntu-medium-italic-webfont.woff2') format('woff2'),
        url('assets/fonts/ubuntu/ubuntu-medium-italic-webfont.woff') format('woff'),
        url('assets/fonts/ubuntu/ubuntu-medium-italic-webfont.ttf') format('truetype'),
        url('assets/fonts/ubuntu/ubuntu-medium-italic-webfont.svg#ubuntumedium_italic') format('svg');
    font-weight: 500;
    font-style: italic;
}

@font-face {
    font-family: 'Ubuntu';
    src: url('assets/fonts/ubuntu/ubuntu-bold-webfont.eot');
    src: url('assets/fonts/ubuntu/ubuntu-bold-webfont.eot?#iefix') format('embedded-opentype'),
        url('assets/fonts/ubuntu/ubuntu-bold-webfont.woff2') format('woff2'),
        url('assets/fonts/ubuntu/ubuntu-bold-webfont.woff') format('woff'),
        url('assets/fonts/ubuntu/ubuntu-bold-webfont.ttf') format('truetype'),
        url('assets/fonts/ubuntu/ubuntu-bold-webfont.svg#ubuntubold') format('svg');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Ubuntu';
    src: url('assets/fonts/ubuntu/ubuntu-bold-italic-webfont.eot');
    src: url('assets/fonts/ubuntu/ubuntu-bold-italic-webfont.eot?#iefix') format('embedded-opentype'),
        url('assets/fonts/ubuntu/ubuntu-bold-italic-webfont.woff2') format('woff2'),
        url('assets/fonts/ubuntu/ubuntu-bold-italic-webfont.woff') format('woff'),
        url('assets/fonts/ubuntu/ubuntu-bold-italic-webfont.ttf') format('truetype'),
        url('assets/fonts/ubuntu/ubuntu-bold-italic-webfont.svg#ubuntubold_italic') format('svg');
    font-weight: bold;
    font-style: italic;
}

@font-face {
    font-family: 'URW SemiCondensed Bold';
    src: url('assets/fonts/urw/urw-semicondensed-bold.eot');
    src: url('assets/fonts/urw/urw-semicondensed-bold.eot?#iefix') format('embedded-opentype'),
         url('assets/fonts/urw/urw-semicondensed-bold.woff2') format('woff2'),
         url('assets/fonts/urw/urw-semicondensed-bold.woff') format('woff'),
         url('assets/fonts/urw/urw-semicondensed-bold.ttf')  format('truetype'),
         url('assets/fonts/urw/urw-semicondensed-bold.svg#URWDINSemiCond-Black') format('svg');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

/** Global */
html,
body,
header,
main,
footer{
    position: relative;
    z-index: 1;
    width: 100%;
}

body,
button,
input,
textarea {
    font-family: "Source Sans Pro",Helvetica,Arial,"Lucida Grande",sans-serif !important;
}

body {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

#page {
    flex: 1;
    display: flex;
    flex-direction: column;
}

#content {
    flex: 1;
}

.desktop-menu-wrapper,
.storefront-breadcrumb,
.button,
.btn-primary,
.site-content h1,
.site-content h2,
.widget_nav_menu .menu-item a,
.woocommerce-products-header__title,
.woocommerce-LoopProduct-link .woocommerce-loop-product__title,
.woocommerce-LoopProduct-link .price,
.woocommerce .summary .product_title,
.woocommerce .summary .price,
.woocommerce .woocommerce-column__title,
.woocommerce-checkout h3 {
    font-family: "URW SemiCondensed Bold",Helvetica, Arial, "Lucida Grande", sans-serif !important;
}

.col2-set .col-1,
.col2-set .col-2 {
    max-width: initial;
}

ul {
    list-style: none !important;
}

ul li {
    float: left;
}

/** Parallax background styles */
.parallax-background {
    z-index: 0;
}
.parallax-background .parallax-image {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-image: url('/app/themes/billetterie/assets/images/background2026.jpg');
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

/** Header banner styles */
/*.header-banner {
    width: 100%;
    height: auto;
    overflow: hidden;
    position: relative;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url('/app/uploads/2023/11/background2025.jpg');
    background-size: cover;
}

.header-banner img {
    width: 100%;
    opacity: .6;
}

.header-banner .header-overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: #fff;
    opacity: .3;
}*/

/** Link styles */
a:not(.ab-item){
    text-decoration: none !important;
    outline: 0 !important;
    transition: all 0.2s ease-in-out;
}

a:hover(.ab-item) {
    color: #000000 !important;
    text-decoration: none;
    outline: 0 !important;
}

.woocommerce-message a, 
.woocommerce-info a, 
.woocommerce-error a, 
.woocommerce-noreviews a, 
p.no-comments a,
.woocommerce-message a:hover,
.woocommerce-info a:hover,
.woocommerce-error a:hover,
.woocommerce-noreviews a:hover,
p.no-comments a:hover {
    color: #fff !important;
}

/** Form styles */
a:focus,
a.btn:focus,
button:focus,
.button.alt:focus,
input:focus,
textarea:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
.form-control:focus {
    outline: 0;
}

.form-control:active,
.form-control:focus {
    box-shadow: 0 0 0 0.2rem rgba(102, 97, 169, .25);
}

input[type='text'],
input[type='number'],
input[type='email'],
input[type='tel'],
input[type='url'],
input[type='password'],
input[type='search'],
textarea,
.form-control,
.input-text {
    border-radius: 0;
    border: none;
    background-color: #f9f9f9 !important;
    letter-spacing: 1px;
}

/** Buttons styles */
button.alt,
button.btn-info,
button.btn-primary,
input[type="button"].alt,
input[type="reset"].alt,
input[type="submit"].alt,
.button.alt,
.widget-area .widget a.button.alt,
.btn.info,
.wpcf7-submit,
.woocommerce :not(.woocommerce-message) .button {
    /*    background-color: #db7093 !important;*/
    background-color: #000000 !important;
    border-color: #000000 !important;
    color: #ffffff !important;
    border-radius: 0;
    font-weight: 400;
    letter-spacing: 1px;
    text-transform: uppercase;
    transition: all 0.2s ease-in-out;
}

button.btn-secondary,
button.btn-secondary:active,
button.btn-secondary:focus,
button.btn-secondary:hover {
    background-color: #000000 !important;
    border-color: #000000 !important;
    color: #fff !important;
    box-shadow: none;
}

button.alt:hover,
button.alt:active,
button.alt:focus,
button.btn-info:hover,
button.btn-info:active,
button.btn-info:focus,
button.btn-primary:hover,
button.btn-primary:active,
button.btn-primary:focus,
input[type="button"].alt:hover,
input[type="button"].alt:active,
input[type="button"].alt:focus,
input[type="reset"].alt:hover,
input[type="reset"].alt:active,
input[type="reset"].alt:focus,
input[type="submit"].alt:hover,
input[type="submit"].alt:active,
input[type="submit"].alt:focus,
.button.alt:hover,
.button.alt:active,
.button.alt:focus,
.widget a.button.alt:hover,
.widget a.button.alt:active,
.widget a.button.alt:focus,
.btn.info:hover,
.btn.info:active,
.btn.info:focus,
.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle,
.wpcf7-submit:hover,
.woocommerce :not(.woocommerce-message) .button:hover {
    background-color: #f7b4a1 !important;
    border-color: #f7b4a1 !important;
    color: #ffffff !important;
    box-shadow: none !important;
    text-decoration: none !important;
}

button.close {
    color: #fff;
    opacity: 1;
    text-shadow: none;
}

button .sr-only {
    position: inherit;
}


select::-ms-expand {
    display: none;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='%4670A7'><polygon points='0,0 100,0 50,50'/></svg>") no-repeat;
    background-size: 12px;
    background-position: calc(100% - 10px) 23px;
    background-repeat: no-repeat;
    /*background-color: #f1b3b477;*/
    border: none;
    padding: 1em 2em 1em 1em;
    font-size: 1em;
    outline: none;
}

/** Utilties styles */
.col-full {
    max-width: 1170px !important;
}
.card {
    border: none;
    border-radius: 0;
    margin-bottom: 3em;
    padding: 1.41575em;
    display: block;
}

.alert {
    border-radius: 0;
}

.alert-danger {
    background-color: #D6001C;
    border-color: #D6001C;
    color: #fff;
}

/** Modal styles */
.modal-content {
    border-radius: 0;
}

.modal-content .modal-header {
    background-color: #000000;
    border-bottom: 1px solid #000000;
    border-radius: 0;
}

.modal-content .modal-header h5 {
    color: #fff;
    font-size: 1em;
}

.modal-content .modal-header h5::after {
    display: none;
}

.modal-content .modal-title {
    font-size: 1.5em;
    font-weight: bold;
    text-transform: uppercase;
}

.modal-content .modal-header .close {
    color: #fff;
    opacity: 1;
}

.modal-content .modal-body {
    background-color: #fff;
    color: #12171B;
}

.modal-content .modal-footer {
    background-color: #fff;
    border: none;
    border-radius: 0;
}

/** Cover spin styles */
#cover-spin {
    position: fixed;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.7);
    z-index: 9999;
    display: none;
}

@-webkit-keyframes spin {
    from {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

#cover-spin::after {
    content: '';
    display: block;
    position: absolute;
    left: 48%;
    top: 40%;
    width: 40px;
    height: 40px;
    border-style: solid;
    border-color: black;
    border-top-color: transparent;
    border-width: 4px;
    border-radius: 50%;
    -webkit-animation: spin .8s linear infinite;
    animation: spin .8s linear infinite;
}

/** Table */
table th {
    background-color: #f0f0f0 !important;
}

table td {
    background-color: #f9f9f9 !important;
    vertical-align: middle;
}

table.cart td.product-quantity .qty {
    background-color: #fff;
}

.single-product div.product table.variations td {
    background-color: #f9f9f9 !important;
}

table td,
table th {
    padding: 1em 1.41575em
}

table.cart td.actions {
    display: none !important;
}

tr.order-total th {
    background-color: #f0f0f0 !important;
    vertical-align: middle;
}

tr.order-total td {
    background-color: #f9f9f9 !important;
    vertical-align: middle;
}

/** Global Header */
.home.blog .site-header,
.home.page:not(.page-template-template-homepage) .site-header,
.home.post-type-archive-product .site-header {
    margin-bottom: 0 !important;
}

.site-header {
    padding: 1.8em 0 !important;
    text-transform: uppercase;
}

.site-header a:hover {
    color: #000000;
}

.site-header .site-branding {
    padding-top: 5px;
    margin: 0 !important;
    float: none !important;
}

.site-header .site-branding img {
    max-width: 280px !important;
}

.site-header .site-branding .site-title a {
    text-transform: uppercase;
    transition: all 0.2s ease-in-out;
}

.site-header .main-navigation {
    margin-right: 0 !important;
    width: auto !important;
}

.site-header .desktop-menu-wrapper .menu:not(#menu-primary-mobile) {
    margin: 0 !important;
}

.storefront-breadcrumb {
    position: relative;
}

/* Burger Menu */
button.menu-toggle {
    margin-top: 20px;
    border: none !important;
    outline: none !important;
}

button.menu-toggle::before {
    transform: translateY(-8px) !important;
}

button.menu-toggle::before,
button.menu-toggle::after,
button.menu-toggle span::before {
    height: 3px !important;
    width: 25px !important;
}

button.menu-toggle::after {
    transform: translateY(8px) !important;
}

.toggled button.menu-toggle::before {
    transform: rotate(45deg) !important;
}

.toggled button.menu-toggle::after {
    transform: rotate(-45deg) !important;
}

.handheld-navigation ul.menu {
    background-color: #fff;
    padding: 7px 14px;
    margin-top: 10px;
}

.handheld-navigation ul.menu li {
    float: none;
}

.handheld-navigation ul.menu li a{
    padding: 4px 0;
}

.site-header .site-header-cart {
    width: auto !important;
    float: none;
}

.site-header .site-header-cart .hover-cart {
    margin: 0 !important;
}

.site-header .site-header-cart .hover-cart .product_list_widget li {
    float: none;
}

.site-header .site-search {
    display: none;
}

.storefront-sorting {
    display: none;
}

.storefront-sticky-add-to-cart,
.storefront-handheld-footer-bar ul li > a {
    background-color: #fff !important;
}

.storefront-primary-navigation .col-full {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.storefront-handheld-footer-bar ul li.cart .count {
    /*color: #000000 !important;*/
    border-color: #000 !important;
}

/* Block login / cart */
.site-top-header-login {
    flex-direction: column;
}

.site-top-header-login a {
    padding: .3em .9em;
    text-align: right;
    min-width: 150px;
}

.site-header .site-header-login {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.site-header .site-header-login,
.site-header .site-header-cart {
    width: auto;
    display: flex;
    justify-content: flex-end;
}

.site-header .site-header-login a {
    display: block;
    padding: 1.618em 1em;
}

.site-header .site-top-header-login a::before,
.site-header .site-header-login a::before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    line-height: inherit;
    vertical-align: baseline;
    height: 1em;
    line-height: 1.618;
    margin-right: 10px;
}

.site-header .header-logout {
    cursor: pointer;
}

.woocommerce-active .site-header .site-header-cart .cart-contents::before {
    content: ' ';
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    line-height: inherit;
    vertical-align: baseline;
    content: "\f291";
    height: 1em;
    line-height: 1.618;
    margin-right: 10px;
}

.woocommerce-active .site-header .site-header-cart .cart-contents::after {
    display: none;
}

.woocommerce-active .site-header .site-header-cart .widget_shopping_cart {
    min-width: 290px;
    box-shadow: 2px 2px 5px #555;
}

.woocommerce-active .site-header .site-header-cart:hover .widget_shopping_cart,
.woocommerce-active .site-header .site-header-cart.focus .widget_shopping_cart {
    left: -10em;
}

.checkout .col-1 {
    width: 100%;
}

li.product a:hover {
    text-decoration: none !important;
}

a.add_to_cart_button {
    display: none;
}

li.product {
    float: none !important;
    width: 100% !important;
}

li.product a img {
    object-fit: cover;
    object-position: center;
}

.cart-subtotal {
    display: none;
}

.site-header-cart .widget_shopping_cart,
.site-header-cart .widget_shopping_cart .buttons,
.site-header-cart .widget_shopping_cart .total {
    background-color: #fff !important;
}

a.cart-contents,
.site-header-cart .widget_shopping_cart a {
    color: #000;
    transition: all 0.2s ease-in-out;
}

.woocommerce-table--order-details tfoot tr:first-child {
    display: none;
}

.storefront-full-width-content.single-product div.product .woocommerce-product-gallery {
    width: 100% !important;
}

.storefront-full-width-content.single-product div.product .woocommerce-product-gallery img {
    width: 1280px !important;
    object-fit: cover !important;
    object-position: center !important;
}

.storefront-full-width-content.woocommerce-cart .entry-header,
.storefront-full-width-content.woocommerce-checkout .entry-header,
.storefront-full-width-content.woocommerce-account .entry-header,
.storefront-full-width-content .woocommerce-products-header {
    padding-bottom: 10px !important;
}

.storefront-full-width-content.single-product div.product .summary {
    display: flex !important;
    flex-direction: column !important;
    width: 100% !important;
    float: none !important;
}

.storefront-full-width-content.single-product div.product h2:not(.woocommerce-loop-product__title),
.storefront-full-width-content.single-product div.product .product_meta,
.storefront-product-pagination {
    display: none !important;
}

.storefront-handheld-footer-bar ul li.contact>a:before {
    content: "\f0e0";
}

.woocommerce-product-details__short-description ul {
    list-style: disc !important;
}

.woocommerce-product-details__short-description ul li {
    float: none !important;
}

.woocommerce-order-details__title {
    padding-top: 20px;
}

ul.order_details li strong {
    margin-top: 20px;
}

ul.order_details li:first-child {
    padding-top: 1em !important;
}

#order_review{
    background-color: #fff;
    padding: 0;
}
#payment .place-order {
    background-color: #f0f0f0 !important;
}

.wc-proceed-to-checkout {
    margin-bottom: 70px !important;
}

.wc_payment_method>label {
    color: #0a0a0c;
    border: 1px solid #0a0a0c;
}

input[type=checkbox]+label,
input[type=radio]+label {
    margin: 0;
}

.star-rating span:before,
.quantity .plus,
.quantity .minus,
p.stars a:hover:after,
p.stars a:after,
.star-rating span:before,
#payment .payment_methods li input[type=radio]:first-child:checked+label:before {
    color: #fff;
}

ul.order_details li {
    border-bottom: none;
}

ul.order_details::before,
ul.order_details::after {
    display: none;
    content: none;
}

.storefront-breadcrumb,
.storefront-breadcrumb a {
    margin-bottom: 0 !important;
    text-transform: uppercase;
}
.storefront-breadcrumb a {
    color: #fff !important;
}
.storefront-breadcrumb a:hover {
    color:#000000 !important;
}

.site-content>.col-full>.woocommerce>.woocommerce-message:first-child,
.site-content>.col-full>.woocommerce>.woocommerce-info:first-child,
.site-content>.col-full>.woocommerce>.woocommerce-error:first-child {
    margin-top: 0 !important;
}

.woocommerce .woocommerce-error li {
    float:none;
}

.site-content.without-breadcrumb {
    /*margin-top: 60px;*/
    margin-top: 260px;
}

/** Global Content */
.site-content a {
    color: #000000;
    text-decoration: none !important;
    transition: all 0.2s ease-in-out
}

.site-content a:hover {
    color: #000000;
    text-decoration: underline !important;
}

#content main {
    padding-bottom: 1.41575em;
    margin: 0 0 3em;
}

ul.products li.product .woocommerce-LoopProduct-link,
.woocommerce-product-gallery__wrapper {
    position: relative;
    background-color: #000;
    transition: all .2 ease-in-out;
}

ul.products li.product .woocommerce-LoopProduct-link:hover,
.woocommerce-product-gallery__wrapper:hover {
    position: relative;
    background-color: #999;
}

ul.products li.product img,
.woocommerce-product-gallery__wrapper > div{
    opacity: 0.6;
}

#content h2 {
    margin: 0 0 1.41575em;
    width: 100%;
    color: #000;
    font-size: 2em;
    font-weight: bold;
}

.summary h1.product_title {
    display:none;
}

h1.product_title,
h2.woocommerce-loop-product__title {
    color: #fff !important;
    font-size: 4em !important;
    position: absolute;
    top: 30%;
    left: 50%;
    transform: translate(-50%, 0);
    width:100%;
}

h1.product_title::after,
h2.woocommerce-loop-product__title::after {
    border-color: #fff;
}

ul.products li.product .price {
    position: absolute;
    top: 65%;
    color: #fff !important;
    font-size: 2em;
    font-weight: bold;
    left: 50%;
    transform: translate(-50%, 0);
}
.right-sidebar .content-area {
    width: 100%;
    margin-right: 0;
}

.form-row {
    display: block;
}

.widget_nav_menu ul li {
    float: none;
    text-align: center;
    line-height: .618 !important;
    padding-left: 0 !important;
}

.widget_nav_menu ul li::before {
    content: '' !important;
}

.privacy-policy-link {
    display: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #000000;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

h2:hover {
    text-decoration: none !important;
}

h1::after,
h2::after,
h3::after,
h4::after,
h5::after,
h6::after,
.entry-title::after,
.widget-title::after {
    content: ' ';
    display: block;
    width: 80px;
    padding-top: 8px;
    border-bottom: 4px solid #000;
}

main {
    background-color: #fff;
    padding: 50px;

    border-top-left-radius: 0.375rem;
    border-top-right-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
    border-bottom-right-radius: 0.375rem;
    box-shadow: 0 7px 14px 0 rgba(65, 69, 88, 0.1), 0 3px 6px 0 rgba(0, 0, 0, 0.07);
}

/** Global Footer */
.site-footer {
    padding: 0 !important;
    margin-top: auto;
}
.site-footer.page-has-errors {
    position: absolute;
    bottom: 0;
}

.site-footer .widget {
    margin: 0 0 2.5em;
}

.site-footer a:not(.button):not(.components-button) {
    transition: all 0.2s ease-in-out;
}
.site-footer a:not(.button):not(.components-button):hover {
    color: #fff;
}

.site-footer .site-thin-footer {
    color: #fff;
    background-color: #000;
}

.site-footer .site-thin-footer .site-info {
    padding: 1em 0;
}

.footer-widgets {
    max-width: 100%;
    padding-top: 4.5em !important;
}
.footer-widget-3 {
    margin-top: -7px;
}

/** Responsive Footer (fixed toolbar) */
.storefront-handheld-footer-bar ul li.logout>a::before {
    content: "\f2f5";
}

/** Woo Commerce */
.woocommerce-additional-fields h3,
.woocommerce-additional-fields .woocommerce-additional-fields__field-wrapper {
    display: none !important;
}
.woocommerce-breadcrumb {
    font-size: 1em !important;
}
.woocommerce-breadcrumb .breadcrumb-separator::after {
    opacity: .75 !important;;
}
@media (min-width: 768px) {
    .storefront-breadcrumb {
        padding: 217px 0 1.41575em !important;
    }
}
.woocommerce-message,
.woocommerce-info,
.woocommerce-error,
.woocommerce-noreviews,
p.no-comments {
    background-color: #000000;
}

.related.products {
    display: none !important;
}

.woocommerce div.blockOverlay {
    background-color: #fff !important;
}

.site-header-cart .widget_shopping_cart .product_list_widget img,
table.cart td.product-thumbnail img {
    display: none;
}

.price:hover {
    text-decoration: none !important;
}

table.cart td.product-subtotal,
.cart_totals .order-total td {
    text-align: right;
}

/** Woo Commerce Cart */

.woocommerce-cart-form .cart_item .product-remove a {
    color: #fff;
}

.woocommerce-cart-form .cart_item .product-remove a::before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    line-height: inherit;
    vertical-align: baseline;
    content: "\f2ed";
    height: 1em;
    line-height: 1.618;
    margin-right: 10px;
}

/** Woo Commerce Checkout */
.woocommerce .checkout #order_review_heading,
.woocommerce .checkout #order_review {
    width: 100%;
    background: none;
}

.woocommerce .checkout #order_review_heading {
    display: block;
    text-align: left;
}

.woocommerce .checkout #order_review .cart-link {
    display: block;
    color: #fff;
}

.woocommerce .checkout #order_review .cart-link i {
    margin-right: .7em;
}

.woocommerce .checkout #payment {
    clear: both;
}

.woocommerce .checkout #payment br {
    display: none;
}

.woocommerce .checkout #payment .form-row,
.woocommerce .checkout #customer_details .form-row {
    margin-left: 0;
    margin-right: 0;
    clear: both;
}

.woocommerce .checkout #customer_details {
    margin-bottom: 50px;
}
.woocommerce .checkout #customer_details .col-1,
.woocommerce .checkout #customer_details .col-2 {
    padding:0;
    margin-bottom:0;
}

.woocommerce .checkout #payment .payment_methods li label {
    margin: 0 !important;
}

.woocommerce .checkout #payment .payment_methods li,
.woocommerce .checkout #payment .payment_methods li:hover,
.woocommerce .checkout #payment .payment_methods li .payment_box {
    background: none;
}

.woocommerce .checkout #payment .payment_methods li .payment_box fieldset .form-row {
    margin-bottom: .8em;
}

.woocommerce .checkout #payment .woocommerce-terms-and-conditions {
    background-color: #fff;
}

.woocommerce .checkout #payment .woocommerce-error {
    margin-bottom: 0;
}

.woocommerce .checkout #payment .valid-order {
    background-color: #fff;
    display: block;
    padding: 1.41575em;
}

.woocommerce .checkout h3::after,
.woocommerce .checkout #payment .valid-order h4::after {
    display: none;
}

#customer_details .col-1 {
    padding-left: 0;
}

#customer_details .col-1 h3 {
    align-items: start;
}

.storefront-handheld-footer-bar ul li>a {
    color: #000000 !important;
}

/** Woo Commerce "My Account" section */
.woocommerce-MyAccount-navigation ul li {
    background-color: #fff;
    border-bottom: 1px solid #1B2024 !important;
    padding: 0 10px;
}

.woocommerce-MyAccount-navigation ul li.is-active a,
.woocommerce-MyAccount-navigation ul li.is-active a::before,
.woocommerce-MyAccount-navigation ul li a:hover {
    color: #000000;
}

.woocommerce-MyAccount-content address {
    background-color: #fff;
    padding: 0.875em 1em;
}

.woocommerce-MyAccount-content address p {
    margin-bottom: 0;
}

/* Custom templates styles **/
span.sr-only>.spinner-border {
    display: none;
}

/** Espace client **/

/** Datatable customizations */
.ec-tabs-wrapper {
    border-bottom: 1px solid #000000;
}

.ec-tabs-wrapper button.btn-primary {
    opacity: .4;
    height: 45px;
    margin-top: 3px;
    padding-top: 10px;
}
.ec-tabs-wrapper button.btn-primary:hover {
    opacity: 1;
}    

table.dataTable tbody th,
table.dataTable thead th,
table.dataTable tbody td {
    padding: 1em 1.41575em;
    border: none;
    color: #0a0a0c;
    vertical-align: middle;
}

table.dataTable tbody td {
    padding: 1em 1.41575em;
    border: none;
    color: #000;
    vertical-align: middle;
}

table.dataTable.no-footer {
    border: none;
}

table.dataTable tbody td.select-checkbox:before,
table.dataTable tbody th.select-checkbox:before {
    margin-top: 2px;
    margin-left: 0;
    border: 1px solid white;
    border-radius: 0px;
}

table.dataTable tbody td.select-checkbox:before,
table.dataTable tbody td.select-checkbox:after,
table.dataTable tbody th.select-checkbox:before,
table.dataTable tbody th.select-checkbox:after {
    width: 16px;
    height: 16px;
}

table.dataTable tr.selected td.select-checkbox:after,
table.dataTable tr.selected th.select-checkbox:after {
    margin-top: -22px;
    margin-left: 3px;
    font-size: 1.5em;
    text-shadow: 1px 1px #9aa675, -1px -1px #9aa675, 1px -1px #9aa675, -1px 1px #9aa675;
}

table.dataTable .pill {
    padding: 5px 8px;
    border-radius: 3px;
    color: #fff;
    font-size: 0.7rem;
}

table.dataTable .pill.green {
    background-color: #27ae60;
}

table.dataTable .pill.red {
    background-color: #c0392b;
}

.pagination {
    width: 100%;
    border: none;
}

.dataTables_paginate {
    flex: 0 0 60%;
    max-width: 60%;
}

#containerTablesFactures {
    display: none;
}

.containerTable ul.pagination {
    border: none;
}

.containerTable .dataTables_paginate {
    flex: 0 0 100%;
    max-width: 100%;
}

/*.containerTable .dataTables_wrapper {
    overflow-y: auto;
}*/

.containerTable .table {
    border: 1px solid #000000 !important;
}

.containerTable .table .even td {
    background-color: #fefefe !important;
}

a.page-link,
a.page-link:hover,
a.page-link:active {
    border: 0 !important;
    border: none !important;
    box-shadow: none !important;
    margin: 0 2px;
    outline: none !important;
    text-decoration: none !important;
}

.page-item.active a.page-link,
.page-item.previous:not(.disabled) a.page-link,
.page-item.next:not(.disabled) a.page-link {
    background-color: #000000;
    color: #fff !important;
    
}

.page-item .page-link:hover {
    background-color: #000 !important;
    color: #fff !important;
}

.page-item.disabled .page-link {
    background-color: #000000 !important;
    color: #fff !important;
    opacity: .4;
}

.ec-open-modal {
    color: #000000;
}

.page-id-181 .col-full {
    max-width: 90.4989378333em;
}

.container {
    min-width: 100% !important;
}

.page-id-181 .table-toolbar {
    justify-content: center !important;
}

#espaceClientFactures,
#espaceClientTickets {
    max-width: 100% !important;
    width: 100% !important;
}

#espaceClientFactures ul li,
#espaceClientTickets ul li {
    float: none;
}

.woocommerce-terms-and-conditions-wrapper {
    display: inline-block;
}

.woocommerce-terms-and-conditions-wrapper a {
    text-decoration: underline !important;
}

/*div.primary-navigation a {
    color: #000 !important;
}*/

.main-navigation ul li a:hover,
.main-navigation ul li:hover > a,
.site-title a:hover,
a.cart-contents:hover,
.site-header-cart .widget_shopping_cart a:hover, 
.site-header-cart:hover > li > a {
    color: #000000 !important;
}

/*#menu-primary li {
    float: right !important;
}*/

a.button.wc-forward {
    color: white !important;
}

/** Cookie banner */
#cookie-law-info-bar {
    z-index: 99999999;
}

#cookie-law-info-bar h5 {
    color: #fff !important;
    align-items: start !important;
}

#cookie-law-info-bar #wt-cli-accept-all-btn,
#cookie-law-info-bar #cookie_action_close_header_reject {
    color: #fff !important;
}

.added_to_cart,
.site-header-cart .widget_shopping_cart a.button,
.wc-block-grid__products .wc-block-grid__product .wp-block-button__link {
    background-color: #000000 !important;
    border-color: #000000 !important;
}
.site-header-cart .widget_shopping_cart a.button:hover,
.wc-block-grid__products .wc-block-grid__product .wp-block-button__link:hover {
    background-color: #000;
    border-color: #000;
}

.site-header-cart .widget_shopping_cart a.wc-forward:not(.checkout) {
    background-color: #f0f0f0 !important;
    border-color: #f0f0f0 !important;
    color: #000 !important;
}

.site-header-cart .widget_shopping_cart a.wc-forward:not(.checkout):hover {
    background-color: #f7b4a1 !important;
    border-color: #f7b4a1 !important;
    color: #fff !important
}

ul.wc-item-meta {
    display: none !important;
}

figure.woocommerce-product-gallery__wrapper {
    pointer-events: none !important;
}

.woocommerce-order section.woocommerce-customer-details {
    display: none;
}

ul.order_details::before,
ul.order_details::after {
    display: none !important;
}

.variations label {
    margin-left: 10px;
    margin-top: 5px;
}

/* Page 404 */
.error404 .site-content .widget_product_search {
    background-color: #fff !important;
    padding:0 !important;
}

/* Responsive Design */
@media (min-width: 768px) {
    .col-full::before, 
    .col-full::after {
        display:none !important;
    }
    .site-header .desktop-menu-wrapper {
        padding-top: 20px;
    }
    .main-navigation ul.menu>li>a,
    .main-navigation ul.nav-menu>li>a,
    .site-header-cart .cart-contents,
    .header-login,
    .header-logout {
        font-size: 1.1em;
        padding: 0 5px !important;
    }

    .woocommerce-active .site-header .site-branding {
        width: auto !important;
    }
    .woocommerce .checkout #order_review .cart-link {
        margin-top: -30px;
    }
    .storefront-full-width-content h1,
    .woocommerce-column__title {
        margin-bottom:1.5em !important;
    }
    .storefront-full-width-content.single-product div.product .woocommerce-product-gallery {
        margin: 0 !important;
    }
    .content-area, .widget-area {
        margin-bottom: 0 !important;
    }
}

@media only screen and (min-width : 768px) and (max-width : 1024px) {
    /*.header-banner {
        background-attachment: initial;
    }*/
    h1.product_title,
    h2.woocommerce-loop-product__title {
        font-size: 3em !important;
    }
    h1.product_title,
    h2.woocommerce-loop-product__title {
        top:25%;
    }
    ul.products li.product .price {
        font-size: 1.5em;
    }
}
@media only screen and (min-width : 768px) and (max-width : 800px) {
    .main-navigation ul.menu>li>a,
    .main-navigation ul.nav-menu>li>a,
    .site-header-cart .cart-contents,
    .header-login,
    .header-logout {
        font-size: 1em !important;
    }
}
@media screen and (max-width: 767px) {
    div.sqplcm-branding {
        bottom: 65px;
    }

    .site-content.without-breadcrumb {
        margin-top: 20px;
    }
    .site-header .site-header-login {
        display: none;
    }

    .header-banner {
        /*display: none;*/
    }

    h1.page-title,
    .site-content h1 {
        font-size: 2.5em !important;
    }

    h1.product_title,
    h2.woocommerce-loop-product__title {
        font-size: 2em !important;
    }
    h1.product_title,
    h2.woocommerce-loop-product__title {
        top:20%;
    }
    ul.products li.product .price {
        font-size: 1em;
    }

    main,
    #content main {
        padding: 10px;
    }

    ul.products li:first-child {
        margin-top:0 !important;
    }
    li.product {
        margin-bottom: 0 !important;
    }

    .storefront-full-width-content.single-product div.product .woocommerce-product-gallery {
        max-width: 100% !important;
    }

    .storefront-full-width-content.single-product div.product .woocommerce-product-gallery img {
        width: 100% !important;
        object-fit: contain !important;
    }

    .wpcf7 label,
    .wpcf7 input,
    .wpcf7 textarea,
    .wpcf7 select {
        width: 100%;
    }

    .footer-widget-1 {
        max-width: 350px;
        margin: 0 auto;
    }
}

@media screen and (max-width: 650px) {

    .ec-tabs-wrapper,
    .ec-btn-reservation {
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }

    .ec-tabs-wrapper li {
        width: 50%;
    }

    .ec-btn-reservation {
        margin: 2rem 0;
    }

    .ec-tabs-wrapper li .btn,
    .ec-btn-reservation .btn {
        width: 100%;
    }

}

@media (max-width: 564px) {
    h1.page-title,
    .site-content h1 {
        font-size: 1.5em !important;
    }
    h1.product_title,
    h2.woocommerce-loop-product__title {
        font-size: 1.2em !important;
    }
    h1.product_title,
    h2.woocommerce-loop-product__title {
        top:20%;
    }
    ul.products li.product .price {
        font-size: 1em;
    }

    .storefront-full-width-content.single-product div.product .woocommerce-product-gallery img,
    li.product a img {
        object-fit: contain;
    }

    table.cart td.product-remove a.remove {
        position: absolute;
        font-size: 1.41575em;
        top: 0px;
        right: 0px;
        font-size: 17px;
    }

    .wc-proceed-to-checkout .button.checkout-button {
        font-size: 17px;
    }

    #espaceClientFactures_next,
    #espaceClientFactures_previous,
    #espaceClientTickets_previous,
    #espaceClientTickets_next,
    .page-item.next,
    .page-item.previous {
        display: none;
    }

    #espaceClientFactures td li,
    #espaceClientTickets td li {
        text-align: left !important;
    }
}