@largeur : `(document.getElementById('webTv').clientWidth/3-20)`; #contenu{ #idVideo{ height: 340px; padding : 0 0 20px 0; } div.listData{ cursor: pointer; display: inline; float : left; margin : 5px ; //height: ~`@{largeur}+'px'`; width: ~`@{largeur}+'px'`; text-align: center; padding : 3px; img{ height: ~`(@{largeur}-40)+'px'`; width: ~`(@{largeur}-5)+'px'`; } div{ width: ~`(@{largeur}-5)+'px'`; text-align: left; .titre{ color : #14607a; } } } } #mee { display: none; border : 1px solid red; h2 { font-size: 26px; font-weight: bold; } p { font-size: 12px; a { text-decoration: none; &:hover { border-width: 1px } } } }