Les séminaires
diff --git a/css/_sq_balint.scss b/css/_sq_balint.scss
index 28f7fec..1724d8d 100644
--- a/css/_sq_balint.scss
+++ b/css/_sq_balint.scss
@@ -20,11 +20,11 @@ textarea[name="texte"]{
}
.section-top{
- padding-top: 8rem;
+ padding-top: 8rem !important;
}
.section-bottom{
- padding-bottom: 3rem;
+ padding-bottom: 3rem !important;
}
.cadre-blanc{
@@ -314,6 +314,7 @@ body{
// 4. SECTION NOUS CONTACTER
#nous-contacter{
background: $bg-nous-contacter;
+ background-size: cover;
padding: 4rem 0 3rem 0;
.h3{
color: $light;
@@ -451,11 +452,6 @@ body{
max-width: 300px;
}
- .bouton-login{
- background: $couleur-liens;
- border-radius: 0.2rem;
- }
-
.lien_cc svg {
width: 30px;
height: 30px;
@@ -614,6 +610,8 @@ body{
//background-color: #4f56cd;
background-color: $fond-footer;
color: $light;
+ padding: 1rem;
+ line-height: 1rem;
&:hover{
//background-color: #7276ee;
background-color: rgb(105, 182, 164);
@@ -623,9 +621,23 @@ body{
.btn_editer{
margin-left: 0;
padding: 0.5rem;
+ }
+ .btn_login{
+ background-color: $couleur-liens;
+ color: #333;
+ &:hover{
+ color: black;
+ background-color: rgb(255, 153, 0);
+ }
}
}
+.btn.bouton-login{
+ background: $couleur-liens;
+ border-radius: 0.2rem;
+ color: #333 !important;
+}
+
.formulaire_spip{
fieldset legend{
@@ -788,6 +800,35 @@ body{
display: none;
}
+/**********************************************************************/
+/**************************** PAGE CONTACT ****************************/
+/**********************************************************************/
+
+#page-contact{
+ .h3{
+ font-weight: 700;
+ }
+ .formulaire_nous_contacter{
+ background: none;
+ margin: 0;
+ input, textarea{
+ background-color: $light;
+ border-color: lightgray;
+ }
+ input.submit{
+ background-color: $fond-footer;
+ color: $light;
+ padding: 1rem;
+ line-height: 1rem;
+ &:hover{
+ //background-color: #7276ee;
+ background-color: rgb(105, 182, 164);
+ cursor: pointer;
+ }
+ }
+ }
+}
+
/**********************************************************************/
/****************************** spip_admin ****************************/
/**********************************************************************/
diff --git a/css/mon_site.css b/css/mon_site.css
index 802c6be..8c03eec 100644
--- a/css/mon_site.css
+++ b/css/mon_site.css
@@ -11884,11 +11884,11 @@ textarea[name="texte"] {
}
.section-top {
- padding-top: 8rem;
+ padding-top: 8rem !important;
}
.section-bottom {
- padding-bottom: 3rem;
+ padding-bottom: 3rem !important;
}
.cadre-blanc {
@@ -12216,6 +12216,7 @@ body {
#nous-contacter {
background: url("../images/Fond-contact-bleuvert.jpg");
+ background-size: cover;
padding: 4rem 0 3rem 0;
}
@@ -12373,11 +12374,6 @@ body {
max-width: 300px;
}
-.footer .bouton-login {
- background: #f67638;
- border-radius: 0.2rem;
-}
-
.footer .lien_cc svg {
width: 30px;
height: 30px;
@@ -12569,6 +12565,8 @@ body {
.formulaire_spip .boutons .submit, .formulaire_spip .boutons .btn_editer, .boutons .submit, .boutons .btn_editer {
background-color: #4B9886;
color: #f8f9fa;
+ padding: 1rem;
+ line-height: 1rem;
}
.formulaire_spip .boutons .submit:hover, .formulaire_spip .boutons .btn_editer:hover, .boutons .submit:hover, .boutons .btn_editer:hover {
@@ -12581,6 +12579,22 @@ body {
padding: 0.5rem;
}
+.formulaire_spip .boutons .btn_login, .boutons .btn_login {
+ background-color: #f67638;
+ color: #333;
+}
+
+.formulaire_spip .boutons .btn_login:hover, .boutons .btn_login:hover {
+ color: black;
+ background-color: #ff9900;
+}
+
+.btn.bouton-login {
+ background: #f67638;
+ border-radius: 0.2rem;
+ color: #333 !important;
+}
+
.formulaire_spip fieldset legend {
background: none;
}
@@ -12777,6 +12791,35 @@ body {
display: none;
}
+/**********************************************************************/
+/**************************** PAGE CONTACT ****************************/
+/**********************************************************************/
+#page-contact .h3 {
+ font-weight: 700;
+}
+
+#page-contact .formulaire_nous_contacter {
+ background: none;
+ margin: 0;
+}
+
+#page-contact .formulaire_nous_contacter input, #page-contact .formulaire_nous_contacter textarea {
+ background-color: #f8f9fa;
+ border-color: lightgray;
+}
+
+#page-contact .formulaire_nous_contacter input.submit {
+ background-color: #4B9886;
+ color: #f8f9fa;
+ padding: 1rem;
+ line-height: 1rem;
+}
+
+#page-contact .formulaire_nous_contacter input.submit:hover {
+ background-color: #69b6a4;
+ cursor: pointer;
+}
+
/**********************************************************************/
/****************************** spip_admin ****************************/
/**********************************************************************/
diff --git a/footer/dist.html b/footer/dist.html
index 699fc62..4a4d1b2 100644
--- a/footer/dist.html
+++ b/footer/dist.html
@@ -21,6 +21,48 @@