Get frontend attribute value
$etat = $_product->getResource()->getAttribute('etat')->getFrontend()->getValue($_product);
When return Magento\Framework\Phrase
Object then use this
$etat = $_product->getResource()->getAttribute('etat')->getFrontend()->getValue($_product)->getText();