'haut', 'right' => 'droite', 'bottom' => 'Bas', 'left' => 'Gauche'); $borderRadius = array('top' => 'top-left', 'right' => 'top-right', 'bottom' => 'bottom-right', 'left' => 'bottom-left'); $cssArr = $css ? json_decode($css, true) : array(); $backgroundColorValue = array_key_exists('background-color', $cssArr) ? $cssArr['background-color'] : ''; $idChampsAlreadyUsed = []; $cssBlocBackup = []; $suffixIdModal = $new; if($formulaire) { $nbrCols = $formulaire->nbrCols; } else { $nbrCols = 3; } ?>