.ImagesPieces{
    width: 140px;
    height: 140px;
    flex-shrink: 0;
    border-radius:10px;
    background-size: cover;
    background-position: center;
}

.piece-item{
    box-shadow: 0px 4px 4px 0px rgba(200, 200, 200, 0.15), 0px 4px 4px 0px rgba(255, 255, 255, 0.50) inset;
    border-radius: 7px;
    background-color: rgba(255, 255, 255, 0.4);
    width: 190px;
    height: 230px;
    padding-top: 10px;
}

.New{
    font-size: 10px;
    color: #FFF;
    position: relative;
    bottom: 8px;
    font-family: Poppins;
}

.BlockNew{
    background-color: #74EF7B;
    width: 40px;
    height: 13px;
    border-radius: 10px;
    margin-right: auto;
    margin-left: 10px;
}

.laN{
    width: 63px;
}

.BoutonAjouterPanier{
    width: 120px;
    height: 25px;
    flex-shrink: 0;
    border-radius: 17.5px;
    background: var(--vert, linear-gradient(90deg, #74EF7B 0%, #42C38F 100%));
    box-shadow: 0px 3px 5px 0px rgba(120, 120, 120, 0.15), 0px 4px 4px 0px rgba(255, 255, 255, 0.50) inset;
    color: #FFF;
    text-align: center;
    font-family: Poppins;
    font-size: 11px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    letter-spacing: 1.4px;
    border: none;
    cursor: pointer;
    margin-bottom: 39px;
}

.TextePiece{
    font-family: Poppins;
    margin-top: 7px;
    font-size: 12px;
    /* color: #000;
    font-family: Poppins;
    font-size: 13px;
    font-style: normal;
    line-height: normal;
    letter-spacing: 1.6px;
    font-weight: 500;
    margin-top: 15px;
    text-align: justify;  */
    /* margin-left: 60px; */
}

 .TextePrix{
    /* color: #000;
    font-family: Poppins;
    font-size: 13px;
    font-style: normal;
    line-height: normal;
    letter-spacing: 1.6px;
    font-weight: bold; */
    font-size: 12px;
    font-family: Poppins;
}

.TexteTypeDePiece{
    font-family: Poppins;
    /* color: #000;
    font-family: Poppins;
    font-size: 13px;
    font-style: normal;
    line-height: normal;
    letter-spacing: 1.6px;
    font-weight: 500;
    margin-top: 15px;
    padding-right: 50px; */
}

/* .GroupePrix{
    text-align: justify;
    margin-left: 60px;
}  */

.CarouselPiece{
    width:1550px;
}

.prix{
    font-weight: bold;
    /* padding-left: 26px; */
}

.search-container {
    position: relative;
    width: 650px;
    height: 38px;
    margin-bottom: 30px;
    margin-left: 3%;
}

.ChampFormRecherche {
    width: 100%;
    height: 100%;
    padding-left: 60px; /* Augmenter cette valeur pour déplacer le curseur vers la droite */
    border-radius: 43px;
    background: rgba(200, 200, 200, 0.15);
    box-shadow: -2px 3px 7px 0px rgba(31, 31, 31, 0.25);
    backdrop-filter: blur(10px);
    border: none;
    font-size: 16px;
    color: #000;
    font-family: "Poppins", sans-serif; 
}

.ChampFormRecherche::placeholder {
    color: #B3B3B3;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 1.4px;
    position: relative;
    bottom: 1px;
}


.search-icon {
    position: absolute;
    top: 50%;
    left: 29px;
    transform: translateY(-50%);
    width: 16px; /* Ajustez la taille de l'icône selon vos besoins */
    height: 16px;
    background-image: url("../assets/loupe.png"); /* Remplacez par le chemin de votre icône de loupe */
    background-repeat: no-repeat;
    background-size: contain;
    pointer-events: none; /* Permettre aux clics de passer à l'input en dessous */
    z-index: 1; /* Placer l'icône au-dessus de l'input */
}



.ChampFormRecherche:focus {
    outline: none;
}

.ChampFormRecherche-icon {
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translateY(-50%);
    fill: none;
    pointer-events: none;
}


.select-container {
    position: relative;
    width: 373px;
}

.select-container:after {
    content: "";
    position: absolute;
    top: 66%;
    right: 15px;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #808080; 
    transform: translateY(-50%);
}


.ChampForm{
    box-sizing: border-box;
    width: 100%;
    height: 38px;
    flex-shrink: 0;
    border-radius: 43px;
    background: rgba(200, 200, 200, 0.15);
    box-shadow: -2px 3px 7px 0px rgba(31, 31, 31, 0.25);
    backdrop-filter: blur(10px);
    border: none;
    margin-top: 16px;
    padding-left: 26px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.ChampForm:focus {
    outline: none;
}

.ChampForm:focus,
.ChampForm:valid,
.ChampForm:not(:placeholder-shown) {
    color: #B3B3B3;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 1.4px;
}

.LigneGriseUne{
    width: 1px;
    height: 151px;
    background: #C2C2C2;
    float: left;
    position: relative;
    top: 17px;
    left: 5%;
}

.LigneGriseDeux{
    width: 1px;
    height: 151px;
    background: #C2C2C2;
    float: right;
    position: relative;
    top: 17px;
    right: 5%;
}

.BoutonRechercher{
    width: 353px;
    height: 31px;
    flex-shrink: 0;
    color: #4D4D4D;
    text-align: center;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    letter-spacing: 1.6px;
    text-transform: uppercase;
    border-radius: 17.5px;
    background: var(--vert, linear-gradient(90deg, #74EF7B 0%, #42C38F 100%));
    border: none;
    margin-top: 37px;
    display: block !important;
    margin-left: auto !important;
    margin-right: auto !important;

}

.LigneVerte{
    width: 88%;
    height: 1px;
    flex-shrink: 0;
    background: var(--vert, linear-gradient(90deg, #74EF7B 0%, #42C38F 100%));
    display: block;
    margin: auto;
    margin-top: 37px;
}

.BlocTelTabletteConsole{
    width: 80px;
    height: 80px;
    flex-shrink: 0;
    border-radius: 10px;
    background: rgba(200, 200, 200, 0.15);
    box-shadow: 0px 4px 4px 0px rgba(46, 46, 46, 0.20), 0px 4px 4px 0px rgba(255, 255, 255, 0.20) inset;
    position: relative;
   
}

.ContainerBlocTelTabletteConsole{
    display: flex;
    justify-content: center;
    margin-top: 50px;
    gap: 40px;
}

.LogoTel{
    width: 37px;
    height: 47px;
    flex-shrink: 0;
    margin-top: 16px;
}

.LogoTablette{
    width: 72px;
    height: 90px;
    flex-shrink: 0;
    margin-top: 4px;
}

.LogoConsole{
    width: 100px;
    height: 125px;
    flex-shrink: 0;
    position: relative;
    right: 11.5px;
    bottom: 9px;
}

.LogoHoverTextTel, .LogoHoverTextTablette, .LogoHoverTextConsole {
    visibility: hidden;
    color: black;  
    text-align: center;
    position: absolute;
    bottom: 100%; /* Modifié pour positionner le texte au-dessus du bloc */
    left: 0;
    right: 0;
    margin: auto;
    font-family: Poppins;
    white-space: nowrap; /* Pour éviter le retour à la ligne du texte */
}



.BlocTelTabletteConsole:hover .LogoHoverTextTablette {
    visibility: visible;
}

.BlocTelTabletteConsole:hover .LogoHoverTextTel {
    visibility: visible;
}

.BlocTelTabletteConsole:hover .LogoHoverTextConsole {
    visibility: visible;
}

/* .BlocTelTabletteConsole.active .LogoHoverTextTablette,
.BlocTelTabletteConsole.active .LogoHoverTextTel,
.BlocTelTabletteConsole.active .LogoHoverTextConsole {
    visibility: visible;
} */


.slidecontainer {
    width: 317px; 
    margin-top: 35px;
    
}

.slider {
    -webkit-appearance: none;
    width: 100%;
    height: 1px; 
    background: #B3B3B3;
    outline: none;
    opacity: 0.7;
    -webkit-transition: .2s;
    transition: opacity .2s;
}

.slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 25px;
    height: 25px;
    background: #D9D9D9;
    box-shadow: 0px 3px 4px 0px #FFF inset;
    filter: drop-shadow(0px 4px 4px rgba(120, 120, 120, 0.15));
    border-radius: 12.5px; 
    cursor: pointer;
}

.slider::-moz-range-thumb {
    width: 25px;
    height: 25px;
    background: #D9D9D9;
    box-shadow: 0px 3px 4px 0px #FFF inset;
    filter: drop-shadow(0px 4px 4px rgba(120, 120, 120, 0.15));
    border-radius: 12.5px;
    cursor: pointer;
}

.ChampPrix{
    color: #4D4D4D;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    position: relative;
    top: 15px;
}

.carousel-control-prev-icon {
    background-image: url("../assets/flecheverte2.png");
    width: 35px;
    height: 35px;
}

  .carousel-control-next-icon {
    background-image: url("../assets/flecheverte.png");
    width: 35px;
    height: 35px;
}

.carousel-control-prev, .carousel-control-next {
    pointer-events: none;  
}

.carousel-control-prev-icon, .carousel-control-next-icon {
    pointer-events: all;  
}

.redirect-btn {
    background: none!important;
    border: none;
    padding: 0!important;
    font-family: arial, sans-serif;
    color: #069;
    text-decoration: underline;
    cursor: pointer;
}

.BlocTelTabletteConsole.active {
    background: var(--vert, linear-gradient(90deg, #74EF7B 0%, #42C38F 100%));
}

.TopProduits{
    color: #4D4D4D;
    font-family: Poppins;
    font-size: 20px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    letter-spacing: 2px;
    text-decoration-line: underline;
    margin-bottom: 50px;
    margin-left: 11%;
    margin-top: 70px;
}

.TousProduits{
    color: #4D4D4D;
    font-family: Poppins;
    font-size: 20px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    letter-spacing: 2px;
    text-decoration-line: underline;
    margin-bottom: 50px;
    margin-left: 11%;
    margin-top: 20px;
}

.carousel-control-prev, .carousel-control-next {
    position: absolute;
    top: 50%; /* Les centre verticalement */
    width: 35px;
    height: 35px;
    transform: translateY(-50%);
}

#carouselExample {
    position: relative;
}

.carousel-control-prev {
    left: 10px; 
}

.carousel-control-next {
    right: 10px; 
}

.CarouselPiece {
    width: 1550px; 
}

.col-md-2-4 {
    flex: 0 0 20%;
    max-width: 20%;
  }
  

@media screen and (max-width: 1600px) {

    .CarouselPiece {
        width: 1250px; 
    }
    
    .CarouselPiece .carousel-inner .row {
        display: flex; 
        flex-wrap: nowrap; 
        overflow-x: auto; 
    }


    .CarouselPiece .carousel-item .row > div {
        flex: 0 0 20%; 
        max-width: 20%; 
    }
}
@media screen and (max-width:1300px){

    .CarouselPiece {
            width: 1000px; 
        }

    .CarouselPiece .carousel-item .row > div {
        flex: 0 0 25%; 
        max-width: 25%; 
    }
}

@media screen and (max-width:1050px){
        .CarouselPiece {
            width: 750px; 
        }

    .CarouselPiece .carousel-item .row > div {
        flex: 0 0 33.333%; 
        max-width: 33.333%; 
    }
}

@media screen and (max-width:800px){
    .CarouselPiece {
        width: 500px; 
    }

    .CarouselPiece .carousel-item .row > div {
        flex: 0 0 50%; 
        max-width: 50%; 
    }
}

@media screen and (max-width:520px){

    .CarouselPiece {
        width: 0px;
        width: 100%; 
    }
}

@media screen and (max-width:470px){

    .piece-item{
        width: 170px;
    }
}

@media screen and (max-width:410px){
    .carousel-control-prev {
        left: 5px; 
    }
    
    .carousel-control-next {
        right: 5px; 
    }
}


@media screen and (max-width:395px){

    .piece-item{
        width: 0px;
        width: 100%;
    }
    .carousel-control-prev {
        left: 5px; 
    }
    
    .carousel-control-next {
        right: 5px; 
    }
}

@media screen and (max-width:325px) {
    .ImagesPieces{
        width: 100%;
    }
}



@media screen and (max-width:1600px) {
    .LigneGriseUne{
       left: auto;
    }

    .LigneGriseDeux{
        right: auto;
    }
}

@media screen and (max-width:1680px) {
    .TopProduits,.TousProduits,.TitreTransporteur,.TitreAvis{
        margin-left: 7%;
    }
}

@media screen and (max-width:1350px) {
    .LigneGriseUne,.LigneGriseDeux{
        display: none;
    }
}

@media screen and (max-width:1199px){
    .ContainerBlocTelTabletteConsole{
        justify-content: center;
        margin-left: 0px;
        margin-top: 30px;
    }

    .slidecontainer{
        margin-right: 0px;
    }

    .BoutonRechercher{
        right: 0px;
        left: 10px;
    }

    .search-container{
        width: 80vw;
        margin-top: 20px;
    } 

    .DeuxiemeBlock{
        margin-top: 30px;
    }

}

@media screen and (max-width:761px) {
    .TopProduits,.TousProduits,.TitreTransporteur,.TitreAvis{
        font-size: 17px !important;
        margin-left: 20px !important;
    }
}

@media screen and (max-width:600px) {
    .select-container{
        max-width:373px !important;
        width: 90% !important;
        display: block !important;
        margin-left: auto !important;
        margin-right: auto !important;
    }

    .BoutonRechercher{
        width: 250px !important;
        height: 28px !important;
        font-size: 14px !important;
        right: 0px !important;
        display: block !important;
        margin-left: auto !important;
        margin-right: auto !important;
    }

    .DeuxiemeBlock{
        margin-left: 0px;
    }

    .slidecontainer{
        max-width: 317px;
        width: 80%;
    }

    .search-container{
        margin-top: 30px;
    }

    .ContainerBlocTelTabletteConsole{
        margin-top: 20px;
    }

}

@media screen and (max-width:400px) {
    .BlocTelTabletteConsole{
        width: 70px;
        height: 70px;
    }

    .ContainerBlocTelTabletteConsole{
        gap: 30px;
    }

    .LogoTel{
        width: 30px;
        height: 40px;
    }

    .LogoTablette{
        width: 58px;
        height: 70px;
        margin-top: 8px;
    }

    .LogoConsole{
        width: 80px;
        height: 100px;
        right: 6px;
        bottom: 3px;
    }
}





















