.navbar-container.container {
    margin: 0;
    max-width: 100%;
}

/* Styles pour le menu latéral (affiché sur desktop) */
#menu-filter {
    position: fixed;
    top: 115px;
    left: 0;
    background-color: #f5f5f5;
    padding: 20px 0px 0 0;
    box-shadow: 2px 0 5px rgba(0, 0, 0, 0.1);
}

#menu-filter .row {
    height: 100%;
    margin: 0;
}

/* Styles pour les étiquettes de filtre */
label {
    font-weight: bold;
    margin-bottom: 5px;
}

/* Styles pour les boutons de filtre */
#menu-filter .row button {
    display: block;
    margin-top: 10px;
    color: #fff;
    border: none;
    cursor: pointer;
    width: 100%;
}
#filterBtn{
    background-color: #f45038;
    color: #fff;
    border-color: #f45038;
}
#filterBtn:hover{
    background-color: #dd5540;
    color: #fff;
}
/* Styles pour les résultats filtrés */

#boats-container .row {
    padding-top: 20px;
}

/* ............/navbar/............ *

/* desktop mode............/// */

.navbar-comparBoats input[type="checkbox"],
.navbar-comparBoats .hamburger-lines {
    display: none;
}

.navbar-comparBoats {
	display: none;
	position: fixed;
	width: 20%;
	color: #333;
	height: 50px;
	z-index: 12;
	padding: inherit;
	background-color: #09538a;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}

.navbar-container {
    display: flex;
    justify-content: space-between;
    height: 35px;
    align-items: center;
}

.menu-items {
    order: 2;
    display: flex;
}

.menu-items li {
    list-style: none;
    margin-left: 1.5rem;
    margin-bottom: 0.5rem;
    font-size: 1.2rem;
}

.menu-items a {
    text-decoration: none;
    color: #444;
    font-weight: 500;
    transition: color 0.3s ease-in-out;
}

.menu-items a:hover {
    color: #117964;
    transition: color 0.3s ease-in-out;
}

.menu-items button {
    width: 100%;
}

.menu-items button.btn-secondary {
    margin-top: 10px;
}

/*GLOBAL*/
.btn-secondary {
    background-color: #09538a;
    border-color: #09538a;
}

.btn-secondary:hover {
    background-color: #0c4774;
    border-color: #0c4774;
}

.btn-primary {
    background-color: #f45038;
}

.btn-primary:hover {
    background-color: #d3452f;
}

.menu-items a.btn-reset,
#filter-form-desktop a.btn-reset {
    width: 100%;
    color: #fff;
    margin: 15px 0 15px 0;
}

.bottom {
    width: 80%;
    margin: auto;
}

.card-title {
    font-weight: bold;
}

.card-text svg {
	width: 15px;
	height: 100%;
	max-height: 15px;
}

.card-footer {
    width: 100%;
    text-align: center;
    color: #fff;
}
.classic {
    background-color: #09538a;
}

.premium {
    background-color: #e94e55;
}

.electric {
    background-color: #49B48E;
}

.access {
    background-color: #a2c3df;
}

.cosy {
    background-color: #d35699;
}

.simply {
    background-color: #E8AC19;
}
.card-img img {
    position: absolute;
    right: 0;
    top: 0;
    margin: 5px;
    max-width: 30px;
}
.col-12.card-img {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 150px;
    text-align: left;
}
.card-img .range {
	align-items: center;
	color: #fff;
	display: inline-flex;
	padding: 3px 10px;
	border-radius: 100px;
	margin-top: 5px;
	font-size: 12px;
}
.cover-title {
	z-index: 1;
	margin-bottom: 10px;
	text-align: center;
}

.offcanvas-backdrop {
	opacity: 0.5 !important;
}

.modal-open .modal{
    max-height: 80vh;
}

.table-responsive{
    border: 1px solid #000;
}
#boats-container .table{
    margin-bottom: 0 !important;
}

.title {
	color: #09538a;
	font-weight: bold;
	text-align: center;
}

.wrapper-filter {
	/*border-bottom: 1px solid #53535321;*/
    border-top: 1px solid #53535321;
	margin: 15px 0;
}

.btn-orange {
	background-color: #f45038;
	color: #fff;
	border-color: #f45038;
}

.btn-orange:hover{
    background-color: #dd5540;
    color: #fff;
}

/*.draggable-btn {
    position: fixed !important;
    z-index: 999;
}*/

/*** styling - removable ***/

body {
    font-family: "Source Serif 4", serif;
  }
  
  .text-container {
    width: 85vw;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    min-height: 95vh;
    justify-content: center;
  }
  
  .tooltipCustomtext {
    cursor: text;
    font-size: 1rem;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
  }
  
  .drop-cap::first-letter {
    float: left;
    font-size: 4em;
    margin-top: -53px;
    line-height: 0.8;
    padding-right: 0.1em;
    font-weight: bold;
  }
  
  /*** functional - be careful ***/
  
  .tooltipCustom {
    border-bottom: 2px dotted black;
    cursor: pointer;
    position: relative;
    display: inline-block;
  }
  
 .tooltipCustomtext {
    width: 200px;
    background-color: rgba(0, 0, 0, 0.8);
    color: #fff;
    -webkit-backdrop-filter: blur(1px);
    backdrop-filter: blur(1px);
    text-align: center;
    border-radius: 6px;
    font-weight: semi-bold;
    padding: 5px 5px 5px 8px;
    transition: opacity 0.5s, visibility 0.5s;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    position: absolute;
    z-index: 1;
  }
  
  .tooltipCustom:hover .tooltipCustomtext {
    pointer-events: auto;
    opacity: 1;
    visibility: visible;
  }
/* Media query pour les écrans de petite taille (mobile) */
@media screen and (max-width: 768px) {

    #menu-filter {
        display: none;
    }

    .menu-items li {

        margin-left: 0;
    }

    .bottom {
        margin: auto;
        width: 80%;
    }

    .navbar-comparBoats {
        display: inherit;
        opacity: 0.95;
        left: 0;
    }

    .navbar-container input[type="checkbox"],
    .navbar-container .hamburger-lines {
        display: block;
    }

    .navbar-container {
        display: block;
        /*position: relative;*/
        height: 35px;
    }

    .navbar-container input[type="checkbox"] {
        position: absolute;
        display: block;
        height: 30px;
        width: 35px;
        top: 20px;
        left: 20px;
        z-index: 5;
        opacity: 0;
    }

    .navbar-container .hamburger-lines {
        display: block;
        height: 23px;
        width: 35px;
        position: absolute;
        top: 17px;
        left: 20px;
        z-index: 2;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .navbar-container input[type="checkbox"]:checked~.hamburger-lines {
        /* Déplace la croix */
        top: -230px;
        left: 200px;
    }
    .navbar-container input[type="checkbox"]:checked~.hamburger-lines .line {
        background: #333;
    }
    .navbar-container input[type="checkbox"]:checked {
        /* Déplace la checkbox */
        top: -230px;
        left: 200px;
    }

    .navbar-container .hamburger-lines .line {
        display: block;
        height: 4px;
        width: 100%;
        border-radius: 10px;
        background: #fff;
    }

    .navbar-container .hamburger-lines .line1 {
        transform-origin: 0% 0%;
        transition: transform 0.4s ease-in-out;
    }

    .navbar-container .hamburger-lines .line2 {
        transition: transform 0.2s ease-in-out;
    }

    .navbar-container .hamburger-lines .line3 {
        transform-origin: 0% 100%;
        transition: transform 0.4s ease-in-out;
    }

    .navbar-comparBoats .menu-items {
        padding-top: 40px;
        background: #fff;
        height: 100vh;
        max-width: 300px;
        transform: translate(-150%);
        display: flex;
        flex-direction: column;
        /*margin-left: -40px;*/
        /*padding-left: 50px;*/
        transition: transform 0.5s ease-in-out;
        box-shadow: 5px 0px 10px 0px #aaa;
    }

    .navbar-comparBoats .menu-items li {
        margin-bottom: 0.5rem;
        font-size: 0.7rem;
        font-weight: 500;
    }

    .navbar-container input[type="checkbox"]:checked~.menu-items {
        transform: translateX(0);
    }

    .navbar-container input[type="checkbox"]:checked~.hamburger-lines .line1 {
        transform: rotate(35deg);
    }

    .navbar-container input[type="checkbox"]:checked~.hamburger-lines .line2 {
        transform: scaleY(0);
    }

    .navbar-container input[type="checkbox"]:checked~.hamburger-lines .line3 {
        transform: rotate(-35deg);
    }


    #boats-container {
        margin-left: 0;
    }

    #boats-container .row {
        padding-top: 80px;
    }

    .card-title {
        font-size: 0.75rem;
    }

    .card-body {
        font-size: 0.7rem;
    }

    .card-footer .btn {
        font-size: 0.75rem;
        margin-bottom: 5px;
    }
    .col-12.card-img{
        min-height: 100px;
    }
    /* COMPARATEUR */
    .table-responsive .table{
        font-size: 10px;
    }
    .img-gamme img {
        max-width: 30px;
        width: 100%;
    }
}