.container {
    display: flex;
    flex-direction: row;
    width: 100%;
    height: auto;
    background-color: #eeeeee;
    gap: 30px;
    flex-wrap: wrap;
    justify-content: flex-start !important;
    padding: 10px;

}

.sticker {
    display: flex;
    width: 130px !important;
    height: 250px !important;
    border-radius: 5%;
    border: 2px solid rgb(209, 209, 209);
    height: 100px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    justify-content: flex-start !important;
    background-color: #eeeeee;
    padding: 5px;
    flex-wrap: wrap;
    position: relative;
    cursor: pointer;
}

.sticker:hover {
    transform: scale(1.02);
    box-shadow: 0 6px 14px rgba(0, 0, 0, 0.15);
    cursor: pointer;
}

.sticker img {
    width: 130px;
    object-fit: cover;
    border-radius: 5%;
}

.sticker_picture {
    width: 130px;
    object-fit: cover;
    border-radius: 5%;
}

.sticker_title {
    font-size: 16px;
    font-weight: bold;
    color: #333;
    text-align: center;
    position: absolute;
    top: 90px;

}

.sticker_typeOfBike {
    font-size: 14px;
    color: #666;
    text-align: center;
    position: absolute;
    top: 180px;
}

.sticker_price {
    font-size: 16px;
    font-weight: bold;
    color: #333;
    text-align: center;
    position: absolute;
    top: 220px;
}

.container_accessories {
    display: flex;
    flex-direction: row;
    width: 100%;
    height: auto;
    background-color: #eeeeee;
    gap: 20px;
    flex-wrap: wrap;
    justify-content: flex-start !important;
    padding: 10px;
    text-align: center;

}

.sticker_accessorries_id {
    display: flex;
    width: 138px !important;
    height: 250px !important;
    border-radius: 5%;
    border: 2px solid rgb(209, 209, 209);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    justify-content: flex-start !important;
    background-color: #eeeeee;
    padding: 5px;
    flex-wrap: wrap;
    position: relative;
    cursor: pointer;
    text-align: center;
}

.sticker_accessorries_id:hover {
    transform: scale(1.02);
    box-shadow: 0 6px 14px rgba(0, 0, 0, 0.15);
    cursor: pointer;
}

.sticker_accessories_title {
    font-size: 16px;
    font-weight: bold;
    color: #333;
    text-align: center;
    position: absolute;
    top: 10px;
    flex-wrap: wrap;

}

.sticker_accessories_picture {
    max-width: 130px;
    object-fit: cover;
    border-radius: 5%;
    padding-top: 60px;
    max-height: 150px;
    ;
}

.sticker_rental {
    display: flex;
    width: 138px !important;
    height: 250px !important;
    border-radius: 5%;
    border: 2px solid rgb(209, 209, 209);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    justify-content: flex-start !important;
    background-color: #eeeeee;
    padding: 5px;
    flex-wrap: wrap;
    position: relative;
    cursor: pointer;
    text-align: center;
}

.sticker_rental:hover {
    transform: scale(1.02);
    box-shadow: 0 6px 14px rgba(0, 0, 0, 0.15);
    cursor: pointer;
}

.sticker_rental_title {
    font-size: 16px;
    font-weight: bold;
    color: #333;
    text-align: center;
    position: absolute;
    top: 10px;
    flex-wrap: wrap;

}

.sticker_rental_picture {
    max-width: 130px;
    object-fit: cover;
    border-radius: 5%;
    padding-top: 60px;
    max-height: 150px;
    ;
}

.filter {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 100%;
    height: auto;
    background-color: #fffdfd;
    border-radius: 8px;
    padding: 16px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    gap: 20px;
}

.choice {
    display: flex;
    flex-direction: column;
    margin-left: 40px;
    min-width: 220px;
    min-height: 35px;
    border-radius: 8px;

}

.choice_cat {
    display: flex;
    flex-direction: row;
    width: auto;
    margin-left: 40px;
    gap: 20px;
    flex-wrap: wrap;
}

select {
    width: 250px;
    height: 38px;
    border-radius: 8px;
    border: 1.5px solid #bdbdbd;
    background: #fafafa;
    color: #333;
    font-size: 15px;
    padding: 8px 36px 8px 12px;
    margin-bottom: 16px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
    transition: border 0.2s;
}

select:focus {
    border: 1.5px solid #1976d2;
    outline: none;
    background: #fff;
}


select {
    background-image: url("data:image/svg+xml;utf8,<svg fill='gray' height='16' viewBox='0 0 24 24' width='16' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/></svg>");
    background-repeat: no-repeat;
    background-position: right 12px center;
    background-size: 18px 18px;
}

#maxPrice {
    width: 120px;
    height: 20px;
    border-radius: 8px;
    border: 1.5px solid #bdbdbd;
    background: #fafafa;
    color: #333;
    font-size: 15px;
    padding: 8px 36px 8px 12px;
    margin-bottom: 16px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}

input[type="range"] {
    width: 200px;
    margin: 0;
}

input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #1976d2;
    cursor: pointer;
}

input[type="range"]::-moz-range-thumb {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #1976d2;
    cursor: pointer;
}

input[type="range"]::-ms-track {
    width: 200px;
    height: 15px;
    background: transparent;
    border-color: transparent;
    color: transparent;
}

input[type="range"]::-ms-fill-lower {
    background: #1976d2;
}

input[type="range"]::-ms-fill-upper {
    background: #1976d2;
}

input[type="range"]::-ms-thumb {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #1976d2;
    cursor: pointer;
}

.bikeDetail {
    display: flex;
    flex-direction: column;
    gap: 20px;
    background-color: #eeeeee;
    padding: 10px;
    border-radius: 10px;
    border: 2px solid rgb(209, 209, 209);
    align-items: stretch;
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
}

.bikeDetail-img {
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0;
}

.bikeDetail-img img {
    width: 100%;
    height: auto;
    border-radius: 10px;
    display: block;
    object-fit: cover;
}

.bikeDetail-info {
    width: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    flex: 1;
    padding-left: 5px;
    text-align: left;
}

.bikeDetail-info p {
    text-align: left;
    padding-left: 100px;
}

.bikeDetail-info h1 {
    margin-bottom: 0.2em;
}

.bikeDetail-info .bike-brand {
    margin-top: 0;
    margin-bottom: 0.3em;
    font-size: 1.1em;
}

.bikeDetail-title {
    text-align: center;
}

#bikeDetailImg {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 10px;
}
#bikeDetailImg{
    cursor: pointer;
}

#backToList {
    background-color: #9d9d9e;
    color: white;
    border: none;
    padding: 10px 16px;
    border-radius: 8px;
    font-size: 1em;
    cursor: pointer;
    transition: background-color 0.2s ease, transform 0.1s ease;
    margin-top: 10px;
}

#backToList:hover {
    background-color: #8c8c8d;
    transform: scale(1.05);
}

#pagination {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    width: 100% !important;
    margin: 20px 0 !important;
    gap: 8px;
}
#pagination button {
    padding: 6px 14px;
    border-radius: 4px;
    border: 1px solid #bbb;
    background: #f8f8f8;
    cursor: pointer;
    font-size: 1rem;
}
#pagination button.active {
    background: #555;
    color: #fff;
    border-color: #555;
}

.page-btn {
    margin: 0 5px;
    padding: 5px 10px;
    cursor: pointer;
}

.page-btn.active {
    background-color: #333;
    color: white;
}

.ajout_manuel {
    border: 2px solid #9d9d9e;
    border-radius: 20px;
    background-color: #cdcfd0;
    margin: auto;
    width: 100%;
    max-width: 600px;
    box-sizing: border-box;
}

.ajout_manuel td {
    padding: 10px;

}

.register {
    border: 2px solid #9d9d9e;
    border-radius: 20px;
    background-color: #cdcfd0;
    margin: auto;
    width: 100%;
    max-width: 600px;
    box-sizing: border-box;

}

.register td {
    padding: 10px;

}


.btn_connexion {
    height: 50px;
    width: 150px;
    background-color: #9d9d9e;
    color: white;
    border: none;
    border-radius: 8px;
    font-size: 1em;
    cursor: pointer;
    transition: background-color 0.2s ease, transform 0.1s ease;
}

.btn_connexion:hover {
    background-color: #8c8c8d;
    transform: scale(1.05);
}

.btn-td {
    width: 50% !important;
    min-width: 0 !important;
    max-width: 50% !important;
    font-size: 1em;
    height: auto;
    box-sizing: border-box;
    text-align: center;
}

.btn_photo {
    background-color: #9d9d9e;
    color: white;
    border: none;
    padding: 10px 16px;
    border-radius: 8px;
    font-size: 1em;
    cursor: pointer;
    transition: background-color 0.2s ease, transform 0.1s ease;
    margin-top: 10px;
    width: 50%;
    min-width: 30%;
    max-width: 50%;
    height: auto;
    margin-right: 10px;
}

.btn_photo:hover {
    background-color: #8c8c8d;
    transform: scale(1.05);
}

label.btn_photo {
    display: inline-block;
    background-color: #9d9d9e;
    color: white;
    border: none;
    padding: 10px 16px;
    border-radius: 8px;
    font-size: 1em;
    cursor: pointer;
    transition: background-color 0.2s ease, transform 0.1s ease;
    width: 200px;
    height: 50px;
    text-align: center;
    line-height: 30px;
}

label.btn_photo:hover {
    background-color: #8c8c8d;
    transform: scale(1.05);
}

.btn_photo,
.btn-save,
label.btn_photo {
    width: 50% !important;
    min-width: 0 !important;
    max-width: 100% !important;
    font-size: 1em;
    height: 50px;
    padding: 12px 0;
    box-sizing: border-box;
    display: block;
    text-align: center;
}

#cropBtn,
#annuler_photo {
    z-index: 9999;
    position: relative;
}

#typeOfBike,
#state {
    height: 36px;
    font-size: 0.9em;
}

.ajout_manuel input,
select {
    height: 35px;
    width: 90%;
    border-radius: 10px;
    border: 2px solid #9d9d9e;

}

#category {
    height: 35px;
    width: 90%;
    border-radius: 10px;
    border: 2px solid #9d9d9e;
}

#template {
    display: inline-block;
    width: auto;
    vertical-align: middle;
    margin-left: 10px;
    transform: scale(1.5);
    cursor: pointer;
}

#template_label {
    transform: scale(1.5);
    cursor: pointer;
}

#photoPreview {
    max-width: 98vw;
    width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}

.container_modifiy {
    width: 90%;
    display: flex;
    flex-direction: row;
    height: auto;
    background-color: #eeeeee;
    gap: 30px;
    flex-wrap: wrap;
    justify-content: flex-start !important;
    padding: 10px;

}

.btn_retour {
    width: 100px;
    height: 30px;
    background-color: #9d9d9e;
    color: white;
    border: none;
    border-radius: 8px;
    font-size: 1em;
    cursor: pointer;
    transition: background-color 0.2s ease, transform 0.1s ease;
}

.btn_retour:hover {
    background-color: #8c8c8d;
    transform: scale(1.05);
}

.modify_select {
    padding-left: 10%;
    width: 80%;
    background-color: white
}

.table_connexion {
    margin-left: auto;
    margin-right: auto;
    width: 50%;
    border: 1px solid black;
    border: 2px solid #9d9d9e;
    border-radius: 20px;
    background-color: #cdcfd0;
}

.table_connexion td {
    padding: 30px !important;
    width: 50%;
}

#switchCameraBtn {
    width: 100% !important;
    font-size: 0.9em;
    padding: 12px 16px;
    min-height: 48px;
    height: auto;
    box-sizing: border-box;
    line-height: 1.2;
    text-align: center;
}

#video {
    width: 100% !important;
    max-width: 340px;
    height: auto !important;
    aspect-ratio: 16/9;
    background: #222;
    display: block;
    margin: 0 auto;
}

.category_img {
    display: block;
    flex-direction: row;
    width: 80px;
    height: 80px;
    background-color: #eeeeee;
    border-radius: 8px;
    border: 2px solid rgb(209, 209, 209);
    cursor: pointer;
    padding: 10px;
    text-align: center;

}

.category_img img {
    margin-top: 5px;
    cursor: pointer;
}


.category_img:hover {
    transform: scale(1.02);
    ;
}

.category_img.active {
    border: 3px solid #007BFF;
    border-radius: 8px;
    background-color: #e0f0ff;
}

.link_bike {

    justify-content: left !important;
    width: 90px;
    height: 50px;
    background-color: #eeeeee;
    border-radius: 8px;
    border: 2px solid rgb(209, 209, 209);
    cursor: pointer;
    padding: 10px;
    text-align: center;
}
.link_bike:hover {
    transform: scale(1.02);
    box-shadow: 0 6px 14px rgba(0, 0, 0, 0.15);
    cursor: pointer;
}
.link_bike img {
    text-align: center;

}

.loc_article {
    display: flex;
    flex-direction: column;
    height: auto;
    background-color: #eeeeee;
    gap: 30px;
    flex-wrap: wrap;
    justify-content: flex-start !important;
    padding: 70px;

}
.loc_image{
    width: auto;
    height: auto;
    max-width: 600px;
    max-height: 800px;
    object-fit: cover;
    border-radius: 10px;
}
.loc_image:hover{
    cursor: pointer;
}

.ski_article {
    display: flex;
    flex-direction: row;
    height: auto;
    width: 60%;
    background-color: #eeeeee;
    margin-bottom: 30px;
    align-items: left;
    border-radius: 8px;
    border: 2px solid rgb(209, 209, 209);
    justify-content: left;
    align-items: center;
}

.ski_article:hover {
    transform: scale(1.02);
    box-shadow: 0 6px 14px rgba(0, 0, 0, 0.15);
    cursor: pointer;
}


.ski_img img {

    height: auto;
    max-height: 250px;
    max-width: 150px;
}

.ski_text {
    text-align: left;
    vertical-align: middle;
margin-left: 30px;
}
.ski_title{
    margin-bottom: 20px;
    font-size: medium;
    font-weight: bold;

}
.ski_brand{
    margin-bottom: 10px;
}
.ski_price{
    margin-bottom: 10px;;
}
.ski_state{
    margin-bottom: 10px;
}
.link_skis {

    justify-content: left !important;
    width: 90px;
    height: 70px;
    background-color: #eeeeee;
    border-radius: 8px;
    border: 2px solid rgb(209, 209, 209);
    cursor: pointer;
    padding: 10px;
    text-align: center;
}
.link_skis:hover {
    transform: scale(1.02);
    box-shadow: 0 6px 14px rgba(0, 0, 0, 0.15);
    cursor: pointer;
}
.link_skis img {
    text-align: center;

}

.skiAccessory_img img{
    max-height: 100px;
    width: 100px;
}
.skiAccessory{
    display: flex;
    flex-direction: row;
}
.skiAccessory_article{
    display: flex;
    width: 130px !important;
    height: 250px !important;
    border-radius: 5%;
    border: 2px solid rgb(209, 209, 209);
    height: 100px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    justify-content: flex-start !important;
    background-color: #eeeeee;
    gap: 10px;
    flex-wrap: wrap;
    position: relative;
    cursor: pointer;
}
#accessory_listView{
    display: flex;
    flex-direction: row;
    gap: 10px;
}
#listView img{
    max-height: 130px;
    max-width: 120px;
    width: auto;
    height: auto;
}
/* --- Responsive pour tablettes et mobiles --- */
@media (max-width: 900px) {}

/* --- Responsive pour mobiles --- */
@media (max-width: 600px) {
    .ajout_manuel {
        width: 90% !important;
        min-width: 0 !important;
        max-width: 95vw !important;
        padding: 4px !important;
        box-sizing: border-box;
        font-size: 0.98em;
        display: block;
        overflow-x: auto;
    }

    .ajout_manuel td {
        padding: 8px !important;
        font-size: 0.75em;
        box-sizing: border-box;
        max-width: 100vw;
    }

    .ajout_manuel input,
    select {
        height: 33px;
        width: 90%;
        border-radius: 10px;
        border: 2px solid #9d9d9e;
        font-family: "Times New Roman", serif;
    }

    .ajout_manuel input[type="checkbox"] {
        width: auto;
        height: auto;
        min-width: 0;
        border: none;
        background: none;
        vertical-align: middle;
        display: inline-block;
        transform: scale(1.3);
    }

    textarea#description {
        width: 90% !important;
        min-width: 0 !important;
        max-width: 100% !important;
    }

    #switchCameraBtn {
        width: 100% !important;
        font-size: 0.9em;
        padding: 12px 16px;
        min-height: 48px;
        height: auto;
        box-sizing: border-box;
        line-height: 1.2;
        text-align: center;
    }

    .btn_connexion {
        width: 100% !important;
        min-width: 0 !important;
        max-width: 100% !important;
        font-size: 1em;
        height: auto;
        padding: 12px 0;
        margin-top: 8px;
        box-sizing: border-box;
        display: block;
        text-align: center;
    }

    .table_connexion {
        margin-left: auto;
        margin-right: auto;
        width: 100% !important;
        min-width: 0 !important;
        max-width: 100% !important;
        padding: 10px !important;
        display: block;
        border: 1px solid black;
        border: 2px solid #9d9d9e;
        border-radius: 20px;
        background-color: #cdcfd0;
    }

    .table_connexion td {
        padding: 10px !important;
        width: 40%;
    }

    img,
    input,
    button,
    td {
        max-width: 100%;
        box-sizing: border-box;
    }

}