essaie fin footer

This commit is contained in:
Caroline Girard 2019-04-08 12:45:07 +02:00
parent 2f6a8c28be
commit feb8a0e12d

View File

@ -437,6 +437,13 @@ h2{
#groupepayreid img{
height: 110px !important;
position: relative;
bottom: 0px !important
}
#sub_footer img {
position: relative;
bottom: 10px;
}
// madias queries
@ -604,31 +611,43 @@ h2{
#sub_footer {
padding: 5px 0 !important;
text-align: center;
#logos {
padding: 20px;
img {
margin: 5px 12px !important;
}
}
#place {
padding-right: 5% !important;
padding-left: 15% !important;
#place, #contacts {
padding-right: 10px !important;
padding-left: 10px !important;
padding-top: 0px !important;
}
img {
height: 70px !important;
}
}
#groupepayreid img{
#groupepayreid img{
height: 90px !important;
display: block;
width: auto;
margin: 0 auto !important;
padding-bottom: 20px;
position: relative;
left: 35%;
bottom: 0px;
}
tbody {
width: 100% !important;
}
//pour les particuliers
#main_content {
padding: 0px;
@ -688,9 +707,17 @@ h2{
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;
}
}