/**
 * CSS Projet Pépite - V1
 */

@font-face {
    font-family: 'tenor_sansregular';
    src: url('../fonts/tenorsans-regular-webfont.woff2') format('woff2'),
    url('../fonts/tenorsans-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
html,
body {
    background-color: #F3F0EC;
    overflow-x: clip;	/* Prevent scroll on narrow devices */
    font-family: "Rethink Sans", sans-serif;
}
.modal-open{
    padding-right : 0px !important;
}

main{
    max-width : 2500px;
    display : block;
    margin : 0px auto;
}
:focus-visible, :focus {
    outline: 0px;
}

/* 1-GENERAL ---------------------------------------- */
.row {
    --bs-gutter-x: 0px;
    margin : 0px;
}

.content {
    margin: 0 auto;
    width: 100%;
    padding : 0px 15px;
}
.content-wrapper-cms{
    max-width: 1400px;
    margin: 0 auto;
    padding-inline: clamp(16px, 3vw, 48px);
}
.content-box > .row{
    padding: 0 4rem;
}
.full-row{
    margin : 0 -15px;
    padding-left: calc(4rem + 15px) !important;
    padding-right: calc(4rem + 15px) !important;
}
.container {
    margin: 0 auto;
    width: 100%;
}

.ratio-responsive {
    --bs-aspect-ratio: calc(70 / 107 * 100%);
}

.ratio-responsive-lists{
    --bs-aspect-ratio: calc(121 / 185 * 100%);
}

/* Titres */
h2{
    font-family: "tenor_sansregular", sans-serif;
    font-size: 40px;
    color : #A5453C;
}
h3 {
    font-family: "tenor_sansregular", sans-serif;
    font-weight: 400;
    font-size: 28px;
    color : #A5453C;
}
h4 {
    font-family: "tenor_sansregular", sans-serif;
    font-weight: 400;
    font-size: 24px;
    color : #A5453C;
}
h5 {
    font-family: "tenor_sansregular", sans-serif;
    font-weight: 400;
    font-size: 18px;
    color : #A5453C;
}
h6 {
    font-family: "Rethink Sans", sans-serif;
    font-weight: 400;
    font-size: 16px;
    color : #A5453C;
    text-transform : uppercase;
}
p{
    font-family: "Rethink Sans", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 10px;
}
.dark h2,
.dark h3,
.dark h4,
.dark h5,
.dark h6,
.dark p,
.dark li{
    color : #fff;
}
hr{
    margin : 50px 0;
    border-color :#DDD8D1;
    opacity : 1;
}
/* Boutons */
.btn-rouge{
    border-radius: 25px;
    padding: 10px 25px;
    border: 1px solid #A5453C;
    background-color : transparent;
    font-family: "Rethink Sans", sans-serif;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    color :#A5453C;
    text-decoration : none;
    transition : all 0.3s;
    display: inline-block;
}
.btn-rouge:hover,
.btn-rouge:active,
.btn-rouge:focus{
    background-color : #A5453C;
    color :#ffffff;
}
.btn-light{
    border-radius: 25px;
    padding: 10px 25px;
    border: 0;
    background-color : #ffffff;
    font-family: "Rethink Sans", sans-serif;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    color :#A5453C;
    text-decoration : none;
    transition : all 0.3s;
    display: inline-block;
}
.btn-light:hover,
.btn-light:active,
.btn-light:focus{
    background-color : #A5453C;
    color :#ffffff;
}
.btn-blanc{
    border-radius: 25px;
    padding: 14px 30px;
    border: 1px solid #fff;
    background-color : transparent;
    font-family: "Rethink Sans", sans-serif;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    color :#fff;
    text-decoration : none;
    transition : all 0.3s;
    display: inline-block;
}
.btn-blanc:hover,
.btn-blanc:active,
.btn-blanc:focus{
    background-color : #fff;
    color :#A5453C;
}

.btn-or{
    border-radius: 25px;
    padding: 10px 25px;
    border: 1px solid #D2A515;
    background-color : transparent;
    font-family: "Rethink Sans", sans-serif;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    color :#D2A515;
    text-decoration : none;
    transition : all 0.3s;
    display: inline-block;
}
.btn-or:hover,
.btn-or:active,
.btn-or:focus{
    background-color : #D2A515;
    color :#ffffff;
}
/* Liste inline */
ul.btn-list {
    padding: 0px;
    margin: 0;
    list-style: none;
}
ul.btn-list li {
    display: inline-block;
    background: #fff;
    border-radius: 4px;
    padding: 6px 12px;
    margin: 5px 10px 5px 0;
}
ul.btn-list li:last-child {
    margin-right: 0;
}
/* Liste avec + */
ul.list-red,
ul.list-yellow {
    padding: 0px;
    margin: 20px	0;
    list-style: none;
}
ul.list-red li,
ul.list-yellow li{
    margin-bottom : 12px;
}
ul.list-red li:before {
    content : '';
    width : 10px;
    height : 10px;
    margin-right : 8px;
    display : inline-block;
    background: url('../images/plus-red.svg') no-repeat;
}
ul.list-yellow li:before {
    content : '';
    width : 10px;
    height : 10px;
    margin-right : 8px;
    display : inline-block;
    background: url('../images/plus-yellow.svg') no-repeat;
}
/* Tableau */
table {
    max-width: 100%;
    overflow-x: auto;
    display: block;
}
thead tr {
    background: #a5453c;
}
thead tr th{
    font-size : 16px;
    font-weight : 500;
    color : #fff;
    padding : 15px;
}
tbody tr:nth-child(2n + 1) {
    background: #fff;
}
tbody tr td	{
    font-size : 16px;
    font-weight : 500;
    padding : 15px;
}
/* 2-HEADER ---------------------------------------- */

.home .search{ /* search masquée sur l'accueil	*/
    display: none;
}

.header {
    display : flex;
    align-items: center;
    justify-content: space-between;
    padding: 8px 4rem;
}
.header .logo a {
    display: inline-block;
}
.header .logo img {
    max-width: 100%;
    display: block;
}
.header .tools {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.header form.search {
    background: #fff;
    border-radius : 4px;
    width: 100%;
    padding: 5px 15px;
    margin: 15px 5px 0;
}
.header form.search input {
    border: 0px;
    width: calc(100% - 35px);
    display: inline-block;
    font-family: "Rethink Sans", sans-serif;
    font-weight: 400;
    font-size: 14px;
    vertical-align : middle;
}
.header form.search input:focus::placeholder{
    color :#fff;
}
.header form.search .search-btn {
    width: 30px;
    height: 30px;
    display: inline-block;
    padding: 0px;
    border: 0px;
    background: url('../images/icone-search.svg') no-repeat center;
    text-align: right;
    vertical-align : middle;
}
.header form.search .search-btn:hover,
.header form.search .search-btn:active,
.header form.search .search-btn:focus {
    background: url('../images/icone-search-hover.svg') no-repeat center;
}
.header .user-mobile,
.header .search-mobile{
    display : none;
}
.header .navbar-collapse{
    margin: 15px 0 0;
    z-index: 10;
}
.header .navbar-expand-lg .container-fluid {
    padding: 0;
    z-index : 999;
}
.header .navbar-expand-lg .navbar-nav {
    width: 100%;
    display: inline-block;
    text-align: right;
}
.header .navbar-nav li.nav-item {
    display: inline-block;
    margin: 0 0.5rem 0;
}
.header .navbar-nav li.nav-item:last-child {
    margin-right: 0;
}
.header .navbar-nav li.nav-item a{
    font-family: "Rethink Sans", sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0.3px;
    text-transform: uppercase;
    color : #A5453C;
    line-height: 22px;
    transition: all 0.3s;
}
.header .navbar-nav li.nav-item a:hover,
.header .navbar-nav li.nav-item a:active,
.header .navbar-nav li.nav-item a:focus {
    text-decoration: underline;
    text-underline-offset: 5px;
    text-decoration-thickness: 0.1rem;
}
.header .navbar-nav li.nav-item:last-child a{
    padding-right: 0;
}
.header .navbar-nav li.nav-item.user img{
    width : 22px;
    height : 22px;
}
.header .dropdown-menu[data-bs-popper]{
    right: 0;
    left : auto;
    border-radius: 4px;
    background: #f3f0ec;
    border: 0;
    padding: 15px 25px;
}
.header .navbar-nav li.nav-item .dropdown-menu	a.dropdown-item{
    font-weight: 400;
    text-transform: none;
    color: #000;
    padding: 10px 0;
    transition: all 0.3s;
}

.header .dropdown-menu li.nav-item {
    display: block;
    margin: 0;
}

.header .dropdown-menu li.nav-item > a.nav-link {
    font-weight: 400;
    text-transform: none;
    color: #000;
    padding: 10px 0;
    line-height: 1.4;
    font-size: 14px;
}

.header .dropdown-menu li.nav-item > a.nav-link:hover,
.header .dropdown-menu li.nav-item > a.nav-link:focus {
    background-color: transparent;
    text-decoration: underline;
    text-underline-offset: 5px;
    text-decoration-thickness: 0.01rem;
}

.header .dropdown-menu li.nav-item > a.nav-link {
    font-size: 14px;
    white-space: nowrap;
}

a.nav-link {
    font-size: 16px !important;
}

/* OFFCANVAS	*/
@media (max-width: 991.98px) {
    .offcanvas-collapse {
        position: fixed;
        top: 66px; /* Height of navbar */
        bottom: 0;
        left: 100%;
        width: 100%;
        padding-right: 1rem;
        padding-left: 1rem;
        overflow-y: auto;
        visibility: hidden;
        background-color: #343a40;
        transition: transform .3s ease-in-out, visibility .3s ease-in-out;
    }
    .offcanvas-collapse.open {
        visibility: visible;
        transform: translateX(-100%);
    }
}
/* 3-FOOTER ---------------------------------------- */
/* Section haute avec picto */
.footer .footer-top{
    margin-top : 0px;
    padding: 50px 4rem;
    border-top : 1px solid #DDD8D1;
    border-bottom : 1px solid #DDD8D1;
}
.footer .footer-top .col{
    text-align : center;
}
.footer .footer-top img{
    display : block;
    margin : 0 auto 15px;
    width : 34px;
}
.footer .footer-top span{
    font-family: "tenor_sansregular", sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
}
.footer .footer-bottom{
    padding: 50px 4rem;
}
.footer .footer-bottom .accordion{
    display : none;
}
.footer .footer-bottom .logo-footer{
    padding : 0 5px;
}
.footer .footer-bottom .footer-title{
    font-family: "tenor_sansregular", sans-serif;
    font-weight: 400;
    font-size: 18px;
}
.footer .footer-bottom ul{
    list-style : none;
    padding : 0px;
    margin : 20px 0;
}
.footer .footer-bottom ul li{
    margin : 0 0 8px 0;
}
.footer .footer-bottom ul li a{
    font-family: "Rethink Sans", sans-serif;
    font-weight: 400;
    font-size: 14px;
    color : #000000;
    text-decoration : none;
}
.footer .footer-bottom ul li a:hover,
.footer .footer-bottom ul li a:active,
.footer .footer-bottom ul li a:focus {
    text-decoration: underline;
    text-underline-offset: 5px;
    text-decoration-thickness: 0.01rem;
}
.footer .footer-bottom .social-link li{
    display : inline-block;
    margin: 0 15px 0 0;
}
.footer .footer-bottom .social-link li:last-child{
    margin: 0;
}
.footer .footer-bottom .social-link li a {
    display : block;
    transition : all 0.3s;
    width : 30px;
    height : 30px;
    background-position : center;
    background-repeat : no-repeat;
    background-size : cover;
}
.footer .footer-bottom .social-link li a.facebook {
    background-image : url('../images/facebook.svg');
    width : 25px;
}
.footer .footer-bottom .social-link li a.instagram {
    background-image : url('../images/instagram.svg');
}
.footer .footer-bottom .social-link li a.linkedin {
    background-image : url('../images/linkedin.svg');
}
.footer .footer-bottom .social-link li a.facebook:hover,
.footer .footer-bottom .social-link li a.facebook:active,
.footer .footer-bottom .social-link li a.facebook:focus {
    background-image : url('../images/facebook-hover.svg');
}
.footer .footer-bottom .social-link li a.instagram:hover,
.footer .footer-bottom .social-link li a.instagram:active,
.footer .footer-bottom .social-link li a.instagram:focus {
    background-image : url('../images/instagram-hover.svg');
}
.footer .footer-bottom .social-link li a.linkedin:hover,
.footer .footer-bottom .social-link li a.linkedin:active,
.footer .footer-bottom .social-link li a.linkedin:focus {
    background-image : url('../images/linkedin-hover.svg');
}
.footer .footer-bottom	.contact-footer{
    margin : 10px 0;
}
/* 4-MODULES ---------------------------------------- */
/* Accordéon */
.accordion {
    --bs-accordion-color: var(--bs-body-color);
    --bs-accordion-bg: transparent;
    --bs-accordion-border-color: transparent;
    --bs-accordion-border-width: 0px;
    --bs-accordion-border-radius: 0px;
    --bs-accordion-inner-border-radius: 0px;
    --bs-accordion-btn-padding-x: 0px;
    --bs-accordion-btn-padding-y: 1rem;
    --bs-accordion-btn-color: #000000;
    --bs-accordion-btn-bg: transparent;
    --bs-accordion-btn-icon-width: 32px;
    --bs-accordion-btn-icon-transform: rotate(-180deg);
    --bs-accordion-btn-focus-box-shadow: none;
    --bs-accordion-body-padding-x: 0;
    --bs-accordion-body-padding-y: 0;
    --bs-accordion-active-color: transparent;
    --bs-accordion-active-bg: transparent;
    --bs-accordion-active-color: #A5453C;
}
.accordion-item .accordion-button:after {
    background-image: url('../images/accordeonstandard-normal.svg');
}
.accordion-item .accordion-button:hover:after{
    background-image: url('../images/accordeonstandard-normal-hover.svg');
}
.accordion-item .accordion-button[aria-expanded="true"]:after {
    background-image: url('../images/accordeonstandard-ouvert.svg');
}
.accordion-item .accordion-button[aria-expanded="true"]:hover:after {
    background-image: url('../images/accordeonstandard-ouvert-hover.svg');
}
/* Dropdown */
.content .dropdown-toggle {
    background: #fff;
    margin: 0 5px;
    padding: 5px 20px;
    line-height: 30px;
    border-radius : 4px;
    font-family: "Rethink Sans", sans-serif;
    font-weight: 400;
    font-size: 16px;
    color : #101010;
    border : 0px;
}

.content .dropdown-toggle:hover {
    color : #A5453C;
    background: #fff;
    border : 0px;
}
.content .dropdown-toggle:after {
    content: '';
    border: 0;
    background: url(../images/arrow-bottom-grey.svg) no-repeat center;
    width: 20px;
    height: 20px;
    vertical-align: text-top;
    margin-left :	10px;
}
.content .dropdown-toggle:hover:after {
    background: url(../images/arrow-bottom-red.svg) no-repeat center;
}
.content .dropdown-toggle.show:after {
    transform: rotate(180deg);
}
.content .dropdown-toggle.show:hover:after {
    transform: rotate(180deg);
}
.content .dropdown-menu {
    padding: 20px;
    min-width: 290px;
    border: 0px;
    margin-top: 13px !important;
}
/* Checkbox */
.form-check{
    margin-bottom : 12px;
}
.form-check-input {
    cursor: pointer;
}
.form-check-input:checked {
    background-color: #D2A515;
    border-color: #D2A515;
}
.form-check-input:focus {
    border-color: #D2A515;
    outline: 0;
    box-shadow: 0 0 0 .25rem rgb(210 165 21 / 25%);
}
label.form-check-label{
    font-family: "Rethink Sans", sans-serif;
    font-weight: 400;
    font-size: 14px;
    color : #000;
    cursor: pointer;
}
/* Curseur de prix */
.price-value{
    display : flex;
    justify-content : space-between;
    align-items : center;
}
.price-value p {
    display: block;
    width: auto;
    font-family: "Rethink Sans", sans-serif;
    font-weight: 600;
    font-size: 18px;
    line-height: 26px;
}
.radius-value {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.radius-value p {
    display: block;
    width: auto;
    font-family: "Rethink Sans", sans-serif;
    font-weight: 600;
    font-size: 18px;
    line-height: 26px;
}
.noUi-target {
    background: #d9d9d9;
    border-radius: 20px;
    border: 0px;
    box-shadow: none;
    height: 8px;
    margin: 30px 0 20px 0;
}
.noUi-handle {
    border: 1px solid #a7a7a7;
    border-radius: 50px;
    background: #f3f0ec;
    width: 20px !important;
    height: 20px !important;
    cursor: default;
    box-shadow: none;
}
.noUi-handle:after,
.noUi-handle:before{
    content : none;
}
.noUi-connect {
    background: #d2a515;
}
/* Modal */
.modal.show .modal-dialog{
    --bs-modal-margin: 8rem;
}
.modal .modal-header {
    padding: 20px 30px 15px;
}
.modal	.btn-close:focus{
    box-shadow : none;
}
.modal .modal-header	h1{
    font-size : 28px;
    font-weight : 400;
    font-family: "tenor_sansregular", sans-serif;
    color : #101010;
}
.modal .modal-body {
    padding: 20px 40px;
}
.modal .modal-footer {
    background: #f3f0ec;
    border-top: 0px;
    justify-content: space-between;
    padding: 20px 40px;
}

/* Date picker */
.flatpickr-calendar.arrowTop:before,
.flatpickr-calendar.arrowTop:after{
    content : none;
}
.flatpickr-months{
    padding: 10px 0;
}
.flatpickr-months .flatpickr-prev-month,
.flatpickr-months .flatpickr-next-month{
    margin : 10px;
}
.flatpickr-months .flatpickr-prev-month.flatpickr-next-month,
.flatpickr-months .flatpickr-next-month.flatpickr-next-month,
.flatpickr-months .flatpickr-prev-month.flatpickr-prev-month,
.flatpickr-months .flatpickr-next-month.flatpickr-prev-month{
    color: #d2a515;
    font-size: 30px;
}
.flatpickr-current-month span.cur-month:hover {
    background: transparent;
}
.flatpickr-current-month input.cur-year{
    font-weight : 700;
}
.flatpickr-day.selected,
.flatpickr-day.startRange,
.flatpickr-day.endRange,
.flatpickr-day.selected.inRange,
.flatpickr-day.startRange.inRange,
.flatpickr-day.endRange.inRange,
.flatpickr-day.selected:focus,
.flatpickr-day.startRange:focus,
.flatpickr-day.endRange:focus,
.flatpickr-day.selected:hover,
.flatpickr-day.startRange:hover,
.flatpickr-day.endRange:hover,
.flatpickr-day.selected.prevMonthDay,
.flatpickr-day.startRange.prevMonthDay,
.flatpickr-day.endRange.prevMonthDay,
.flatpickr-day.selected.nextMonthDay,
.flatpickr-day.startRange.nextMonthDay,
.flatpickr-day.endRange.nextMonthDay {
    background: #D2A515;
    color: #000000;
    border-color: #D2A515;
}
.flatpickr-day.selected.startRange + .endRange:not(:nth-child(7n+1)),
.flatpickr-day.startRange.startRange + .endRange:not(:nth-child(7n+1)),
.flatpickr-day.endRange.startRange + .endRange:not(:nth-child(7n+1)) {
    -webkit-box-shadow: -10px 0 0 #d2a515;
    box-shadow: -10px 0 0 #d2a515;
}
.flatpickr-day.today {
    border-color: #101010;
    border-radius: 0;
}
.flatpickr-day.selected.startRange,
.flatpickr-day.startRange.startRange,
.flatpickr-day.endRange.startRange,
.flatpickr-day.selected.endRange,
.flatpickr-day.startRange.endRange,
.flatpickr-day.endRange.endRange,
.flatpickr-day {
    border-radius: 0px;
}
.flatpickr-day.inRange,
.flatpickr-day.prevMonthDay.inRange,
.flatpickr-day.nextMonthDay.inRange,
.flatpickr-day.today.inRange,
.flatpickr-day.prevMonthDay.today.inRange,
.flatpickr-day.nextMonthDay.today.inRange,
.flatpickr-day:hover,
.flatpickr-day.prevMonthDay:hover,
.flatpickr-day.nextMonthDay:hover,
.flatpickr-day:focus,
.flatpickr-day.prevMonthDay:focus,
.flatpickr-day.nextMonthDay:focus{
    background: #d2a515;
    border-color: #d2a515;
}
.flatpickr-day.inRange{
    box-shadow: -5px 0 0 #d2a515, 5px 0 0 #d2a515;
    color: #000;
}
.flatpickr-day.today:hover, .flatpickr-day.today:focus {
    border-color: #d2a515;
    background: #d2a515;
    color: #000;
}
span.flatpickr-weekday{
    color: #000;
    font-weight: 400;
}
.flatpickr-months .flatpickr-month:first-child  {
    text-align : left;
}
/* Switch */
.form-switch .form-check-input {
    margin-left: 10px;
    border: 0px;
    height: 28px;
    width: 60px;
    background-image: url('../images/switch-bg.svg');
    background-color: #d9d9d9;
}
.form-switch .form-check-input:focus{
    box-shadow: 0 0 0 .25rem rgb(217 217 217 / 25%);
}
.form-switch .form-check-input:checked{
    background-color: #d2a515;
}
.form-switch .form-check-input:checked:focus{
    box-shadow: 0 0 0 .25rem rgb(210 165 21 / 25%);
}
.form-switch label{
    line-height : 32px;
}
/* 5-HOME ---------------------------------------- */
/* Section recherche */
.home-search {
    background : url(../images/background-search-home-safari.webp);
    background : linear-gradient(rgba(0, 0, 0, 0.3)), url(../images/background-search-home.webp);
    background-size: cover;
    background-position : center;
    min-height: 75vh;
    display: flex;
    justify-content: center;
    align-content: center;
    width: 100%;
}
.home-search h1{
    font-family: "tenor_sansregular", sans-serif;
    font-weight: 400;
    font-size: 48px;
    text-align: center;
    color : #fff;
    text-transform: none;
    z-index: 3;
}
.home-search h2{
    font-family: "Rethink Sans", sans-serif;
    font-weight: 600;
    font-size: 20px;
    letter-spacing: 0.3px;
    text-align: center;
    text-transform: uppercase;
    color : #fff;
    z-index: 3;
}
.home-search .search-bloc {
    display: block;
    margin: 25px auto;
    max-width: 50%;
    background-color: #fff;
    border-radius: 4px;
    padding : 10px 25px;
    z-index: 3;
    position: relative;
    overflow: visible;
}
.home-search .search-bloc label{
    font-family: "Rethink Sans", sans-serif;
    font-weight: 400;
    font-size: 16px;
    color :#898989;
    width : 100%;
}
.home-search form.search-home {
    width: 100%;
    position: relative;
}
.home-search form.search-home input {
    border: 0px;
    width: calc(100% - 35px);
    display: inline-block;
    font-family: "Rethink Sans", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    color :#000;
    vertical-align: middle;
}
.home-search form.search-home ul {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    margin-top: 8px;
    padding: 4px 0;
    list-style: none;

    background: #ffffff;
    border-radius: 8px;
    border: 1px solid #e5e7eb;
    box-shadow: 0 10px 25px rgba(15, 23, 42, 0.12);

    max-height: 260px;
    overflow-y: auto;
    z-index: 20;
}
.home-search form.search-home ul li + li {
    border-top: 1px solid #f3f4f6;
}
.home-search form.search-home ul li a {
    display: block;
    padding: 8px 14px;
    font-family: "Rethink Sans", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.4;
    color: #000;
    text-decoration: none;
    transition: background-color 0.15s ease, color 0.15s ease;
}
.home-search form.search-home ul li a:hover {
    background-color: #f3f4f6;
}

.home-search form.search-home input::placeholder{
    color :#000;
    font-size: 15px;
}
.home-search form.search-home input:focus::placeholder{
    color :#fff;
}
.home-search form.search-home .search-btn {
    width: 50px;
    height : 50px;
    display: inline-block;
    position: absolute;
    margin: -22px 0 0 -15px;
    padding: 0px;
    border: 0px;
    background: transparent;
    text-align: right;
    transition : all 0.3s;
    background: url('../images/icone-search.svg') no-repeat center;
    vertical-align: middle;
}
.home-search form.search-home .search-btn:hover,
.home-search form.search-home .search-btn:active,
.home-search form.search-home .search-btn:focus {
    background: url('../images/icone-search-hover.svg') no-repeat center;
}
/* Section carrousel */
.home-offre{
    margin : 60px 0;
}
.home-offre h2{
    margin: 0 0 45px 0;
    text-align : center;
}
.home-offre .offre-bloc {
    width: calc(100% - 120px);
    margin: 0 auto;
}
.home-offre .offre-bloc .owl-carousel .owl-stage{
    padding-left : 0px !important;
}
.home-offre .offre-bloc .owl-carousel .owl-nav {
    position: absolute;
    top: 45%;
    width: auto;
    right: -60px;
    left: -60px;
    display: flex;
    justify-content: space-between;
    transform: translateY(-45%);
    pointer-events: none;
}
.home-offre .offre-bloc .owl-carousel .owl-dots.disabled,
.home-offre .offre-bloc .owl-carousel .owl-nav.disabled {
    display: none;
}
.home-offre button.owl-prev,
.home-offre button.owl-next {
    background-color: #fff !important;
    width: 40px;
    border-radius: 50%;
    height: 40px;
    pointer-events: all;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
    transition: all 0.3s;
}
.home-offre button.owl-prev:hover,
.home-offre button.owl-next:hover {
    background-color: #A5453C !important;
}
.home-offre button.owl-prev span,
.home-offre button.owl-next span {
    width: 16px;
    height: 16px;
    display: block;
    margin: 0 auto;
    transition: all 0.3s;
}
.home-offre button.owl-prev span {
    background: url(../images/arrow-left.svg) no-repeat center;
}
.home-offre button.owl-next span {
    background: url(../images/arrow-right.svg) no-repeat center;
}
.home-offre button.owl-prev:hover span {
    background: url(../images/arrow-left-hover.svg) no-repeat center;
}
.home-offre button.owl-next:hover span {
    background: url(../images/arrow-right-hover.svg) no-repeat center;
}
.home-offre .vignette-offre a {
    text-decoration: none;
    transition: all 0.3s;
}
.home-offre .vignette-offre a .image-principale>img {
    transition: all 0.3s;
}
.home-offre .vignette-offre a:hover .image-principale>img {
    scale: 1.05;
}
.home-offre .vignette-offre .image-principale {
    overflow: hidden;
}
.home-offre .vignette-offre .label {
    position: absolute;
    width: 100%;
    max-width: 80px;
    right: 15px;
    margin: -80px 0 0 0;
}
.home-offre .vignette-offre .type-lieu {
    margin-top: 10px;
    margin-bottom: 10px;
}
.home-offre .vignette-offre .type-lieu .picto-lieu {
    max-width: 40px;
    margin-right : 5px;
    display: inline-block;
    vertical-align : middle;
}
.home-offre .vignette-offre .type-lieu p {
    max-width: calc(100% - 50px);
    display: inline-block;
    margin: 0px;
    font-weight: 500;
    font-size: 15px;
    text-transform: uppercase;
    color :#A5453C;
    vertical-align : middle;
}
.home-offre .vignette-offre .nom-lieu h3 {
    font-size: 22px;
    color : #000;
}

.home-offre .vignette-offre .departement-lieu p {
    font-size: 16px;
    color : #000000;
}
.home-offre .vignette-offre .prestation-lieu ul {
    padding: 0px;
    list-style: none;
    margin : 0px;
}
.home-offre .vignette-offre .prestation-lieu ul li {
    display : inline-block;
}
.home-offre .vignette-offre .prestation-lieu ul li img {
    width : 38px;
}
.home-offre .vignette-offre .nbperso-lieu p{
    font-size: 14px;
    color : #898989;
    margin : 0px;
}
.home-offre .vignette-offre .nbperso-lieu p:before{
    content : "";
    background-image: url(../images/picto-nb-personne.svg);
    background-size: cover;
    background-position : center;
    width : 18px;
    height : 18px;
    display : inline-block;
    vertical-align : top;
    margin-right : 8px;
}
.home-offre .vignette-offre .prix-lieu {
    margin: 15px 0;
}
.home-offre .vignette-offre .prix-lieu p{
    font-size: 14px;
    color : #000000;
}
.home-offre .vignette-offre .prix-lieu p span{
    font-weight: 700;
    font-size: 20px;
    color :#A5453C;
}
.home-offre .acces-offre{
    display: flex;
    justify-content : center;
    margin : 30px 0 0;
}
/* Section presentation */
.home-presentation{
    background-color: #A5453C;
    background-image : url('../images/logo-fond.svg');
    background-repeat : no-repeat;
    background-position : left top;
    border-radius : 24px;
    padding : 80px 50px 60px;
}
.home-presentation h2{
    margin : 0 0 20px;
    text-align : center;
}
.home-presentation > p{
    text-align : center;
    font-size: 20px;
    line-height: 30px;
    margin : 0 0 25px;
}
.home-presentation .col-lg-4 {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}
.home-presentation h3{
    margin : 25px 0;
}
.home-presentation	ul{
    list-style : none;
    padding: 0 0 0 15px;
}
.home-presentation li{
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    margin: 0 0 20px;
}
.home-presentation li:before {
    content: ' ';
    display: inline-block;
    background: url(../images/puce-li.svg) no-repeat center;
    width: 15px;
    height: 24px;
    position: absolute;
    margin-left: -20px;
}
/* Section accordéon */
.home-pourquoi {
    margin : 80px auto 60px;
}
.home-pourquoi > p {
    font-size : 20px;
}
.home-pourquoi .step {
    margin : 30px 0;
}
.home-pourquoi .step .col-lg-6{
    margin-bottom: 60px;
    display: block;
    max-width: calc(100% - var(--bs-gutter-x));
}
.home-pourquoi .step .col-lg-6:nth-child(2){
    margin-top : 200px;
}
.home-pourquoi .step .col-lg-6:nth-child(2n+1){
    padding-right : 10px;
}
.home-pourquoi .step .col-lg-6:nth-child(2n){
    padding-left : 10px;
}
.home-pourquoi .step img {
    width: 100%;
}
.home-pourquoi .accordion {
    --bs-accordion-btn-color: #A5453C;
    --bs-accordion-active-color: #A5453C;
}
.home-pourquoi .accordion-item h3 .accordion-button{
    font-size: 28px;
    display: block;
}
.home-pourquoi .accordion-item h3 .accordion-button span{
    font-size: 40px;
    display : block;
}
.home-pourquoi .accordion-item h3 .accordion-button:after {
    margin-top : -35px;
    display: block;
    background-image: url('../images/accordeon-normal.svg');
}
.home-pourquoi .accordion-item h3 .accordion-button:hover:after{
    background-image: url('../images/accordeon-normal-hover.svg');
}
.home-pourquoi .accordion-item h3 .accordion-button[aria-expanded="true"]:after {
    background-image: url('../images/accordeon-ouvert.svg');
}
.home-pourquoi .accordion-item h3 .accordion-button[aria-expanded="true"]:hover:after {
    background-image: url('../images/accordeon-ouvert-hover.svg');
}
/* Section CTA */
.home-cta{
    background: url(../images/fond-cta-home-safari.webp);
    background: linear-gradient(rgb(165, 69, 60, 0.8)), url(../images/fond-cta-home.webp);
    background-position: center bottom;
    background-size: cover;
    border-radius: 24px;
    display: flex;
    align-content: center;
    justify-content: center;
    text-align: center;
    flex-direction: column;
    margin: 0 0 60px;
    padding: 0;
    min-height: 550px;
}
.home-cta:before {
    content: '';
    width: calc(100% - 40px);
    height: 100%;
    max-height: 550px;
    position: absolute;
    z-index: 1;
    background-image : url('../images/logo-fond-2.svg');
    background-repeat : no-repeat;
    background-position : left top;
    border-radius: 24px;
}
.home-cta .container{
    z-index : 3;
    max-width : 45%;
}
.home-cta p{
    font-size : 20px;
    margin : 30px 0;
}
.home-cta .btn-blanc{
    margin : 30px 0 0;
}
/* 6-RECHERCHE ---------------------------------------- */
/* Affichage desktop */
.map-smartphone{
    display: none;
}
.dropdown-tri {
    display : none;
}
.list-search {
    border-top: 1px solid #DDD8D1;
    border-bottom: 1px solid #DDD8D1;
    padding: 15px 4rem;
    margin: 0 -15px;
    width: calc(100% + 30px);
}
.form-search-list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.list-search form.search-localisation {
    background: #fff;
    border-radius: 4px;
    padding: 5px 15px;
    margin: 0px 5px 0;
    max-width : 430px;
    width : 40%;
}
.list-search form.search-localisation input {
    border: 0px;
    width: calc(100% - 35px);
    display: inline-block;
    font-family: "Rethink Sans", sans-serif;
    font-weight: 400;
    font-size: 16px;
    vertical-align: middle;
}
.list-search form.search-localisation input::placeholder {
    font-size: 16px;
}
.search input::placeholder {
    font-size: 16px;
}
.list-search form.search-localisation .search-btn {
    width: 30px;
    height: 30px;
    display: inline-block;
    padding: 0px;
    border: 0px;
    background: url(../images/icone-search.svg) no-repeat center;
    transition: all 0.3s;
    text-align: right;
    vertical-align: middle;
}
.list-search form.search-localisation .search-btn:hover,
.list-search form.search-localisation .search-btn:active,
.list-search form.search-localisation .search-btn:focus {
    background: url(../images/icone-search-hover.svg) no-repeat center;
}

/* nombre pers. */
.search-number .btn-number {
    border: 1px solid #D2A515 !important;
    border-radius: 50px !important;
    width: 40px;
    height: 40px;
    background: #fff;
    color: #D2A515;
    font-size: 30px;
    line-height: 30px;
    transition: all 0.3s;
}
.search-number .btn-number:hover,
.search-number .btn-number:active,
.search-number .btn-number:focus {
    background: #D2A515;
    color: #fff;
}
.search-number .form-control {
    margin: 0 10px 12px 10px !important;
    text-align: center;
    border-radius: 4px !important;
}
/* Dropdown footer */
.dropdown-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 12px;
}
.form-reset{
    font-size : 14px;
    font-weight : 400;
    color : #898989;
    text-decoration : none;
    margin : 0 10px 0 0;
}
.form-reset:hover,
.form-reset:focus,
.form-reset:active {
    text-decoration : underline;
    text-underline-offset: 3px;
}
/* Plus de filtre */
.btn-modal{
    background: #fff;
    margin: 0 5px;
    padding: 5px 20px;
    line-height: 30px;
    border-radius: 4px;
    font-family: "Rethink Sans", sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #101010;
    border: 0px;
}
.btn-modal:hover,
.btn-modal:active,
.btn-modal:focus{
    color : #A5453C;
    background: #fff;
    border : 0px;
}
.modal_filter .modal-body	h2{
    font-size : 18px;
    font-weight : 400;
    font-family: "tenor_sansregular", sans-serif;
    color : #101010;
    margin: 30px 0 15px;
}
.modal_filter	.search-checkbox{
    column-count: 2;
}
/* Switch map */
.map-switch.form-switch{
    padding-left: 0;
    text-align: right;
}


/* 7-RESULTAT VIGNETTE ---------------------------------------- */
.result-search {
    margin: 0 -15px;
}
/* header resultat */
.result-header{
    margin : 40px 10px ;
}
.result-header h1{
    font-family: "tenor_sansregular", sans-serif;
    font-weight: 400;
    font-size: 28px;
    color : #A5453C;
}
.result-header .result-order{
    justify-content: space-between;
    display: flex;
    align-items: center;
}
.result-header .result-order label{
    display : inline-block;
    font-family: "Rethink Sans", sans-serif;
    font-weight: 400;
    font-size: 14px;
    color : #101010;
    text-align: right;
    width: 25%;
    padding: 0 5px 0 0;
}
.result-header .result-order .select-tri {
    width : 75%;
}
.result-header .result-order .select-tri button {
    background: transparent;
    border-radius: 50px;
    border: 1px solid #a5453c;
    width: 100%;
    padding-right: 30px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    position : relative;
    text-align: left;
    color : #a5453c;
}
.result-header .result-order .select-tri button:after{
    content : '';
    background: url('../images/arrow-bottom-red.svg') no-repeat center;
    width: 20px;
    height: 20px;
    position : absolute;
    top : 8px;
    right : 10px;
    display : inline-block;
    border : 0px;
}
.result-header .result-order .select-tri button.show:after{
    transform: rotate(180deg);
}
.result-header .result-order .select-tri .dropdown-menu {
    background: #fff;
    width: 100%;
    margin: 10px 0 0 !important;
    border: 0px;
    border-radius: 3px;
}
.result-header .result-order .select-tri .dropdown-menu a:focus,
.result-header .result-order .select-tri .dropdown-menu a:hover {
    color: #a5453c;
    background-color: transparent;
    text-decoration: underline;
    text-underline-offset: 3px;
}
.result-list.col-lg-8	{
    padding: 0 20px 0 4rem;
}
.result-list.col-lg-12	{
    padding: 0 4rem;
}
.result-list .row.offre-bloc {
    --bs-gutter-x: 20px;
    row-gap: 40px;
}
/* Vignette resultat */
.vignette-offre{
    position: relative;
    margin : 0 0 40px 0;
}
.vignette-offre a {
    text-decoration: none;
    transition: all 0.3s;
}
.vignette-offre a .image-principale>img {
    transition: all 0.3s;
    width : 100%;
}
.vignette-offre a:hover .image-principale>img {
    scale: 1.05;
}
.vignette-offre .image-principale {
    overflow: hidden;
}

.vignette-offre .label {
    position: absolute;
    width: 100%;
    max-width: 20%;
    right: 15px;
    margin: -20% 0 0 0;
}
.vignette-offre .label img{
    width: 100%;
}
.vignette-offre .type-lieu {
    margin-top: 10px;
    margin-bottom: 10px;
}
.vignette-offre .type-lieu .picto-lieu {
    max-width: 40px;
    margin-right : 5px;
    display: inline-block;
    vertical-align : middle;
}
.vignette-offre .type-lieu p {
    max-width: calc(100% - 50px);
    display: inline-block;
    margin: 0px;
    font-weight: 500;
    font-size: 15px;
    text-transform: uppercase;
    color :#A5453C;
    vertical-align : middle;
}
.vignette-offre .nom-lieu h3 {
    font-size: 22px;
    color : #000;
}
.vignette-offre .departement-lieu p {
    font-size: 16px;
    color : #000000;
}
.vignette-offre .prestation-lieu ul {
    padding: 0px;
    list-style: none;
    margin : 0px;
}
.vignette-offre .prestation-lieu ul li {
    display : inline-block;
}
.vignette-offre .prestation-lieu ul li img {
    width : 38px;
}
.vignette-offre .nbperso-lieu p{
    font-size: 14px;
    color : #898989;
    margin : 5px 0 0 0;
}
.vignette-offre .nbperso-lieu p:before{
    content : "";
    background-image: url(../images/picto-nb-personne.svg);
    background-size: cover;
    background-position : center;
    width : 18px;
    height : 18px;
    display : inline-block;
    vertical-align : top;
    margin-right : 8px;
}
.vignette-offre .prix-lieu {
    margin: 15px 0;
}
.vignette-offre .prix-lieu p{
    font-size: 14px;
    color : #000000;
}
.vignette-offre .prix-lieu p span{
    font-weight: 700;
    font-size: 20px;
    color :#A5453C;
}
/* Carte */
.map-sticky {
    position: sticky;
    top: 0px; /* espace par rapport au haut du viewport */
    z-index: 10;
    height : 100vh;
}
.map-sticky iframe {
    height : 100vh;
}
/* 8-PAGINATION ---------------------------------------- */
.list-pagination {
    display: flex;
    justify-content: center;
    margin: 80px 0;
}
.list-pagination ul {
    text-align: center;
    width: auto;
    margin : 0px;
}
.list-pagination li.page-item {
    margin: 0 5px;
    text-align: center;
}
.page-item:first-child .page-link,
.page-item:last-child .page-link{
    border-radius: 50px;
}
.list-pagination a.page-link {
    border-radius: 50px;
    color: #A5453C;
    border: 0px;
    background-color: transparent;
    width: 40px;
    height: 40px;
    line-height : 28px;
}
.list-pagination li.page-item.active a,
.list-pagination li.page-item a:hover,
.list-pagination li.page-item a:focus,
.list-pagination li.page-item a:active {
    background: #a5453c;
    color :#fff;
    box-shadow : none;
}
.list-pagination li.page-item.disabled span {
    padding: 0;
    line-height: 40px;
}
.list-pagination li.page-item.prev a {
    background-image: url(../images/arrow-left-red.svg);
    background-position: center;
    background-size: 20px;
    background-repeat: no-repeat;
}
.list-pagination li.page-item.prev a:hover,
.list-pagination li.page-item.prev a:focus,
.list-pagination li.page-item.prev a:active {
    background-image: url(../images/arrow-left-white.svg);
}
.list-pagination li.page-item.disabled.prev a {
    background-image: url(../images/arrow-left-grey.svg);
}
.list-pagination li.page-item.next a {
    background-image: url(../images/arrow-right-red.svg);
    background-position: center;
    background-size: 20px;
    background-repeat: no-repeat;
}
.list-pagination li.page-item.disabled.next a {
    background-image: url(../images/arrow-right-grey.svg);
}
.list-pagination li.page-item.next a:hover,
.list-pagination li.page-item.next a:focus,
.list-pagination li.page-item.next a:active {
    background-image: url(../images/arrow-right-white.svg);
}
/* 09-DETAIL ESPACE ---------------------------------------- */
/* Lien "back" */
.row-back{
    margin : 0 0 30px;
}
.row-back a{
    text-decoration : none;
    font-size : 14px;
    color : #898989;
}
.row-back a:hover,
.row-back a:active,
.row-back a:focus{
    text-decoration : underline;
    text-underline-offset : 3px;
}
/* Space "header" */
.row-header{
    margin : 0 0 15px;
}
.row-header.smartphone{
    display : none;
}
.row-header .space-picto {
    width: 90px;
    margin: 0 10px 0 0;
    display : inline-block;
    vertical-align: top;
}
.row-header .space-picto img{
    width : 100%;
}
.row-header .title {
    width: calc(100% - 110px);
    display: inline-block;
    vertical-align: top;
}
.row-header .space-type{
    color : #A5453C;
    text-transform : uppercase;
    font-weight : 500;
    font-size : 15px;
    margin : 0px;
}
.row-header h1{
    font-family : 'tenor_sansregular';
    font-size : 40px;
    color : #A5453C;
}
.row-header .space-address{
    font-size : 16px;
    color : #101010;
}
.row-header .space-address:before {
    content: '';
    background: url(../images/localisation.svg) no-repeat;
    width: 20px;
    height: 20px;
    display: inline-block;
    background-size: contain;
    vertical-align: text-top;
    margin: 0 8px 0 0;
}
.row-header .tools {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    margin: 0 0 10px;
    column-gap: 30px;
}
.row-header .tools a {
    margin : 0;
    display : inline-block;
    text-decoration : none;
    color : #101010;
    font-size : 14px;
}
.row-header .tools a:hover,
.row-header .tools a:active,
.row-header .tools a:focus {
    text-decoration : underline ;
    text-underline-offset : 3px;
}
.row-header .tools .share:before {
    content: '';
    background: url(../images/share.svg) no-repeat;
    width: 18px;
    height: 18px;
    display: inline-block;
    background-size: contain;
    vertical-align: text-top;
    margin: 0 5px 0 0;
}
.row-header .tools .bookmarks:before {
    content: '';
    background: url(../images/bookmark.svg) no-repeat;
    width: 18px;
    height: 18px;
    display: inline-block;
    background-size: contain;
    vertical-align: text-top;
    margin: 0 5px 0 0;
}
/* Space "Gallery" */
.row-space-gallery > div {
    gap: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.img-principale a{
    height: 70vh;
    width: 100%;
    background-size: cover;
    background-position: center;
}
.img-secondaire a.image-colonne {
    height: calc(35vh - 10px);
    margin: 0 0 0 20px;
    width: calc(100% - 20px);
    background-size: cover;
    background-position: center;
}
.img-secondaire .btn-light{
    display: block;
    margin: -70px 0 0 0;
    height: max-content;
}
.glightbox-clean .gnext,
.glightbox-clean .gprev {
    background-color: transparent;
    border: 1px solid #fff;
    border-radius: 50%;
    width: 45px;
    height: 45px;
    padding: 15px;
}
.glightbox-clean .gclose {
    background-color: #5e5d5d;
    border: 0;
    opacity: 1 !important;
    border-radius: 50%;
    width: 45px;
    height: 45px;
    padding: 15px;
}
.glightbox-clean .gclose:hover,
.glightbox-clean .gclose:active,
.glightbox-clean .gclose:focus {
    opacity: 0.7 !important;
    background-color: #5e5d5d;
}
.glightbox-clean .gslide-description{
    background : transparent;
}
.glightbox-clean .gslide-title{
    text-align : right;
    color : #fff;
}
/* Space detail */
.row-details{
    margin : 10px 0 ;
}
/* Bloc Booking */
.reservations .resa-fixed {
    margin: 0 0 0 20px;
    width: calc(100% - 20px);
    background: #fff;
    display: block;
    padding : 40px;
    position : sticky;
    top : 0px;
}
.reservations h2{
    font-size : 28px;
}
.reservations p {
    color: #000000;
    margin: 0px;
}
.reservations hr{
    margin : 30px 0;
}
.reservations p.tarif {
    text-align : center;
    margin: 0 0 30px;
}
.reservations p.tarif span {
    font-size : 32px;
    font-weight : 700;
    color : #A5453C;
}
.reservations a.btn-rouge {
    margin: 0 auto;
    display: block;
    text-align: center;
    color: #fff;
    background: #a5453c;
    padding: 10px 20px;
}
.reservations a.btn-rouge:hover,
.reservations a.btn-rouge:focus,
.reservations a.btn-rouge:active {
    background: #fff;
    color: #A5453C;
}
/* Space detail */
.row-details h2 {
    font-size: 28px;
    color: #101010;
    margin-bottom : 20px;
}
.row-details h3 {
    font-size: 22px;
    color: #101010;
}
/* Space summary */
.row-summary{
    margin-bottom : 20px;
}
.row.row-summary > div {
    align-content: center;
}
.row-summary .surface p,
.row-summary .personnes p,
.row-summary .resa-recurente p{
    margin : 5px 0px;
}
.row-summary .surface p span {
    font-size : 24px;
    font-weight : 700;
}
.row-summary .surface p:before {
    content: '';
    background: url(../images/surface.svg) no-repeat;
    width: 18px;
    height: 18px;
    display: inline-block;
    background-size: contain;
    vertical-align: text-top;
    margin: 0 8px 0 0;
}
.row-summary .personnes	p span {
    font-size : 24px;
    font-weight : 700;
}
.row-summary .personnes p:before {
    content: '';
    background: url(../images/personne.svg) no-repeat;
    width: 20px;
    height: 20px;
    display: inline-block;
    background-size: contain;
    vertical-align: text-top;
    margin: 0 8px 0 0;
}
.row-summary .resa-recurente	p {
    font-size : 14px;
}
.row-summary .resa-recurente p:before {
    content: '';
    background: url(../images/calendar.svg) no-repeat;
    width: 18px;
    height: 18px;
    display: inline-block;
    background-size: contain;
    vertical-align: text-top;
    margin: 0 8px 0 0;
}
.row-summary .monument-historique img{
    background-color: #fff;
    max-width: 100px;
    display: block;
    margin: 0 0 0 auto;
}
.row-labels {
    padding: 1rem 0;
    border-top: 1px solid var(--bs-border-color);
}

.row-labels .label-icon {
    max-width: 80px;
    background-color: #fff;
}
/* Space audience & suitable */
.row-audience > div,
.row-suitable > div{
    display : flex;
    gap : 20px;
}
.row-audience h3,
.row-suitable h3{
    width : max-content;
    margin : 0px;
    white-space: nowrap;
    line-height : 40px;
}
/* Space equipment */
.row-equipments{
    margin-top : 20px;
}
.row-equipments h3{
    margin-top : 25px;
}
.row-equipments ul li{
    font-weight : 500;
    font-size : 18px;
}
.row-equipments .modal h2 {
    font-size: 22px;
    margin : 25px 0 15px;
}
.row-equipments .modal ul {
    column-count: 2;
    margin-bottom : 40px;
}
.row-equipments .modal ul li{
    font-weight : 400;
    font-size : 16px;
}
/* Space event */
.event-blocs {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}
.event-blocs .item-event {
    text-align: center;
    background: #fff;
    padding: 12px;
    border-radius: 4px;
    max-width: 128px;
    width: 100%;

    display: flex;
    flex-direction: column;
    align-items: center;
}
.event-blocs .item-event img{
    margin-bottom : 12px;
}
.event-blocs .item-event p {
    font-size: 14px;
    line-height: normal;
    min-height: 54px;
}
/* Space availability */
.row-availability ul li{
    font-weight : 500;
    font-size : 18px;
}

/* Space prices */
.tarifs {
    display: table;
    width: 100%;
    border-collapse: collapse;
}
.tarif-row {
    display: table-row;
}
.tarif-row:nth-child(2n) {
    border-top: 2px solid #a5453c;
    background-color : #fff;
}
.tarif-row-header .cell {
    background-color: #a5453c;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
}
.tarif-row .cell {
    display: table-cell;
    font-size: 16px;
    font-weight: 500;
    padding: 15px;
    vertical-align: middle;
    text-align : center;
}
.tarif-row .cell:first-child {
    text-align : left;
    font-weight: 700;
    width: 35%;
}
.tarif-row .cell small {
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
    display: block;
}
.row-localisation .space-address {
    font-size: 16px;
    color: #898989;
}
.row-localisation .space-address:before {
    content: '';
    background: url(../images/localisation-grey.svg) no-repeat;
    width: 20px;
    height: 20px;
    display: inline-block;
    background-size: contain;
    vertical-align: text-top;
    margin: 0 8px 0 0;
}
/* Space section "Les prestataires associés" */
.row-prestataires {
    background-color: #A5453C;
    background-image: url(../images/logo-fond.svg);
    background-repeat: no-repeat;
    background-position: left top;
    border-radius: 24px;
    padding: 80px 50px 60px !important;
    margin: 50px 0;
}
.row-prestataires h2,
.row-prestataires p {
    text-align: center;
    margin: 0 0 15px;
}
.row-prestataires .owl-carousel{
    margin: 50px 0 0;
}
.row-prestataires .owl-item{
    background-color : #fff;
    padding : 20px 30px 10px;
    border-radius : 4px;
}
.row-prestataires .owl-item h3{
    color : #a5453c;
    font-size : 22px;
    margin : 0 0 5px 0;
}
.row-prestataires .type-prestataire{
    font-size : 15px;
    text-transform : uppercase;
    color : #000000;
    text-align : left;
    font-weight : 500;
}
.row-prestataires .owl-item .prestataire-title{
    min-height : 85px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 12px;
}
.row-prestataires ul.list-yellow{
    margin : 20px 0 0px;
}
.row-prestataires .owl-item li{
    color : #101010;
}
.row-prestataires .owl-nav {
    display: flex;
    position: relative;
    margin: 15px 0;
    gap: 10px;
    justify-content: end;
}
.row-prestataires .owl-prev span,
.row-prestataires .owl-next span{
    display: block;
    width: 46px;
    height: 46px;
    position: relative;
    border: 1px solid #fff;
    border-radius: 50px;
    padding: 15px;
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: center;
}
.row-prestataires .owl-prev span {
    background-image: url(../images/arrow-left-white.svg);

}
.row-prestataires .owl-next span {
    background-image: url(../images/arrow-right-white.svg);

}
.row-prestataires .prestataire-logo-icon {
    flex: 0 0 auto;
    border-radius: 8px;
    overflow: hidden;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    text-decoration: none;
}

.row-prestataires .prestataire-logo img {
    max-height: 100%;
    max-width: 100%;
    object-fit: contain;
    display: block;
}

@media (max-width: 768px) {
    .row-prestataires .prestataire-logo-icon {
        width: 28px;
        height: 28px;
        border-radius: 6px;
    }
    .row-prestataires .owl-item h3 {
        font-size: 18px;
    }
    .row-prestataires .type-prestataire {
        font-size: 13px;
    }
}
/* Space section "Découvrez les alentours"  */
.around-detail{
    display : flex;
    align-content : center;
    flex-wrap : wrap;
    padding : 0 0 0 40px;
}
.around-detail hr {
    margin: 15px 0 20px;
    width: 100%;
}
.around-detail h2,
.around-detail h3,
.around-detail p{
    width : 100%;
}

/* Space section "Autres espaces"  */
.row-other-space.full-row{
    background: #fff;
    margin-top : 80px;
    padding-top : 80px;
    padding-bottom : 80px;
}
.row-other-space h2{
    text-align : center;
    margin-bottom : 30px;
}
.row-other-space .offre-bloc{
    gap: 20px;
}
.row-other-space .more-space > div {
    display: flex;
    justify-content: center;
}

/* 10-BOOKING ---------------------------------------- */
/* summary */
.booking-summary {
    background: #fff;
    padding: 40px;
    border-radius: 8px;
    margin: 0 4rem 1rem 0;
    position: sticky;
    top: 0;
}
.booking-summary h2 {
    font-size : 28px;
    margin-bottom : 15px;
}
.booking-summary .img-booking {
    padding: 0 20px 0 0;
}
.booking-summary .img-booking img {
    object-fit: cover;
    width: 100%;
    aspect-ratio: 1 / 1;
}
.booking-summary .type-lieu {
    margin-top: 10px;
    margin-bottom: 10px;
}
.booking-summary .type-lieu .picto-lieu {
    max-width: 40px;
    margin-right: 5px;
    display: inline-block;
    vertical-align: middle;
}
.booking-summary .type-lieu p {
    max-width: calc(100% - 50px);
    display: inline-block;
    margin: 0px;
    font-weight: 500;
    font-size: 15px;
    text-transform: uppercase;
    color: #A5453C;
    vertical-align: middle;
}
.booking-summary .nom-lieu h3 {
    font-size: 22px;
    color: #000;
}
.booking-summary .space-address {
    font-size: 14px;
    color: #101010;
    padding: 0 0 0 25px;
    line-height: normal;
}
.booking-summary .space-address:before {
    content: '';
    background: url(../images/localisation.svg) no-repeat;
    width: 20px;
    height: 20px;
    display: inline-block;
    background-size: contain;
    vertical-align: text-top;
    margin: 0 8px 0 -25px;
    position: absolute;
}

.booking-form h1{
    font-family: "tenor_sansregular", sans-serif;
    font-size: 40px;
    color: #A5453C;
}
.booking-form h2{
    font-family: "tenor_sansregular", sans-serif;
    font-size: 28px;
    color: #000000;
    margin : 40px 0;
}
.booking-form .input-group,
.booking-form .form-switch {
    margin : 0 0 20px;
    align-items: center;
}
.booking-form label {
    min-width  : 200px;
    color : #101010;
    font-size : 16px;
    margin: 0;
}
.booking-form .form-switch{
    padding-left: 0;
}
.booking-form .form-switch input{
    margin-left : 15px;
}
.booking-form .dropdown {
    width: calc(100% - 200px);
    display: block;
}
.booking-form .dropdown-toggle{
    width: 100%;
    text-align: left;
    border: 1px solid #DDD8D1 !important;
    margin: 0px;
}
.booking-form .dropdown-toggle:after{
    position: absolute;
    right: 10px;
    top: 10px;
}
.booking-form .dropdown-menu{
    margin-top: -4px !important;
    width: 100%;
    border-radius: 0 0 4px 4px;
    border: 1px solid #ddd8d1;
    padding: 13px 5px;
}
.booking-form .dropdown-menu .dropdown-item{
    padding : 5px 15px;
    font-size : 14px;
}

.dropdown-item:hover {
    color: #A5453C;
    background-color: #fff;
}
.dropdown-item.active,
.dropdown-item:focus,
.dropdown-item:active {
    background-color: #A5453C;
    color : #fff;
}
.input-group>:not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback){
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}
::placeholder{
    color : #101010;
    font-size: 14px;
}
.booking-form input[type="number"] {
    margin : 0 0 0 5px;
    padding: 13px 20px;
    border-radius: 4px !important;
    color: #101010;
    font-size: 14px;
    border: 1px solid #ddd8d1;
    line-height: normal;
    max-width: 100px;
}
.booking-form input:focus,
.booking-form textarea:focus {
    border-color: #DDD8D1;
    outline: 0;
    box-shadow: none;
}
.booking-form .flexible input[type="checkbox"],
.booking-form .territoire input[type="checkbox"] {
    width: 20px;
    height: 20px;
    margin-right: 15px;
    border-top-right-radius: 4px !important;
    border-bottom-right-radius: 4px !important;
}
.booking-form .message label{
    width : 100%;
    margin-bottom : 5px;
}
.booking-form .message textarea{
    min-height : 220px;
}
.booking-form .date input{
    padding : 5px 20px 5px 50px;
    line-height :30px;
}
.booking-form .date .calendar-picker:before {
    position: absolute;
    content: "";
    background: url(../images/calendar.svg) no-repeat center;
    width: 20px;
    height: 20px;
    display: block;
    background-size: contain;
    z-index: 50;
    top: 0;
    margin: 10px 20px;
}
.step-resa{
    margin: 0 0 50px auto;
    display: block;
    width: max-content;
}
.modif-back{
    text-decoration : none;
    color : #898989;
}
.modif-back:hover,
.modif-back:active,
.modif-back:focus{
    text-decoration : underline;
}
.modif-back {
    text-decoration: none;
    color: #898989;
    float: right;
    margin-top: -40px;
}
.booking-summary hr{
    margin : 30px 0 30px;
}
.booking-summary dl {
    display: flex;
    flex-wrap: wrap;
}
.booking-summary dt{
    font-weight : 400;
    width: 40%;
    line-height: normal;
    margin: 0 0 10px 0;
}
.booking-summary dd{
    font-weight : 700;
    width: 60%;
    line-height: normal;
    margin: 0 0 10px 0;
}
.booking-summary .separateur-date{
    margin : 0 8px;
}
/* Confirm */
.row.margin-xxl {
    max-width: 650px;
    width: 100%;
    margin: 0 auto;
    padding: 0 1rem;
}
.confirm-booking .booking-summary{
    margin: 0  0 1rem 0;
    position: relative;
}
.confirm-booking .calendar-confirm {
    margin: 0 auto 20px;
    display: block;
}
.confirm-booking h1{
    font-family: "tenor_sansregular", sans-serif;
    font-size: 40px;
    color: #A5453C;
    text-align : center;
}
.confirm-booking .subhead{
    font-size: 20px;
    color: #000;
    text-align : center;
    margin : 20px 0 40px;
}
.btn-booking{
    display: block;
    margin: 50px auto;
    position: relative;
    width: max-content;
}
/* ZZ-RESPONSIVE ---------------------------------------- */

@media (max-width: 1300px) {
    .content-box > .row{
        padding: 0 1rem;
    }

    /* header	*/
    .header{
        padding: 8px 0.5rem;
    }
    .header .navbar-nav li.nav-item{
        margin: 0 0.2rem 0;
    }
    .home-cta .container {
        max-width: 50%;
    }
    .list-search{
        padding: 15px 1rem;
    }
    .result-search .result-list	{
        padding: 0 1rem;
    }
    .list-search form.search-localisation{
        width : 30%;
    }
    .content .dropdown-toggle,
    .btn-modal{
        padding: 5px 15px;
    }
    .row-header .space-picto{
        width: 70px;
    }
    .row-header .title{
        width: calc(100% - 90px);
    }
    .reservations .resa-fixed{
        padding: 20px;
    }
    .row-other-space.full-row{
        padding: 80px 2rem !important;
        width: calc(100% + 40px);
        margin-left: -20px;
        margin-right: -20px;
    }
}

/* Smartphone	*/
@media (max-width: 991px) {
    /* GENERAL */
    main {
        margin: 0px;
        padding: 0px;
        width : 100%;
    }
    .content {
        padding : 81px 0 0 0;
        margin: 0px 20px;
        width: calc(100% - 40px);
    }
    .row,
    .row.container	{
        --bs-gutter-x: 0px;
    }

    .full-row-mobile{
        width: calc(100% + 40px);
        margin-right: -20px;
        margin-left: -20px;
        padding: 0px !important;
    }
    .content-box > .row {
        padding: 0;
    }
    h2{
        font-size: 32px;
    }
    h3 {
        font-size: 26px;
    }
    /* HEADER	*/
    .header {
        padding: 8px 1rem;
        position: fixed;
        background: #f3f0ec;
        width: 100%;
        z-index: 20;
    }
    .header .logo{
        order : 2;

    }
    .header .logo a {
        display: block;
    }
    .header .logo img{
        margin : 0 auto;
        max-height : 65px;
    }
    .header .tools{
        order : 3;
    }
    .header .navigation{
        order : 1;
    }
    .header .user-mobile,
    .header .search-mobile{
        display : block;
        margin: 15px 5px 0;
        transition : all 0.3s;
    }
    .header .user-mobile:hover,
    .header .user-mobile:active,
    .header .user-mobile:focus,
    .header .search-mobile:hover,
    .header .search-mobile:active,
    .header .search-mobile:focus{
        filter: saturate(0.5);
        scale: 1.05;
    }
    .header form.search{
        display :none;
        position: absolute;
        top: 81px;
        width: calc(100% - 50px);
        padding: 10px 25px;
        transition: all 0.3s;
        margin: 0 auto;
        left: 0;
        right: 0;
        z-index: 10;
    }
    .header form.search ul {
        position: absolute;
        top: 100%;
        left: 25px;
        right: 25px;
        margin-top: 8px;
        padding: 4px 0;
        list-style: none;

        background: #ffffff;
        border-radius: 8px;
        border: 1px solid #e5e7eb;
        box-shadow: 0 10px 25px rgba(15, 23, 42, 0.12);

        max-height: 260px;
        overflow-y: auto;
        z-index: 20;
    }
    .header form.search ul li + li {
        border-top: 1px solid #f3f4f6;
    }
    .header form.search ul li a {
        display: block;
        padding: 8px 14px;
        font-family: "Rethink Sans", sans-serif;
        font-weight: 400;
        font-size: 14px;
        line-height: 1.4;
        color: #000;
        text-decoration: none;
        transition: background-color 0.15s ease, color 0.15s ease;
    }
    .header form.search ul li a:hover {
        background-color: #f3f4f6;
    }
    .header form.search.active {
        display: block;
    }

    .header form.search .search-btn img {
        display : none;
    }
    .header .navbar-toggler-icon {
        background-image: url('../images/navbartoggler.svg');
        margin: 15px 0 0;
        transition : all 0.3s;
    }
    .header .navbar-toggler-icon:hover,
    .header .navbar-toggler-icon:active,
    .header .navbar-toggler-icon:focus{
        filter: saturate(0.5);
        scale: 1.05;
    }
    .navbar-toggler:focus{
        box-shadow: none;
    }
    .offcanvas-collapse{
        background-color: #f3f0ec;
        border-top: 1px solid #DDD8D1;
    }
    .header .navbar-expand-lg .navbar-nav {
        text-align: left;
    }
    .header .navbar-nav li.nav-item {
        display: block;
        margin: 10px 0.5rem 0;
    }
    .header .navbar-nav li.nav-item.user{
        display : none;
    }
    /* FOOTER */
    .footer .footer-top{
        padding: 50px 1rem;
    }
    .footer .footer-top .col{
        text-align: left;
        width: 100%;
        margin-bottom: 15px;
        display: flex;
        align-items: center;
    }
    .footer .footer-top .col br{
        display : none;
    }
    .footer .footer-top img{
        display : inline-block;
        margin: 5px 10px;
    }

    .footer .footer-bottom .nav-bottom{
        display: none;
    }
    .footer .footer-bottom .accordion{
        display: block;
    }
    .footer .footer-bottom .logo-footer {
        padding: 0;
    }
    .footer .footer-bottom{
        padding: 40px 1rem;
    }
    .footer .footer-bottom .footer-title {
        margin: 0 15px 0 0;
        line-height: 40px;
    }
    .footer .footer-bottom ul{
        margin: 0 0 20px 0;
    }
    .footer .footer-bottom .social{
        display : flex ;
        align-content : center;
        justify-content: space-between;
        margin : 20px 0;
    }
    .footer .footer-bottom .social ul{
        margin: 0px;
        line-height: initial;
    }
    /* HOME */
    .home-search .search-bloc {
        max-width: 80%;
    }
    .home-search h1{
        font-size: 38px;
        max-width: 80%;
    }
    .home-search h2{
        font-size: 18px;
        max-width: 80%;
    }
    .home-offre .offre-bloc {
        width: calc(100% - 15px);
        margin: 0 0 0 15px;
        --bs-gutter-x: 0px;
    }
    .home-presentation{
        background-position : bottom left;
        padding : 80px 10% 60px;
    }
    .home-presentation > p{
        font-size: 18px;
        line-height: 26px;
    }
    .home-pourquoi{
        margin: 80px auto 0px;
    }
    .home-pourquoi .step .col-lg-6:nth-child(2) {
        margin-top: 0px;
    }
    .home-pourquoi .step .col-lg-6:nth-child(2n+1),
    .home-pourquoi .step .col-lg-6:nth-child(2n){
        padding : 0px;
    }
    .home-cta {
        min-height: auto;
        padding : 80px 10%;
    }
    .home-cta:before {
        content : none;
    }
    .home-cta .container {
        max-width: 100%;
    }
    .result-search {
        margin: 0;
    }
    .list-search form.search-localisation {
        width: 100%;
        max-width: 100%;
    }
    .map-switch{
        display : none;
    }
    .map-smartphone {
        display: block;
    }
    .dropdown-tri {
        display: block;
    }

    .form-search-list{
        justify-content: space-between;
    }
    .form-search-list {
        justify-content: space-between;
        gap: 10px 0;
    }
    .modal.show .modal-dialog {
        --bs-modal-margin: 2rem;
    }
    .content .dropdown-menu{
        min-width: auto;
    }
    /* Pop up carte smartphone */
    #modal_carte .modal-body{
        padding : 0px;
    }
    #modal_carte .btn-close {
        position: absolute;
        top: 15px;
        right: 15px;
        background-color: #fff;
        opacity: 1;
        border-radius: 50%;
        padding: 15px;
    }
    .result-search .result-list	{
        padding: 0;
    }
    .result-search	.result-map{
        display : none;
    }
    .result-search .result-order{
        display : none;
    }
    .row-back {
        margin: 0 0 20px;
    }
    .row-header{
        display : none;
    }
    .row-header.smartphone{
        display : flex;
        align-items: center;
    }
    .row-header .space-picto{
        width: 60px;
        vertical-align: middle;
    }
    .row-header .space-type{
        display : inline-block;
        vertical-align : middle;
    }
    .row-header .title {
        width: 100%;
    }
    .row-header .title h1{
        font-size : 32px;
    }
    .row-header .tools {
        column-gap: 20px;
        align-items: center;
        margin: 0px;
    }
    .row-header .tools a{
        width: 26px;
        height: 26px;
        position: relative;
    }
    .row-header .tools .share:before,
    .row-header .tools .bookmarks:before{
        position: absolute;
        width: 26px;
        height: 26px;
    }
    .row-space-gallery{
        margin-bottom : 20px;
    }
    .img-secondaire > a.image-colonne{
        display : none;
    }
    .img-principale a {
        display : block;
        width : 100%;
        height : 50vh;
    }
    .row-audience > div,
    .row-suitable > div {
        display: flex;
        gap: 0;
        flex-wrap: wrap;
    }
    .row-audience h3,
    .row-suitable h3{
        width: 100%;
    }
    .reservations{
        position: fixed;
        bottom: 0;
        z-index : 10;
    }
    .reservations .resa-fixed{
        margin: 0;
        width: 100%;
        background: #fff;
        display: block;
        padding: 15px 30px;
        position: relative;
        border-radius: 20px 20px 0 0;
    }
    .reservations .hidden-smartphone{
        display: none
    }
    .reservations p.tarif {
        text-align: center;
        margin: 0 0 8px;
        font-size: 16px;
    }
    .reservations p.tarif span {
        font-size: 26px;
    }
    .reservations a.btn-rouge {
        max-width: 500px;
    }
    .row-prestataires{
        border-radius: 0px;
        padding: 60px 10px !important;
    }
    .row-prestataires .owl-carousel{
        margin: 10px 0 0;
    }
    .owl-stage{
        padding-left: 0px !important;
    }
    .around-detail{
        padding: 20px 0;
    }
    .event-blocs .item-event{
        max-width:30%;
    }
    .booking-summary{
        margin : 0 0 50px 0;
        border-radius : 0px;
        padding : 40px 10px;
    }
    .booking-form {
        padding : 0 1rem;
    }
    .booking-form h1{
        display : none;
    }
    .booking-form h2{
        margin: 0px 0 40px;
    }
    .row.margin-xxl {
        max-width: calc(100% + 40px);
        width: calc(100% + 40px);
        margin: 0 -20px 0 ;
        padding: 0 !important;
    }
    .confirm-booking h1{
        font-size: 32px;
    }
}
@media (max-width: 770px) {
    .home-pourquoi .accordion-item h3 .accordion-button span{
        font-size: 35px;
    }
    .home-pourquoi .accordion-item h3 .accordion-button {
        font-size: 25px;
    }
    .list-search .dropdown.dropdown-use, .list-search .dropdown.dropdown-number{
        width: 50%;
    }
    .list-search .btn-modal,
    .list-search .map-smartphone{
        width:calc(40% - 10px);
    }
    .list-search .dropdown-tri{
        width: 20%;
    }
    .list-search a.btn.dropdown-toggle {
        width: calc(100% - 10px);
    }
    .content .dropdown-toggle:after{
        margin-left : 5px;
    }
    .content .dropdown-menu{
        margin-top : 0px !important;
    }
    .modal_filter .search-checkbox {
        column-count: 1;
    }
    .modal_filter .modal-footer{
        justify-content: center;
    }
    .modal_filter .modal-footer a.form-reset{
        order : 2;
    }
    .content .dropdown-toggle, .btn-modal {
        padding: 5px;
    }
    .row-equipments .modal ul {
        column-count: 1;
    }
    .event-blocs .item-event{
        max-width: 47%;
    }
    /* tableau tarifs */
    .tarifs {
        display: block;
    }
    .tarif-row {
        display: block;
        margin-bottom: 20px;
        border-radius: 4px;
    }
    .tarif-row:nth-child(2n) {
        border-top: 0;
        background-color: transparent;
    }
    .tarif-row .cell {
        display: flex;
        justify-content: space-between;
        padding: 15px;
        position: relative;
        color: #101010;
    }
    .tarif-row .cell:nth-child(2n) {
        border-top: 0;
        background-color: #fff;
    }
    .tarif-row .cell:before {
        content: attr(data-label);
        font-weight: 400;
        display: inline-block;
        color: #898989;
    }
    .tarif-row .cell:first-child{
        width: 100%;
        background: #A5453c;
        color: #fff;
        display: block;
    }
    .tarif-row .cell:first-child:before {
        content: none;
    }
    .tarif-row-header {
        display: none;
    }
    .row-other-space.full-row{
        margin-top: 50px;
        padding: 60px 1rem !important;
    }
    .booking-form .dropdown,
    .booking-form .date input{
        width : 100%;
    }
    .booking-form .form-text label {
        width : 100%;
    }
    .booking-form .date .calendar-picker:before{
        left : 0px;
        top: 25px;
    }
}

:root{
    --ui-radius: 8px;
    --ui-shadow: 0 6px 24px rgba(0,0,0,.08);
    --org-orange: #FF9A3E;
    --brand: #A5453C;
    --brand-soft: rgba(165, 69, 60, 0.08);
    --brand-light: rgba(165, 69, 60, 0.14);
    --brand-strong: rgba(165, 69, 60, 0.22);
    --text: #101010;
    --text-muted: #6c757d;
    --border: rgba(16,16,16,0.10);
    --success: #2E7D32;
    --danger: #B00020;
    --warning: #D2A515;
}

.card-neo{ border-radius: var(--ui-radius); }

.table-nowrap td, .table-nowrap th { white-space: nowrap; }
.table > :not(caption) > * > * { border-bottom-color: rgba(0,0,0,.06); }

.status-dot{
    width: .6rem; height: .6rem;
    display: inline-block;
    border-radius: 50%;
    background: currentColor;
    box-shadow: 0 0 0 3px color-mix(in srgb, currentColor 20%, transparent);
}

.empty-illu{ font-size: 2rem; opacity: .85; }

.event-blocs .item-event.item-event--no-icon {
    justify-content: center;
}

@media (min-width: 992px){
    .position-lg-sticky{ position: sticky; }
    .top-0{ top: 1.25rem; }
}

.nav-pills .nav-link{
    border-radius: 999px;
    padding: .5rem .875rem;
}
.nav-pills .nav-link i{ font-size: 1.1rem; }

.nav-tabs .nav-link.tab-user{
    color: #A5453C !important;
    border: 1px solid rgba(165, 69, 60, .30);
    background: rgba(165, 69, 60, .08);
    font-weight: 700;
}

.nav-tabs .nav-link.tab-user:hover,
.nav-tabs .nav-link.tab-user:focus{
    color: #8E3B34 !important;
    border-color: rgba(165, 69, 60, .45);
    background: rgba(165, 69, 60, .14);
}

.nav-tabs .nav-link.tab-user.active{
    color: #fff !important;
    background: #A5453C !important;
    border-color: #A5453C !important;
}

.nav-tabs .nav-link.tab-muni{
    color: #7F2F28 !important;
    border: 1px solid rgba(127, 47, 40, .30);
    background: rgba(127, 47, 40, .08);
    font-weight: 700;
}

.nav-tabs .nav-link.tab-muni:hover,
.nav-tabs .nav-link.tab-muni:focus{
    color: #6B2621 !important;
    border-color: rgba(127, 47, 40, .45);
    background: rgba(127, 47, 40, .14);
}

.nav-tabs .nav-link.tab-muni.active{
    color: #fff !important;
    background: #7F2F28 !important;
    border-color: #7F2F28 !important;
}

.btn-rouge.btn-compact{
    padding: 4px 10px;
    font-size: 12px;
    border-radius: 16px;
}

.account-page .account-row{
    --bs-gutter-x: 1.5rem;
}

@media (min-width: 992px){
    .account-page .account-aside { margin-right: 0; }
    .account-page .account-main  { padding-left: 1.25rem; }
}

.account-main h3 {
    font-size: 2rem;
}

.account-page h3,
.account-page h2 { margin-bottom: .75rem; }

.account-page .card-neo{
    border-radius: 20px;
    box-shadow: 0 8px 30px rgba(0,0,0,.08);
    background: #fff;
}
.account-page .account-card-body{
    padding: 18px 20px;
    min-height: 340px;
}

.account-page nav[aria-label="Navigation compte"] .btn-light{
    width: 100%;
    text-align: left;
    margin-bottom: 10px;
    padding: 10px 16px;
    border-radius: 10px;
}

.account-page .account-aside .card-neo{
    border-radius: 3px;
    overflow: hidden;
}

.account-page .table-responsive{ padding: 0 10px; }
.account-page table[role="table"] thead tr th{ padding: 16px 18px; }
.account-page table[role="table"] tbody tr td{ padding: 14px 18px; }

.account-page td .d-inline-flex{ vertical-align: middle; }

@media (max-width: 991px){
    .account-page .account-main{ margin-top: 12px; }
}

.account-table-wrap .account-table{
    display: table;
    width: 100%;
    table-layout: fixed;
    border-collapse: separate;
    border-spacing: 0;
}

.account-table th,
.account-table td{
    white-space: nowrap;
    vertical-align: middle;
}
.account-table .cell-title,
.account-table .cell-inline{
    overflow: hidden;
    text-overflow: ellipsis;
}

@media (min-width: 992px){
    .account-table th:nth-child(1),
    .account-table td:nth-child(1){
        width: 56px;
    }

    .account-table th:nth-child(2),
    .account-table td:nth-child(2){
        width: 30%;
    }

    .account-table th:nth-child(3),
    .account-table td:nth-child(3){
        width: 22%;
    }

    .account-table th:nth-child(4),
    .account-table td:nth-child(4){
        width: 18%;
    }
    .account-table th:nth-child(5),
    .account-table td:nth-child(5){
        width: 18%;
    }
}

.account-table tbody tr:nth-child(even) {
    background: #f2f2f2;
}

.account-table thead tr th{ padding:16px 18px; }
.account-table tbody tr td{ padding:14px 18px; }

@media (max-width: 575px){
    .account-table{ table-layout: auto; }
    .account-table th,
    .account-table td{ white-space: normal; }
}

.account-row{ --bs-gutter-x: 2rem; }
@media (min-width: 1200px){
    .account-row{ --bs-gutter-x: 3rem; }
}

@media (min-width: 992px){
    .account-main{ padding-left: 0.7rem; }
}

.account-main .row.g-3 {
    margin-left: 0;
}

.account-main .col-12.col-md-4 {
    padding-left: 0;
}

.account-main .stat-card {
    margin-bottom: 0.5rem;
}

label.required::after {
    content: " *";
    color: var(--bs-danger);
    font-weight: 600;
}

.org-block {
    background-color: #f9f3f2;
    border-left: 4px solid #A5453C;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.text-org {
    color: #A5453C;
}

.org-block dd {
    padding-bottom: 0.5rem;
}

.org-header{
    background: var(--brand);
    color: #fff;
    border-radius: 10px;
    width: 50%;
    padding: 0.9rem;
}

.org-title{
    font-weight: 600;
    letter-spacing: .02em;
    color: #fff;
}

.org-icon{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 0;
    color: #fff;
}

.text-org{ color: var(--brand); }

a {
    color: #A5453C;
    text-decoration: none;
}

.btn-eq {
    min-width: 180px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

@media (min-width: 992px) {
    .btn-eq { min-width: 200px; }
}

/* --- Widgets statistiques (medium Pépite) --- */
.stat-card {
    background: #f8f6f3;
    border: 1px solid #ebe6e0;
    border-radius: 16px;
    box-shadow: 0 2px 6px rgba(0,0,0,.05);
    transition: all .25s;
}
.stat-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 14px rgba(0,0,0,.08);
}

/* Contenu */
.stat-card .card-body {
    padding: 1.25rem 1.25rem;
    column-gap: 1.5rem;
}

/* Texte */
.stat-card p {
    font-size: 0.93rem;
    font-weight: 500;
    margin-bottom: 0.35rem;
    color: #7a6f67;
}

.stat-card h3 {
    font-size: 1.8rem;
    font-weight: 700;
    color: #332f2b;
    line-height: 1.1;
    margin: 0;
}

/* Icône */
.stat-card .icon-wrapper {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    background: rgba(165,69,60,.08);
    color: #A5453C;
}
.stat-card.text-danger .icon-wrapper {
    background: rgba(165,69,60,.1);
}
.stat-card:hover .icon-wrapper {
    background: #A5453C;
    color: #fff;
}

.form-narrow {
    max-width: 40rem;
    margin-left: auto;
    margin-right: 20rem;
}

.booking-table-narrow {
    max-width: 90rem;
    margin-left: auto;
    margin-right: 3rem;
}

.form-label {
    margin-bottom: 0.6rem !important;
}

.col-action {
    width: 56px;
    min-width: 56px;
    max-width: 56px;
    padding-left: 8px;
    padding-right: 8px;
}

.cell-action {
    padding-left: 8px !important;
    padding-right: 8px !important;
}

.cell-action a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    border-radius: 10px;
}

.search-localisation input {
    cursor: pointer;
}

.list-search form.search-localisation.no-focus,
.list-search form.search-localisation.no-focus:focus-within,
.list-search form.search-localisation.no-focus *:focus,
.list-search form.search-localisation.no-focus *:focus-visible {
    outline: none !important;
    box-shadow: none !important;
}

.list-search form.search-localisation.no-focus input {
    border: 0 !important;
}
.list-search form.search-localisation.no-focus input:focus {
    border-color: transparent !important;
}

@media (max-width: 768px) {
    .mobile-actions {
        margin-bottom: 1rem;
    }

    .dropdown-tri .btn {
        border-radius: 0.5rem;
        font-size: 0.9rem;
    }

    .btn.btn-outline-primary {
        font-size: 0.9rem;
        border-radius: 0.5rem;
    }

    .dropdown-menu a.dropdown-item {
        font-size: 0.9rem;
    }

    .modal-fullscreen .btn-light {
        box-shadow: 0 0 10px rgba(0,0,0,0.15);
    }
}

.image-principale .label {
    position: absolute;
    top: auto;
    left: auto;
    pointer-events: none;
}

.filter-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 22px;
    height: 22px;
    padding: 0 6px;

    background: #A5453C;
    color: #fff;

    font-size: 11px;
    font-weight: 600;
    line-height: 1;

    border-radius: 4px;
    margin-left: 8px;

    box-shadow: 0 0 0 1px rgba(0,0,0,0.05);
}

.facet-count-plain {
    font-feature-settings: "liga" 0, "dlig" 0, "calt" 0;
}

/*
 * Carte dynamique (CSS)
 */
.leaflet-popup-content-wrapper {
    width: 260px;
    max-width: 100%;
    background: #ffffff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow:
        0 10px 25px rgba(15, 23, 42, 0.12),
        0 2px 8px rgba(15, 23, 42, 0.08);
    display: flex;
    flex-direction: column;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "SF Pro Text",
    "Segoe UI", Roboto, sans-serif;
}

.map-popup-image-wrapper {
    position: relative;
    width: 100%;
    padding-top: 60%;
    overflow: hidden;
    background: linear-gradient(135deg, #e5e7eb, #d1d5db);
}

.map-popup-image {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 180ms ease-out;
}

.map-popup:hover .map-popup-image {
    transform: scale(1.04);
}

.map-popup-body {
    padding: 12px 14px 14px;
}

.map-popup-title {
    margin: 0 0 6px;
    font-size: 0.85rem;
    font-weight: 600;
    color: #111827;
    line-height: 1;
}

.map-popup-location {
    margin: 0 0 8px;
    font-size: 0.78rem;
    color: #6b7280;
    line-height: 1.25;
}

.map-popup-price {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    margin: 0 0 5px;
    font-size: 0.82rem;
}

.map-popup-price-label {
    color: #9ca3af;
}

.map-popup-price-value {
    font-weight: 600;
    color: #A5453C;
    font-size: 0.92rem;
}

.map-popup-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 8px 10px;
    border-radius: 999px;
    border: none;
    background: #A5453C;
    color: #ffffff;
    font-size: 0.85rem;
    font-weight: 600;
    text-decoration: none;
    letter-spacing: 0.01em;
    box-shadow: 0 8px 18px rgba(165, 69, 60, 0.35);
    transition:
        background 160ms ease-out,
        box-shadow 160ms ease-out,
        transform 100ms ease-out;
}

.map-popup-button:visited {
    color: #ffffff;
}

.map-popup-button:hover {
    background: #8C3831;
    box-shadow: 0 10px 22px rgba(165, 69, 60, 0.45);
    transform: translateY(-1px);
}

.map-popup-button:active {
    transform: translateY(0);
    box-shadow: 0 4px 10px rgba(165, 69, 60, 0.3);
}

.leaflet-popup-content-wrapper .nbperso-lieu p {
    margin: 0 0 6px;
    font-size: 0.78rem;
    color: #9ca3af;
}

.leaflet-popup-content-wrapper .nbperso-lieu p:before{
    content : "";
    background-image: url(../images/picto-nb-personne.svg);
    background-size: cover;
    background-position : center;
    width : 18px;
    height : 18px;
    display : inline-block;
    vertical-align : top;
    margin-right : 8px;
}

.leaflet-popup-content {
    margin: 0;
    padding: 0;
}

.leaflet-container a {
    color: white !important;
}

.leaflet-popup-tip {
    display: none;
}

.leaflet-control-zoom-in span {
    color: black !important;
}

.leaflet-control-zoom-out span {
    color: black !important;
}

.clear-chip,
.chip-close {
    background: transparent;
    border: none;
    padding: 0 4px;
    font-size: 25px;
    line-height: 1;
    cursor: pointer;
    color: #A5453C;
    opacity: 0.75;
    transition: opacity .15s ease;
}

.clear-chip:hover,
.chip-close:hover {
    opacity: 1;
}

.filter-chip {
    position: relative;
    display: inline-flex;
    align-items: center;
    border: 1px solid #ddd;
    background: #f8f9fa;
    border-radius: 20px;
    padding-right: 22px;
}

.filter-chip .chip-close {
    position: absolute;
    right: 4px;
    top: 50%;
    transform: translateY(-50%);
}

@media (min-width: 992px) {
    .header form.search {
        position: relative;
        z-index: 20;
    }
}

.header form.search ul {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;

    margin-top: 8px;
    padding: 4px 0;

    list-style: none;
    background: #ffffff;
    border-radius: 8px;
    border: 1px solid #e5e7eb;
    box-shadow: 0 10px 25px rgba(15, 23, 42, 0.12);

    max-height: 260px;
    overflow-y: auto;
    z-index: 200;
}

.header form.search ul li + li {
    border-top: 1px solid #f3f4f6;
}

.header form.search ul li a {
    display: block;
    padding: 8px 14px;
    font-family: "Rethink Sans", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.4;
    color: #000;
    text-decoration: none;
    transition: background-color 0.15s ease, color 0.15s ease;
}

.header form.search ul li a:hover {
    background-color: #f3f4f6;
}

.space-card {
    position: relative;
    background: #fff;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 0 0 1px rgba(0,0,0,0.06),
    0 4px 12px rgba(0,0,0,0.06);
    transition: all .2s ease;
}

.space-card.is-inactive {
    opacity: .65;
}

.space-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 6px 16px rgba(0,0,0,0.10);
}

.space-card-checkbox {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 20;
}

.space-card-image img {
    width: 100%;
    height: 210px;
    object-fit: cover;
}

.space-card-image .no-image {
    width: 100%;
    height: 210px;
    background: #eee;
}

.space-card-body {
    padding: 16px 18px 20px;
}

.space-type {
    font-size: 13px;
    font-weight: 600;
    color: #A5453C;
    display: flex;
    align-items: center;
    gap: 6px;
    margin-bottom: 6px;
}

.space-type-icon {
    width: 20px;
    height: 20px;
}

.space-title {
    font-size: 20px;
    font-weight: 700;
    margin: 0 0 4px;
    color: #222;
}

.space-city {
    font-size: 14px;
    color: #555;
    margin-bottom: 8px;
}

.space-capacity {
    font-size: 14px;
    color: #666;
    margin-bottom: 10px;
}

.space-capacity i {
    margin-right: 5px;
}

.space-price {
    margin: 15px 0;
}
.space-price p{
    font-size: 14px;
    color : #000000;
}
.space-price p span{
    font-weight: 700;
    font-size: 24px;
    color :#A5453C;
}

.space-actions {
    display: flex;
    gap: 10px;
}

.btn-action {
    padding: 6px 14px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    border: none;
    cursor: pointer;
}

.btn-edit {
    background: #2f68b4;
    color: #fff;
}

.btn-danger {
    background: #ffefef;
    color: #c2001a;
}

.btn-success {
    background: #e9ffe8;
    color: #2c9a00;
}

.btn-warning {
    background-color: var(--org-orange);
    color: #1b1b1b;
}

.space-card-col {
    padding: 0 12px;
    margin-bottom: 25px;
}

.row-spaces {
    margin: 0 -12px;
}

.edit-front-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 18px;
    padding-top: 14px;
    border-top: 1px solid #e0d7ce;
    gap: 12px;
}

.edit-front-footer-text {
    max-width: 60%;
}

.btn-pepite-primary {
    border-radius: 999px;
    padding: 8px 22px;
    font-weight: 600;
    font-size: 14px;
    background-color: #A5453C;
    border-color: #A5453C;
    color: #fff;
}

.btn-pepite-primary:hover,
.btn-pepite-primary:focus {
    background-color: #8c352e;
    border-color: #8c352e;
    color: #fff;
}

.btn-pepite-outline {
    border-radius: 999px;
    padding: 8px 20px;
    font-weight: 500;
    font-size: 14px;
    border: 1px solid #c7bdb3;
    background-color: #fff;
    color: #6c6258;
}

.btn-pepite-outline:hover,
.btn-pepite-outline:focus {
    background-color: #f4ede6;
    border-color: #b4a89c;
    color: #4a4138;
}

.fi-section-header-heading {
    font-size: 1rem;
    font-weight: 600;
    line-height: 24px;
    color: #000000;
    font-family: "Rethink Sans", sans-serif;
}

.booking-workflow {
    background: #fff;
    border: 1px solid rgba(16, 16, 16, 0.08);
    border-radius: 16px;
    padding: 20px;
    box-shadow: 0 6px 20px rgba(16, 16, 16, 0.06);

    --bw-step-gap: 12px;
    --bw-step-py: 12px;
    --bw-step-px: 12px;

    --bw-icon-size: 26px;
    --bw-line-width: 2px;

    --bw-line: rgba(16, 16, 16, 0.16);
    --bw-line-done: rgba(46, 125, 50, 0.40);
    --bw-line-disabled: rgba(16, 16, 16, 0.08);
}

.booking-workflow-list.space-y-6 {
    --bw-step-gap: 24px;
}

.booking-workflow .space-y-3 > * + * {
    margin-top: var(--bw-step-gap);
}

.booking-workflow h3 {
    font-size: 18px;
    font-weight: 700;
    margin: 0 0 14px;
    color: #101010;
}

.booking-workflow h4 {
    font-size: 16px;
    font-weight: 700;
    margin: 0 0 10px;
    color: #101010;
}

.booking-workflow ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.booking-step {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    gap: 12px;

    padding: var(--bw-step-py) var(--bw-step-px);
    border-radius: 12px;
    border: 1px solid rgba(16, 16, 16, 0.08);
    background: rgba(243, 240, 236, 0.35);
}

.booking-step__left {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    min-width: 0;
}

.booking-step__label {
    font-size: 15px;
    font-weight: 600;
    color: #2b2b2b;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.booking-step__meta {
    font-size: 13px;
    color: #6c757d;
    margin-left: 6px;
}

.booking-step__icon {
    border-radius: 999px;
    width: var(--bw-icon-size);
    height: var(--bw-icon-size);
    flex: 0 0 var(--bw-icon-size);

    display: inline-flex;
    align-items: center;
    justify-content: center;

    position: relative;
    z-index: 2;

    border: 2px solid rgba(16, 16, 16, 0.18);
    color: rgba(16, 16, 16, 0.45);
    background: #fff;
    font-size: 14px;
    line-height: 1;
}

.booking-step.is-done {
    background: rgba(46, 125, 50, 0.08);
    border-color: rgba(46, 125, 50, 0.25);
}

.booking-step.is-done .booking-step__icon {
    border-color: rgba(46, 125, 50, 0.65);
    color: #2e7d32;
    background: #e8f5e9;
}

.booking-step.is-done .booking-step__label {
    color: #1f4d24;
}

.booking-step.is-disabled {
    opacity: 0.55;
}

.booking-step__actions {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.booking-workflow .btn.btn-outline {
    border-color: rgba(16, 16, 16, 0.2);
    color: #101010;
    background: #fff;
}

.booking-workflow .btn.btn-outline:hover {
    border-color: rgba(16, 16, 16, 0.35);
    background: rgba(243, 240, 236, 0.6);
}

.booking-validate-card {
    border: 1px solid rgba(16, 16, 16, 0.08);
    border-radius: 14px;
    background: #fff;
    padding: 16px;
}

.booking-validate-card .form-label {
    font-weight: 600;
    color: #2b2b2b;
    margin-bottom: 6px;
}

.booking-validate-card .form-control,
.booking-validate-card input[type="date"] {
    border-radius: 12px;
    border-color: rgba(16, 16, 16, 0.14);
    padding: 10px 12px;
}

.booking-validate-card .form-control:focus,
.booking-validate-card input[type="date"]:focus {
    border-color: rgba(46, 125, 50, 0.45);
    box-shadow: 0 0 0 0.25rem rgba(46, 125, 50, 0.12);
}

.booking-validate-card .btn-outline-danger {
    border-width: 2px;
    border-color: rgba(176, 0, 32, 0.55);
}
.booking-validate-card .btn-outline-danger:hover {
    border-color: rgba(176, 0, 32, 0.85);
}

.booking-layout {
    display: grid;
    grid-template-columns: 9fr 3fr;
    gap: 2rem;
    align-items: start;
}

.booking-step__text {
    display: flex;
    flex-direction: column;
    min-width: 0;
}

.booking-step__done {
    font-size: 12px;
    color: #8b8f94;
    margin-top: 2px;
    line-height: 1.2;
}

.booking-workflow-list .booking-step {
    position: relative;
}

.booking-workflow-list .booking-step::after {
    content: "";
    position: absolute;

    left: calc(
        var(--bw-step-px) +
        (var(--bw-icon-size) / 2)
    );

    top: calc(
        var(--bw-step-py) +
        var(--bw-icon-size)
    );

    width: var(--bw-line-width);
    height: calc(100% + var(--bw-step-gap));
    background: var(--bw-line);
    transform: translateX(-50%);
    z-index: 1;
}

.booking-workflow-list .booking-step:last-child::after {
    display: none;
}

.account-aside .card-body dl { font-size: 1rem; }
.account-aside h3 {
    font-size: 2rem;
}

.account-nav a { font-size: 1rem; }

.section-header{
    max-width: 620px;
}

.settings-card{
    position: relative;
    overflow: hidden;
    cursor: pointer;
    transition: transform .2s ease, box-shadow .2s ease;
}

.settings-card__link{
    display: block;
    height: 100%;
    color: inherit;
    text-decoration: none;
}

.settings-card__link:focus-visible{
    outline: 2px solid rgba(165, 69, 60, .55);
    outline-offset: 4px;
    border-radius: inherit;
}

.settings-card::before{
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    border: 2px solid transparent;
    transition: border-color .2s ease, background-color .2s ease;
    pointer-events: none;
}

.settings-card:hover{
    transform: translateY(-4px);
    box-shadow: 0 10px 30px rgba(0,0,0,.10);
}

.settings-card:hover::before{
    border-color: rgba(165, 69, 60, .35);
    background-color: rgba(165, 69, 60, .04);
}

.settings-card .card-body{
    height: 100%;
}

.settings-card__btn{
    pointer-events: none;
}

.account-header{
    display: flex;
    align-items: center;
    margin-bottom: 12px;
}

.back-link{
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: #6b7280;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    transition: color .15s ease, transform .15s ease;
}

.back-link__icon{
    width: 18px;
    height: 18px;
    transition: transform .15s ease;
}

.back-link:hover{
    color: #a5453c;
}

.back-link:hover .back-link__icon{
    transform: translateX(-2px);
}

.back-link:focus-visible{
    outline: 2px solid rgba(165, 69, 60, .5);
    outline-offset: 4px;
    border-radius: 4px;
}

.share-list .dropdown-item {
    display: flex;
    align-items: center;
    gap: 10px;
}

.share-icon {
    width: 18px;
    height: 18px;
    display: inline-block;
    background-color: currentColor;
    mask-size: contain;
    mask-repeat: no-repeat;
    mask-position: center;
    -webkit-mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
}

.share-icon.copy {
    mask-image: url('../images/copy.svg');
    -webkit-mask-image: url('../images/copy.svg');
}

.share-icon.facebook {
    mask-image: url('../images/facebook.svg');
    -webkit-mask-image: url('../images/facebook.svg');
}

.share-icon.linkedin {
    mask-image: url('../images/linkedin.svg');
    -webkit-mask-image: url('../images/linkedin.svg');
}

.share-icon.twitter {
    mask-image: url('../images/twitter.svg');
    -webkit-mask-image: url('../images/twitter.svg');
}

.share-icon.whatsapp {
    mask-image: url('../images/whatsapp.svg');
    -webkit-mask-image: url('../images/whatsapp.svg');
}

.share-icon.email {
    mask-image: url('../images/mail.svg');
    -webkit-mask-image: url('../images/mail.svg');
}

.row-header .tools .bookmarks:has(.favorite-toggle.is-active)::before{
    background-image: url(../images/bookmark-filled.svg);
}

.space-front-card{
    display:flex;
    flex-direction:column;
    height:100%;
    border-radius: 14px;
    overflow:hidden;
    background:#fff;
    border:1px solid rgba(16,16,16,.08);
    box-shadow:0 4px 14px rgba(16,16,16,.06);
    text-decoration:none;
    color:inherit;
    transition:transform .18s ease, box-shadow .18s ease, border-color .18s ease, filter .18s ease;
}

.space-front-card:hover{
    transform:translateY(-3px);
    box-shadow:0 12px 28px rgba(16,16,16,.14);
    border-color:rgba(165,69,60,.35);
}

.space-front-card.is-inactive{
    opacity:.55;
    pointer-events:none;
}

.space-front-image{
    width:100%;
    aspect-ratio:16/9;
    background:#f2f2f2;
    position:relative;
}
.space-front-img{
    width:100%;
    height:100%;
    object-fit:cover;
    display:block;
}
.space-front-no-image{
    width:100%;
    height:100%;
    background:linear-gradient(135deg, rgba(165,69,60,.06), rgba(0,0,0,.06));
}

.space-front-body{
    padding: 12px 12px 14px;
    gap: 6px;
    display:flex;
    flex-direction:column;
}

.space-front-type{
    display:flex;
    align-items:center;
    gap:6px;
    width:max-content;

    padding:6px 10px;
    border-radius:999px;

    background: rgba(165,69,60,.08);
    border: 1px solid rgba(165,69,60,.18);

    font-size:11px;
    font-weight:800;
    letter-spacing:.06em;
    color:#A5453C;
    text-transform:uppercase;
}

.space-front-type-icon{
    width:16px;
    height:16px;
    object-fit:contain;
    filter: saturate(1.1);
}

.space-front-title{
    margin:0;
    font-family:"tenor_sansregular", sans-serif;
    font-size:20px;
    font-weight:400;
    line-height:1.15;
    color:#101010;

    display:-webkit-box;
    -webkit-line-clamp:2;
    -webkit-box-orient:vertical;
    overflow:hidden;
}

.space-front-city{
    font-size:14px;
    color:#898989;
}

.space-front-price {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    color: rgba(16, 16, 16, 0.82);
}

.space-front-capacity{
    display:flex;
    align-items:center;
    gap:8px;
    font-size:14px;
    color:#6c757d;
}
.space-front-capacity i{
    font-size:16px;
    color: rgba(165,69,60,.75);
}

.info-badge{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    width:24px;
    height:24px;
    border-radius:50%;
    background: #A5453C;
    color:#ffffff;
    border:0;
    font-size:14px;
    font-weight:600;
    cursor:pointer;
    margin-left:8px;
    transition:transform .15s ease, box-shadow .15s ease;
}

.prestataire-name-line{
    display:flex;
    align-items:center;
    gap:8px;
}

.prestataire-name{
    margin: 0;
}

/* Modal overlay */
.pro-modal-overlay{
    position:fixed;
    inset:0;
    z-index:9999;
    display:flex;
    align-items:center;
    justify-content:center;
    padding:16px;
    background:rgba(0,0,0,.55);
    backdrop-filter: blur(4px);
}

/* Modal card */
.pro-modal{
    width:min(560px, 100%);
    background:#fff;
    border-radius:16px;
    box-shadow:0 20px 60px rgba(0,0,0,.25);
    padding:22px 22px 18px;
    position:relative;
}

/* Close button */
.pro-modal-close{
    position:absolute;
    top:10px;
    right:12px;
    width:34px;
    height:34px;
    border-radius:10px;
    border:0;
    background:#f3f4f6;
    color:#111827;
    cursor:pointer;
    font-size:22px;
    line-height:34px;
}
.pro-modal-close:hover{
    background:#e5e7eb;
}

.info-badge i,
.info-badge svg {
    display: block;
}

.pro-modal-title{
    margin:0 36px 12px 0;
    font-size:18px;
    font-weight:600;
    color:#111827;
}

.pro-modal-body{
    color:#374151;
    line-height:1.55;
}

.space-front-price{
    margin-top:auto;
    padding-top:10px;

    display:flex;
    align-items:baseline;
    gap:10px;

    font-weight:600;
    color:#101010;
}

.space-front-price p{
    margin:0;
    font-size:14px;
    color:#101010;
}

.space-front-price p span{
    font-weight:500;
    font-size:18px;
    color:#A5453C;
    letter-spacing:-.02em;
}

.settings {
    max-width: 640px;
    width: 100%;
    margin-left: 0;
    padding: 0 1rem;
}

@media (min-width: 1200px) {
    .settings {
        max-width: 600px;
    }
}

@media (max-width: 992px) {
    .booking-layout {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 576px) {
    .booking-workflow {
        padding: 16px;
        border-radius: 14px;
    }

    .booking-step {
        flex-direction: column;
        align-items: stretch;
        gap: 10px;
    }

    .booking-step__actions {
        justify-content: flex-end;
    }
}

@media (max-width: 768px) {
    .edit-front-footer {
        flex-direction: column;
        align-items: stretch;
    }

    .edit-front-footer-text {
        max-width: 100%;
    }

    .btn-pepite-primary,
    .btn-pepite-outline {
        width: 100%;
        text-align: center;
        justify-content: center;
    }
}

.account-table tbody tr.booking-row {
    cursor: pointer;
}

.account-table tbody tr.booking-row:hover {
    background: rgba(210, 165, 21, 0.18);
}

.booking-filters {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 16px;
    background: #fafafa;
    border: 1px solid rgba(16, 16, 16, 0.08);
    border-radius: 12px;
}

.booking-filters__item {
    display: flex;
    align-items: center;
    gap: 8px;
}

.booking-filters__label {
    font-weight: 600;
    font-size: 14px;
    color: #101010;
    white-space: nowrap;
}

.booking-filters__select {
    min-width: 220px;
    padding: 8px 12px;
    font-size: 14px;
    border-radius: 10px;
    border: 1px solid rgba(16, 16, 16, 0.2);
    background-color: #fff;
    transition: border-color 0.15s ease, box-shadow 0.15s ease;
}

.booking-filters__select:focus {
    border-color: #D2A515;
    box-shadow: 0 0 0 3px rgba(210, 165, 21, 0.2);
    outline: none;
}

.pep-form-page {
    padding: 4rem 0;
}

.pep-alert {
    border-radius: 14px;
    font-size: 0.95rem;
}

.pep-form-card {
    background: #ffffff;
    border-radius: 18px;
    padding: 2.5rem;
    box-shadow:
        0 12px 32px rgba(0, 0, 0, 0.08),
        0 2px 6px rgba(0, 0, 0, 0.04);
}

.pep-form-page .form-label {
    font-weight: 500;
    color: #1f2937;
}

.pep-required {
    color: #b91c1c;
    font-weight: 600;
}

.pep-form-page .form-control {
    border-radius: 12px;
    border-color: #d1d5db;
    padding: 0.6rem 0.75rem;
    font-size: 0.95rem;
}

.pep-form-page .form-control:focus {
    border-color: #d2a515;
    box-shadow: 0 0 0 3px rgba(210, 165, 21, 0.25);
}

.pep-form-page .form-control.is-invalid:focus {
    box-shadow: 0 0 0 3px rgba(220, 38, 38, 0.25);
}

.pep-form-footer {
    margin-top: 2.5rem;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.pep-legal {
    font-size: 0.75rem;
    line-height: 1.6;
    color: #6b7280;
    margin: 0;
}

.pep-submit {
    border-radius: 999px;
    padding: 0.6rem 1.8rem;
    font-weight: 500;
    box-shadow: 0 6px 18px rgba(210, 165, 21, 0.35);
}

@media (max-width: 576px) {
    .pep-form-card {
        padding: 1.75rem;
    }

    .pep-form-footer {
        gap: 1.25rem;
    }
}

@media (max-width: 768px) {
    .booking-filters {
        flex-direction: column;
        align-items: stretch;
        gap: 8px;
    }

    .booking-filters__item {
        width: 100%;
    }

    .booking-filters__select {
        width: 100%;
    }
}

@media (max-width: 767px) {
    .edit-space {
        padding-inline: 8px;
    }

    .edit-space .card-body {
        padding: 16px 14px 16px;
    }

    .edit-space h3 {
        font-size: 20px;
    }

    .edit-space .nav-tabs {
        margin-bottom: 0.75rem;
    }

    .edit-space .nav-tabs .nav-link {
        padding-inline: 10px;
        font-size: 13px;
    }

    .edit-space .btn.btn-primary {
        width: 100%;
    }
}

@media (max-width: 576px) {
    .account-table .col-action,
    .account-table .cell-action { width: 20px; }

    .org-header {
        width: 100%;
        padding: 0.4rem;
    }
}

@media (min-width: 768px){
    .stat-col { flex: 0 0 320px; max-width: 320px; }
}
@media (min-width: 1400px){
    .stat-col { flex-basis: 300px; max-width: 300px; }
}

@media (min-width: 768px) {
    .stats-gx { --bs-gutter-x: 2.75rem; }
    .alert {
        margin-bottom: 0.75rem !important;
    }

    .content {
        margin-top: 0 !important;
        padding-top: 0.25rem !important;
    }
}

@media (min-width: 1200px) {
    .stats-gx { --bs-gutter-x: 3.25rem; }
}

@media (max-width: 991px) {
    .account-aside {
        order: -1;
    }

    .account-aside .card,
    .account-aside .org-block {
        border-radius: 10px;
        box-shadow: 0 2px 6px rgba(0,0,0,0.05);
    }

    .account-aside h3 {
        font-size: 2rem;
    }

    .account-nav .btn {
        font-size: 0.9rem;
        padding: 0.6rem 1rem;
    }

    .account-nav ul {
        flex-wrap: wrap;
        justify-content: center;
    }
    .account-nav li {
        flex: 1 1 45%;
    }
}

@media (max-width: 991px) {
    .form-narrow {
        max-width: 100%;
        margin-right: 0;
        padding-inline: 1rem;
    }
}

@media (max-width: 991px) {
    .booking-table-narrow {
        max-width: none;
        width: calc(100% + 2rem);
        margin-left: -1rem;
        margin-right: -1rem;
        padding: 0;
    }

    .account-main {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .account-card-body {
        padding-left: 0.75rem;
        padding-right: 0.75rem;
    }
}

@media (max-width: 768px) {
    .account-row .alert { margin-bottom: .75rem !important; }
    .account-row .alert .btn { width: 100%; }
    .account-row { --bs-gutter-y: .75rem; }
}

@media (max-width: 576px) {
    .account-row .alert { padding-top: .85rem; padding-bottom: .85rem; }
}

@media (max-width: 991px) {
    .content {
        padding-inline: 0.75rem;
    }

    .account-main {
        padding-inline: 0;
    }
}

@media (max-width: 768px) {
    h3 {
        font-size: 1.25rem;
        line-height: 1.25;
    }
}

@media (max-width: 768px) {
    .stat-col {
        flex: 0 0 85%;
        max-width: 85%;
    }

    .row.gy-4.gx-5 {
        flex-wrap: nowrap;
        overflow-x: auto;
        padding-bottom: 8px;
    }

    .row.gy-4.gx-5::-webkit-scrollbar {
        display: none;
    }
}

@media (max-width: 768px) {
    .account-table {
        display: none;
    }

    .booking-list-mobile {
        display: grid;
        gap: 12px;
    }

    .booking-card {
        background: #fff;
        border-radius: calc(var(--ui-radius) + 6px);
        padding: 14px;
        box-shadow: var(--ui-shadow);
        border-left: 4px solid var(--brand);
    }

    .booking-card__header {
        display: flex;
        justify-content: space-between;
        align-items: start;
        gap: 8px;
    }

    .booking-card__title{
        font-weight: 700;
        font-size: 0.95rem;
        color: var(--text);
    }

    .booking-card__meta {
        font-size: 0.85rem;
        color: var(--text-muted);
        margin-top: 4px;
    }

    .booking-card__status {
        margin-top: 10px;
    }

    .booking-card__actions {
        margin-top: 12px;
        display: flex;
        justify-content: flex-end;
    }

    .booking-card__actions .btn{
        border-color: var(--brand);
        color: var(--brand);
        font-weight: 600;
        border-radius: 999px;
    }

    .booking-card__actions .btn:hover{
        background: var(--brand);
        color: #fff;
    }

    .booking-card .badge{
        padding: 6px 10px;
        font-size: 0.75rem;
        font-weight: 700;
        border-radius: 999px;
        box-shadow: 0 1px 0 rgba(0,0,0,.10);
        white-space: nowrap;
    }
}
