diff --git a/content/sommaire.html b/content/sommaire.html index 1da97f5..a6f0e71 100644 --- a/content/sommaire.html +++ b/content/sommaire.html @@ -1,17 +1,13 @@ -
+[(#REM)
-

[(#CHEMIN{images/Titre-AIPB.png}|inserer_attribut{alt,#NOM_SITE_SPIP}|image_reduire{900,120})]

-
+ +
+
] + +
+
+
-
- -
- [(#FICHIER|balise_img{#TITRE}|image_recadre{380:362,-,focus}|image_reduire{380,362})] - #DESCRIPTIF -
- - -
#TEXTE @@ -19,21 +15,15 @@
-
-
- -
-
-
-

Actualités

+

Derniers articles

] - -
-
-

Nous contacter

-
-
- - #FORMULAIRE_NOUS_CONTACTER{#ID_AUTEUR} - -
-
- - [(#FICHIER|balise_img{Jardin du Luxembourg peint par Henri Rousseau}|image_recadre{510:420,-,focus}|image_reduire{510,420})] - -
-
-
-
diff --git a/css/_sq_balint.scss b/css/_sq_balint.scss index b130a63..8dec731 100644 --- a/css/_sq_balint.scss +++ b/css/_sq_balint.scss @@ -140,7 +140,7 @@ body{ font-size: 1.2rem; } .nav-link, .dropdown-item{ - color: $light; + color: $texte-menu; font-weight: 500; font-family: 'Cabin', sans-serif; text-align: center; @@ -169,7 +169,7 @@ body{ } } .dropdown-menu{ - background: #399975; + background: white; border-radius: 0 0 0.2rem 0.2rem; border: none; } @@ -484,7 +484,7 @@ body{ } .footer{ - color: $light; + color: $dark; margin-bottom:0; text-align: left; position:relative; @@ -571,19 +571,7 @@ body{ } } -.page_sommaire .footer-options, .page_sommaire #footer-infos{ - background: #FFF0C7; - color: black !important; - h4{ - color: $fond-footer; - } - a, .grille a{ - color: black; - } - .pages-footer li:hover a{ - color: $dark; - } -} + /**********************************************************************/ /************************ PAGE ASSOCIATION ****************************/ diff --git a/css/_variables.scss b/css/_variables.scss index 4316f84..bf57f70 100644 --- a/css/_variables.scss +++ b/css/_variables.scss @@ -2,7 +2,8 @@ $couleur-texte : black; $dark: #595959; //$fond-menu: #3b3f8a; bleu-violet plus foncé //$fond-menu: #478E7E; vert-bleu plus foncé -$fond-menu: #087f52; +$fond-menu: white; +$texte-menu: #3CAAFF; //$couleur-liens : #dc7544; orange moins vif $couleur-liens: #dd7f51; @@ -10,10 +11,10 @@ $couleur-liens: #dd7f51; $gris-moyen : #7d7d7d; $gris-clair : #f2f2f2; $page-active-clair: #fff99d; -$page-active: #ffb284; +$page-active: #FF8C00; //$fond-footer: #464ba3; bleu-violet //$fond-footer: #4B9886; vert-bleu -$fond-footer: #3E8050; +$fond-footer: $texte-menu; //$titres-footer : #4B9886; vert plus clair $titres-footer : #ffb284; $fond-formulaires: rgba(255,255,255,0.8); @@ -22,7 +23,7 @@ $breadcrumb-bg: none; $bg-body: url('../images/bg-web.jpg'); $bg-presentation: url('../images/bg-gris-vert2.jpg'); -$bg-texte-presentation: url('../images/bg-encadre-blanc3.jpg'); +$bg-texte-presentation: $fond-transparent; $bg-mis-en-avant: url('../images/fond-une-jaune.jpg'); $bg-a-la-une: url('../images/bg-web.jpg'); $bg-nous-contacter: url('../images/Fond-contact-vert.jpg'); diff --git a/css/mon_site.css b/css/mon_site.css index e1857ff..4c9cfdc 100644 --- a/css/mon_site.css +++ b/css/mon_site.css @@ -11967,14 +11967,14 @@ img { } .pagination strong, .pagination .lien_pagination { - background-color: #3E8050; + background-color: #3CAAFF; padding: 0.5rem 1rem; border-radius: 0.2rem; } .pagination strong { cursor: initial; - color: #ffb284; + color: #FF8C00; } .pagination .lien_pagination { @@ -12005,7 +12005,7 @@ body { /**********************************************************************/ #menu-principal { padding: 1rem 2rem; - background-color: #087f52; + background-color: white; -webkit-transition: all 1s; transition: all 1s; } @@ -12020,7 +12020,7 @@ body { } #menu-principal .nav-link, #menu-principal .dropdown-item { - color: #f8f9fa; + color: #3CAAFF; font-weight: 500; font-family: 'Cabin', sans-serif; text-align: center; @@ -12040,7 +12040,7 @@ body { } #menu-principal .active a.nav-link { - color: #ffb284; + color: #FF8C00; } #menu-principal .navbar-toggler { @@ -12057,7 +12057,7 @@ body { } #menu-principal .dropdown-menu { - background: #399975; + background: white; border-radius: 0 0 0.2rem 0.2rem; border: none; } @@ -12151,7 +12151,7 @@ body { #texte-presentation .contenu { align-self: center; padding: 1.5rem; - background: url("../images/bg-encadre-blanc3.jpg"); + background: rgba(255, 255, 255, 0.92); background-size: cover; background-repeat: no-repeat; border-radius: 0.2rem; @@ -12403,7 +12403,7 @@ body { /***************************** FOOTER *********************************/ /**********************************************************************/ #footer-infos { - background: #3E8050; + background: #3CAAFF; padding: 3rem 0; } @@ -12412,7 +12412,7 @@ body { } .footer { - color: #f8f9fa; + color: #595959; margin-bottom: 0; text-align: left; position: relative; @@ -12429,7 +12429,7 @@ body { } .footer .footer-options { - background: #3E8050; + background: #3CAAFF; padding: 0 0 2rem 0; } @@ -12520,23 +12520,6 @@ body { color: #ffb284; } -.page_sommaire .footer-options, .page_sommaire #footer-infos { - background: #FFF0C7; - color: black !important; -} - -.page_sommaire .footer-options h4, .page_sommaire #footer-infos h4 { - color: #3E8050; -} - -.page_sommaire .footer-options a, .page_sommaire .footer-options .grille a, .page_sommaire #footer-infos a, .page_sommaire #footer-infos .grille a { - color: black; -} - -.page_sommaire .footer-options .pages-footer li:hover a, .page_sommaire #footer-infos .pages-footer li:hover a { - color: #595959; -} - /**********************************************************************/ /************************ PAGE ASSOCIATION ****************************/ /**********************************************************************/ @@ -12684,7 +12667,7 @@ body { } .formulaire_spip .boutons .submit, .formulaire_spip .boutons .btn_editer, .boutons .submit, .boutons .btn_editer { - background-color: #3E8050; + background-color: #3CAAFF; color: #f8f9fa; padding: 1rem; line-height: 1rem; @@ -12708,7 +12691,7 @@ body { .btn.bouton-login:hover { color: black; - background-color: #ffb284; + background-color: #FF8C00; } .bouton-toggle { @@ -12961,7 +12944,7 @@ body { } #page-contact .formulaire_nous_contacter input.submit { - background-color: #3E8050; + background-color: #3CAAFF; color: #f8f9fa; padding: 1rem; line-height: 1rem; diff --git a/inclure/a_la_une_contenu.html b/inclure/a_la_une_contenu.html index 0c301d3..e56c9b1 100644 --- a/inclure/a_la_une_contenu.html +++ b/inclure/a_la_une_contenu.html @@ -1,7 +1,7 @@
#ANCRE_PAGINATION - +
diff --git a/inclure/menu_principal.html b/inclure/menu_principal.html index 9e01470..6e992d2 100644 --- a/inclure/menu_principal.html +++ b/inclure/menu_principal.html @@ -9,59 +9,33 @@ - - - + - - - - -