/*
CDurteste 2016.
contact@cdurteste.fr
+33 6 70 80 98 84
*/
/* 
    Created on : 20 oct. 2023, 11:12:26
    Author     : cdurt
*/

.buttonnav {

    /* style du texte */
    text-align:center;
    font-size: 10px;
    font-weight: bold;
    line-height: 1;
    text-decoration: none;
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0,0,0,0.5); /* ombre décalée de 0px à droite, 1px en haut, un flou de 0px, de couleur noir et d opacité 50% */

    /* fond dégradé pour le bouton */
    background: -moz-linear-gradient(top, #b5b5b5, #6d6d6d); /* Firefox */
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#b5b5b5), to(#6d6d6d)); /* Safari et Chrome*/

    /* style général du bouton */
    display: inline-block;
    padding: 4px 5px 4px;
    -moz-border-radius: 4px; /* coins arrondi pour Firefox */
    -webkit-border-radius: 4px; /* coins arrondi pour Safari et Chrome */
    border-radius: 4px;
    border-bottom: 1px solid rgba(0,0,0,0.5);
    -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
    box-shadow: 0 1px 3px rgba(0,0,0,0.5);
    margin: 2px;
    cursor :pointer;

}

.buttonnav:hover {
    background: -moz-linear-gradient(top, #33ff33, #000000); /* Firefox */
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#33ff33), to(#000000)); /* Safari et Chrome*/

}
.cdAccordeonButton{
    font-size: 100%;
    background-color: #D3B381;
    color : black;
    cursor :pointer;
}
.cdAccordeonButton:before{
    content : "\0023F7 ";
}
.deplie.cdAccordeonButton:before{
    content : "\0023F6 ";
}

.buttonnavVert {

    /* style du texte */
    text-align:center;
    font-size: 10px;
    font-weight: bold;
    line-height: 1;
    text-decoration: none;
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0,0,0,0.5); /* ombre décalée de 0px à droite, 1px en haut, un flou de 0px, de couleur noir et d opacité 50% */

    /* fond dégradé pour le bouton */
    background: -moz-linear-gradient(top, #33ff33, #000000); /* Firefox */
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#33ff33), to(#000000)); /* Safari et Chrome*/

    /* style général du bouton */
    display: inline-block;
    padding: 4px 5px 4px;
    -moz-border-radius: 4px; /* coins arrondi pour Firefox */
    -webkit-border-radius: 4px; /* coins arrondi pour Safari et Chrome */
    border-radius: 4px;
    border-bottom: 1px solid rgba(0,0,0,0.5);
    -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
    box-shadow: 0 1px 3px rgba(0,0,0,0.5);
    margin: 2px;

}

.buttonnavVert:hover {
    background: -moz-linear-gradient(top, #000000, #33ff33); /* Firefox */
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#000000), to(#33ff33)); /* Safari et Chrome*/

}

.buttonnavRouge, .buttonnavRougeAlways {

    /* style du texte */
    text-align:center;
    font-size: 10px;
    font-weight: bold;
    line-height: 1;
    text-decoration: none;
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0,0,0,0.5); /* ombre décalée de 0px à droite, 1px en haut, un flou de 0px, de couleur noir et d opacité 50% */

    /* fond dégradé pour le bouton */
    background: -moz-linear-gradient(top, #b5b5b5, #6d6d6d); /* Firefox */
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#b5b5b5), to(#6d6d6d)); /* Safari et Chrome*/

    /* style général du bouton */
    display: inline-block;
    padding: 4px 5px 4px;
    -moz-border-radius: 4px; /* coins arrondi pour Firefox */
    -webkit-border-radius: 4px; /* coins arrondi pour Safari et Chrome */
    border-radius: 4px;
    border-bottom: 1px solid rgba(0,0,0,0.5);
    -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
    box-shadow: 0 1px 3px rgba(0,0,0,0.5);
    margin: 2px;
    cursor :pointer;

}

.buttonnavRouge:hover , .buttonnavRougeAlways {
    background: -moz-linear-gradient(top, #ff3333, #000000); /* Firefox */
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#ff3333), to(#000000)); /* Safari et Chrome*/


}

.hidden{
    display:none;
}

.qte {
    width:60px;
    margin-top :5px;
}

.right {
    text-align:right;
}
.center {
    text-align: center;
}

.tadresse{
    height: 80px;
    padding : 5px;
}

table{
    margin: 0px ! important;
}

.blockPdts{
    text-align: center;
}
.blockPdt{
    display:inline-block;
    width :180px;
    max-width: 158px;
    padding: 4px;
    margin: 4px;
    background-color: white;
    vertical-align: top;
    border: 1px solid black;
}

.ref {
    font-size: 60%
}
.lib{
    font-weight: bold;
    height:105px;
    min-height:105px;
}

.image{
    height:90px;
    min-height:90px;
}

.ft{
    height:20px;
    min-height:20px;
}

.detailCommande{
    padding:0px 20px 10px;
}

.tableDetail{
    background-color: white;
}
.tableDetail td{
    font-size: 80%;
    padding:0px 20px;
}

.orderSent {
    background-color:black;
    color:white;
    text-align:center;
}

.orderSent h4 {
    color:red;
}

.barreHaute{
    border-top : 3px solid black;
}

.red {
    color : red;
}

.vtop {
    vertical-align: top;
}

.alertDispo{
    background-color:grey;
    color:white;
    font-size: 80%;
}
.menu-mopo-container{

    min-height: 15px;
    background-color:white;
}
#menu-mopo{
    position: absolute;
    z-index: 990;
    width:1920px;
}

.menu-mopo-level1{
    width:200px;
    cursor: pointer;
}

.menu-mopo-container ul li {
    display: inline-block;
    vertical-align: top;
    background-color: #D3B381;
    color : black;
    margin:2px;
    padding:2px;
    text-align:center;

}

.menu-mopo-container .sub-menu {
    display:none;
}
.menu-mopo-container .sub-menu li{
    display:block;
    text-align:left;
}
.menu-mopo-container ul li:hover .sub-menu {
    display:block;
    transition : 0.5s;
}
.mopo-item{

    cursor: pointer;
}

.mopoGreen{
    background-color: #afca54;
    padding: 5px;
    font-weight: initial;
    font-size: 80%;
    line-height: 105%;
}

.mopo-mega-menu td {
    background-color: black;
    color : white;
    min-width: 250px;
}

.mopo-bouton-commande {
    background-color: #F95521 !important;
}

.mopo_fiche_technique{
    color:blue !important;
}

.mopo_puht{
    color: #F95521;
    font-weight: bold;
}