|
@@ -325,10 +325,27 @@
|
|
|
width: 100%!important;
|
|
|
}
|
|
|
}
|
|
|
- #item .demander-votre-devis, #sublog .demander-votre-devis{
|
|
|
+ #sublog .demander-votre-devis{
|
|
|
+ transform: translate(0, -110%)!important;
|
|
|
width: 300px!important;
|
|
|
height: 110px!important;
|
|
|
- margin-top: -55px!important;
|
|
|
+ // margin-top: -55px!important;
|
|
|
+ a{
|
|
|
+ display: inline-flex!important;
|
|
|
+ }
|
|
|
+ p:nth-of-type(2){
|
|
|
+ display: none!important;
|
|
|
+ }
|
|
|
+ img{
|
|
|
+ margin-left: 20px!important;
|
|
|
+ margin-top: 0px!important;
|
|
|
+ }
|
|
|
+ }
|
|
|
+ #item .demander-votre-devis{
|
|
|
+ width: 300px!important;
|
|
|
+ height: 110px!important;
|
|
|
+ // margin-top: -55px!important;
|
|
|
+ transform: translate(0, -200%)!important;
|
|
|
a{
|
|
|
display: inline-flex!important;
|
|
|
}
|