/*
Theme Name: Boutiques SQ
Template: storefront
Author: Bastien (Rose & Piment)
Version: 1.0.0.1741080188
Updated: 2025-03-04 10:23:08

*/

@font-face {
    font-family: 'Outfit Li';
    src:  url('fonts/Outfit-Light.woff2') format('woff2'),
        url('fonts/Outfit-Light.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

@font-face {
    font-family: 'Outfit Bl';
    src:  url('fonts/Outfit-Black.woff2') format('woff2'),
        url('fonts/Outfit-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
    font-display: block;
}

/* 
 1. Generale
*/

:root {
    --beige-1: #ece4c8;
    --bleu-1: #00b6eb;
    --bleu-2: #add6e8;
    --gris-1: #f2f2f2;
    --gris-2: #ccc;
    --noir-1: #222;
    --marron-1: #a28563;
}

html {
    overflow-x: hidden;
}
body,
html {
    width: 100%;
    height: auto;
    font-size: 16px;
}
body {
    font-family: 'Outfit Li', Helvetica, sans-serif;
    color: var(--noir-1);
    overflow-x: hidden;
}

.bg-beige {
    background-color: var(--beige-1) !important;
}
.bg-bleu {
    background-color: var(--bleu-1) !important;
}
.bg-marron {
    background-color: var(--marron-1) !important;
}

.texte-blanc,
.texte-blanc * {
    color: #fff !important;
}
.texte-bleu {
    color: var(--bleu-1) !important;
}
.texte-bleu-alt {
    color: var(--bleu-2) !important;
}
.texte-marron,
.texte-marron * {
    color: var(--marron-1) !important;
}

section {
    padding: 3rem 0;
}

ul,
ol {
    margin-left: 0;
}

b,
strong {
    font-family: 'Outfit Bl', Helvetica, sans-serif;
    font-weight: 900;
}

a {
    color: var(--noir-1);
    text-decoration: none;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
}

button:hover,
button:focus,
a:hover,
a:focus {
    color: var(--bleu-1) !important;
    box-shadow: unset !important;
    outline: 0 !important;
}

p {
    color: var(--noir-1);
    line-height: 1.3;
    margin-bottom: 20px;
}
p:last-child {
    margin-bottom: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Outfit Bl', Helvetica, sans-serif;
    color: var(--noir-1);
    line-height: 1;
}

h1 {
    font-size: 2.3rem;
}
h2 {
    font-size: 2rem;
}
h2 * {
    color: var(--noir-1);
}

img {
    border-radius: 0 !important;
}

figure {
    margin: 0;
}

.card {
    border: 0;
}
.card,
.card img {
    border-radius: 0;
}

.breadcrumbs {
    text-align: center;
    font-size: 0.8rem;
    color: var(--bleu-1);
}
.breadcrumbs a {
    color: var(--bleu-1);
}

.page-numbers {
    text-transform: uppercase;
    display: inline-block;
    padding: 0.25em;
    margin: 2px;
}
.page-numbers.current, nav.pagination > span.page-numbers {
    color: var(--bleu-1);
    border-bottom: solid 1px var(--bleu-1);
}

.alm-btn-wrap {
    display: none;
}

.unclickable>a {
    pointer-events: none!important;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    /* IE10+ CSS here */
    .card > * {
        flex: 0 0 auto;
    }
}

@media screen and (max-width: 767px) {
    h1 {
        font-size: 1.9rem;
    }
    h2 {
        font-size: 1.6rem;
    }
}

/* 
 2. Boutons
*/

.btn-voir-plus {
    font-family: 'Outfit Bl', Helvetica, sans-serif;
    background-color: var(--bleu-1);
    color: var(--noir-1);
    font-size: 1.2rem;
    text-align: center;
    padding: 0.25rem 1.5rem;
    display: table;
    margin: 0 auto;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.btn-voir-plus span {
    color: #fff !important;
}
.btn-voir-plus img {
    max-width: 20px;
    display: inline-block;
}
.btn-voir-plus:hover {
    background-color: var(--noir-1) !important;
    color: #fff !important;
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
}
.btn-voir-plus:hover img {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}

/* 
 2. Header (home)
*/

header.home .head-wrapper {
    position: relative;
    z-index: 5;
    padding: 2.3rem 0;
}

@media screen and (max-width: 767px) {
    header.home .head-wrapper {
        position: relative;
        z-index: 5;
        padding: 1rem 0;
    }
}

/* 
 2. Header (page)
*/

header.page .head-wrapper {
    position: relative;
    z-index: 5;
    padding: 0.5rem 0;
}

@media screen and (max-width: 767px) {
    header.page .head-wrapper {
        position: relative;
        z-index: 5;
        padding: 1rem 0;
    }
}

/* 
 3. Navigation 1
*/

#navigation.home-page .navbar {
    position: relative;
    z-index: 15;
    padding: 0 12px;
    margin: 0;
    overflow-y: clip;
}

#navigation.home-page .navbar .navbar-brand img {
    max-width: 120px;
    display: inline-block;
}
#navigation.home-page .navbar .navbar-brand span {
    font-family: 'Outfit Bl', Helvetica, sans-serif;
    font-size: 1.5rem;
}

#navigation.home-page .navbar .navbar-nav li a {
    color: var(--noir-1);
    text-align: center;
    padding: 0.25rem;
}
#navigation.home-page .navbar .navbar-nav li.active a,
#navigation.home-page .navbar .navbar-nav li a.active {
    color: var(--bleu-1);
}

#navigation.home-page .navbar .offcanvas {
    background-color: var(--beige-1);
}
#navigation.home-page .navbar .offcanvas .btn-close {
    position: absolute;
    right: 2rem;
    top: 2rem;
}
#navigation.home-page .navbar .offcanvas img {
    max-width: 150px;
}
#navigation.home-page .navbar .offcanvas .social-links ul {
    text-align: center;
}

#navigation.home-page .navbar .navbar-toggler {
    background-color: var(--noir-1);
    color: #fff !important;
    border: 0;
    position: relative;
    display: block !important;
    border-radius: 0;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
}
#navigation.home-page .navbar .navbar-toggler:hover,
#navigation.home-page .navbar .navbar-toggler:focus {
    background-color: var(--bleu-1) !important;
}
#navigation.home-page .navbar .navbar-toggler .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 182, 235, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
#navigation.home-page .navbar .navbar-toggler:hover .navbar-toggler-icon,
#navigation.home-page .navbar .navbar-toggler:focus .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2833, 37, 41, 0.75%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

#navigation.home-page .navbar .navbar-nav-2 {
    display: inline-block;
    white-space: nowrap;
    margin-left: 5px;
}
#navigation.home-page .navbar .navbar-nav-2 li {
    border: 1px solid var(--noir-1);
    margin-left: 10px;
    display: inline-block;
}
#navigation.home-page .navbar .navbar-nav-2 li a {
    font-family: 'Outfit Li', Helvetica, sans-serif;
    color: var(--noir-1) !important;
    font-size: 1rem;
    text-align: center;
    padding: 0.4rem 1rem 0.35rem !important;
    display: block;
}
#navigation.home-page .navbar .navbar-nav-2 li:hover a {
    background: var(--noir-1);
    color: #fff !important;
}

/* Fixed navigation */

#navigation.home-page .navbar.fixed-header {
    background-color: var(--beige-1);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    position: fixed !important;
    top: 0;
    left: 0;
    right: 0;
    z-index: 5;
    padding: 0.5rem 1rem;
}

#navigation.home-page .navbar.fixed-header .navbar-brand {
    display: contents !important;
    padding: 0;
}
#navigation.home-page .navbar.fixed-header .navbar-brand img {
    max-height: 41px;
    max-width: 55px;
}
#navigation.home-page .navbar.fixed-header .navbar-brand span {
    font-size: 1.2rem;
    display: block;
}

@media screen and (max-width: 1099px) {
    #navigation.home-page .navbar .navbar-brand span {
        display: none;
    }
}

@media screen and (max-width: 991px) {
    #navigation.home-page .navbar.fixed-header .navbar-brand span {
        font-size: 1rem;
    }
}


@media screen and (max-width: 767px) {
    #navigation.home-page .navbar .navbar-brand {
        display: block !important;
    }
    #navigation.home-page .navbar.fixed-header .navbar-brand img {
        max-height: 40px;
        display: block;
    }
    #navigation.home-page .navbar.fixed-header .navbar-brand span {
        display: none;
    }
}

@media screen and (max-width: 575px) {
    #navigation.home-page .navbar .navbar-nav-2 {
        display: none;
    }
}

/* 
 6. Carousel
*/

div[id^="carousel"] {
    position: relative;
    max-width: 1920px;
    margin: 0 auto;
}
div[id^="carousel"] .carousel-item {
    background-color: var(--gris-1);
    height: 620px;
}
div[id^="carousel"] .carousel-item img.img-slide {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    height: 100%;
    margin: 0 auto;
    border-radius: 0;
    object-fit: cover;
    object-position: center center;
    transition: transform 0.5s ease;
}
div[id^="carousel"] .carousel-item video {
    position: absolute;
    top: 50%;
    right: 50%;
    height: 100%;
    width: 100%;
    transform: translateY(-50%) translateX(50%);
    margin: 0 auto;
    text-align: center;
    z-index: 1;
    object-fit: cover;
    pointer-events: none;
}
div[id^="carousel"] .carousel-control-next,
div[id^="carousel"] .carousel-control-prev {
    background-color: transparent;
    z-index: 3;
}
div[id^="carousel"] .carousel-indicators [data-bs-target] {
    background-color: var(--bleu-1);
}
div[id^="carousel"] .carousel-indicators .active {
    background-color: var(--noir-1);
}

@media screen and (max-width: 1099px) {
    div[id^="carousel"] .carousel-item {
        height: 540px;
    }
}

@media screen and (max-width: 767px) {
    div[id^="carousel"] .carousel-item {
        height: 320px;
    }
}

/* carousel page */
#carouselPage {
    border-top: 20px solid var(--bleu-1);
}
#carouselPage .carousel-item {
    height: 400px;
}

@media screen and (max-width: 767px) {
    #carouselPage .carousel-item {
        height: 300px;
    }
}

/* carousel page alt */
#carouselPageAlt .carousel-item {
    height: 400px;
}
#carouselPageAlt .carousel-item .carousel-caption {
    top: 20%;
    bottom: unset;
    z-index: 1;
}
#carouselPageAlt .carousel-item .carousel-caption .title {
    font-family: 'Outfit Bl', Helvetica, sans-serif;
    font-size: 1.5rem;
    text-transform: uppercase;
}

@media screen and (max-width: 767px) {
    #carouselPageAlt .carousel-item {
        height: 300px;
    }
}

/* 
 28. Intro
*/

#intro .carousel-wrapper {
    position: relative;
}
#intro .carousel-wrapper:before {
    content: "";
    background-image: url(img/b.svg);
    position: absolute;
    width: 80%;
    height: 80%;
    z-index: 2;
    background-repeat: no-repeat;
    background-position: center;
    bottom: 10%;
    pointer-events: none;
}
#intro .carousel-wrapper .logo {
    position: absolute;
    max-width: 200px;
    margin: 0 auto;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}

#intro .arrow-wrapper {
    border-top: 10px solid var(--noir-1);
    display: table;
    padding: 0 3rem;
    margin: 2rem auto 0;
}
#intro .arrow-wrapper .arrow {
    border-color: transparent;
    border-style: solid;
    border-width: 0 1.5rem;
    display: block;
    height: 0;
    margin: 0 auto;
    text-indent: -9999px;
    transform-origin: 50% 50%;
    width: 0;
}
#intro .arrow-wrapper .arrow.down {
    -webkit-animation: downarrow 0.6s infinite alternate ease-in-out;
    border-top: 1.5rem solid var(--noir-1);
}

@-webkit-keyframes downarrow {
    0% {
        -webkit-transform: translateY(0);
        opacity: 1
    }
    100% {
        -webkit-transform: translateY(0.4em);
        opacity: 0.8
    }
}

@media screen and (max-width: 991px) {
    #intro .carousel-wrapper .logo {
        max-width: 170px;
    }
}

@media screen and (max-width: 767px) {
    #intro .carousel-wrapper .logo {
        max-width: 150px;
    }
}

/* 
 28. Bloc
*/

.bloc .sous-titre {
    font-family: 'Outfit Bl', Helvetica, sans-serif;
    color: var(--bleu-1) !important;
    font-size: 1.8rem;
    text-align: center;
    text-transform: uppercase;
}

.bloc .card.offre {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.bloc .card.offre:hover {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
}
.bloc .card.offre .card-body {
    background-color: var(--marron-1);
    text-transform: uppercase;
}
.bloc .card.offre .card-body .card-title {
    font-family: 'Outfit Bl', Helvetica, sans-serif;
    color: #fff;
    margin-bottom: 0;
    text-align: center;
}

.bloc .card.commercant {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.bloc .card.commercant:hover {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
}
.bloc .card.commercant .card-body {
    border-top: 15px solid var(--bleu-1);
    color: var(--bleu-1);
}
.bloc .card.commercant .card-body .card-title {
    font-family: 'Outfit Bl', Helvetica, sans-serif;
    font-size: 1.2rem;
    color: var(--noir-1);
    margin-bottom: 0;
}

.bloc .card.evenement {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.bloc .card.evenement:hover {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
}
.bloc .card.evenement .card-img-overlay {
    background-color: rgba(0, 182, 235, 0.95);
    border-radius: 0;
    margin: 4rem;
}
.bloc .card.evenement .card-img-overlay-body {
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    text-transform: uppercase;
    text-align: center;
}
.bloc .card.evenement .card-img-overlay-body .card-title {
    font-family: 'Outfit Bl', Helvetica, sans-serif;
    color: #fff;
    line-height: 1;
    font-size: 1.8rem;
    text-align: center;
    margin-bottom: 0.8rem;
}
.bloc .card.evenement .card-img-overlay-body .date {
    color: #fff;
    font-size: 1.4rem;
    line-height: 1;
}
.bloc .card.evenement .card-img-overlay-body .date span {
    font-family: 'Outfit Bl', Helvetica, sans-serif;
    font-size: 2.8rem;
}
.bloc .card.evenement .card-img-overlay-body .mois {
    color: #fff;
    font-size: 1.4rem;
}

.bloc .reseaux-wrapper {
    margin-top: 2rem;
}
.bloc .reseaux-wrapper h3 {
    font-size: 2.3rem;
    margin-bottom: -9px;
}

.bloc .asso-wrapper {
    background-color: var(--marron-1);
    padding: 50px 15px;
}

.bloc .background-boutiques {
    background-image: url(img/boutiques-1.svg);
    background-repeat: repeat;
    background-position: center;
    pointer-events: none;
    padding: 6rem 0;
}

.bloc .background-boutiques-title {
    background-image: url(img/boutiques-2.svg);
    background-repeat: no-repeat;
    background-position: center;
    pointer-events: none;
    padding: 3rem 0;
}
.bloc .background-boutiques-title-alt {
    background-image: url(img/boutiques-1.svg);
    background-repeat: no-repeat;
    background-position: center;
    pointer-events: none;
    padding: 3rem 0;
}

.bloc .background-espace-title {
    background-image: url(img/espace-1.svg);
    background-repeat: no-repeat;
    background-position: center;
    pointer-events: none;
    padding: 3rem 0;
}

@media screen and (max-width: 1199px) {
    .bloc .card.evenement .card-img-overlay {
        margin: 2rem;
    }
}

@media screen and (max-width: 767px) {
    .bloc .card.evenement .card-img-overlay-body .card-title {
        font-size: 1.2rem;
    }
    .bloc .card.evenement .card-img-overlay-body .date {
        font-size: 1rem;
    }
    .bloc .card.evenement .card-img-overlay-body .date span {
        font-size: 2rem;
    }
    .bloc .card.evenement .card-img-overlay-body .mois {
        font-size: 1rem;
    }


    .bloc .background-boutiques-title {
        padding: 2rem 0;
    }
}

@media screen and (max-width: 575px) {
    .bloc .background-boutiques {
        background-image: unset;
        padding: 0;
    }
    .bloc .background-boutiques-title {
        padding: 1rem 0;
    }
}

/* 
 28. Commercants
*/

.commercant .badge {
    margin-left: auto;
    display: table;
    top: 1rem;
    right: 1rem;
    border-radius: 0;
    position: absolute;
    z-index: 1;
}
.commercant .badge.badge-ouvert {
    background-color: #18a770;
}
.commercant .badge.badge-ferme {
    background-color: #e33141;
}

.commercant .btn-localisation {
    margin: 0 auto;
    padding-bottom: 0;
    display: table;
    cursor: pointer;
}

.commercant iframe {
    margin: 0 auto;
    display: block;
}

#map {
    height: 450px;
}

.alm-filters-container .alm-filter {
    display: inline-block !important;
    width: 50%;
}
.alm-filters-container .alm-filter label {
    font-family: 'Outfit Bl', Helvetica, sans-serif;
}
.alm-filters-container .alm-filter--inner {
    padding: 0 10px 20px !important;
}
.alm-filters-container .alm-filter--select select {
    background-color: var(--bleu-1) !important;
    border-color: var(--bleu-1) !important;
    color: #fff !important;
    padding: 10px;
}
.alm-filters-container .alm-filters--controls {
    text-align: end;
    display: block !important;
    padding-right: 10px;
}
.alm-filters-container .alm-filters--controls span {
    color: var(--bleu-1);
    font-size: 1rem;
}

/* 
 28. Contact
*/

.contact_info_sec .info_single {
    margin-bottom: 20px;
}
.contact_info_sec .info_single i.fas {
    color: var(--bleu-1);
    margin-right: 15px;
}

#contact-us .form {
    width: 100%;
    height: 50px;
    padding: 10px 15px;
    background: #fff;
    border: 1px solid var(--bleu-2);
    margin-bottom: 10px;
    color: var(--noir-1) !important;
    font-size: 0.8rem;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}
#contact-us .form:hover {
    border: 1px solid var(--bleu-1);
}
#contact-us .form:focus {
    color: #fff;
    outline: none;
    border: 1px solid var(--bleu-1);
}
#contact-us textarea {
    height: 13.1rem !important;
    max-width: 100%;
}
#contact-us .form-btn {
    display: block;
    font-size: 0.9rem;
    height: auto;
    padding: 0.5rem 2rem;
    color: #fff;
    background: var(--bleu-1);
    border: 1px solid var(--bleu-1);
    border-radius: 0;
    outline: none;
    margin-top: 1rem;
    margin-left: auto;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
#contact-us .form-btn:hover {
    background: var(--noir-1);
    color: #fff;
    border: 1px solid var(--noir-1);
}
#contact-us .form-btn:active {
    opacity: 0.9;
}
#contact-us .wpcf7-list-item {
    margin: 0 !important;
}

#contact-us ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: var(--noir-1);
    opacity: 1; /* Firefox */
}

#contact-us :-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: var(--noir-1);
}

#contact-us ::-ms-input-placeholder { /* Microsoft Edge */
    color: var(--noir-1);
}

.wpcf7-list-item-label {
    font-size: 78%;
}
.wpcf7-spinner {
    display: none;
}

.grecaptcha-badge {
    display: none;
}

/* 
 20. Modal
*/

.modal .modal-content {
    background: var(--marron-1);
    border-radius: 0;
    border: 0;
}
.modal .modal-content .modal-header {
    border: 0;
}
.modal .modal-content .modal-header .modal-title {
    text-transform: uppercase;
    color: #fff;
}
.modal .modal-content .modal-body * {
    color: #fff;
}

/* 
 28. The Events Calendar
*/

.tribe-events-notices {
    border-bottom: 0;
    box-shadow: none;
    background-color: #FF5F15;
    padding: 1rem;
    color: #fff;
}

.tribe-link-view-attendee {
    border-bottom: 0;
    box-shadow: none;
    background-color: var(--gris-1);
    padding: 1rem;
    color: var(--noir-1);
}

.tribe-tickets ul.tribe-orders-list .tribe-tickets-list>.tribe-item>div.list-attendee {
    font-family: 'Outfit Bl', Helvetica, sans-serif;
}
.tribe-common a:not(.tribe-common-anchor--unstyle),
.tribe-common a:not(.tribe-common-anchor--unstyle):active,
.tribe-common a:not(.tribe-common-anchor--unstyle):focus,
.tribe-common a:not(.tribe-common-anchor--unstyle):hover,
.tribe-common a:not(.tribe-common-anchor--unstyle):visited {
    color: var(--bleu-1) !important;
}

.tribe-events-meta-group a,
.tribe-events-event-meta a,
.tribe-events-event-meta a:visited {
    color: var(--bleu-1);
}

.tribe-tickets ul.tribe-orders-list .tribe-tickets-list>.tribe-item {
    background-color: var(--gris-1) !important;
}

.event-tickets .tribe-tickets__commerce-checkout-cart-item-details-button--more,
.event-tickets .tribe-tickets__rsvp-actions-button-not-going,
.event-tickets .tribe-tickets__rsvp-form-button,
.event-tickets .tribe-tickets__tickets-item-quantity button {
    color: var(--bleu-1) !important;
}

.events-single #tribe-events-pg-template {
    margin: 0 auto;
    max-width: 100%;
    padding: 0;
}
.events-single #tribe-events-pg-template .header {
    background-color: var(--bleu-2);
    padding: 2rem 0;
    border-top: 20px solid var(--bleu-1);
    text-align: center;
}
.events-single #tribe-events-pg-template .header h1 {
    font-family: 'Outfit Li', Helvetica, sans-serif;
    text-transform: uppercase;
}
.events-single #tribe-events-pg-template .header .tribe-events-schedule {
    display: block;
    text-transform: uppercase;
    font-size: 1.5rem;
    color: var(--noir-1);
    margin: 0;
}

.tribe_events .tribe-events-event-meta:before,
.tribe_events .tribe-events-event-meta~div:not(.tribe-events-event-meta):not(.event-tickets) {
    border-top: 0;
}
.tribe_events h2.tickets {
    font-family: 'Outfit Li', Helvetica, sans-serif;
    text-align: center;
    text-transform: uppercase;
}
.tribe_events .entry .entry-content .event-tickets .tribe-tickets__tickets-form, .event-tickets .tribe-tickets__tickets-form {
    border-radius: 0;
    max-width: unset;
    width: 100%;
}
.single-tribe_events .tribe-events-c-subscribe-dropdown,
.tribe-events .tribe-events-c-subscribe-dropdown {
    margin: 0 !important;
}

.tribe-common .tribe-common-c-btn-border,
.tribe-common a.tribe-common-c-btn-border {
    background-color: var(--bleu-1);
    border: var(--bleu-1);
    border-radius: 0;
    color: #fff !important;
}
.single-tribe_events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button.tribe-events-c-subscribe-dropdown__button--active,
.single-tribe_events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button:focus,
.single-tribe_events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button:focus-within,
.single-tribe_events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button:hover,
.tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button.tribe-events-c-subscribe-dropdown__button--active,
.tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button:focus,
.tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button:focus-within,
.tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button:hover,
.tribe-common .tribe-common-c-btn-border:focus,
.tribe-common .tribe-common-c-btn-border:hover,
.tribe-common a.tribe-common-c-btn-border:focus,
.tribe-common a.tribe-common-c-btn-border:hover {
    background-color: var(--noir-1);
    color: #fff !important;
}
.single-tribe_events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button button,
.tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button button {
    color: #fff !important;
}

.entry .entry-content .event-tickets .tribe-tickets__tickets-title,
.event-tickets .tribe-tickets__tickets-title {
    display: none;
}
.entry .entry-content .event-tickets .tribe-tickets__tickets-form,
.event-tickets .tribe-tickets__tickets-form {
    border: 0;
}

.tribe-common a.tribe-common-c-btn--small,
.tribe-common button.tribe-common-c-btn--small,
.tribe-common input[type=button].tribe-common-c-btn--small,
.tribe-common input[type=submit].tribe-common-c-btn--small {
    background-color: var(--bleu-1) !important;
    color: #fff !important;
    border-radius: 0 !important;
}
.entry .entry-content .event-tickets .tribe-tickets__attendee__fields__footer_checkout-button.tribe-common-c-btn:focus,
.entry .entry-content .event-tickets .tribe-tickets__attendee__fields__footer_checkout-button.tribe-common-c-btn:hover,
.entry .entry-content .event-tickets .tribe-tickets__tickets-buy.tribe-common-c-btn:focus,
.entry .entry-content .event-tickets .tribe-tickets__tickets-buy.tribe-common-c-btn:hover,
.event-tickets .tribe-tickets__attendee__fields__footer_checkout-button.tribe-common-c-btn:focus,
.event-tickets .tribe-tickets__attendee__fields__footer_checkout-button.tribe-common-c-btn:hover,
.event-tickets .tribe-tickets__tickets-buy.tribe-common-c-btn:focus,
.event-tickets .tribe-tickets__tickets-buy.tribe-common-c-btn:hover,
.tribe-common button.tribe-common-c-btn--small:hover {
    background-color: var(--noir-1) !important;
}
.tribe-common-c-btn-link.tribe-common-c-btn--small.tribe-tickets__attendee-tickets-submit.tribe-tickets__attendee-tickets-footer-cart-button.tribe-validation-submit {
    background-color: transparent !important;
    color: var(--noir-1) !important;
}

/* 
 28. Woocommerces
*/

.widget:last-of-type {
    margin-bottom: 0;
}
.widget_nav_menu ul li {
    padding-left: 0;
    margin-bottom: 0.3rem;
}
.widget_nav_menu ul li::before {
    display: none;
}

table:not( .has-background ) tbody tr:nth-child(2n) td,
fieldset,
fieldset legend {
    background-color: var(--gris-1);
}

/* button */
button, input[type="button"],
input[type="reset"],
input[type="submit"],
.button, .widget a.button {
    background-color: var(--bleu-1);
    border-color: var(--bleu-1);
    color: #fff !important;
}
button:hover, input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
.button:hover,
.widget a.button:hover {
    background-color: var(--noir-1);
    border-color: var(--noir-1);
    color: #fff !important;
}

/* form */
input[type=text],
input[type=number],
input[type=email],
input[type=tel],
input[type=url],
input[type=password],
input[type=search],
textarea,
.input-text {
    background-color: #fff;
    color: #43454b;
    border: 1px solid var(--bleu-2) !important;
}
a: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 {
    outline-color: var(--bleu-1);
}

.select2-container--default .select2-selection--single {
    border: 0;
    display: table;
    width: 100%;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    border: 1px solid var(--bleu-2) !important;
    border-radius: 0 !important;
    margin-bottom: 0;
    padding: 0.6rem !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 45px !important;
}

.show-password-input {
    top: 1px;
}

.woocommerce-form-register__submit,
.woocommerce-form-login__submit {
    margin-top: 1rem;
}

input[type=text]:focus,
input[type=number]:focus,
input[type=email]:focus,
input[type=tel]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
textarea:focus,
.input-text:focus {
    background-color: var(--bleu-3);
}

/* autres */
.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: var(--bleu-1);
}


.hentry {
    margin: 0 0 3rem !important;
}

.entry-content {
    margin-top: 3rem;
}

/* 
 28. Cart
*/

.woocommerce table.shop_table {
    border: 1px solid var(--gris-2);
    border-radius: 0;
}
#add_payment_method table.cart .product-thumbnail,
.woocommerce-cart table.cart .product-thumbnail,
.woocommerce-checkout table.cart .product-thumbnail {
    display: none;
}

table.cart thead tr th,
table:not( .has-background ) th {
    background-color: var(--gris-2);
    color: var(--noir-1);
    font-weight: unset;
}
table.cart tbody tr td a.remove::before {
    color: var(--noir-1);
}
table.cart td.actions {
    background-color: #fff !important;
    border-top: 0;
    padding-top: 1rem;
}

.hentry .entry-content a.button,
.wc-backward {
    background-color: var(--bleu-1) !important;
    color: #fff !important;
    padding: 0.6rem 1.5rem !important;
    border-radius: 0 !important;
    display: table !important;
    margin: 1.5rem auto 0;
    -webkit-transition: all 0.3s ease-in-out !important;
    transition: all 0.3s ease-in-out !important;
    text-decoration: unset !important;
    min-height: unset !important;
}
.hentry .entry-content a.button,
#payment .place-order .button {
    font-size: 1rem;
    text-align: center;
    width: 100%;
}
.wc-backward {
    width: auto !important;
}
.hentry .entry-content a.button:hover,
.hentry .entry-content a.button:focus,
.wc-backward:hover,
.wc-backward:focus {
    background-color: var(--noir-1) !important;
    color: #fff !important;
    -webkit-transform: translateY(-5px) !important;
    transform: translateY(-5px) !important;
}

.empty-cart h2 {
    line-height: 2rem;
    text-transform: uppercase;
}
.empty-cart p {
    line-height: 2rem;
    max-width: 600px;
    margin: auto;
}
.empty-cart {
    text-align: center;
    padding-bottom: 5rem;
}
.container p.return-to-shop {
    text-align: center ;
    padding-bottom: 80px;
}
.empty-cart-icon {
    display: inline-block;
    line-height: initial;
    font-size: 40px;
    color: var(--bleu-1);
    border: 2px solid var(--bleu-1);
    border-radius: 0;
    padding: 30px;
    margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
    .empty-cart-header {
        margin-top: 0;
    }
    .empty-cart {
        padding-bottom: 1rem;
    }

    p.return-to-shop {
        padding-bottom: 0 !important;
    }
}

/* 
 28. Checkout
*/

#payment .place-order .button {
    margin-top: 1rem;
    border-radius: 0;
}
#add_payment_method #payment,
.woocommerce-cart #payment,
.woocommerce-checkout #payment {
    background: var(--gris-1);
    border-radius: 0;
}
#add_payment_method #payment div.payment_box,
.woocommerce-cart #payment div.payment_box,
.woocommerce-checkout #payment div.payment_box {
    border-radius: 0;
    background-color: var(--bleu-2);
}
#add_payment_method #payment div.payment_box::before,
.woocommerce-cart #payment div.payment_box::before,
.woocommerce-checkout #payment div.payment_box::before {
    border: 1em solid var(--bleu-2);
    border-right-color: transparent;
    border-left-color: transparent;
    border-top-color: transparent;
}

@media (max-width: 767px) {
    #customer_details {
        margin-bottom: 3rem;
    }
}

/* 
 28. Order
*/
.woocommerce ul.order_details {
    margin: 0 0 3em;
    list-style: none;
    background-color: var(--gris-1);
    padding: 1rem;
}

.tec-tickets__attendees-list-item {
    margin-bottom: 1rem;
}
.tec-tickets__attendees-list-item .tec-tickets__wallet-plus-component-pdf-button-link {
    white-space: nowrap;
    padding: 0.5rem;
    display: block;
}
.tec-tickets__attendees-list-item .tec-tickets__wallet-plus-component-pdf-button-link:hover,
.tec-tickets__attendees-list-item .tec-tickets__wallet-plus-component-pdf-button-link:focus {
    background-color: var(--noir-1);
    color: #fff !important;
}

/* 
 28. Mon compte
*/

.woocommerce-MyAccount-navigation {
    background-color: var(--noir-1);
    padding: 1.5rem 1.5rem 0;
}
.woocommerce-MyAccount-navigation ul {
    border-top: 0 !important;
}
.woocommerce-MyAccount-navigation ul li {
    border-bottom: 0 !important;
}
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link {
    margin-bottom: 0.5rem;
    list-style: none;
}
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link a {
    color: #fff;
    padding: 0.875em 0;
    font-size: 0.9rem;
}

.woocommerce-MyAccount-content a.button {
    margin-top: 0 !important;
}

.woocommerce-Address {
    background-color: var(--bleu-3);
    padding: 1rem;
    margin-bottom: 1rem;
    width: 100%;
}

/* 
 28. Login
*/

.woocommerce-form-login,
.woocommerce-form-register,
.woocommerce-ResetPassword {
    background-color: var(--gris-1);
    padding: 1.5rem;
}

/* 
 28. Footer
*/

footer {
    background: var(--beige-1);
}
footer * {
    font-family: 'Outfit Li', Helvetica, sans-serif;
    font-size: 0.8rem;
    color: var(--noir-1);
}
footer .pre-footer {
    font-size: 1rem;
}
footer .pre-footer img {
    max-width: 150px;
    margin: 0 auto;
    display: block;
}
footer .pre-footer ul {
    list-style: none;
    margin-bottom: 1.5rem;
    padding-left: 0;
}
footer .pre-footer ul:last-of-type {
    margin-bottom: 0;
}
footer .pre-footer ul li:last-child {
    margin-bottom: 0;
}
footer .pre-footer ul li a {
    font-family: 'Outfit Li', Helvetica, sans-serif;
    color: var(--noir-1);
    font-size: 0.9rem;
    display: block;
}
footer .pre-footer ul li a:hover {
    color: var(--bleu-1) !important;
}

footer .footer * {
    font-size: 0.8rem;
    color: var(--noir-1);
}

.cmplz-cookiebanner .cmplz-buttons .cmplz-btn.cmplz-deny,
.cmplz-cookiebanner .cmplz-buttons .cmplz-btn.cmplz-view-preferences {
    background-color: var(--cmplz_button_deny_background_color) !important;
    border: 1px solid var(--cmplz_button_deny_border_color) !important;
    color: var(--cmplz_button_deny_text_color) !important;
}

@media screen and (max-width: 1199px) {
    footer .pre-footer h2:after {
        display: none;
    }
}

@media screen and (max-width: 991px) {
    footer .pre-footer .social-links {
        margin: 1rem auto;
    }
}

@media screen and (max-width: 575px) {
    footer .pre-footer * {
        text-align: center;
    }
    footer .pre-footer h2 {
        margin-top: 1.5rem;
    }
    footer .pre-footer ul {
        text-align: center;
        padding-left: 0;
        list-style-type: none;
    }
}

/* 
 28. Parallax
*/

.parallax {
    position: relative;
    width: 100%;
    height: 100%;
    max-width: 1920px;
    margin: 0 auto;
}
.parallax img.background {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    height: 100%;
    object-fit: cover;
    object-position: center center;
    transition: transform 0.5s ease;
    width: 100%;
    max-width: 1920px;
    z-index: -1
}

/* 
 29. Slick
*/

#carousel-logo {
    padding-top: 0;
    padding-bottom: 1rem;
}
#carousel-logo .slick-slide {
    margin: 0 10px;
}
#carousel-logo .slick-slide img {
    width: 100%;
}
#carousel-logo .slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}
#carousel-logo .slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
#carousel-logo .slick-list:focus {
    outline: none;
}
#carousel-logo .slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}
#carousel-logo .slick-slider .slick-track,
#carousel-logo .slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
#carousel-logo .slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
#carousel-logo .slick-track:before,
#carousel-logo .slick-track:after {
    display: table;
    content: '';
}
#carousel-logo .slick-track:after {
    clear: both;
}
#carousel-logo .slick-loading .slick-track {
    visibility: hidden;
}
#carousel-logo .slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
#carousel-logo [dir='rtl'] .slick-slide {
    float: right;
}
#carousel-logo .slick-slide img {
    display: block;
}
#carousel-logo .slick-slide.slick-loading img {
    display: none;
}
#carousel-logo .slick-slide.dragging img {
    pointer-events: none;
}
#carousel-logo .slick-initialized .slick-slide {
    display: block;
}
#carousel-logo .slick-loading .slick-slide {
    visibility: hidden;
}
#carousel-logo .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}
#carousel-logo .slide-arrow {
    position: absolute;
    top: 50%;
    margin-top: -15px;
}
#carousel-logo .slick-prev,
#carousel-logo .slick-next {
    background-color: var(--bordeau-1);
    color: #fff;
    width: 30px;
    height: 30px;
    line-height: 10px;
    font-size: 2.2rem;
    border: 0;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
}
#carousel-logo .slick-prev {
    left: -40px;
}
#carousel-logo .slick-next {
    right: -40px;
}
#carousel-logo .slick-prev:hover,
#carousel-logo .slick-next:hover {
    background-color: var(--marron-1) !important;
    color: #fff !important;
}

/* 
 30. Social
*/

.social-links ul {
    position: relative;
    display: block;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
}
.social-links .social-icon-colored li {
    background-color: var(--bleu-1);
    border-radius: 100%;
    display: inline-block !important;
    margin: 0;
    margin-bottom: 0;
    margin-left: 0.2rem;
}
.social-links .social-icon-colored li:first-child {
    padding-left: 0;
}
.social-links .social-icon-colored li a {
    color: #fff;
    border-radius: 100%;
    position: relative;
    display: block;
    height: 35px;
    width: 35px;
    line-height: 40px;
    text-align: center !important;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    padding: 0 !important;
}
.social-links .social-icon-colored li a i,
.social-links .social-icon-colored li a svg {
    color: #fff;
    font-size: 20px;
}
.social-links .social-icon-colored li a:hover {
    background: var(--noir-1) !important;
    color: #fff !important;
}

/* 
 31. Scroll to Top
*/

.scroll-to-top {
    position: fixed;
    bottom: 15px;
    right: 15px;
    width: 60px;
    height: 60px;
    color: #fff;
    font-size: 24px;
    text-transform: uppercase;
    line-height: 60px;
    text-align: center;
    z-index: 100;
    cursor: pointer;
    background-color: var(--bleu-1);
    border-radius: 0;
    display: none;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.scroll-to-top:hover {
    color: #fff;
    background-color: var(--bleu-1);
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
}

/* 
 32. Zoom
*/

.zoom {
    position: relative;
    overflow: hidden;
    border-radius: 0;
    background-color: var(--bleu-1);
}
.zoom img,
.zoom:before,
.zoom:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.zoom img {
    max-width: 100%;
    height: auto;
    backface-visibility: hidden;
    vertical-align: top;
}
.zoom:before,
.zoom:after {
    content: '';
    background-color: #fff;
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    opacity: 0;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.zoom:before {
    width: 60px;
    height: 1px;
    left: 100%;
}
.zoom:after {
    height: 60px;
    width: 1px;
    top: 0%;
}
.zoom a {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
}
.zoom:hover img {
    zoom: 1;
    filter: alpha(opacity=30);
    -webkit-opacity: 0.3;
    opacity: 0.3;
}
.zoom:hover:before,
.zoom:hover:after {
    opacity: 1;
    top: 50%;
    left: 50%;
}

/* 
 33. 404
*/

.erreur {
    height: 100%;
    padding: 10rem 0;
}
.erreur .text-wrapper {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.erreur .title {
    font-size: 5em;
    font-weight: 700;
    color: var(--noir-1);
    position: relative;
    text-align: center;
}
.erreur .subtitle {
    font-size: 1.5em;
    font-weight: 700;
    color: var(--bleu-1);
    position: relative;
    text-align: center;
}
.erreur .buttons {
    margin-top: 4rem;
}
.erreur .buttons a.button {
    background-color: var(--bleu-1);
    display: block;
    font-weight: 700;
    text-decoration: none;
    padding: 15px;
    color: #fff;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.erreur .buttons a.button:hover {
    background-color: var(--noir-1);
    color: #fff !important;
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
}