/* .fa-hand-point-right:hover {
    transform: translate(3px);
} */

.card {
    border: none;
}

#accordionCategProduit{
    max-width: 350px !important;
    box-sizing: border-box;
}

@media (min-width: 581px) {
    #accordionCategProduit{
        max-width: 625px !important;
        box-sizing: border-box;
    }

    .qteinput {
        margin-right: 0.2rem;
        margin-left: 0.2rem;
    }
}
.accordion > .card > .card-header {
    /* background-color: rgba(184, 16, 19, 0.521); */
    background-color: #018f39;
    padding: .05rem 1.05rem;
    border: 1px solid #018f39 !important;


   /* border: 1px solid #b81012 !important;
     border: 1px solid #C8e1c4; */
}
.accordion > .card > .card-header  > h2 {
    border: none;
}

.accordion > .card > .card-header  > h2 > button{
 color: #ffffff;
 border: none;
}

.table-commande{
    font-size: 0.9rem;
    font-weight: normal;
    margin-bottom: 0rem !important;
    border: 1px solid #018f39 ;
}
.table-commande td, .table-commande th{
    border: 1px solid #b81012 ;  
}

.table thead th {
    border:  1px solid #b81012 ;
}

td {
    vertical-align: middle !important;
}

.celentete {
    color: #FFFFFF;
    background-color: #b81012;
    font-weight: normal;

    /* max-height: 0.5rem; */
    padding:0;
}

.table-striped tbody tr:nth-of-type(2n) {
    /* background-color: rgba(0,0,0,0.05); */
    background-color: #f2ffd7;
}

.table-striped tbody tr:nth-of-type(2n+1) {
    /* background-color: rgba(0,0,0,0.05); */
    background-color: #b0ffb0;
}

th {
    font-weight: 600; 
}

#commande img{
    width: 300px;
    
}

#commande {
    text-align: center;
}
@media (min-width:1355px) {
    #commande {
        text-align: left;
    }
}

#lacommande{
    display: flex;
    justify-content: space-around;
    align-items: top;
    flex-wrap: wrap;

    /* flex-grow: 1; */

}
#colgauche{
    /* width: 500px;  */
    margin: 5px; 
  }
#coldroite{

  margin: 5px;
   width: 500px;   
}

.btncategcommande{
    border:0;
    cursor: pointer;
    display: block;
    width: 100%;

    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;

    text-align: left;
    border-collapse: collapse;
}

h2{
    color:#009039;
    font-size: 16px;
    font-weight: 700;
    border-bottom: solid;
    border-bottom-color: #009039;
    /* text-decoration: underline; */
}



.recap-total {
    color: #B81C20;
    font-size: 1.1rem;
    font-weight: normal;  
    font-weight: 700; 
}

#fenetreModalLongTitle {
    color:#B81C20;
    font-size: 1.3rem;
    font-weight: normal;  
}


/*  --------tooltip----------  */
.tooltipfb {
    position: relative;
    display: inline-block;
    border-bottom: 0px dotted #B81012;
    margin-right: 1rem;
}

.tooltipfb .tooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: #009039;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1000;
    bottom: 125%;
    left: 50%;
    margin-left: -60px;
    opacity: 0;
    transition: opacity 1s;
}

.tooltipfb .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #009039 transparent transparent transparent;
}

.tooltipfb:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}	  
/*  -------- fin tooltip ----------  */