/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 26 mars 2022, 11:27:04
    Author     : pixad
*/

    
article .BlockQuestion  {display: flex; flex-direction: row; width: 100%; justify-content: space-between; align-items: center; padding: 15px;}
article .BlockQuestion .TitreQuestion i { color:#efefef; }
article .BlockQuestion.active .TitreQuestion i { color:#9AE352; }
article .BlockQuestion .TitreQuestion  {width:100%; cursor: pointer}
article .BlockQuestion .BtnEditionQuestion  {width:30%; display: flex; flex-direction: row; justify-content: flex-end; align-items: center; }
article .BlockReponse {display: none; padding: 25px; background-color: #FFF; -webkit-box-shadow: 0px 0px 12px 2px rgba(0,0,0,0.10); box-shadow: 0px 0px 12px 2px rgba(0,0,0,0.10); }
article .BlockReponse.active {display: block; }


