* {box-sizing: border-box}

.content_flex{
  display: flex;
  align-items: flex-start;
  flex-direction: row;
}

.columnProduit img{
  transition: 0.5s ease-in-out;
  transform: scale(0.9);
  padding: 10px;
  width: 100%;
  text-align: center;
}
.columnProduit:hover img{
  transform: scale(1);
}

.columnProduit h3 {
  box-shadow: 0px 5px 10px rgb(0 0 0 / 25%);
  padding: 4px 5px;
  background: #2A3E54;
  color: white;
  border-radius: 5px 5px 0 0;
  text-align: center;
  width: 100%;
}


.columnProduit {
  background-color: white;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
}



.head_img{
  border-radius: 5px;
  width: 45%;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.25);
  object-fit: cover;
}

.head_product{
  padding: 10px 20% 0 0;
  margin-left: 19%;
  margin-right: auto;
  display: flex;
  margin-top: 144px;
  margin-bottom: 0.5%;
}

@media screen and (max-width: 1440px) {
  .head_product{
    margin-top: 150px;
    padding: 0px 21% 0px 0%;
  }
}

@media screen and (max-width: 1024px) {
  .head_product{
    margin-top: 125px;
    padding: 0px 21% 0px 18px;

  }
  .head_product div {
    padding: 0 23% 0 0;
  }
  
}

@media screen and (max-width: 800px) {
  .head_product{
    margin-top: 100px;

  }
}


.head_product div{
  padding: 0 0 0px 2.25%;
}

.descrition_titre{
  padding:1.25% 0;
}

.content_table{
  width: 100%;
  padding: 10px;
}

.testTableauProduit{
  width: 100%;
  padding: 10px 0;
  border-spacing: 0;
  border-top: solid 0.5px #ccc;
}



.trCaracteristique{
  border-bottom: solid 1px #2F4D89;
}
.trCaracteristique:last-child{
  border-bottom: none;
}

.tdCaracteristique {
  
  text-align: left;
}

.tdCaracteristique2 {
  text-align: right;
}

.tab8 {
  margin-left: 2%;
  float: left;
  /* border: 1px solid #ccc; */
  /* background-color: #f1f1f1; */
  width: 100%;
  margin-right:1.5%;
  /* height: 300px;; */
  margin-top: 9px;
}

/* Style the buttons inside the tab */
.tab8 button {
  display: block;
  /* background: rgba(0, 15, 117, 0.7); */
  /* color : white; */
  background-color: white;
  color: black;
  /* padding: 10px 16px; */
  width: 100%;
  /* height: 40px; */
  border: none;
  outline: none;
  text-align: left;
  cursor: pointer;
  transition: 0.3s;
  font-size: 15px;
  border-bottom: #DDD solid 1px;
  font-size: 0.7rem;
}

.tab9 {
  border-radius: 10px;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.25);
  margin: 0 1.5vw 0 0;
  width: 30vw;

}

.tab9 button {
  display: block;

  color: black;
  /* padding: 10px 16px; */
  width: 100%;
  /* height : 50px; */
  border: none;
  background: none;
  outline: none;
  text-align: left;
  cursor: pointer;
  transition: 0.3s;
}

.tab9 button{
  border-radius: 10px;
}

.tab9 button:first-child .rectangleBleuProduit{
  border-radius: 10px 0 0 0;

}

.tab9 button:last-child .rectangleBleuProduit{
  border-radius: 0 0 0 10px ;
}

.testListePorduitCategorie{
  /* margin-top:0px; */
  display:flex;
  justify-content : flex-start;
  align-items:center;
  /* margin-left:-16px; */
}

.testListePorduitCategorie p{
  color: #2F4D89;
  width: 100%;
  padding: 5px 0;
}

.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: stretch;
  height: unset;
}

.rectangleBleuProduit{
  background-color: #2A3E54;
  height: 38PX;
  /* width:15px; */
}

/* Create an active/current "tab button" class */
.tab8 button:hover {
  font-weight: bold;
/* background-color: #eaeaea; */
}

/* Create an active/current "tab button" class */
.tab8 button.active {
  background: #2A3E54;
  color : white;
  font-weight: bold;
  /* background-color: #ddd; */
}

.tab9 button.active {
  background : linear-gradient(120deg,#3D3D3D,#2F4D89);
color : white;
/* background-color: #ddd; */
}

/* Style the tab content */
.tabcontent {
  /* background: rgba(0, 15, 117, 0.4); */
  float: left;
  padding: 0px 12px;
  width: 100%;
  /* border-left: none; */
  /* height: 500px; */
}

* {
  box-sizing: border-box;
}


/* Add padding BETWEEN each column */
.rowProduit{
  display: grid;
  flex-wrap: wrap;
  grid-template-columns: 1fr 1fr 1fr;
  justify-content: flex-start;
  column-gap: 1.4rem;
  row-gap: 1.4rem;
  padding: 10px;
}

.rowProduit > .columnProduit {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  column-gap: 5%;
  flex-direction: row;
  row-gap: 5%;
  width: 100%;
  align-items: stretch;
  border-radius: 10px;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.25);
  cursor: pointer;
}

/* Create four equal columns that floats next to each other */



/* Clear floats after rows */ 
.rowProduit:after {
  content: "";
  display: table;
  clear: both;
}

/* Content */
.contentProduit {
  background-color: white;
  border-radius: 5px;
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  width: 100%;
}

.contentProduit .tdCaracteristiqueVide{
  border-right:none;
}

.contentProduit td {
  /* width: 50%; */
  padding: 5px;
  /* border-right: 1px solid #ccc; */
}

.contentProduit tr td:last-child {
  border-right:none ;
}

.textePrdouit{
  text-align : center;
    line-height : 0.9;
}



.nomGamme2{
  color : #2F4D89;
}

.testLigneTabProduit{
  padding-top : 10px;
  /* margin-bottom : -50px; */
  /* border : 1px solid black; */
}

.cheminPageSousSousCategorie{
    margin-top : -34px;
    margin-left: 55px;
    color: #9F9F9F;
    vertical-align: middle;
}

.titreProduitSousSousCategorie {
  border-bottom:#2F4D89 solid 1px;
  padding-bottom: 1.25% ;
    margin-bottom: 0.5%;
    color : #2F4D89;
}

/* .nomDerniereCatProduit {
    width:45%;
    margin-left : 20px;
    color : #2F4D89;
} */



.lienVersPageProduitFinal {
    border:#2F4D89 solid 1px;
    border-radius : 10px;
    text-decoration : none;
    width : 50%;
    margin-left : 25%;
    color : white;
    background : #2F4D89;
    transition-duration: .5s;
}

.lienVersPageProduitFinal:hover {
    cursor : pointer;
    border : #2F4D89 solid 1px;
    background : white;
    color : #2F4D89;
}

.informationProduits {
  text-align: right;
  font-weight: bold;

}

.labelProduits {
  font-size: 0.75rem;
}

.categorie_filtre {
  display: flex;
  flex-direction: column;
  width: 35%;
}

/*test dÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â©roulement accordÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â©on*/
/*.accordion2 {
    
    margin-bottom:20px;
    /* height:5%; 
    background: rgba(159, 159, 159, 0.30);
    color:#2F4D89;
    border-radius: 0px 20px 20px 0px;
    /* color: #444; 
    cursor: pointer;
    padding: 8px;
    width: 600px;
    border: none;
    text-align: left;
    outline: none;*/
    /* background-color: white; 
    transition: 0.4s;
  }*/
  
  /* .accordion2:hover {
      text-decoration: underline;
    background-color: #ccc;
  } 


  
  .accordion2:after {
      
    content: '\002B';
    color: #2F4D89;
    float: right;
    margin-left: 5px;
  }
  
  .active2:after {
    content: "\2212";
  }
  
  .panel2 {
    padding: 0 18px;
    /* background-color: white; 
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
  }
*/
.categorie_filtre .tabcontent {

padding-top: 25px;
padding-right: 0px;
}

.sous_filtre {
background-color: white;

}

.filtre_header {
padding-top: 10px;
}

.filtre_header h4 {
border-top-left-radius: 5px;
border-top-right-radius: 5px;

text-align: center;
background-color: #2A3E54;
color: white;
}

.filtre_body {
display: flex;
width: 100%;
flex-direction: row-reverse;
justify-content: space-around;
padding: 5px;
}

.filtre_body h4 {
width: 80%;
font-size: 0.8rem;
}

.filtre_body input{
width: 15px;
}

.divs_nav {
  display: none;
}

.loading {
  display: flex;
  align-items: center;
  justify-content: center;  
}

.vignette_tri {
  cursor: pointer;
  display: none;
  position: fixed;
  padding: 15px;
  border-radius: 50px;
  left: 30px;
  bottom: 30px;
  background-color: #2F4D89;
  color: white;
  z-index: 5;
}

.vignette_tri i{
  font-size: 2rem;
}

.filtre_display{
  display: block!important;
}

@media (max-width:1024px) {
  
  .content_flex{
    flex-direction: column;
  }
  
  .tab9{
    margin: 10px 0;
    width: 100%;
    margin-bottom: 5%;
  }
  .rowProduit{
    justify-content: center;
    grid-template-columns: 1fr 1fr 1fr;

  }

  .head_product{
    flex-direction: column-reverse;
  }

  .head_product div{
    padding: 0%;
  }
  
  .head_img{
    width: 100%;

  }
  .tab8 {
    width: 92%;
    margin-left: 20px;
  }
  .categorie_filtre {
    width: 100%;
  }
  .vignette_tri{
    display: flex;
  }
  .sous_filtre {
    display: none;
    position: fixed;
    width: 75%;
    left: 13%;
    z-index: 5;
    top: 150px;
    bottom: 15%;
    background-color: white;
    overflow-y: auto;
    padding: 10px;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 0px 1000px;
  }
}

@media (max-width:800px) {

  .rowProduit{
    column-gap: 2.5vw;
    row-gap: 2.5vw;
    grid-template-columns: 1fr 1fr;
  }
  

}

@media (min-width:1440px) {
  .rowProduit{
    column-gap: 1.2rem;
    row-gap: 1.2rem;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

}

@media (min-width:600px) {
  .content_flex{
    margin: 0 19%;
  }
  
}

@media (max-width:600px) {
  .head_product{
    margin-inline: 3%;
    padding: 0px 0% 0px 1.25%;
  }
  .loading {
    margin-inline: 5%;
  }
  
  .tab8 {
    width: 88%;
  }

  .vignette_tri i {
    font-size: 1.2rem;
  }

}