/*

Theme Name: Salient Child Theme

Description: This is a custom child theme for Salient

Theme URI:   https://themeforest.net/item/salient-responsive-multipurpose-theme/4363266

Author: ThemeNectar

Author URI:  https://themeforest.net/user/themenectar

Template: salient

Version: 1.0

*/


/**********************************************************************************************
 
--  GENERAL   ---------------------------------------------------------------------------------

***********************************************************************************************/

/*Fonts ***************************************************************************************/
@media (max-width: 690px) {
	h1, h2, h6 {
		letter-spacing: -0.02em !important;
	}
}
.material .wpb_row#no_margin_bottom {
    margin-bottom: 0em;
}
/*bug soulignage */
.nectar-underline:hover h3 {
	background-position: 0 1.1em; 
}

/*Images plus petites en mobile ****************************************************************/
@media (max-width: 999px) {
	.img_smaller_mobile img {
		width: 50px !important;
	}
	.img-with-aniamtion-wrap .hover-wrap .hover-wrap-inner img.img-with-animation.img_smaller_mobile {
		width: 50px !important;
	}
}

/*Section icon/illu *****************************************************************************/
.icon_section img.img-with-animation {
	height: 120px;
	width: auto;
}
/*Fancy Box design *******************************************************************************/
.fancybox-light .nectar-fancy-box {
	background: #FFEDCF;
	box-shadow: 0px 8px 18px rgba(0, 0, 0, 0.05);
}
.fancybox-verylight .nectar-fancy-box{
	background: #FFF7EA;
	box-shadow: 0px 8px 18px rgba(0, 0, 0, 0.05);
}
.fancybox-verylight-noshadow .nectar-fancy-box{
	background: #FFF7EA;
}

/*Links ***************************************************************************************/

a[href^="mailto:"], p a {
  text-decoration: underline;
  text-underline-offset: 3px;
  transition: all ease 0.3s;
}
a[href^="mailto:"]:hover, p a:hover {
	background-color: #A5AAD0 ;
}

/*Team members ********************************************************************************/
.row .col .team-member p.description, .team-member p.description {
	padding: 0px;
	margin: 0px;
	border: none;
}
.full-width-section .team-member img {
	border-radius: 16px;
}


/***********************************************************************************************
 
--  ACTUALITES   ------------------------------------------------------------------------------

***********************************************************************************************/

/*box-shadow fixed */
.nectar-post-grid-wrap[data-style=content_under_image] .nectar-post-grid[data-shadow-hover=yes][data-card=yes] .nectar-post-grid-item:hover:after {
	box-shadow: 0px 8px 18px rgba(0, 0, 0, 0.08);

}


/**********************************************************************************************
 
--  MENU    -----------------------------------------------------------------------------------

***********************************************************************************************/

/*Logo ****************************************************************************************/
#header-outer #top #logo img {
	height: 80px;
	transition: all easing 0.3s;
} 
#header-outer #top #logo {
	height: 30px;
	transition: all easing 0.3s;
}
#header-outer.scrolling #top #logo img {
	height: 60px;
}
#header-outer.scrolling #top nav {
	margin-top: 28px;
	margin-bottom: 28px;
}
#header-outer.scrolling #top #logo {
	align-self: auto;
	margin-top: 11px !important;
}
/*dropdown ************************************************************************************/
#header-outer:not([data-format="left-header"]) #top nav > ul > li:not(.megamenu) ul a:hover {
	border-radius: 4px;
}
 #top nav>ul>li[class*=button_solid_color]>a span {
 	color: #FFF7EA !important;
 }
.sub-menu > li > a.sf-with-ul:has(.nectar-inherit-h5) {
  pointer-events: none;
  cursor: default;
}

 /*Off Canvas + mobile *********************************************************************************/
 #header-outer #mobile-menu a>.sf-sub-indicator {
 	border: 1px solid #111111;
 	border-radius: 60px;
    width: 24px !important;
    height: 24px !important;
    padding: 2px 5px !important;
 }
@media only screen and (min-width: 1px) and (max-width: 999px) {
    body #header-outer {
        margin-bottom: 0;
        padding-bottom:18px;
    }
}
#mobile-menu {
	box-shadow: 0px 8px 18px rgba(0, 0, 0, 0.1); 
	padding-top: 12px;
}
#header-outer[data-full-width=true] #mobile-menu:before {
	background-color: #FFF7EA;
}
body.material.mobile #header-outer.transparent:not([data-permanent-transparent="1"]) header .slide-out-widget-area-toggle a .close-line {
	background-color: #000000 !important;
}

/*Submenus ***********************************************************************************/
body .page-submenu li a {
	font-size: 14px;
	font-weight: bold;
	padding-left: 12px;
	padding-right: 12px;
	padding-top: 8px !important;
	padding-bottom: 8px !important;
}
.sous_menu-vert li {
	background-color: #BCD1A2;
	margin: 16px 8px 0px 8px;
	border-radius: 60px;
	transition: background-color 0.3s ease; 
}
.sous_menu-vert li:hover {
	background-color: #C9E4A7;
}	
.sous_menu-dark li {
	background-color: #FFF7EA;
	margin: 16px 8px 16px 8px;
	border-radius: 60px;
	transition: background-color 0.3s ease; 
}
.sous_menu-dark li:hover {
	background-color: #FFEDCF;
}
@media only screen and (min-width: 1px) and (max-width: 999px) {
    .page-submenu .mobile-menu-link {
        background: #FFF7EA;
        border-radius: 60px;
    }
    .sous_menu-vert .page-submenu .mobile-menu-link {
        background: black;
        color: #FFF7EA;
        border-radius: 60px;
    }
    #ajax-content-wrap .page-submenu ul li {
        margin: 8px !important;
    }
	.page-submenu ul {
        padding-bottom: 12px;
    }
}


/**********************************************************************************************
 
--  ACCUEIL -----------------------------------------------------------------------------------

***********************************************************************************************/

/*Fancy box specials **************************************************************************/
/*Design box*/
.fancy_box_rotate_1 .nectar-fancy-box {
	background: #FFF7EA;
	transform: rotate(-3deg) translate(48px);
	box-shadow: 0px 8px 18px rgba(0, 0, 0, 0.08);
}
.fancy_box_rotate_2 .nectar-fancy-box {
	background: #ECDFCA;
	transform: rotate(2deg) translateY(-20px);
	box-shadow: 0px 8px 18px rgba(0, 0, 0, 0.08);
}
.fancy_box_rotate_3 .nectar-fancy-box {
	background: #FFF7EA;
	transform: rotate(-3deg) translate(-96px, 60px);
	box-shadow: 0px 8px 18px rgba(0, 0, 0, 0.08);
}
.nectar-fancy-box[data-border-radius="10px"] .image-wrap, .nectar-fancy-box[data-border-radius="10px"]:not([data-style=parallax_hover]):not([data-style=color_box_hover]) {
	border-radius: 20px;
}
/*CTA*/
.fancy_box_rotate_1 p a, .fancy_box_rotate_2 p a, .fancy_box_rotate_3 p a {
	color: #4D5BD0;
}

/*Responsive*/
@media (max-width: 999px) {
	.fancy_box_rotate_1 .nectar-fancy-box {
		transform: rotate(-2deg) translate(0px);
}
	.fancy_box_rotate_2 .nectar-fancy-box {
		transform: translateY(0px);
	}
	.fancy_box_rotate_3 .nectar-fancy-box {
		transform: rotate(-2deg) translate(0px);
	}
}
@media only screen and (min-width: 1px) and (max-width: 999px) {
	img.img-with-animation.bleuet_accueil_img {
		opacity: 0.7 !important;
	}
}

/*images absolute*/
@media only screen and (min-width: 1px) and (max-width: 999px) {
    body .img-with-aniamtion-wrap img.img_responsive_scale {
		height: 134px !important;
		margin:	0 auto;
    }
    body .img-with-aniamtion-wrap img.img_responsive_scale_2 {
		height: 250px !important;
		width: auto !important;
		margin:	0 !important;
    }
    .center img.img-with-animation.img_responsive_scale_2 {
		margin:	0 !important;
    }
}
@media only screen and (min-width: 1px) and (max-width: 999px) {
    body .img-with-aniamtion-wrap img.img_responsive_scale {
		height: 134px !important;
		margin:	0 auto;
    }
    body .img-with-aniamtion-wrap img.img_responsive_scale_2 {
		height: 250px !important;
		width: auto !important;
		margin:	0 !important;
    }
    body .img-with-aniamtion-wrap img.img_responsive_scale_delete {
		display: none;
    }
	body .img-with-aniamtion-wrap img.img_responsive_scale_xsmall {
		max-width: 50px !important;
    }
    .center img.img-with-animation.img_responsive_scale_2 {
		margin:	0 !important;
    }
}






/**********************************************************************************************
 
--  PRESENTATION  -----------------------------------------------------------------------------

***********************************************************************************************/

/*Hero ***************************************************************************************/
.wpb_row.full-width-content .hero_presentation .img-with-aniamtion-wrap, 
.wpb_row.full-width-content .hero_presentation .img-with-aniamtion-wrap img {
	width: 100%;
	z-index: -1;
}
/*Image right ********************************************************************************/
@media only screen and (min-width: 690px) and (max-width: 999px) {
	img.img_scale_down_tablet {
		width: 70% !important;
	}
}	
@media only screen and (min-width: 1px) and (max-width: 999px) {
	img.img_scale_down_tablet_2 {
		width: 00px !important	;
	}
}
/*Espace sous illu du hero *******************************************************************/
#titre_syndicat {
	margin-bottom: 30% !important;
}
@media (max-width: 690px) {
	#titre_syndicat{
		margin-bottom: 40% !important;
	}
}


/**********************************************************************************************
 
--  PRODUCTEURS  -----------------------------------------------------------------------------

***********************************************************************************************/


/*Cards massifs *******************************************************************************/
.fancy_box_massif .nectar-fancy-box {
	background: #FFF7EA;
	box-shadow: 0px 8px 18px rgba(0, 0, 0, 0.05);
}
.fancy_box_massif p a {
	color: #4D5BD0;
}
.massifs_section .nectar-post-grid-wrap:not([data-style=content_overlaid]) .nectar-post-grid-item .content {
	height: 100% !important;
}
.massifs_section .nectar-post-grid-wrap:not([data-style=content_overlaid]) .nectar-post-grid-item .content {
	height: 100% !important;
}
.massifs_section .nectar-post-grid-wrap:not([data-style=content_overlaid]) .nectar-post-grid-item .content, 
.massifs_section .nectar-post-grid-wrap:not([data-style=content_overlaid]) .nectar-post-grid-item .inner, 
.massifs_section .nectar-post-grid-wrap[data-style=content_under_image] .nectar-post-grid-item-bg {
	height: 100% !important;
	border-radius: 0 0 20px 20px !important;
}


/*Form producteur ***************************************************************************/
button {
	font-family: 'Rethink Sans';
}


/**********************************************************************************************
 
--  FORMATIONS  -------------------------------------------------------------------------------

***********************************************************************************************/

/*Cards ***************************************************************************************/
.card_formation_alt {
	border-radius: 20px;
	background-color: #FFEDCF; 
}
.card_formation {
	box-shadow: 0px 8px 18px rgba(0, 0, 0, 0.08);
}


/**********************************************************************************************
 
--  RESSOURCES  -------------------------------------------------------------------------------

***********************************************************************************************/

/*Podcasts ************************************************************************************/
.fancy_box_podcast .nectar-fancy-box {
	background: #FFD56A;
	box-shadow: 0px 8px 18px rgba(0, 0, 0, 0.08);
}


/**********************************************************************************************
 
--  ACTUALITES  -------------------------------------------------------------------------------

***********************************************************************************************/

/*Blog page ***********************************************************************************/
body[data-button-style^=rounded] .nectar-post-grid-wrap .load-more {
	background-color: #BCD1A2;
	border: none;
}
.nectar-post-grid-filters a {
	padding: 12px 18px;
	background-color: #BCD1A2;
	border-radius: 60px;
}
.nectar-post-grid-filters a.active {
	color: #FFF7EA;
	background-color: #212121;
}
.nectar-post-grid-filters a:after {
	display: none;
}

/*Article page **********************************************************************************/
h1.entry-title {
    text-align: left !important;
    letter-spacing: 3px;
}



/**********************************************************************************************
 
--  ADHERER  -------------------------------------------------------------------------------

***********************************************************************************************/

/*image hero ************************************************************************************/
@media only screen and (min-width: 1px) and (max-width: 689px) {
	.img_mobile_reduce {
		width: 200px;
	}
}

/*images blocs ************************************************************************************/
@media only screen and (min-width: 1px) and (max-width: 999px) {
	.img_mobile_reduce {
		width: 200px;
	}
}


/**********************************************************************************************
 
--  FORUM  -------------------------------------------------------------------------------------

***********************************************************************************************/

/*Header **************************************************************************************/
div.bbp-breadcrumb {
    font-size: 72px;
    line-height: 80px;
    font-family: 'Londrina solid';
    text-transform: uppercase;
    padding-top: 80px;
}
@media (max-width: 690px) {
	div.bbp-breadcrumb {
		font-size: 36px;
		line-height: 40px;
		letter-spacing: -0.02em !important;
	}
	#bbpress-forums li.bbp-header {
		display: none;
	}
}
#bbpress-forums .bbp-breadcrumb p {
	font-size: 100%;
	padding-bottom: 8px;
}
/*Notice*/
div.bbp-template-notice li, div.bbp-template-notice p {
	padding: 16px;
}
div.bbp-template-notice.info {
	border-radius: 12px;
	border: none !important;
	margin-bottom: 	48px;
}

/*Subscribre button **********************************************************************/
#bbpress-forums #subscription-toggle {
	margin-top: 28px !important	;
}
.bsp_button1 {
	font-family: 'Rethink Sans';
	padding: 12px 24px;
	font-size: 	16px !important	;
	background: transparent	!important;
	background-color: #FFD56A !important;
	color: #212121 !important;
	font-weight: 600;
}

/*Tab ***********************************************************************************/
#bbpress-forums ul.bbp-topics {
	border-radius: 	12px;
	border: none;
}
#bbpress-forums li.bbp-header {
	padding: 24px !important;
	background-color: #E6F1F0;
}
#bbpress-forums li.bbp-header ul {
	line-height: 24px;
}
li.bbp-body ul.topic {
	padding: 24px !important;
}
.bbp-topic-permalink {
    font-size: 24px;
    line-height: 30px;
    color: #4D5BD0;
}
#bbpress-forums p.bbp-topic-meta {
	color: #717171;
}
#bbpress-forums ul.odd, #bbpress-forums ul.even {
	background-color: #FFF7EA;
}
li.bbp-body ul.topic {
    border-top: 1px solid #dadada !important;
}
/*Pagination*/
#bbpress-forums .bbp-pagination-links a,
.bbp-pagination-links span.current  {
	font-size: 16px !important;
}
#bbpress-forums .bbp-pagination-links span.current {
	background-color: #FFD56A;
	opacity: 1;
    border: none;
    border-radius: 12px;
}
/*Form*/
body #bbpress-forums fieldset.bbp-form {
	margin-top: 120px;
	background-color: #FFF7EA;
}
#bbpress-forums fieldset.bbp-form legend {
	font-size: 24px;
}
#bbpress-forums fieldset.bbp-form label {
	font-size: 14px;
	padding-bottom: 8px;
}
#bbpress-forums fieldset.bbp-form input[type=password], #bbpress-forums fieldset.bbp-form input[type=text], #bbpress-forums fieldset.bbp-form select {
	height: 42px;
	border-radius: 8px;
}

/*Cards **************************************************************************************/
.vc_row.vc_row-o-equal-height.forum_cards>.span_12>.vc_column_container>.vc_column-inner {
	padding: 10%;
}

.vc_row.vc_row-o-equal-height.forum_cards .wpb_column.instance-1 > .vc_column-inner > .column-bg-overlay-wrap > .column-bg-overlay, 
.vc_row.vc_row-o-equal-height.forum_cards .wpb_column[data-shadow=small_depth]>.vc_column-inner>.column-bg-overlay-wrap{
	border-radius: 20px;
}

.bbp-breadcrumb-root {
	color: #BCD1A2;
}

/**********************************************************************************************
 
--  MASSIFS  ----------------------------------------------------------------------------------

***********************************************************************************************/


/*Card design *********************************************************************************/
.massifs_section .nectar-post-grid-wrap[data-style=content_under_image] .nectar-post-grid[data-card=yes] .nectar-post-grid-item {
	background-image: url(https://www.syndicat-simples.julienmc.fr/wp-content/uploads/2025/05/background-test-2.png);
}
.massifs_section .nectar-post-grid-wrap[data-style=content_under_image] .nectar-post-grid[data-card=yes] .nectar-post-grid-item .content {
    padding: max(7%, 30px);
    background: #D1DB9F !important;
    border-radius: 0px 0px 20px 20px;
}


/**********************************************************************************************
 
--  PROD  ----------------------------------------------------------------------------------

***********************************************************************************************/

/*Cards*/
.producteur_cards.nectar-post-grid-wrap .nectar-post-grid-item-bg-wrap {
	padding: 24px 24px 0px 24px !important;
}
.producteur_cards .nectar-post-grid .nectar-post-grid-item-bg img {
	border-radius: 16px;
}
.producteur_cards.nectar-post-grid-wrap .nectar-post-grid .nectar-post-grid-item {
	border-radius: 20px;
}
/*Tags taxonomie production dans les cards*/
.producteur-taxo-liste {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-top: 12px;
}
.producteur-taxo-tag {
    display: inline-block;
    padding: 4px 12px;
    border-radius: 20px;
    background-color: #FEF7EC;
    color: #2e7d32;
    font-size: 0.75rem;
    letter-spacing: 0.02em;
}
/* --- Reorder tags sous le titre --- */
.nectar-post-grid-item .content {
    display: flex;
    flex-direction: column;
}
.nectar-post-grid-item .content .nectar-post-grid-link {
    order: 1;
}
.nectar-post-grid-item .content .meta-category {
    order: 2;
}
.nectar-post-grid-item .content .item-main {
    order: 3;
}
.nectar-post-grid-item .content .producteur-taxo-liste {
    order: 4;
}


/**********************************************************************************************
 
--  OUVRAGES   ---------------------------------------------------------------------------------

***********************************************************************************************/

body.page-id-64603 {
	overflow: visible;
}


/*Autre ****************************************************************************************************/

#ajax-content-wrap #footer-outer[data-link-hover="underline"] #footer-widgets ul:not([class*="nectar_blog_posts"]) li > a:not(.tag-cloud-link):not(.nectar-button), #footer-outer[data-link-hover="underline"] #footer-widgets .textwidget a:not(.nectar-button) {
	font-size: 16px !important;
}