/* primary color */
:root {
    --bs-custom-green: #91C045;
    --bs-custom-dark-green: #476A0E;
    --bs-custom-red: #AC0F39;
    --bs-custom-red-25: #AC0F393F;
    --bs-custom-red-50: #AC0F397F;
    --bs-custom-dark-red: #6F0925;
    --bs-custom-black: #000000;
    --bs-grey: #F3F3F3;
    --bs-footer-grey: #F9F9F9;
    --gray-text-color: #6B7280;
}


html, body {
    width: 100% !important;
    background-image: url("../images/fond-design-BR_On8C.jpg");
    background-attachment: fixed;
}

a {
    color: var(--bs-custom-green) !important;
}

/*Container principal */

.container-principal {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
}

/* background color */
.bg-custom-green {
    background-color: var(--bs-custom-green) !important;
}

.bg-custom-dark-green {
    background-color: var(--bs-custom-dark-green) !important;
}

.bg-custom-red {
    background-color: var(--bs-custom-red) !important;
}

.bg-custom-dark-red {
    background-color: var(--bs-custom-dark-red) !important;
}

.bg-custom-grey {
    background-color: var(--bs-grey) !important;
}

.bg-custom-grey-footer {
    background-color: var(--bs-footer-grey)
}

.bg-custom-black {
    background-color: var(--bs-custom-black);
}

/* Text color */
.text-custom-black {
    color: var(--bs-custom-black) !important;
}

.text-custom-green {
    color: var(--bs-custom-green) !important;
}

.text-custom-red {
    color: var(--bs-custom-red) !important;
}

/* Text margin */
p, h1, h2, h3, h4, h6 {
    margin-bottom: 0 !important;
}

/* login page */
.vh-80 {
    height: 80vh;
}

.vh-50 {
    height: 50vh;
}

.vh-20 {
    height: 20vh;
}

.bg-auth {
    background: var(--bs-white) !important;
}

.form-auth > .form-floating > .form-control:focus ~ label::after, .form-auth > .form-floating > .form-control:not(:placeholder-shown) ~ label::after {
    background: none !important;
}

.pipa-img-bg {
    background-image: url("../images/image-connexion-0kKQe77.png") !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}

/* Button */
.button-full-green {
    background-color: var(--bs-custom-green) !important;
    border: 1px solid var(--bs-custom-green) !important;
    color: white !important;
}

.button-full-green:hover {
    background-color: var(--bs-custom-dark-green) !important;
    border: 1px solid var(--bs-custom-dark-green) !important;
}

.button-full-red {
    background-color: var(--bs-custom-red) !important;
    color: white !important;
}

.button-full-red:hover {
    background-color: var(--bs-custom-dark-red) !important;
    border: 1px solid var(--bs-custom-dark-red) !important;
}

.button-full-grey {
    background-color: var(--bs-grey);
!important;
    border: 1px solid var(--bs-grey) !important;
}

.button-full-grey:hover {
    background-color: var(--bs-secondary-bg);
!important;
    border: 1px solid var(--bs-secondary-bg) !important;
}

.button-border-green {
    border: 1px solid var(--bs-custom-green) !important;
    color: var(--bs-custom-green);
}

.button-border-green:hover {
    border: 1px solid var(--bs-custom-dark-green) !important;
    color: var(--bs-custom-dark-green);
}


/* Width */
.w-70 {
    width: 70% !important;
}

/* Icon */
.icon {
    display: grid;
    place-items: center;
    aspect-ratio: 1/1;
}

.icon-large {
    height: 4em;

    svg {
        height: 60px;
        width: 60px;
    }

}

.icon-medium {
    height: 2em;

    svg {
        height: 45px;
        width: 45px;
    }

}

.ratio-1x1 {
    aspect-ratio: 1/1;
}

.ratio-5x6 {
    aspect-ratio: 5/6;
}

.ratio-6x7 {
    aspect-ratio: 6/7;
}

.ratio-6x5 {
    aspect-ratio: 6/5;
}

.ratio-5x5 {
    aspect-ratio: 5/5;
}


.icon-1 {
    height: 3em;

    svg {
        height: 25px !important;
        width: 25px !important;
    }
}

.icon-2 {
    height: 2.5em;

    svg {
        height: 20px;
        width: 20px;
    }
}

.icon-3 {
    height: 2em;

    svg {
        height: 15px;
        width: 15px;
    }
}

.icon-message {
    height: 3em;

    svg {
        height: 22px !important;
        width: 22px !important;
    }
}

.icon-club-lg {
    height: 3em;

    svg {
        height: 30px;
        width: 30px;
    }
}

.icon-club-md {
    height: 2.5em;

    svg {
        height: 25px;
        width: 25px;
    }
}

.icon-1-size {
    font-size: 25px !important;
}

.icon-2-size {
    font-size: 20px !important;
}

.icon-3-size {
    font-size: 15px;
}

.rounded-slash-1 {
    border-radius: var(--bs-border-radius-sm) 0 !important
}

.rounded-slash-2 {
    border-radius: var(--bs-border-radius) 0 !important
}

.rounded-slash-3 {
    border-radius: var(--bs-border-radius-lg) 0 !important
}

.rounded-slash-4 {
    border-radius: var(--bs-border-radius-xl) 0 !important
}

.rounded-slash-5 {
    border-radius: var(--bs-border-radius-xxl) 0 !important
}

/* member */

/* list marker members */
.member-list {
    list-style: url("../images/circle-fill-white-j-bf5ph.svg");
}

/* Club */
.club-restricted-text {
    filter: blur(4px);
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.bg-club-popup {
    background-color: #CFCFCF !important;
}

.bg-crown {
    background-image: url("../images/crown-AcdA6DI.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    height: 100%;
}

.img-club-mobile {
    max-width: 170px !important;
    margin-bottom: 5px !important;
    position: relative;
}

.img-club-mobile-container {
    position: relative;
    top: -15px;
    z-index: 3;
}

.club-text-container {
    margin-top: -65px;
    margin-right: -0.5rem;
    margin-left: -0.5rem;
}

.club-text {
    max-width: 220px;
}

/* Organization */

.organization-information {
    background-color: var(--bs-secondary-bg-subtle);
    border-radius: .5rem;
}

/* Navbar */

.search-bar {
    max-width: 500px;
    margin: auto auto;

    .input-group {
        border-radius: 30px;
        overflow: hidden;
    }

    .form-control {
        border: none;
        padding-left: 20px;
    }

    input:focus {
        box-shadow: none;
    }

    .btn {
        border: none;
        padding: 10px 20px;
    }
}

.offcanvas-fullscreen {
    width: 100vw !important;
    max-width: 100% !important;
}

.navbar-container-padding {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
}

.navbar-ul-padding {
    padding-right: 48px !important;
    padding-left: 48px !important;
}


.header-link {
    padding: 19px 5px !important;
    height: 100% !important;
    color: var(--bs-custom-black) !important;

    &:hover {
        background-color: var(--bs-custom-green);
        color: white !important;
    }
}

.active-header {
    background-color: var(--bs-custom-green) !important;
    color: white !important;
}

.home-link {
    color: var(--bs-custom-black) !important;
    padding: 19px 5px !important;

    &:hover {
        color: var(--bs-custom-green) !important;
    }

    svg {
        width: 22px;
        height: 22px;
    }
}

.active-icon {
    color: var(--bs-custom-green) !important;
}

.rounded-full {
    border-radius: 9999px !important;
}

.h-11 {
    height: 2.75rem;
}

.w-11 {
    width: 2.75rem;
}

.h-17 {
    height: 5.25rem;
}

.w-17 {
    width: 5.25rem;
}

@media (max-width: 576px) {
    .container-fluid:has(.w-full) {
        padding-left: 0 !important;
        padding-right: 0 !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .w-full.rounded {
        border-radius: 0 !important;
    }

    .w-full {
        width: 100vw !important;
        margin-left: calc(-50vw + 50%) !important;
        margin-right: calc(-50vw + 50%) !important;
        padding: 0 !important;
        border-radius: 0 !important;
    }
}


.gray-link {
    color: var(--gray-text-color) !important;
    text-decoration: none !important;
}

.fill-gray-500 {
    fill: #667085;
}

.group:hover .group-hover\:fill-gray-700 {
    fill: #344054;
}

.group:hover .dark\:group-hover\:fill-gray-300:is(.dark *) {
    fill: #D0D5DD;
}


/* Search page */
#filter {
    .form-check {
        padding-left: 1.75em;

        .form-check-input {
            border-radius: 0;
            background-color: var(--bs-grey);
            width: 20px;
            height: 20px;
            margin-top: 5px;
            margin-left: -1.75em;

            &:focus {
                border-color: var(--bs-custom-red);
                box-shadow: 0 0 0 .25rem var(--bs-custom-red-25);
            }

            &:checked {
                border-color: var(--bs-custom-red);
                background-color: var(--bs-custom-red);
            }
        }
    }

    .form-select {
        border-color: var(--bs-secondary-color);

        &:focus {
            border-color: var(--bs-custom-red);
            box-shadow: 0 0 0 .25rem var(--bs-custom-red-25);
        }
    }
}

#results .accordion-button {
    background-color: var(--bs-custom-red);
    color: white;

    &::after {
        content: none
    }

    &:focus {
        box-shadow: 0 0 0 .25rem var(--bs-custom-red-25);
    }

    svg {
        transition: all 0.25s ease;
    }

    &:not(.collapsed) svg {
        rotate: -180deg;
    }
}

.socials a {
    transition: opacity 0.25s ease;

    &:hover {
        opacity: 75%;
    }
}

/* Footer */
.footer-menu a {
    text-decoration: none;
    color: var(--bs-secondary-color);
}

.footer-menu {
    list-style-type: none;
    padding: 0 !important;
}

.footer-logo {
    width: 300px;
    height: 50px;
    object-fit: contain;
}

.border-footer {
    border-right: 1px solid var(--bs-border-color);
}

/* Images */
.img-xs {
    width: 100%;
    height: 115px;
    object-fit: cover;
}

.img-md {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.img-lg {
    width: 100%;
    height: 400px;
    object-fit: cover;

}

.ratio-3x2 {
    aspect-ratio: 3/2;
}

.ratio-2x3 {
    aspect-ratio: 2/3;
}


#menuModal .btn .bi-x-circle {
    font-size: 1.5em; /* Taille sur desktop */
}

.custom-img-square-sm {
    width: 100px;
    height: 100px;
    object-fit: cover;
}

.custom-img-square-s {
    width: 150px;
    height: 150px;
    object-fit: cover;
}

.custom-img-square-md {
    width: 300px;
    height: 300px;
    object-fit: cover;
}

.custom-img-square-xxlg {
    width: 500px;
    height: 500px;
    object-fit: cover;
}

#imgMember {
    aspect-ratio: 1/1 !important;
    width: 100px !important;
    height: 100px !important;
    object-fit: cover !important;
}

.img-120 {
    width: 120px;
    height: 120px;
}

.img-90 {
    width: 90px;
    height: 90px;
}

.contain {
    object-fit: contain;
}

.img-post {
    border-radius: var(--bs-border-radius-xxl) !important;
}

/* Image position */
.start-70 {
    left: 70% !important;
}

.top-60 {
    top: 60% !important;
}


/* Font size*/
.font-size-xs {
    font-size: small;
}

.font-size-s {
    font-size: 14px;
}

.font-size-md {
    font-size: 15px;
}

.font-size-lg {
    font-size: 1.25rem !important;
}

.font-size-xlg {
    font-size: 1.5rem !important;
}

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

/* Border radius */
.rounded-top-left-3 {
    border-top-left-radius: var(--bs-border-radius-lg) !important;
}

.rounded-top-right-3 {
    border-top-right-radius: var(--bs-border-radius-lg) !important;
}

.rounded-bottom-left-3 {
    border-bottom-left-radius: var(--bs-border-radius-lg) !important;
}

.rounded-bottom-right-3 {
    border-bottom-right-radius: var(--bs-border-radius-lg) !important;
}

/* Border size */
.border-8 {
    border: solid 8px !important;
}

/* Select2 */
.select2 {
    background-color: var(--bs-grey);
    border: 0 !important;
    border-radius: .3rem;
    width: 40vh !important;
    display: flex;
    align-items: center;
    color: var(--bs-secondary);

}

.select2-search--dropdown {
    background-color: var(--bs-grey);
    margin-top: 10px;
    padding: 3px !important;

    .select2-search__field {
        border: none;
    }
}

.select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 14px;
    display: flex;
}

.select2-selection--single {
    height: 100% !important;
}

.select2-search__field {
    border-radius: .3rem;
    padding-left: 10px !important;
}

textarea .select2-container .select2-search--inline .select2-search__field {
    color: #999 !important;
}

.select2-selection__placeholder {
    color: #757575 !important;
}

#location::placeholder {
    color: #757575 !important;
}

.select2-dropdown {
    border: 0 !important;
}

.select2-results {
    background-color: var(--bs-grey);
    border-radius: 0 0 .3rem .3rem;
}

.select2-search {
    border-radius: .3rem .3rem 0 0;
    line-height: 15px !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 25px !important;
}

.select2-search--inline {
    width: 100% !important;
}

.select2-selection {
    background-color: var(--bs-grey) !important;
    border: none !important;
    box-shadow: none !important;
    width: 100% !important;
    top: 0.2em;
}

.select2-container--default .select2-search--inline .select2-search__field {
    font-size: 16px !important;
}

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


.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 100% !important;
}

.select2-selection__rendered {
    width: 100% !important;
    padding: 8px 0;
}

.select2-container--default .select2-selection--multiple {
    border: 1px solid #ced4da;
    border-radius: 0.375rem;
    font-family: inherit;
    height: auto;
    display: block;
    min-height: calc(2.25rem + 2px);
    margin-top: -2px;
    font-size: 0.875rem;

}

.select2-container--default .select2-selection--multiple .select2-search__field {
    font-family: inherit;
    font-size: 1rem;
    box-sizing: border-box;

}

.select2-selection--multiple {
    padding: 3px 3px 0 0 !important;
    margin: 0 !important;
}

.select2-hidden-accessible {
    margin: 0 !important;
}

.select2-search__field {
    margin: 0 !important;
}

.select2-selection__choice {
    border: 1px solid var(--bs-secondary) !important;
    background-color: var(--bs-grey) !important;
    margin-top: 0 !important;

    .select2-selection__choice__remove {
        color: var(--bs-secondary) !important;
        border-right: none !important;
    }
}

.select2-selection__clear {
    top: -2px !important;
}

/* Switch check design Cv*/
.form-switch .form-check-input {
    background-image: url('data:image/svg+xml;utf8,<svg width="18" height="18" xmlns="http://www.w3.org/2000/svg"><defs><linearGradient id="grad" x1="0%" y1="0%" x2="0%" y2="100%"><stop offset="0%" stop-color="%23d6d6d6"/><stop offset="50%" stop-color="%23DDDDDD"/><stop offset="100%" stop-color="%23C8C8C8"/></linearGradient></defs><circle r="8" cx="9" cy="9" fill="url(%23grad)" stroke="%23EBEBEB" stroke-width="1"/></svg>') !important;
    background-size: 16px 16px;
    background-color: #F5F5F5;
    box-shadow: inset 1px 1px 2px #D7D7D7;
    height: 1.5em;
    width: 2.6em !important;
    border: none !important;
    background-position: 1px !important;
}

.form-switch .form-check-input:checked {
    background-image: url('data:image/svg+xml;utf8,<svg width="18" height="18" xmlns="http://www.w3.org/2000/svg"><defs><linearGradient id="grad" x1="0%" y1="0%" x2="0%" y2="100%"><stop offset="0%" stop-color="%23AC0F39"/><stop offset="60%" stop-color="%23AC0F39"/><stop offset="100%" stop-color="%236F0925"/></linearGradient></defs><circle r="8" cx="9" cy="9" fill="url(%23grad)" stroke="%23AC0F39" stroke-width="1"/></svg>') !important;
    background-position: right !important;
    box-shadow: inset 1px 1px 2px #D7D7D7;
    background-color: #F5F5F5;
}

.form-switch .form-check-input:focus {
    box-shadow: inset 1px 1px 2px #D7D7D7 !important;
}

/* Détail of member or organization */
.detail-listing {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
    padding-top: .5rem !important;
    padding-bottom: .5rem !important;
    justify-content: space-between;

    .text {
        color: black;
    }
}


#modalTakeAway svg, #modalEatIn svg, #modalDelivery svg {
    width: 1.5em;
    height: 1.5em;
}

.delivery-label {
    font-size: 1.5em;
}

.card-title-wrapper {
    max-height: 3.6em;
    overflow: hidden;
}

/* Restaurant Carrousel */
.restaurant-carousel {
    .carousel-control-next, .carousel-control-prev {
        position: unset !important;
    }

    .carousel {
        position: unset !important;
    }
}

.carousel {
    position: unset !important;
}


.carousel-item {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

/*@media (max-width: 576px) {*/
/*    .test{*/
/*        display: flex;*/
/*        flex-direction: row !important;*/
/*    }*/
/*}*/

.organization-name {
    word-wrap: break-word;
    overflow-wrap: break-word;
    max-width: 90%;
    text-align: center;
    margin-bottom: auto;
}


button.btn {
    margin-top: auto;
}

.carousel-item img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

/* form check switch */
.form-check-input {
    --bs-form-check-bg: var(--bs-secondary-bg-subtle);
}

/* shadow for container with background */
.shadow-bg-container-grey {
    box-shadow: -200px 0 var(--bs-grey), 200px 0 var(--bs-grey);
}

.shadow-bg-container-green {
    box-shadow: -200px 0 var(--bs-custom-dark-green), 200px 0 var(--bs-custom-dark-green);
}

.shadow-bg-container-red {
    box-shadow: -200px 0 var(--bs-custom-red), 200px 0 var(--bs-custom-red);
}

.shadow-bg-container-red-left {
    box-shadow: -200px 0 var(--bs-custom-red);
}

.truncate-two-lines {
    -webkit-line-clamp: 2 !important;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box !important;
    -webkit-box-orient: vertical;
}

.truncate-three-lines {
    -webkit-line-clamp: 3 !important;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box !important;
    -webkit-box-orient: vertical;
}


.img-listing-orga-member {
    width: 80px !important;
    height: 80px !important;
}

.orga-member-pill {
    background-color: var(--bs-custom-red);
    border-radius: var(--bs-border-radius-pill);
    color: white;
    font-weight: bold;
    display: flex;
    gap: .2rem !important;
    align-items: center;
    justify-content: center;
    padding: .23rem .3rem;

}

.club-restricted-pill {
    top: -12px !important;
    right: -5px;
}

.author-name-width {
    width: 50% !important;
}

.notification-pills {
    top: -0.4em !important;
    right: -0.5em !important;
}

.notification-pills-mobile {
    top: -10px !important;
    right: 0 !important;
}

#hideMapButton {
    height: 51px;
    padding: 12px !important;
}

#showMapButton {
    padding-top: 12px !important;
    padding-bottom: 12px !important;
    height: 51px !important;
}

.select2-container .select2-selection__arrow {
    display: none !important;
}

#floatingTextAreaMessaging:focus {
    box-shadow: 0 0 0 transparent !important;
}

/* Messaging */
#message-scroll {
    overflow-y: scroll;
    height: 400px;
    scrollbar-width: none;
}

#message-scroll::-webkit-scrollbar {
    display: none;
}

.truncate-tooltip {
    max-width: 200px;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    display: inline-block !important;
}

.contact-form {
    width: 100%;
}

/* Notification */
.dropdown-w {
    min-width: 400px !important;
    max-width: 600px;
    padding: 1rem;
}

/* password show */

.form-floating {
    position: relative;
    .password-toggle {
        position: absolute;
        right: 25px;
        top: 10%;
        transform: translateY(-50%);
        cursor: pointer;
    }
}


/* Media query */
/* 320 */
@media (max-width: 320px) {
    .custom-img-square-sm {
        width: 80px;
        height: 80px;
    }

    .footer-logo {
        width: 100% !important;
    }

    .logo-width {
        width: 100px !important;
        height: auto !important;
    }

}

@media (max-width: 425px) {
    .logo-width {
        width: 190px !important;
        height: auto !important;
    }
}

/* 375 */
@media (max-width: 375px) {
    .author-name-width {
        width: 100% !important;
    }
}

/* 767 */
@media (max-width: 767px) {
    #modalTakeAway svg, #modalEatIn svg, #modalDelivery svg {
        width: 1.5em;
        height: 1.5em;
    }

}

/* 768 */
@media (max-width: 768px) {
    .container-principal {
        padding-right: 3rem !important;
        padding-left: 3rem !important;
    }

    .navbar-container-padding {
        padding-right: 1rem !important;
        padding-left: 1rem !important;
    }

    .navbar-ul-padding {
        padding-right: 24px !important;
        padding-left: 24px !important;

        a {
            font-size: 15px !important;
            line-height: 23px;
        }
    }

    .shadow-bg-container-green-tablet {
        box-shadow: -200px 0 var(--bs-custom-dark-green), 200px 0 var(--bs-custom-dark-green);
    }

    .shadow-bg-container-red-tablet {
        box-shadow: -200px 0 var(--bs-custom-red), 200px 0 var(--bs-custom-red);
    }

    .shadow-bg-container-white-tablet {
        box-shadow: -200px 0 white, 200px 0 white;
    }

    .shadow-bg-container-secondary-subtle-tablet {
        box-shadow: -200px 0 var(--bs-secondary-bg-subtle), 200px 0 var(--bs-secondary-bg-subtle);
    }

    .border-footer {
        border-right: hidden !important;
        border-bottom: 1px solid var(--bs-border-color) !important;
        padding-bottom: 1.5rem;
        padding-top: 1.5rem;
    }

    .delivery-label {
        font-size: 1em;
    }

    .font-size-xs {
        font-size: small;
    }

    .font-size-s {
        font-size: 14px !important;
    }

    .font-size-md {
        font-size: 15px;
    }

    .font-size-lg {
        font-size: 16px !important;
    }

    .font-size-xxlg {
        font-size: 25px
    }

    .mobile-img-full-width {
        width: 100%;
        height: 250px;
        object-fit: cover;
    }

    .mobile-img-md {
        width: 100%;
        height: 200px;
        object-fit: cover;
    }

    .img-square-tablet {
        width: 150px !important;
        height: 150px;
        object-fit: cover;
        background-position: center;
    }

    .img-post {
        border-radius: var(--bs-border-radius-xxl) !important;
        height: 300px;
    }

    .img-lg {
        width: 100%;
        height: 200px;
        object-fit: cover;
    }

    .ratio-md-2x3 {
        aspect-ratio: 2/3;
    }

    .ratio-md-3x2 {
        aspect-ratio: 3/2;
    }

    .ratio-md-1x2 {
        aspect-ratio: 1/2;
    }

}

/* 576 */
@media (max-width: 576px) {
    .container-principal {
        padding-right: 0.3rem !important;
        padding-left: 0.3rem !important;
    }

    .navbar-ul-padding {
        padding-right: 0 !important;
        padding-left: 0 !important;

        a {
            font-size: 15px !important;
            line-height: 23px;
        }
    }

    .font-size-lg {
        font-size: 15px !important;
    }

    .shadow-bg-container-red-mobile {
        box-shadow: -200px 0 var(--bs-custom-red), 200px 0 var(--bs-custom-red);
    }

    .shadow-bg-container-grey-mobile {
        box-shadow: -200px 0 var(--bs-grey), 200px 0 var(--bs-grey);
    }

    .shadow-bg-container-secondary-subtle-mobile {
        box-shadow: -200px 0 var(--bs-secondary-bg-subtle), 200px 0 var(--bs-secondary-bg-subtle);
    }

    /*icon*/
    .icon-1 {
        height: 2.2em;

        svg {
            height: 20px;
            width: 20px;
        }
    }

    .icon-message {
        height: 2.2em;

        svg {
            height: 18px !important;
            width: 18px !important;
        }
    }


    .icon-2 {
        height: 2em;

        svg {
            height: 16px;
            width: 16px;
        }
    }

    .icon-3 {
        height: 1.8em;

        svg {
            height: 15px;
            width: 15px;
        }
    }

    .icon-1-size {
        font-size: 20px !important;
    }

    .icon-3-size {
        font-size: 13px
    }

    /* image */
    .img-square-mobile {
        width: 110px !important;
        height: 110px;
        object-fit: cover;
        background-position: center;
        margin-top: 5%;
        margin-bottom: 5%;

        &.temp-fix {
            margin-top: 0;
            margin-bottom: 0;
        }
    }

    .img-square-mobile-otherPosts {
        width: 110px;
        height: 140px;
        object-fit: cover;
    }

    .mobile-img-xs {
        width: 90px;
        height: 90px;
        object-fit: cover;
    }

    .mobile-img-xxs {
        width: 70px !important;
        height: 70px !important;
        object-fit: cover;
    }


    .restaurant-mobile-card .text-col {
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding-left: 1rem !important;
    }

    .restaurant-mobile-card .img-square-mobile {
        width: 120px !important;
        height: 120px !important;
        object-fit: cover;
        margin-top: 5%;
        margin-bottom: 5%;
    }

    .ratio-sm-2x3 {
        aspect-ratio: 2/3;
    }

    .ratio-sm-3x2 {
        aspect-ratio: 3/2;
    }

    .scroll-container {
        display: flex !important;
        overflow-x: scroll;
        gap: 15px;
        padding: 10px 0;
    }
}

/* 992 */
@media (max-width: 992px) {
    .member-post {
        padding: 0 !important;
        background-color: transparent !important;

        h4 {
            text-align: center;
            padding: 1rem;
            background-color: var(--bs-custom-red);
        }

        li {
            color: var(--bs-custom-black);
        }

        ul {
            margin: 0 1.5rem;
        }
    }

    .detail-listing .text {
        color: white;
        padding: .5rem 1rem;
    }

    .detail-listing {
        justify-content: center !important;
        margin: 0 !important;
        background-color: var(--bs-custom-red);
        box-shadow: -200px 0 var(--bs-custom-red), 200px 0 var(--bs-custom-red);
    }

    #menuModal .btn .bi-x-circle {
        font-size: 2.5em; /* Taille plus grande sur mobile et tablette */
    }

    .organization-information {
        border-radius: 0;
        background-color: transparent;
    }

    .member-list {
        list-style: url("../images/circle-fill-red-xglmvYy.svg");
    }

    .information-member {
        background-color: var(--bs-secondary-bg-subtle);
        box-shadow: -200px 0 var(--bs-secondary-bg-subtle), 200px 0 var(--bs-secondary-bg-subtle);

        .presentation-member {
            background-color: white !important;
            border-radius: 0 !important;
            margin: 0 !important;
            padding-left: 0 !important;
            padding-right: 0 !important;
        }
    }

}

@media (min-width: 992px) {
    .navbar-sticky-top {
        position: sticky !important;
        top: 0 !important;
        z-index: 1020 !important;
    }

    .contact-form {
        width: 75% !important;
    }
}

/* 1400 */
@media (max-width: 1601px) {
    .navbar-ul-padding {
        padding-right: 20px;
        padding-left: 20px;
    }

    .navbar-ul-padding a {
        font-size: 12px !important;
        line-height: 23px !important;
    }
}


/*Leaflet */
.leaflet-popup-content {
    padding: 0.5rem;
    position: relative;
    z-index: 1;
    font-size: 0.9rem;
    font-family: inherit;

    h3, p, a {
        margin: 0 !important;
        padding: 0 !important;
    }
}

.leaflet-popup-close-button {
    display: none !important;
}

/* Account */
.form-accordion .accordion-button::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    transform: scale(1.6);
    margin-right: 0.5rem;
}

.form-accordion .accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    transform: scale(1.6) rotate(180deg);
}

@media (max-width: 768px) {
    .padding5p {
        padding: 0 5% !important;
    }
}

@media (min-width: 769px) and (max-width: 1024px) {
    .margin5p {
        margin-left: 35% !important;
    }
}


.form-validation > ul {
    list-style: none;
    padding-left: 0 !important;
    margin-left: 1.5rem !important;
}

#addPost {
    width: 35px;
    height: 35px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}


#addPost svg {
    width: 15px !important;
    height: 15px !important;
    display: block;
}