:root {
    --primary-color: #32BD7A;
    --secondary-color: #6c757d;
}

body {
    font-family: Montserrat;
    font-weight: 500;
    background-color: white;
}

.navbar {
    background-color: #000;
    padding: 0.5rem 1rem;
    /* Retaining the padding from the first CSS */
    position: relative;
    /* From the first CSS */
    padding-top: 9px;
    padding-bottom: 9px;
}

/* Merged navbar brand settings */
.navbar-brand {
    color: #fff !important;
    font-weight: bold;
}

.navbar-brand img {
    height: 30px;
    /* Use for the image, only affects the img inside navbar-brand */
}

.navbar-brand span {
    color: #ff0000;
}

/* Navbar toggler icon */
.navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-toggler {
    border-color: rgba(255, 255, 255, 1);
    /* Set border color to white */
}

.nav-link {
    color: #fff !important;
    padding: 0.5rem 1rem !important;
}

.nav-item.danger .nav-link {
    color: #ff0000 !important;
}

/* Specific to buttons */
.btn-coparking,
.btn-map {
    background-color: #fff;
    color: #000;
    border-radius: 20px;
    padding: 0.375rem 1rem;
    font-weight: 600;
}

.btn-coparking:hover,
.btn-map:hover {
    background-color: #fff;
    color: #000;
}

/* Dropdown menu */
.dropdown-menu {
    background-color: #fff;
    border: none;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
    padding: 1rem;
    min-width: 250px;
    font-family: Montserrat;

}

.dropdown-item {
    color: #000;
    padding: 0.5rem 0;
}

.dropdown-item:hover {
    background-color: #f8f9fa;
}

/* Buttons styling */
.btn-primary {
    background-color: var(--primary-color);
    /* Use CSS variable from second CSS */
    border-color: var(--primary-color);
    font-family: Montserrat;

}

.btn-primary:hover {
    background-color: black;
    border-color: #3FB879;
}

.text-primary {
    color: #3FB879 !important;
}

.text-primary:hover {
    text-decoration: underline;
}



@media (max-width: 768px) {


    .navbar {
        background-color: #000;
        padding: 0;
        /* Retaining the padding from the first CSS */
        position: relative;
        /* From the first CSS */
        padding-top: 9px;
        padding-bottom: 9px;
    }
}

.search-container {
    max-width: 100%;
    margin: 0 auto;
}

.nav-tabs .nav-link {
    background-color: var(--secondary-color);
    color: #fff;
    border: none;
    font-family: Montserrat;

}

.nav-tabs .nav-link.active {
    background-color: var(--primary-color);
    color: black;
}

/* Forms */
.form-control,
.input-group-text {
    border-radius: 20px !important;
}

/* Footer icons */
.footer-icon {
    font-size: 24px;
    margin-bottom: 10px;
}

/* Mobile styles */
@media (max-width: 991.98px) {
    .navbar-nav .nav-link {
        font-size: 1.2rem;
        padding: 0.8rem 0.8rem !important;
    }

    .homeCar
    {
        padding-bottom:10px;
        
    }

    /* CSS for Tablets */
@media (min-width: 768px) and (max-width: 991.98px) {

    .navbar-nav .nav-link {
        font-size: 1.5rem;
        padding: 0.8rem 2.8rem !important;
    }

    .navbar-brand img
    {
        height: 35px;
    }

}

    .navbar-collapse {
        background-color: #000;
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        z-index: 1000;
    }

    .dropdown-menu {
        background-color: transparent;
        border: none;
        box-shadow: none;
    }

    .dropdown-item {
        color: black !important;
    }

    .dropdown-item:hover {
        background-color: rgba(255, 255, 255, 0.1);
    }

    .navbar-brand img {
        height: 25px;
    }

   
}

@media (min-width: 992px) {
    .navbar-nav.d-flex.flex-row {
        justify-content: flex-end;
        width: 75%;
    }
}

@media (max-width: 991.98px) {
    .navbar-nav.d-flex.flex-row .nav-item {
        margin-left: 10px;
    }
}

/* Base styles */
.info-bar {
    display: flex;
    justify-content: space-between;
    background-color: black;
    color: #fff;
    padding-top: 1rem;
    padding-bottom: 1rem;

    font-family: Montserrat, sans-serif;
    overflow: hidden;
    /* This helps in case any content overflows */
}

/* Styling each item in the bar */
.info-item {
    display: flex;
    align-items: center;
    gap: 5px;
    white-space: nowrap;
    flex: 1;
    /* Ensures each item occupies equal width */
    justify-content: center;
    /* Ensures the text is centered within each item */
}

/* Styling for icons */
.info-item .icon {
    font-size: 1.2rem;
}

/* Mobile styling for font size to fit content better */
@media (max-width: 768px) {

    .info-item span {
        font-size: 0.9rem;
        /* Adjust the text size to fit better on smaller screens */
    }
}

.divider-2-4 {
    padding-top: 3%;
}

/* Mobile styling */
@media (max-width: 768px) {

    .cal-button {
        width: 100%;
        padding: 15px;

    }
}
.cal-button {
    margin-bottom: 2%;
    margin-top: 2%;

}
.cal-button,
.cal-button:active,
.cal-button:hover {
    color: white;

}

.btn {
    border-radius: 50px;
    font-weight: 500;
}
/* Content styling */
.cal-content .red-bar {
    display: block;
    margin-bottom: 10px;
    margin-left: auto;
    /* Align the red bar to the center by default */
    margin-right: auto;
    /* Center the red bar by default */
    margin-left: 0;
    /* Align the red bar to the left on mobile */
    margin-right: 0;
    /* Ensure the right margin is zero to align left */
}

.footer {
    background-color: #000;
    color: #fff;
}

.footer-stripe {
    width: 100%;
    overflow: hidden;
}

.footer-stripe img {
    width: 100%;
    height: auto;
    display: block;
}

.footer-content {
    padding: 40px;
}

.footer-logo {
    max-width: 200px;
    /* Adjust this size as needed */
    height: auto;
    margin-bottom: 15px;
    /* Spacing between logo and text */
}

.footer-links li {
    margin-bottom: 5px;
    cursor: pointer;
}

.footer-links li:hover {
    text-decoration: underline;
}

.store-badge {
    width: 200px;
    height: auto;
}

.footer-bottom {
    background-color: rgb(50, 189, 122);
}

.footer-bottom p {
    margin: 0;
}

@media (max-width: 768px) {
    .footer-content .row {
        flex-direction: column;
        text-align: center;
    }
}
.app-container {
    background-color: #fff;
    border-radius: 10px;
    position: relative;
    z-index: 0;
    overflow: hidden;
}
.app-title {
    font-size: 2em;
    color: #333;
    line-height: 1.2;
}

.app-description {
    font-family: Montserrat, sans-serif;
    font-size: 1rem;
    color: #333;
    font-weight: 600;
}
.app-store-button {
    height: 50px;
}
.app-phone-image {
    max-width: 80%;
    height: auto;
    transform: rotate(-15deg);
}

.cal-phone-image {
    width: 100%;
    height: auto;
}
.app-footer {
    height: 20px;
    background-image: url("/frontend/images/silhouette.png");
    background-repeat: repeat-x;
    background-position: bottom;
}
@media (max-width: 767.98px) {
    .app-phone-container {
        order: -1;
    }
}

@media (max-width: 768px) {
    .app-phone-image {
        display: none;
    }
}

.h5 {
    font-weight: 700;
    color: #0071BD;
}
.cond {
    padding: 50px;
}

@media (max-width: 767px) {

    .cond {
        padding: 50px 10px;
    }
}

.condition-img {
    width: auto;
    height: 250px;
    padding-bottom: 20px;
    padding-top: 50px;
}
.red {
    color: red;
}

.mobile-only {
    display: none;
    /* Hide by default */
}

@media (max-width: 767px) {
    .mobile-only {
        display: block;
        /* Show on mobile */
    }
}

.desktop-only {
    display: block;
    /* Show by default */
}

@media (max-width: 767px) {
    .desktop-only {
        display: none;
        /* Hide on mobile */
    }
}
.calculator {
    background-color: #fff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    text-align: center;
}

.rate-choice label {
    margin-right: 10px;
}

.slider-container {
    margin-top: 20px;
}

input[type="range"] {
    width: 100%;
}

.input-with-unit {
    display: flex;
    align-items: center;
    /* Align the text with the input field */
    margin-top: 10px;
}

.input-with-unit input[type="number"] {
    padding: 10px;
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 5px;
    margin-right: 5px;
    /* Add some space to the right of the input */
}

.input-with-unit span {
    font-weight: bold;
}

.result {
    margin-top: 20px;
    font-size: 20px;
    color: black;
    font-weight: bold;
    padding: 10px;
    border-radius: 5px;
}

.result span#result {
    color: green;
}
.gray-text {
    color: lightgray;
    /* Set the color to gray */
}
.red-text {
    color: red;
    font-weight: 600;
}
.aucune-bg {
    background-image: url("/frontend/images/aucuneBg.png");
    width: 100%;
    height: 100%;
    z-index: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 30%;

}

.revenue-bg {
    background-image: url("/frontend/images/revenueBg.png");
    width: 100%;
    height: 100%;
    z-index: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 30%;

}

.center-content {
    display: flex;
    justify-content: center;
    /* Horizontally centers the text */
    align-items: center;
    /* Vertically centers the text */
    height: 100vh;
    /* Full viewport height */
    text-align: center;
    /* Centers the text within the element */
}

@media (max-width: 768px) {
    .aucune-bg {
        background-size: 100%;

    }
    .revenue-bg {
        background-size: 100%;
    }
    .center-content {
        height: 110vh;
    }
}
.btn {
    font-size: 20px;
    padding: 10px 20px;

    font-weight: 600;
}

.btn-success {
    background-color: #3FB879;
    border-width: 0;
}
.btn-map,
.btn-map:hover {
    background-color: #333;
    color: #fff;
    border-radius: 20px;
}

.separator {
    display: flex;
    align-items: center;
    text-align: center;
    color: #666;
}

.separator::after,
.separator::before {
    content: '';
    flex: 1;
    border-bottom: 1px solid #666;
}

.separator:not(:empty)::before {
    margin-right: 0.25em;
}

.separator:not(:empty)::after {
    margin-left: 0.25em;
}
.rv-revenue-bg {
    padding-top: 30px;
}
.rv-revenue-box {
    border: 2px solid #28a745;
    border-radius: 10px;
    padding: 10px;
    margin-bottom: 20px;
    background-color: rgba(255, 255, 255, 0.8);
}
.rv-revenue-title {
    font-size: 18px;
    font-weight: bold;
}
.rv-revenue-amount {
    font-size: 24px;
    color: #dc3545;
    font-weight: bold;
}
.rv-reservations {
    color: #6c757d;
}
.rv-transactions-table {
    width: 100%;
    margin-top: 20px;
}
.rv-transactions-table th {
    background-color: #dc3545;
    color: white;
}
.prfl-container {
    max-width: 900px;
    margin: 0 auto;
    padding: 20px;
}
.prfl-form-group {
    margin-bottom: 15px;
}
.prfl-input {
    width: 100%;
    padding: 8px;
    border: 1px solid #ccc;
    border-radius: 4px;
}
.prfl-photo-btn {
    background-color: #f8f9fa;
    border: 1px solid #ccc;
    padding: 8px 15px;
    border-radius: 4px;
}
.prfl-payment-method {
    background-color: #f8f9fa;
    padding: 10px;
    border-radius: 4px;
    margin-bottom: 10px;
}
.prfl-action-btn {
    margin-right: 10px;
    text-decoration: none;
}

.cal-button:active
{
color : white;
}
a[href='https://leafletjs.com']
{
    display : none;
}
.leaflet-control-locate {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    width: 32px !important;
    height: 32px !important;
    line-height: 34px !important;
    text-align: center !important;
    text-decoration: none !important;
    color: red !important;
    border-radius: 4px !important;
    cursor: pointer !important;
}



.leaflet-control-locate i {
    font-size: 18px !important;
    line-height: 34px !important;
    width: auto !important;
    height: auto !important;
    margin: 0 !important;
}

/* Ensure the locate control is below the fullscreen control */
.leaflet-control-fullscreen {
    margin-bottom: 5px !important;
}

/* Override any default anchor styles */
.leaflet-control-locate a {
    color: white !important;
    background-color: transparent !important;
    border: none !important;
    width: 100% !important;
    height: 100% !important;
}
#ez-cookie-dialog-wrapper, #ezPrivacyCenter
{
  display: none !important;
}

