123456789101112131415161718 |
- .panel-thematique{
- letter-spacing: -0.25em;
- }
- .panel-thematique>*{
- letter-spacing: normal;
- }
- .panel-thematique .right,.panel-thematique .left{
- display: inline-block; vertical-align: top;
- }
- .panel-thematique .right{
- width:75%;
- }
- .panel-thematique .left{
- width: 25%;
- }
- .panel-thematique .bottom{
- }
|