commit
b08eb3592b
7 changed files with 26 additions and 25 deletions
|
@ -3,11 +3,6 @@ $page-width: 1040px;
|
||||||
$default-spacer: 8px;
|
$default-spacer: 8px;
|
||||||
$default-padding: 2 * $default-spacer;
|
$default-padding: 2 * $default-spacer;
|
||||||
|
|
||||||
$footer-height: 267px;
|
|
||||||
$footer-height-mobile: 531px;
|
|
||||||
|
|
||||||
$small-footer-height: 2 * $default-padding;
|
|
||||||
|
|
||||||
// layouts
|
// layouts
|
||||||
$two-columns-padding: 60px;
|
$two-columns-padding: 60px;
|
||||||
$two-columns-breakpoint: $page-width + (2 * $two-columns-padding);
|
$two-columns-breakpoint: $page-width + (2 * $two-columns-padding);
|
||||||
|
|
|
@ -1,11 +1,18 @@
|
||||||
$default-space: 15px;
|
$default-space: 15px;
|
||||||
|
$new-p-margin-bottom: 3 * $default-space;
|
||||||
|
|
||||||
.accessibilite {
|
.accessibilite {
|
||||||
width: 1040px;
|
width: 1040px;
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
padding-top: $default-space * 2;
|
padding-top: $default-space * 2;
|
||||||
|
padding-bottom: $default-space * 2;
|
||||||
|
|
||||||
ul {
|
ul {
|
||||||
list-style-type: disc;
|
list-style-type: disc;
|
||||||
|
margin-top: -($default-space * 2);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.new-p {
|
||||||
|
margin-bottom: $new-p-margin-bottom;
|
||||||
|
}
|
||||||
|
|
|
@ -15,16 +15,7 @@ select {
|
||||||
|
|
||||||
.page-wrapper {
|
.page-wrapper {
|
||||||
position: relative;
|
position: relative;
|
||||||
padding-bottom: $small-footer-height;
|
|
||||||
min-height: 100%;
|
min-height: 100%;
|
||||||
|
|
||||||
&.with-footer {
|
|
||||||
padding-bottom: $footer-height;
|
|
||||||
|
|
||||||
@media (max-width: 1000px) {
|
|
||||||
padding-bottom: $footer-height-mobile;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
h1 {
|
h1 {
|
||||||
|
|
|
@ -7,14 +7,8 @@ footer {
|
||||||
@include vertical-padding(72px);
|
@include vertical-padding(72px);
|
||||||
background-color: $light-grey;
|
background-color: $light-grey;
|
||||||
border-top: 1px solid $border-grey;
|
border-top: 1px solid $border-grey;
|
||||||
position: absolute;
|
|
||||||
bottom: 0;
|
bottom: 0;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: $footer-height;
|
|
||||||
|
|
||||||
@media (max-width: 1000px) {
|
|
||||||
height: $footer-height-mobile;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.footer-columns {
|
.footer-columns {
|
||||||
|
@ -65,8 +59,8 @@ footer {
|
||||||
.footer-logo-dinsic {
|
.footer-logo-dinsic {
|
||||||
@include ie-compatible-background-image("footer/logo-dinsic.svg");
|
@include ie-compatible-background-image("footer/logo-dinsic.svg");
|
||||||
|
|
||||||
height: 85px;
|
height: 115px;
|
||||||
width: 74px;
|
width: 100px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.footer-link a {
|
.footer-link a {
|
||||||
|
|
|
@ -2,5 +2,17 @@
|
||||||
|
|
||||||
%h1.new-h1 Accessibilité
|
%h1.new-h1 Accessibilité
|
||||||
|
|
||||||
%p
|
%p.new-p
|
||||||
Nous travaillons à rendre ce site conforme avec <a href="https://references.modernisation.gouv.fr/rgaa-accessibilite/" target="_blank">les normes en matière d'accessibilité</a>. Une premiere version est attendue pour août 2018 pour la partie "Usager" du site.
|
Nous travaillons à améliorer le niveau d'accessibilité du site et sa conformité avec les normes en la matière. Une première version optimisée pour la partie « Usager » du site ainsi qu'une déclaration de conformité <a href="https://references.modernisation.gouv.fr/rgaa-accessibilite/" target="_blank">RGAA</a> seront disponibles en août 2018.
|
||||||
|
|
||||||
|
%h2.new-h2 Signaler un dysfonctionnement
|
||||||
|
%p.new-p
|
||||||
|
Si, malgré notre vigilance, vous rencontriez le moindre problème d’accessibilité sur notre site, n’hésitez pas à nous écrire à <a href="mailto:contact@tps.apientreprise.fr">contact@tps.apientreprise.fr</a>.
|
||||||
|
|
||||||
|
%h2.new-h2 Défenseur des droits
|
||||||
|
%p.new-p
|
||||||
|
Si vous constatez un défaut d'accessibilité vous empêchant d'accéder à un contenu ou une fonctionnalité du site, que vous nous le signalez et que vous ne parvenez pas à obtenir une réponse rapide de notre part, vous êtes en droit de faire parvenir vos doléances ou une demande de saisine au Défenseur des droits. Plusieurs moyens sont à votre disposition :
|
||||||
|
%ul
|
||||||
|
%li un <a href="http://www.defenseurdesdroits.fr/contact" target="_blank">formulaire de contact</a> ;
|
||||||
|
%li la <a href="http://www.defenseurdesdroits.fr/office/" target="_blank">liste du ou des délégués de votre région</a> avec leurs informations de contact direct ;
|
||||||
|
%li une adresse postale : Le Défenseur des droits - 7 rue Saint-Florentin - 75409 Paris Cedex 08.
|
||||||
|
|
|
@ -3,6 +3,8 @@
|
||||||
%ul.footer-columns
|
%ul.footer-columns
|
||||||
%li.footer-column
|
%li.footer-column
|
||||||
%ul.footer-logos
|
%ul.footer-logos
|
||||||
|
%li.footer-link
|
||||||
|
Un service fourni par :
|
||||||
%li
|
%li
|
||||||
= link_to "https://beta.gouv.fr/" do
|
= link_to "https://beta.gouv.fr/" do
|
||||||
%span.footer-logo.footer-logo-beta-gouv-fr{ role: 'img', 'aria-label': 'Logo de beta.gouv.fr' }
|
%span.footer-logo.footer-logo-beta-gouv-fr{ role: 'img', 'aria-label': 'Logo de beta.gouv.fr' }
|
||||||
|
|
|
@ -17,7 +17,7 @@
|
||||||
= stylesheet_link_tag "new_design/print", media: "print", "data-turbolinks-track": true
|
= stylesheet_link_tag "new_design/print", media: "print", "data-turbolinks-track": true
|
||||||
|
|
||||||
%body
|
%body
|
||||||
.page-wrapper{ class: content_for?(:display_footer) ? 'with-footer' : 'nil' }
|
.page-wrapper
|
||||||
= render partial: "layouts/support_navigator_banner"
|
= render partial: "layouts/support_navigator_banner"
|
||||||
= render partial: "layouts/ie_lt_10"
|
= render partial: "layouts/ie_lt_10"
|
||||||
- if Rails.env == "staging"
|
- if Rails.env == "staging"
|
||||||
|
|
Loading…
Reference in a new issue