|
@@ -82,6 +82,11 @@ header[role="banner"]{
|
|
|
display: inline-block;
|
|
|
}
|
|
|
}
|
|
|
+ @include col-mediaquery-max(4, landscape){
|
|
|
+ .slogan{
|
|
|
+ display: none;
|
|
|
+ }
|
|
|
+ }
|
|
|
}
|
|
|
|
|
|
@include col-mediaquery-max(3){
|
|
@@ -524,11 +529,47 @@ header[role="banner"]{
|
|
|
}
|
|
|
}
|
|
|
|
|
|
+ @include col-mediaquery-max(4, landscape){
|
|
|
+ #block-materiosapisearchblock{
|
|
|
+ align-self: flex-start;
|
|
|
+ }
|
|
|
+ }
|
|
|
}
|
|
|
#block-pagetitle{
|
|
|
|
|
|
padding:1em 0;
|
|
|
|
|
|
+ h2{
|
|
|
+ margin:0;
|
|
|
+ font-size: 1.512em;
|
|
|
+ text-transform: capitalize;
|
|
|
+ font-weight: 300;
|
|
|
+
|
|
|
+ body.path-home & {
|
|
|
+ display: none;
|
|
|
+ }
|
|
|
+ body:not(.path-home) & {
|
|
|
+ padding:0.5em 1em;
|
|
|
+ }
|
|
|
+ body.path-blabla &,
|
|
|
+ body.path-checkout & {
|
|
|
+ color: #fff;
|
|
|
+ background-color: $color-blabla;
|
|
|
+ }
|
|
|
+ body.path-showrooms & {
|
|
|
+ color: #fff;
|
|
|
+ background-color: $color-showrooms;
|
|
|
+ }
|
|
|
+ body.path-base &,
|
|
|
+ body.path-thematique & {
|
|
|
+ color: #fff;
|
|
|
+ background-color: $color-base;
|
|
|
+ }
|
|
|
+ body.path-pricing & {
|
|
|
+ color: #fff;
|
|
|
+ background-color: $color-webshowroom;
|
|
|
+ }
|
|
|
+ }
|
|
|
@include col-mediaquery-max(3){
|
|
|
body.path-frontpage &, body.path-home & {
|
|
|
display: none;
|
|
@@ -539,39 +580,15 @@ header[role="banner"]{
|
|
|
padding: 0.5em 1em 0!important;
|
|
|
}
|
|
|
}
|
|
|
-
|
|
|
}
|
|
|
- h2{
|
|
|
- margin:0;
|
|
|
- font-size: 1.512em;
|
|
|
- text-transform: capitalize;
|
|
|
- font-weight: 300;
|
|
|
-
|
|
|
- body.path-home & {
|
|
|
- display: none;
|
|
|
- }
|
|
|
- body:not(.path-home) & {
|
|
|
- padding:0.5em 1em;
|
|
|
- }
|
|
|
- body.path-blabla &,
|
|
|
- body.path-checkout & {
|
|
|
- color: #fff;
|
|
|
- background-color: $color-blabla;
|
|
|
- }
|
|
|
- body.path-showrooms & {
|
|
|
- color: #fff;
|
|
|
- background-color: $color-showrooms;
|
|
|
- }
|
|
|
- body.path-base &,
|
|
|
- body.path-thematique & {
|
|
|
- color: #fff;
|
|
|
- background-color: $color-base;
|
|
|
- }
|
|
|
- body.path-pricing & {
|
|
|
- color: #fff;
|
|
|
- background-color: $color-webshowroom;
|
|
|
- }
|
|
|
- }
|
|
|
+ @include col-mediaquery-max(4, landscape){
|
|
|
+ padding:0 0 1em;
|
|
|
+ h2{
|
|
|
+ body:not(.path-home) & {
|
|
|
+ padding:0 0.6em 0.1em;
|
|
|
+ }
|
|
|
+ }
|
|
|
+ }
|
|
|
}
|
|
|
|
|
|
#block-materiosapisearchblock{
|
|
@@ -1306,6 +1323,9 @@ article.node--type-frontpage{
|
|
|
font-weight: 500;
|
|
|
margin: 0;
|
|
|
padding: 0 0 0.5em 0;
|
|
|
+ @include col-mediaquery-max(4, landscape){
|
|
|
+ display:none;
|
|
|
+ }
|
|
|
}
|
|
|
|
|
|
&>ul{
|
|
@@ -1641,7 +1661,7 @@ article.card{
|
|
|
>.col{
|
|
|
flex-basis: 50%;
|
|
|
}
|
|
|
- @include col-mediaquery-max(3){
|
|
|
+ @include col-mediaquery-max(3, portrait){
|
|
|
flex-flow: column;
|
|
|
width: 100%;
|
|
|
height: 100%;
|
|
@@ -1653,6 +1673,19 @@ article.card{
|
|
|
flex:0 0 100%;
|
|
|
}
|
|
|
}
|
|
|
+ @include col-mediaquery-max(4, landscape){
|
|
|
+
|
|
|
+ width: 100%;
|
|
|
+ height: 100%;
|
|
|
+ >.col-right{
|
|
|
+ height: 100%;
|
|
|
+ overflow-y: auto;
|
|
|
+ }
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+ }
|
|
|
+
|
|
|
section.col-right{
|
|
|
>*:not(nav.tools){
|
|
|
position: relative;
|
|
@@ -1839,6 +1872,9 @@ article.card{
|
|
|
}
|
|
|
}
|
|
|
|
|
|
+.vm--modale-card{
|
|
|
+ position: relative;
|
|
|
+}
|
|
|
|
|
|
@include col-mediaquery-min(3){
|
|
|
.vm--modale-card{
|