footer finiiiiis
This commit is contained in:
parent
36f860f4c6
commit
770a207327
@ -236,6 +236,8 @@ h1{
|
|||||||
color:rgba(0,0,0,0.6);
|
color:rgba(0,0,0,0.6);
|
||||||
line-height:19px;
|
line-height:19px;
|
||||||
text-align:left;
|
text-align:left;
|
||||||
|
padding-top: 35px !important;
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
#contacts{
|
#contacts{
|
||||||
@ -257,7 +259,7 @@ h1{
|
|||||||
width: auto;
|
width: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
#idpayre img{
|
#groupepayreid img{
|
||||||
height: 110px !important;
|
height: 110px !important;
|
||||||
width: auto;
|
width: auto;
|
||||||
}
|
}
|
||||||
@ -425,7 +427,7 @@ h2{
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
@media screen and (max-width: 880px) {
|
@media screen and (max-width: 935px) {
|
||||||
.sub_menu {
|
.sub_menu {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
@ -550,7 +552,7 @@ h2{
|
|||||||
//formulaire
|
//formulaire
|
||||||
|
|
||||||
#footer table {
|
#footer table {
|
||||||
width: auto !important;
|
width: 100% !important;
|
||||||
max-width: auto;
|
max-width: auto;
|
||||||
border-collapse: collapse;
|
border-collapse: collapse;
|
||||||
}
|
}
|
||||||
@ -564,19 +566,34 @@ h2{
|
|||||||
margin: 20px;
|
margin: 20px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#sub_footer {
|
#footer {
|
||||||
|
margin-top: 0px;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
#logo_fond {
|
||||||
|
max-width: 150px;
|
||||||
|
width: 30%;
|
||||||
|
height: auto;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
#sub_footer {
|
||||||
padding: 5px 0 !important;
|
padding: 5px 0 !important;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
|
|
||||||
#logos {
|
#logos {
|
||||||
padding: 20px !important;
|
padding: 20px;
|
||||||
img {
|
img {
|
||||||
margin: 5px 12px !important;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
#place {
|
#place, #contacts {
|
||||||
padding-right: 4% !important;
|
padding-right: 10px !important;
|
||||||
padding-left: 6% !important;
|
padding-left: 10px !important;
|
||||||
|
padding-top: 0px !important;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
img {
|
img {
|
||||||
@ -584,6 +601,28 @@ h2{
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#groupepayreid img{
|
||||||
|
height: 90px !important;
|
||||||
|
display: block;
|
||||||
|
margin: 0 auto !important;
|
||||||
|
padding-bottom: 20px;
|
||||||
|
}
|
||||||
|
|
||||||
|
tbody {
|
||||||
|
width: 100% !important;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
@media screen and (max-width: 1039px) {
|
||||||
|
#sub_footer #logos {
|
||||||
|
float: none;
|
||||||
|
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
#sub_footer {
|
||||||
|
text-align:center;
|
||||||
|
}
|
||||||
// articles
|
// articles
|
||||||
.actu .description {
|
.actu .description {
|
||||||
margin-left: 0px;
|
margin-left: 0px;
|
||||||
@ -637,6 +676,11 @@ h2{
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#sub_footer #contacts {
|
||||||
|
padding-right: 50px;
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
.columns.span_3 {
|
.columns.span_3 {
|
||||||
|
|
||||||
.img.image_content {
|
.img.image_content {
|
||||||
@ -675,8 +719,11 @@ h2{
|
|||||||
margin: 5px 14%;
|
margin: 5px 14%;
|
||||||
}
|
}
|
||||||
|
|
||||||
#main_content {
|
|
||||||
|
|
||||||
|
@media screen and (max-width: 880px) {
|
||||||
|
#sub_footer #logos {
|
||||||
|
float: none;
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -221,7 +221,7 @@
|
|||||||
#sub_footer
|
#sub_footer
|
||||||
|
|
||||||
#logos
|
#logos
|
||||||
=link_to "https://groupe-payre.fr", :id => "idpayre", :target => "_blank" do
|
=link_to "https://groupe-payre.fr", :id => "groupepayreid", :target => "_blank" do
|
||||||
=image_tag "/logo.png"
|
=image_tag "/logo.png"
|
||||||
|
|
||||||
=link_to "https://etschaix.fr/", :class => "imgpayre", :target => "_blank" do
|
=link_to "https://etschaix.fr/", :class => "imgpayre", :target => "_blank" do
|
||||||
@ -247,8 +247,8 @@
|
|||||||
2089 route de St Quentin
|
2089 route de St Quentin
|
||||||
%br
|
%br
|
||||||
38430 MOIRANS
|
38430 MOIRANS
|
||||||
%br
|
|
||||||
%br
|
#contacts
|
||||||
%p
|
%p
|
||||||
=ic :phone
|
=ic :phone
|
||||||
04 76 35 31 69
|
04 76 35 31 69
|
||||||
|
Loading…
x
Reference in New Issue
Block a user