|
@@ -1430,33 +1430,59 @@ footer .reseaux_sociaux img {
|
|
|
}
|
|
|
/* START Mailchimp */
|
|
|
|
|
|
- footer #mc_embed_signup label, footer #mc-embedded-subscribe{
|
|
|
- padding: 7px 10px;
|
|
|
- background-color: white;
|
|
|
- border: 4px solid black;
|
|
|
- }
|
|
|
+footer #mc_embed_signup label, footer #mc-embedded-subscribe{
|
|
|
+ padding: 7px 10px;
|
|
|
+ background-color: white;
|
|
|
+ border: 4px solid black;
|
|
|
+}
|
|
|
|
|
|
- footer .email{
|
|
|
- width: 100%;
|
|
|
- padding: 7px 10px;
|
|
|
- background-color: #D8D8D8;
|
|
|
- border-bottom: 4px solid black;
|
|
|
- border-top: 4px solid black;
|
|
|
- border-left: none;
|
|
|
- border-right: none;
|
|
|
- }
|
|
|
+footer .email{
|
|
|
+ width: 100%;
|
|
|
+ padding: 7px 10px;
|
|
|
+ background-color: #D8D8D8;
|
|
|
+ border-bottom: 4px solid black;
|
|
|
+ border-top: 4px solid black;
|
|
|
+ border-left: none;
|
|
|
+ border-right: none;
|
|
|
+}
|
|
|
+footer #mc_embed_signup_scroll p {
|
|
|
+ margin: 0;
|
|
|
|
|
|
- footer #mc_embed_signup_scroll label{
|
|
|
- white-space: nowrap;
|
|
|
- font-weight: bold;
|
|
|
- }
|
|
|
- footer #mc_embed_signup_scroll input{
|
|
|
- width: 100%;
|
|
|
- }
|
|
|
- footer #mc-embedded-subscribe:hover{
|
|
|
- color: white;
|
|
|
- background-color: black;
|
|
|
- }
|
|
|
+}
|
|
|
+footer #mc_embed_signup_scroll{
|
|
|
+ align-items: baseline;
|
|
|
+ background: white;
|
|
|
+}
|
|
|
+footer #mc_embed_signup_scroll label{
|
|
|
+ white-space: nowrap;
|
|
|
+ font-weight: bold;
|
|
|
+}
|
|
|
+footer #mc_embed_signup_scroll input{
|
|
|
+ width: 100%;
|
|
|
+}
|
|
|
+footer #mc-embedded-subscribe:hover{
|
|
|
+ color: white;
|
|
|
+ background-color: black;
|
|
|
+}
|
|
|
+footer #mc_embed_signup_scroll{
|
|
|
+ border: 4px solid black;
|
|
|
+}
|
|
|
+footer #mc_embed_signup_scroll > div > p{
|
|
|
+ white-space:nowrap;
|
|
|
+ padding: 0 1rem;
|
|
|
+
|
|
|
+}
|
|
|
+footer #mc_embed_signup_scroll input.email{
|
|
|
+ border-left: 4px solid black;
|
|
|
+ border-right: 4px solid black;
|
|
|
+ border-top: 0;
|
|
|
+ border-bottom: 0;
|
|
|
+}
|
|
|
+
|
|
|
+footer #mc_embed_signup .button{
|
|
|
+ border: none;
|
|
|
+ border-radius: 0;
|
|
|
+}
|
|
|
/* END MAILCHIMP */
|
|
|
|
|
|
/* START SLIDE */
|