|
@@ -13,7 +13,8 @@
|
|
|
width: 35%!important;
|
|
|
}
|
|
|
.demander-votre-devis{
|
|
|
- transform: translate(0%, -125%)!important;
|
|
|
+ -webkit-transform: translate(0%, -125%)!important;
|
|
|
+ transform: translate(0%, -125%)!important;
|
|
|
}
|
|
|
}
|
|
|
#newsletter #mlb2-985974.ml-form-embedContainer .ml-form-embedWrapper.embedForm{
|
|
@@ -422,7 +423,8 @@
|
|
|
@media screen and (max-width: 768px) {
|
|
|
#devis{
|
|
|
.demander-votre-devis{
|
|
|
- transform: translate(50%, -125%)!important;
|
|
|
+ -webkit-transform: translate(50%, -125%)!important;
|
|
|
+ transform: translate(50%, -125%)!important;
|
|
|
}
|
|
|
}
|
|
|
}
|