/** * Heading section classes * * @author splitfire - http://splitfire.fr * @version 1.0 * */ .heading { //width: 100%; ///position: absolute; //top:0;//left est géré dans /_helpers/menu pour le cas de l'ouverture est fermerture du menu margin:0 -15px; height: $headingHeight; background-color:$headingColor; & .heading_container { white-space: nowrap; } & .heading--icon { width: 60px; height: 60px; font-size:60px; vertical-align: middle; @include mq($toDevice: phone){display: none;} } & .heading--info { display: inline-block; vertical-align: middle; color: #fff; & > * { white-space: nowrap; text-overflow: ellipsis; } } }