|
@@ -17,7 +17,7 @@ html{
|
|
|
|
|
|
.paralax{
|
|
|
z-index: -1;
|
|
|
- position: absolute;
|
|
|
+ position: absolute!important;
|
|
|
width: 50%;
|
|
|
}
|
|
|
|
|
@@ -42,24 +42,33 @@ html{
|
|
|
top:0;
|
|
|
width: 50%;
|
|
|
}
|
|
|
+
|
|
|
.les-projets .paralax{
|
|
|
z-index: -1;
|
|
|
}
|
|
|
+
|
|
|
.la-collecte .paralax{
|
|
|
z-index: -1;
|
|
|
- width: 80%;
|
|
|
+ width: 50%;
|
|
|
+ top: 0;
|
|
|
}
|
|
|
+
|
|
|
.la-benevole-zone .paralax{
|
|
|
z-index: -1;
|
|
|
- width: 80%;
|
|
|
+ width: 50%;
|
|
|
+ top: 0;
|
|
|
}
|
|
|
+
|
|
|
.privatiser-lespace .paralax{
|
|
|
z-index: -1;
|
|
|
- width: 80%;
|
|
|
+ width: 30%;
|
|
|
+ top: 0;
|
|
|
}
|
|
|
+
|
|
|
.privacy-policy .paralax{
|
|
|
z-index: -1;
|
|
|
width: 70%;
|
|
|
+ top: 0;
|
|
|
}
|
|
|
|
|
|
body {
|
|
@@ -1082,7 +1091,22 @@ body.la-collecte .__header h3{
|
|
|
padding-bottom: 56.25%;
|
|
|
height: 0;
|
|
|
}
|
|
|
- #section_MineVideo .wrapper__content iframe {
|
|
|
+ .slide .video{
|
|
|
+ position: relative;
|
|
|
+ width: 100%;
|
|
|
+ padding-bottom: 50%;
|
|
|
+ padding-top: 35px;
|
|
|
+ height: 100%;
|
|
|
+ overflow: hidden;
|
|
|
+ }
|
|
|
+ .slide .video iframe{
|
|
|
+ position: absolute;
|
|
|
+ top: 0;
|
|
|
+ left: 0;
|
|
|
+ width: 100%;
|
|
|
+ height: 100%;
|
|
|
+ }
|
|
|
+ #section_MineVideo .wrapper__content iframe{
|
|
|
position: absolute;
|
|
|
top: 0;
|
|
|
left: 0;
|
|
@@ -1265,7 +1289,7 @@ body.la-collecte .__header h3{
|
|
|
-o-object-fit: cover;
|
|
|
object-fit: cover;
|
|
|
}
|
|
|
- body.les-temps-forts section{
|
|
|
+ body.les-temps-forts #content section{
|
|
|
margin-top: 100px;
|
|
|
}
|
|
|
body.les-temps-forts .title, body.les-temps-forts .next_edition {
|