changement du menu et suppression de bug homepage

This commit is contained in:
Caroline Girard 2019-03-18 11:38:56 +01:00
parent ea902eb032
commit 65b59b23e1

View File

@ -481,6 +481,8 @@ img{
} }
#logo_fond{ #logo_fond{
position:absolute; position:absolute;
top:0; top:0;
@ -499,24 +501,24 @@ img{
//display:block; //display:block;
position:fixed; position:fixed;
top:0; top:0;
bottom: 50%; bottom: 0;
right: 0; right: 0;
left: 35%; left: 0;
background: dimgrey; background: dimgrey;
opacity: 0.96; opacity: 0.96;
padding: 14% !important; padding: 14% !important;
a{ a{
color: rgba(255, 255, 255, 1) !important; color: rgba(255, 255, 255, 1) !important;
display: block !important; display: block !important;
padding: 8px 10px !important; padding: 10px 25px !important;
font-size: 16px !important; font-size: 20px !important;
} }
} }
#menu_top { #menu_top {
.menu { .menu {
padding: 15% 5px !important; padding: 15% 5px !important;
text-align: left; text-align: right;
} }
} }
@ -570,7 +572,7 @@ img{
.actu .img { .actu .img {
float: none; float: none;
width: 100% !important; width: 95% !important;
padding: 10px; padding: 10px;
} }