* {box-sizing: border-box}
body {font-family: "Lato", sans-serif;}
h1,h2,h3,h4,h5,h6{padding: 0; margin: 0;}

/* Style the tab */
.editeur{
    width: 100%;
    height: 300px;
    
    }
    .editeur-inner{
        width: 80%;
        height: 100%;
        margin: auto;
        border:1px solid black;
    }
    .editeur .editeur-entete{
        width: 100%;
        height: 50px;
        padding:5px;
        background-color: #dfd4d4;

    }

    .editeur .editeur-entete .editeur-entete-inner{
        width: 100%;    
    }
    .editeur .editeur-cat{
        float:left;
        width: 100%;
        height:calc(100% - 50px);
    }

    .editeur-cat .editeur-volet{
        float: left;
        border: 1px solid #ccc;
        background-color: #f1f1f1;
        width: 100px;
        height: 100%;
    }
    .editeur-cat .editeur-volet button{
    display: block;
    background-color: inherit;
    color: black;
    padding: 12px 10px;
    width: 100%;
    border: none;
    outline: none;
    text-align: left;
    cursor: pointer;
    transition: 0.3s;
    font-size: 17px;
    
    }
    /* Change background color of buttons on hover */
    .editeur-cat .editeur-volet button:hover {
    background-color: #ddd;
    }

    /* Create an active/current "tab button" class */
    .editeur-cat .editeur-volet button.active {
    background-color: #ccc;
    }

    /* Style the tab content */
    .editeur-cat .editeur-volet-content {
    float: left;
    padding: 10px;
    border: 1px solid #ccc;
    width: calc(100% - 100px);
    border-left: none;
    height: 100%;
    }




    /* Style the tab */
    .onglet{
        width: 100%;
        height:100%;
    }

    /* Style the tab */
    .tab {
    height: 50px;
    overflow: hidden;
    border: 1px solid #ccc;
    background-color: #f1f1f1;
    }

    /* Style the buttons inside the tab */
    .tab button {
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    transition: 0.3s;
    font-size: 17px;
    height: 50px;
    }

    /* Change background color of buttons on hover */
    .tab button:hover {
    background-color: #ddd;
    }

    /* Create an active/current tablink class */
    .tab button.active {
    background-color: #ccc;
    }

    /* Style the tab content */
    .tabcontent {
    display: none;
    padding: 10px 10px;
    border: 1px solid #ccc;
    border-top: none;
    height: calc(100% - 50px);
    }

/* Style the tab */
.groupe_list{
    width: 100%;
    height: 400px;
}

/* Style the tab content */
.groupe_list .groupe {
position: relative;
float: left;
padding: 0;
margin: 5px;
border: 1px solid #ccc;
min-width: 100px;
min-height: 100px;
}

/* Style the tab content */
.groupe_list .groupe .groupe_legende{
position: absolute;
bottom: 0;
padding: 2px;
background-color: #f1f1f1f6;
color: #555;
width: 100%;
height: 20px;
font-size: 12px;
text-align: center;
}

.groupe_list .groupe .groupe_content{
    padding-bottom: 20px;
}


.commandes{
    display: inline-block;
    margin-bottom :5px;
    padding: 5px;
}        
.commande{
    
    display: block;
    float: left;
}
.actif{
   /* border-bottom : 1px solid #000*/
}
.commande_label, .list_label, .radio_label {
    position: relative;
    display: block;
    color: rgb(111, 99, 99);
    font-size: 12px;
    line-height: 30px;
    font-weight: 600;
    letter-spacing: 1px;
    text-align: center;
    text-transform: uppercase;
    padding: 0 5px;
    margin: 2px 0;
}
.commande_input{
    display: none;
}
.commande_input + label {
    cursor: pointer;
    display: inline-block;
    height: 30px;
    color: #999;
    background: #f9f9f9;
    border: 1px solid #f1f1f1;
    border-radius: 4px;
    margin: 0 5px 0 auto;
    min-width: 50px;
    text-align: center;
    
}
.commande_input + label  svg{
    fill: #777;
    width: 16px;
    padding: 6px 0;
    display: block;
    line-height: 30px;
    margin: 0 auto;
}
.commande_input+ label:hover,.commande_list:hover  {
    background: #fff;
    border: 1px solid #3d3df4;         
}
.commande_input + label:hover  svg {
    fill: #3d3df4;
}
.commande_input:checked + label {       
    background: #fff;
    border: 1px solid #7070e9;
    color: #3d3df4;
}
.commande_input:checked + label svg {                 
    fill: #3d3df4;
}
.commande_list{
    cursor: pointer;
    display: inline-block;
    height: 30px;
    color: #777;
    background: #f9f9f9;
    border: 1px solid #f1f1f1;
    border-radius: 4px;
    margin: 0 5px 0 auto;
    


} 
.commande_reduit{
    width: 70px;
}
.commande_w100{
    width: 100px;
}
.commande_w200{
    width: 200px;
}     
.commande_w50{
    width: 50px;
}
input[type="radio"] + label{
    width: 50px;
}

.btn-theme{
    color: #fff;
background-color: #4ECDC4;
border-color: #48bcb4
}
    