/**
 * NOTICE OF LICENSE
 *
 * This source file is subject to a commercial license from Alternetis
 * Use, copy, modification or distribution of this source file without written
 * license agreement from Alternetis is strictly forbidden.
 * In order to obtain a license, please contact us: contact@alternetis.fr
 *
 * @author    Alternetis <contact@alternetis.fr>
 * @copyright Copyright(c) 2009-2019 Alternetis - http://www.alternetis.fr
 * @license   Commercial license
 */
 .flex-aeccommandeouverte{
     display: flex;
     justify-content: space-between;
     padding: 10px;
     cursor: pointer;
 }
 .flex-aeccommandeouverte:hover{
    background-color:rgba(0,0,0,.075)
 }

 .cellulebg{
    background-color:rgba(0,0,0,.075)
 }

 .cellule{
    color: #333;
    font-weight: bold;
 }

 .flex{
     flex:1;
     font-size: 1.2rem;
 }
 .flex2{
    flex:1;
    text-align: center;
    font-size: 1.2rem;
 }
 .flex3{
    flex:1;
    text-align: right;
 }
 .fa-times{
    background-color: red!important;
 }
 .fa-circle{
    background-color: green!important;
 }

