This commit is contained in:
2019-03-06 09:16:11 +01:00
5 changed files with 26 additions and 17 deletions

View File

@ -231,7 +231,7 @@ footer{
}
.link {
padding: 11px 0px 0px 20px;
padding: 12px 0px 12px 20px;
}
.item_nav_blog_gauche {
@ -306,7 +306,7 @@ footer{
.bloc_principal_titre {
text-align: center;
padding-top: 15px;
padding-top: 14px;
width: 100%;
height: 50px;
background-color: #150032;
@ -318,6 +318,7 @@ footer{
.bloc_principal_titre h1, h4.title {
font-size: 20px;
font-weight: 600;
}
h4.title {
@ -325,7 +326,7 @@ h4.title {
}
a[href]:hover {
color: inherit;
/* color: inherit; */
text-decoration: none;
}
@ -377,6 +378,7 @@ a[href]:hover {
-webkit-transition: 300ms;
-o-transition: 300ms;
transition: 300ms;
border: none;
}
.bloc-button:hover{
@ -508,6 +510,7 @@ input {
line-height: 24px;
font-weight: bold;
color: #3a3a3a;
font-size: 16px;
}
.article .text {
@ -928,3 +931,10 @@ td, th {
table {
width: 100%;
}
.bloc-filter input {
display: inline-block;
}
.bloc-filter label {
width: 80%;
}