essaie fin footer
This commit is contained in:
parent
2f6a8c28be
commit
feb8a0e12d
@ -437,6 +437,13 @@ h2{
|
|||||||
|
|
||||||
#groupepayreid img{
|
#groupepayreid img{
|
||||||
height: 110px !important;
|
height: 110px !important;
|
||||||
|
position: relative;
|
||||||
|
bottom: 0px !important
|
||||||
|
}
|
||||||
|
|
||||||
|
#sub_footer img {
|
||||||
|
position: relative;
|
||||||
|
bottom: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
// madias queries
|
// madias queries
|
||||||
@ -604,31 +611,43 @@ h2{
|
|||||||
#sub_footer {
|
#sub_footer {
|
||||||
padding: 5px 0 !important;
|
padding: 5px 0 !important;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
|
|
||||||
#logos {
|
#logos {
|
||||||
padding: 20px;
|
padding: 20px;
|
||||||
|
|
||||||
img {
|
img {
|
||||||
margin: 5px 12px !important;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
#place {
|
#place, #contacts {
|
||||||
padding-right: 5% !important;
|
padding-right: 10px !important;
|
||||||
padding-left: 15% !important;
|
padding-left: 10px !important;
|
||||||
|
padding-top: 0px !important;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
img {
|
img {
|
||||||
height: 70px !important;
|
height: 70px !important;
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
#groupepayreid img{
|
#groupepayreid img{
|
||||||
height: 90px !important;
|
height: 90px !important;
|
||||||
display: block;
|
display: block;
|
||||||
width: auto;
|
margin: 0 auto !important;
|
||||||
|
padding-bottom: 20px;
|
||||||
position: relative;
|
position: relative;
|
||||||
left: 35%;
|
bottom: 0px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
tbody {
|
||||||
|
width: 100% !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
//pour les particuliers
|
//pour les particuliers
|
||||||
#main_content {
|
#main_content {
|
||||||
padding: 0px;
|
padding: 0px;
|
||||||
@ -688,9 +707,17 @@ h2{
|
|||||||
margin: 5px 14%;
|
margin: 5px 14%;
|
||||||
}
|
}
|
||||||
|
|
||||||
#main_content {
|
}
|
||||||
|
|
||||||
|
@media screen and (max-width: 874px) {
|
||||||
|
#sub_footer #logos {
|
||||||
|
float: none;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@media screen and (min-width: 880px) {
|
||||||
|
#sub_footer #place, #sub_footer #contacts {
|
||||||
|
padding-right: 10px !important;
|
||||||
|
padding-top: 40px;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user