2020-05-16 12:21:49 +02:00
|
|
|
.page_footer {
|
2020-05-22 10:33:24 +02:00
|
|
|
padding:($spacer*1.5) 0;
|
2020-05-16 12:21:49 +02:00
|
|
|
color:white;
|
|
|
|
background-color:$couleurPrincipale;
|
|
|
|
p {
|
|
|
|
font-size:0.8rem;
|
|
|
|
}
|
|
|
|
a {
|
|
|
|
display:inline-block;
|
|
|
|
margin:0 0.4em;
|
|
|
|
border:0;
|
2020-06-27 02:45:19 +02:00
|
|
|
color:white;
|
|
|
|
}
|
|
|
|
.page_connexplus {
|
|
|
|
@include clearfix;
|
|
|
|
padding-bottom:($spacer*1.5);
|
|
|
|
a {
|
|
|
|
color:$grayDark;
|
|
|
|
}
|
2020-05-16 12:21:49 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.menus_footer {
|
|
|
|
@include flex;
|
|
|
|
justify-content: space-between;
|
|
|
|
font-size:0.8em;
|
|
|
|
.menu-liste {
|
|
|
|
flex-basis:18%;
|
2020-05-22 10:33:24 +02:00
|
|
|
margin:0 0 ($spacer*2);
|
2020-05-16 12:21:49 +02:00
|
|
|
list-style:none;
|
|
|
|
.h4 {
|
|
|
|
margin:$spacer 0 0;
|
|
|
|
font-size:1.15em;
|
|
|
|
color:$white;
|
|
|
|
}
|
|
|
|
a { margin:0; }
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.formulaire_spip.formulaire_recherche {
|
|
|
|
max-width:em(400px);
|
2020-05-22 10:33:24 +02:00
|
|
|
margin-top:$spacer;
|
2020-05-16 12:21:49 +02:00
|
|
|
input[type="search"] {
|
|
|
|
line-height:3em;
|
|
|
|
min-height:3em;
|
|
|
|
}
|
|
|
|
input.placeholder,
|
|
|
|
textarea.placeholder {
|
|
|
|
color: $couleurPrincipale;
|
|
|
|
}
|
|
|
|
|
|
|
|
input::-webkit-input-placeholder {
|
|
|
|
color: $couleurPrincipale;
|
|
|
|
}
|
|
|
|
input:-moz-placeholder { /* Firefox 18- */
|
|
|
|
color: $couleurPrincipale;
|
|
|
|
}
|
|
|
|
input::-moz-placeholder { /* Firefox 19+ */
|
|
|
|
color: $couleurPrincipale;
|
|
|
|
}
|
|
|
|
input:-ms-input-placeholder {
|
|
|
|
color: $couleurPrincipale;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.april { // logo april
|
|
|
|
float:right;
|
|
|
|
width:80px;
|
|
|
|
}
|
|
|
|
.sociaux {
|
|
|
|
a {
|
|
|
|
display:inline-block;
|
|
|
|
font-size:0.8em;
|
|
|
|
.socicon {
|
|
|
|
background:transparent;
|
|
|
|
}
|
2020-12-16 10:54:59 +01:00
|
|
|
.name {
|
|
|
|
display:inline;
|
|
|
|
@include visuallyhidden;
|
|
|
|
}
|
2020-05-16 12:21:49 +02:00
|
|
|
}
|
|
|
|
}
|
2020-12-07 15:34:44 +01:00
|
|
|
.colophon {
|
|
|
|
.menu-liste {
|
|
|
|
display:inline;
|
|
|
|
.menu-entree {
|
|
|
|
display:inline;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
2020-05-16 12:21:49 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.footer__links {
|
|
|
|
@include list-reset;
|
|
|
|
@include list-inline;
|
|
|
|
@include list-separator('|', 0.5em);
|
|
|
|
}
|
|
|
|
|
|
|
|
.footer__links_item {
|
|
|
|
}
|
|
|
|
|