@import "elements/variables"; @import "elements/introduction"; @import "elements/newsletter"; @import "elements/salon"; //Page Outils et modèles .toolAndModel{ .article{ border-bottom: 1px solid @greyeb; padding-bottom: 10px; @media(min-width: 768px){border-bottom: none;padding-bottom: 0px;} figure img{ @media(min-width: 768px){margin: 0} } &.last{ border-bottom: none; padding-bottom: 0; } .content{ p{ text-align: center; @media(min-width: 768px){text-align: left;} } } } .titleP{ text-align: center;font-family: 'open_sansbold';text-transform: uppercase;background-color: @greyeb;line-height: 1.5em; font-size: 21px; } .articles-group{ .article{ @media(min-width: 1200px){ display: table;width: 100%;} figure{border:none} .content{ @media(min-width: 1200px){display: table-cell;height: 158px; p.content{height:auto;display: block} p.text-center{position: absolute;bottom: 0px;} } } p.content{margin: 0;padding: 0} } } .right{margin-top: 50px; @media(min-width: 768px){margin-top: 0px;} } }