public function headerContactNav() {\r
$res = array();\r
\r
+ if(strstr(SITE_URL, 'elearning')) {\r
+ $this->htmlDeclaration()->addClass('elearning');\r
+ }\r
+\r
$res[] = $this->linkInternal(__('Agences'), 'internal:agences',array('class'=>'agencies'));\r
$res[] = $this->linkQuote(__('Demandez un devis'),'',true);\r
\r
text-transform: uppercase;\r
font-weight: 500;\r
margin-bottom: 15px;\r
- font-size: 40px;\r
- line-height: 45px;\r
- @media @m900 {\r
- font-size: 2.17em;\r
- line-height: normal;\r
- }\r
}\r
}\r
\r
}\r
\r
}\r
+\r
+.elearning #featureDetails .article h3 {\r
+ font-size: 40px;\r
+ line-height: 45px;\r
+ @media @m900 {\r
+ font-size: 2.17em;\r
+ line-height: normal;\r
+ }\r
+}
\ No newline at end of file