/*
Theme Name:		 Radar 2025
Theme URI:		 https://cfjlab.fr
Description:	 Radar is a child theme of WP media Twentyfive
Author:			 X
Author URI:		 https://cfjlab.fr
Template:		 twentytwentyfive
Version:		 1.0.0
Text Domain:	 radar2025
*/


:root {
--cat-2-color: var(--wp--preset--color--accent-3);
--bg-rotate: 2deg;
}



.wp-block-navigation.cats {
}
.wp-block-navigation.cats a {
  white-space: nowrap;
  font-family: var(--wp--preset--font-family--funnel-display);
  font-size: var(--wp--preset--font-size--small);
  font-weight: 400;
  text-decoration: none;
  text-transform: uppercase;
  color: var(--wp--preset--color--contrast) !important;
  background-color: var(--wp--preset--color--accent-1) !important;
  padding: 2px 5px;
}

.nocaption figcaption {
  display: none;
}

.single .is-style-section-5 .wp-block-post-excerpt__more-link {
  display: none;
}

/*
.single main > .alignfull {
  background-color: var(--wp--preset--color--accent-1);
}
.single .entry-content.alignfull {
  background-color: var(--wp--preset--color--base);
}
*/


:root :where(body:not(.home) .wp-block-post-content a:where(:not(.wp-element-button))) {
  text-decoration-color: var(--wp--preset--color--accent-1);
  /*background-color: var(--wp--preset--color--accent-2);*/
  color: var(--wp--preset--color--contrast);
  text-decoration: underline;
  padding-left : .2rem;
  padding-right : .2rem;
}

:root :where(body:not(.home) .wp-block-post-content a:where(:not(.wp-element-button)):hover){
  background-color: var(--wp--preset--color--accent-1);
  color: var(--wp--preset--color--contrast);
  text-decoration: underline;
}


.flourish-embed > img {
    display: none;
}