diff --git a/squelettes/inclure/resume/emission.html b/squelettes/inclure/resume/emission.html
index b39c56e..18edaba 100644
--- a/squelettes/inclure/resume/emission.html
+++ b/squelettes/inclure/resume/emission.html
@@ -10,14 +10,14 @@
-
- [(#TITRE|libreavous_supp_numero)]
+ [(#TITRE|libreavous_supp_numero)]
/B_sl>
diff --git a/squelettes/scss/styles/_perso.scss b/squelettes/scss/styles/_perso.scss
index e7bd0b5..37b0f72 100644
--- a/squelettes/scss/styles/_perso.scss
+++ b/squelettes/scss/styles/_perso.scss
@@ -167,6 +167,9 @@ span.btn {
.page_main {
overflow:hidden;
}
+.page_main_content {
+ align-items: start;
+}
.composition_emissions, .composition_emission, .composition_chroniques {
.page_main_content {
@@ -210,7 +213,7 @@ span.btn {
background-color:white;
}
.page_article & > article, .composition_emission & > article, > .texte, > .ps, .rubrique_blog & > section, > .periode,
- .prochaine_emission, .derniere_emission {
+ .prochaine_emission, .derniere_emission, .page_recherche & {
background-color:white;
}
> .ajaxbloc {
@@ -624,6 +627,9 @@ div.rating-cancel a {
.article__infos {
margin-left:-$spacer;
}
+ h1 a {
+ border:0;
+ }
}
.pagination .pagination-items a, .pagination .pagination-items span, .pagination .lien_pagination, .pagination .lien_pagination span {
color:white;
@@ -777,6 +783,51 @@ a.spip_out {
}
}
+
+/*
+ * ajouts Antoine 07/09
+ */
+/* réduction de corps de titre
+*/
+h3, .h3 {
+ font-size: 1.2em;
+}
+/* pas de graissage de corps. Dans le corps de texte, les liens "a" sont soulignés en orange
+*/
+a.spip_out {
+ font-weight: 400;
+}
+/* réduction et degraissages des boutons podcats
+*/
+.btn.podcast {
+ padding: 0em 0.5em 0em 1rem;
+ border-width: 0.15rem;
+ font-weight: 700;
+ font-size: 0.5rem;
+}
+.podlove.native, .podlove .info, .podlove .progress {
+ font-family:$typo-titre;
+ color: #005184;
+ font-weight: 300;
+}
+.btn.blanc {
+ border-radius: 0.8em;
+}
+.telecharger .btn.blanc {
+ border-width: 0.3rem;
+}
+.telecharger .btn.podcast {
+ font-size: 1rem;
+ font-weight: 600;
+}
+.btn.podcast small {
+ font-size: 0.6em;
+ font-weight: 300;
+}
+/*
+ * fin
+ */
+
@media (max-width:940px) {
.page_header > .page_container {
.nav {