clameur.css 307 B

123456789101112131415161718
  1. .panel-thematique{
  2. letter-spacing: -0.25em;
  3. }
  4. .panel-thematique>*{
  5. letter-spacing: normal;
  6. }
  7. .panel-thematique .right,.panel-thematique .left{
  8. display: inline-block; vertical-align: top;
  9. }
  10. .panel-thematique .right{
  11. width:75%;
  12. }
  13. .panel-thematique .left{
  14. width: 25%;
  15. }
  16. .panel-thematique .bottom{
  17. }