/* Variables CSS */
:root {
	--primary-color: #ec4e34;
	--secondary-color: #f9efe1;
	--dark-gray: #808080;
	--light-gray: #ecf0f1;
	--white: #ffffff;
	--font-primary: "Open Sans", sans-serif;
	--orange: #e45e16;
	--saumon: #eacfc8;
}

/* Reset et base */
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

h1,
h2,
h3 {
	font-family: "Source Serif 4", Georgia, "Times New Roman", serif;
}

.h2-article {
	font-family: "Libre Franklin", "Helvetica Neue", Arial, sans-serif;
	color: var(--dark-gray);
	line-height: 30pt;
	font-weight: 400;
	padding-top: 30px;
}

.h2-article-chapitre {
	font-family: "Libre Franklin", "Helvetica Neue", Arial, sans-serif;
	color: var(--dark-gray);
	line-height: 30pt;
	font-weight: 400;
	padding-top: 0;
}

.h3-article {
	font-family: "Libre Franklin", "Helvetica Neue", Arial, sans-serif;
	line-height: 30pt;
	font-weight: 600;
	font-size: 1.5rem;
	margin-top: 30px;
}

body {
	font-family: "Libre Franklin", "Helvetica Neue", Arial, sans-serif;
	color: black;
	background-color: var(--white);
	font-size: 22px;
	line-height: 20pt;
}

@media (max-width: 576px) {
	body {
		font-size: 18px;
		line-height: normal;
	}
}

.btn-title {
	color: black;
}

.chapo {
	font-family: "Libre Franklin", "Helvetica Neue", Arial, sans-serif;
	color: var(--dark-gray);
	font-size: 22px;
	font-weight: bold;
	margin-top: 10px;
}

@media (max-width: 576px) {
	.chapo {
		font-size: 18px;
		line-height: normal;
	}
}

.intertitre {
	font-family: "Libre Franklin", "Helvetica Neue", Arial, sans-serif;
	font-weight: bold;
	color: black;
	padding-top: 24px;
	padding-bottom: 12px;
	margin: 0;
}

.conclusion-titre {
	font-family: "Libre Franklin", "Helvetica Neue", Arial, sans-serif;
	padding-top: 12px;
}

.conclusion-text {
	font-family: "Libre Franklin", "Helvetica Neue", Arial, sans-serif;
	font-weight: bold;
	color: var(--primary-color);
	padding-bottom: 0;
}

.methodologie-text {
	font-family: "Libre Franklin", "Helvetica Neue", Arial, sans-serif;
	font-weight: bold;
	color: var(--dark-gray);
	padding-bottom: 0;
}

.vignette-main-title {
	font-family: "Libre Franklin", "Helvetica Neue", Arial, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	margin-top: 10px;
}

.vignette-container {
	padding: 10px;
	margin-bottom: 10px;
	margin-right: 2px;
	background-color: white;
	width: 32%;
}

.vignette-titre {
	font-family: "Libre Franklin", "Helvetica Neue", Arial, sans-serif;
	font-size: 16px;
	font-weight: bold;
}

.vignette-text {
	font-family: "Libre Franklin", "Helvetica Neue", Arial, sans-serif;
	font-size: 16px;
	padding-bottom: 0;
}

.lien-article-titre,
.lien-article-titre a {
	font-family: "Libre Franklin", "Helvetica Neue", Arial, sans-serif;
	font-size: 24px;
	line-height: 1.6rem;
	font-weight: bold;
	color: var(--primary-color);
	text-decoration: none;
}

@media (max-width: 576px) {
	.lien-article-titre,
	.lien-article-titre a {
		font-size: 20px;
	}
}

.titre-section {
	font-family: "Source Serif 4", Georgia, "Times New Roman", serif;
	font-size: 30px;
	margin-top: 30px;
}

@media (max-width: 576px) {
	.titre-section {
		font-size: 24px;
	}
}

.article-date {
	font-family: "Libre Franklin", "Helvetica Neue", Arial, sans-serif;
	font-size: 20px;
	color: black;
	width: max-content;
	border-bottom: 7px solid;
	border-bottom-color: var(--primary-color);
	font-weight: bold;
	margin-bottom: 5px;
}

.article-titre {
	font-size: 22px;
	text-decoration: none;
	color: black;
	line-height: 20pt;
}

.rencontre-lien-article {
	font-family: "Source Serif 4", Georgia, "Times New Roman", serif;
	font-size: 36px;
	text-decoration: none;
	color: black;
	font-weight: bold;
}

.border-top-text {
	width: max-content;
	border-top: 2px solid black;
}

.border-top-chapitre {
	border-top: 2px solid black;
	font-weight: 100;
	padding-top: 10px;
}

.partenaire {
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid black;
	padding: 30px;
}

.partenaire img {
	width: 150px;
	height: 150px;
}

.article-lien-contenu {
	padding-bottom: 5px;
	border-bottom: 1px solid black;
}

.article-lien-video,
.article-lien-lecture {
	color: var(--primary-color);
	text-decoration: none;
	margin-right: 50px;
}

.article-lien-video span,
.article-lien-lecture span {
	margin-right: 4px;
}

/* Sidebar */
.sidebar-container-thematique {
	font-family: "Libre Franklin", "Helvetica Neue", Arial, sans-serif;
	font-size: 16px;
}

@media (max-width: 767px) {
	.sidebar-container-thematique {
		width: 50%;
		margin-left: 0;
		margin-right: 0;
	}

	#presentation .sidebar-container {
		width: 100%;
		margin-left: 0;
		margin-right: 0;
	}
}

@media (max-width: 992px) {
	.sidebar-container-thematique,
	.sidebar-container {
		width: 60%;
		margin-left: 0;
		margin-right: 0;
	}

	.sidebar-img {
		width: 100%;
	}
}

#collection-so-what .sidebar-container-thematique div p {
	width: max-content;
	font-weight: 100;
	padding-top: 10px;
	display: block;
}

#collection-so-what .sidebar-container-thematique .sidebar-info {
	background-color: var(--primary-color);
}

#collection-so-what .sidebar-container-thematique .sidebar-info p {
	width: auto;
	font-weight: 100;
	padding-top: 10px;
	display: block;
}

#collection-so-what
	.sidebar-container-thematique
	div
	p.collection_sowhat_download {
	width: min-content;
	padding: 5px;
	background-color: white;
	color: var(--dark-gray);
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 10px;
}

.vignette-collection-so-what {
	width: 80%;
}

@media (max-width: 992px) {
	.vignette-collection-so-what {
		width: 100%;
	}
}

#formation-masteripad .sidebar-container-thematique div p {
	width: 50%;
	font-weight: 100;
	padding-top: 10px;
	display: block;
}

.sidebar-container-thematique div p {
	line-height: 16pt;
	display: block;
	border-top: 1px solid;
	padding-top: 10px;
}

.sidebar-container-thematique {
	padding-top: 100px;
	padding-bottom: 80px;
}

#ressources .sidebar-container-thematique {
	padding-top: 0;
	padding-right: 80px;
}

@media (max-width: 1200px) {
	.sidebar-container-thematique {
		padding-right: 20px;
	}
}

@media (max-width: 992px) {
	.sidebar-container-thematique {
		padding-top: 0;
		padding-right: 0;
		padding-bottom: 0;
	}
}

.sidebar-container-thematique div {
	margin-bottom: 80px;
}

@media (max-width: 992px) {
	.sidebar-container-thematique div {
		margin-bottom: 20px;
	}
}

.sidebar-container .dashed-button a,
.sidebar-container-thematique .dashed-button a {
	font-size: 20px;
	padding: 5px;
	color: black;
	border: 2px solid;
	border-color: var(--orange);
	border-radius: 50%;
}

.sidebar-container .undashed-button a {
	font-size: 20px;
	padding: 5px;
	color: black;
	border: 0px;
}

.sidebar-container .dashed-button a:hover,
.sidebar-container-thematique .dashed-button a:hover {
	font-size: 20px;
	padding: 5px;
	color: black;
	border: dashed;
	background-color: var(--orange);
	border-color: var(--orange);
	border-radius: 50%;
}

.sidebar-container {
	padding-top: 0;
	padding-right: 80px;
}

@media (max-width: 1200px) {
	.sidebar-container {
		padding-top: 0;
		padding-right: 20px;
	}
}

.sidebar-container div {
	margin-bottom: 20px;
}

.sidebar-container div p {
	margin-bottom: 50px;
	font-size: 18px;
	line-height: 16pt;
	font-weight: bold;
}

.sidebar-container .white-bg-content {
	padding: 20px;
	background-color: var(--white);
	color: black;
}

.sidebar-container .white-red-content {
	padding: 20px;
	background-color: var(--primary-color);
	color: white;
}

.sidebar-container .white-orange-content {
	padding: 20px;
	background-color: var(--orange);
	color: white;
}

.sidebar-container div .agenda-fleche {
	font-size: 50px;
	color: black;
}

.sidebar-container div .agenda-fleche-blanche {
	font-size: 50px;
	color: white;
}
.sidebar-container a.img-wrap {
	position: relative;
	margin: 0;
	display: block;
}

.sidebar-container a.img-wrap::after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 30%;
	background: linear-gradient(to top, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0));
	pointer-events: none;
}

.sidebar-auteurs ul {
	padding: 0;
}

.sidebar-auteurs li {
	font-family: "Libre Franklin", "Helvetica Neue", Arial, sans-serif;
	font-size: 16px;
	line-height: 18px;
	padding-top: 20px;
	padding-bottom: 12px;
	list-style: none;
}

.sidebar-auteurs li::before {
	content: "";
	width: 50px;
	height: 12px;
	background-color: #ec4e34;
	display: block;
	margin-bottom: 8px;
}

.sidebar-img {
	width: 100%;
}

/* @media(max-width: 992px) {
    .sidebar-container {
        width: 50%;
    }
} */

.subtitle {
	font-size: 20px;
	font-weight: bold;
}

/* Header */
.main-header {
	position: sticky;
	top: 0;
	background-color: var(--white);
	z-index: 99;
	width: 100%;
}
.navbar {
	padding: 1rem 0;
}

.logo-accueil {
	width: 350px;
	height: 150px;
}

.logo-accueil-header {
	width: 180px;
	height: 80px;
}

.brand-text p {
	font-size: 1.2rem;
	color: #666;
	margin: 0;
	font-weight: bold;
}

.navbar-nav .nav-link {
	color: var(--dark-gray);
	font-weight: 600;
	text-transform: uppercase;
	font-size: 16px;
	margin: 0 0.5rem;
	padding: 0.5rem 1rem;
	transition: all 0.3s ease;
}

.navbar-nav .nav-link:hover {
	color: var(--primary-color);
}

.nav-item.dropdown {
	position: relative;
}

.nav-item.dropdown:hover .nav-link.dropdown-toggle::after {
	transform: rotate(180deg);
}

.dropdown-menu {
	position: absolute;
	top: 100%;
	left: 0;
	min-width: 220px;
	border-bottom: 15px solid var(--primary-color);
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
	z-index: 9999;
	padding: 0;
	margin: 0;
	list-style: none;
	display: none;
	border-radius: 0%;
	background-color: var(--secondary-color);
}

.nav-item.dropdown:hover .dropdown-menu {
	display: block;
}

.dropdown-item {
	display: block;
	width: min-content !important;
	padding: 0px;
	margin: 1rem;
	color: var(--dark-gray);
	text-decoration: none;
	border-bottom: 1px solid var(--light-gray);
	font-size: 15px;
	line-height: 10pt;
	text-transform: none;
	transition: all 0.3s ease;
}

.dropdown-item:last-child {
	border-bottom: none;
}

.dropdown-item:hover {
	background-color: var(--secondary-color);
	border-bottom: 2px solid var(--primary-color);
}

@media (max-width: 1200px) {
	.dropdown-menu {
		position: static;
		background-color: var(--secondary-color);
		border: none;
		box-shadow: none;
		display: none;
	}

	.navbar-nav .nav-link {
		font-size: 12px;
	}

	.nav-item.dropdown:hover .dropdown-menu {
		display: block;
	}

	.dropdown-item {
		font-size: 0.85rem;
	}
}

@media (min-width: 768px) and (max-width: 991.98px) {
	.navbar-nav {
		flex-wrap: wrap;
		justify-content: center;
		row-gap: 1rem;
	}

	.navbar-nav .nav-item {
		flex: 0 0 calc(33.333% - 1rem);
		text-align: center;
	}

	.navbar-nav .nav-item .nav-link {
		padding: 0;
		margin: 0;
	}
}

@media (max-width: 768px) {
	.main-header #logo-accueil-link {
		position: relative;
		right: 100px;
	}
}

.language-toggle {
	position: absolute;
	top: -10px;
	right: -20px;
	z-index: 1001;
	display: flex;
	align-items: start;
}

.language-toggle a {
	align-content: end;
	height: 50px;
	background-color: var(--dark-gray);
	color: var(--white);
	text-decoration: none;
	font-weight: 600;
	font-size: 15px;
	margin: 0 0.25rem;
	padding: 0.25rem 0.5rem;
	transition:
		height 0.3s ease,
		background-color 0.3s ease;
	overflow: hidden;
	display: flex;
	align-items: flex-end;
	justify-content: center;
}

.language-toggle a.active {
	background-color: var(--primary-color);
	color: var(--white);
	height: 70px;
}

.language-toggle:hover a:not(.active) {
	height: 70px;
	background-color: var(--dark-gray);
}

.language-toggle a:hover {
	transform: translateY(-2px);
}

.header-image {
	background-image: url("../images/fruits-background2.png");
	background-size: cover;
	background-position: center;
	min-height: 40px;
	z-index: 1;
}

/* Breadcrumb personnalisé */
.breadcrumb .breadcrumb {
	padding: 0;
	margin: 0;
	border-radius: 0;
	display: flex;
	align-items: center;
}

.breadcrumb .breadcrumb-item {
	font-size: 0.9rem;
	color: var(--dark-gray);
	display: flex;
	align-items: center;
}

.breadcrumb .breadcrumb-item a {
	color: var(--dark-gray);
	text-decoration: none;
	transition: color 0.3s ease;
}

/* .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
	content: "›";
	color: var(--dark-gray);
	font-size: 1.5rem;
	padding: 0 0.5rem;
	display: flex;
	align-items: center;
} */

.breadcrumb-theme li {
	max-width: 150px;
}

.breadcrumb-themes {
	position: sticky;
	top: 100px;
	z-index: 999;
	background-color: var(--secondary-color);
	width: 100%;
	padding-bottom: 1rem;
}

.breadcrumb-themes.scrolled {
	box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
}

/* Main */
.page-title-thematique {
	font-size: 80px;
	color: black;
	margin: 0;
	font-weight: 800;
	line-height: 64pt;
	margin-top: 20px;
}

@media (max-width: 992px) {
	.page-title-thematique {
		font-size: 60px;
		line-height: 40pt;
	}
}

.page-title-courant {
	font-size: 64px;
	color: black;
	margin: 0;
	font-weight: 800;
	line-height: 50pt;
}

@media (max-width: 992px) {
	.page-title-courant {
		font-size: 40px;
		line-height: 32pt;
	}
}

.page-title2 {
	font-size: 64px;
	color: var(--dark-gray);
	margin-bottom: 30px;
}

@media (max-width: 992px) {
	.page-title2 {
		font-size: 40px;
		line-height: 32pt;
	}
}

main {
	position: relative;
	background-color: var(--secondary-color);
}

main > .container {
	padding-bottom: 30px;
}

.article-main-item {
	background-color: white;
}

.article-main-item .contenu {
	padding-left: 20px;
	padding-right: 100px;
}

#agenda .agenda-main-item img {
	width: 350px;
}

@media (max-width: 768px) {
	#agenda .agenda-main-item img {
		width: 100%;
	}
}

.surtitre {
	font-size: 14px;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	text-decoration: none;
	color: var(--primary-color);
	padding: 5px;
	font-weight: bold;
	display: inline-block;
}

/* Templates */
.sidebar-info {
	padding: 20px;
	background-color: var(--orange);
	color: white;
	font-weight: bold;
}

.sidebar-info a {
	font-size: 40px;
	color: white;
}

.projets-associations h4 {
	font-size: 22px;
	font-weight: bold;
}

@media (max-width: 576px) {
	.projets-associations h4 {
		font-size: 20px;
	}
}

.projets-associations h5 {
	font-size: 18px;
}

@media (max-width: 576px) {
	.projets-associations h5 {
		font-size: 16px;
	}
}

.projets-associations p,
.projets-associations a {
	font-size: 20px;
	color: black;
	text-decoration: none;
	line-height: 16pt;
}

@media (max-width: 576px) {
	.projets-associations p,
	.projets-associations a {
		font-size: 16px;
	}
}
.rectangle-decoratif {
	width: 15%;
	height: 25px;
	background-color: var(--primary-color);
}

.projets-associations .row {
	margin-left: 0;
	margin-right: 0;
}

.projets-associations img {
	height: 200px;
	object-fit: contain;
	width: 100%;
}

/* Template Solidarités */
#themes-hero .row {
	z-index: 5;
	height: 100%;
	align-items: center;
	font-family: "Libre Franklin", "Helvetica Neue", Arial, sans-serif;
}

#themes-hero .theme-card {
	display: flex;
	color: var(--dark-gray);
	transition: all 0.3s ease;
	cursor: pointer;
	max-width: 200px;
}

#themes-hero .theme-card-active {
	display: flex;
	color: var(black);
	transition: all 0.3s ease;
	cursor: pointer;
	max-width: 200px;
}

#themes-hero .theme-card-active .theme-top {
	border-left-color: var(--primary-color);
}

#themes-hero .theme-top {
	border-left: 5px solid var(--dark-gray);
	transition: border-left-color 0.3s ease;
}

#themes-hero .theme-card:hover .theme-top {
	border-left-color: var(--primary-color);
}

#themes-hero .theme-card:hover a {
	color: black;
	text-decoration: none;
}

#themes-hero .theme-card a {
	text-transform: uppercase;
	font-size: 14px;
	align-items: baseline;
	padding-left: 5px;
	max-width: 150px;
	text-decoration: none;
	color: var(--dark-gray);
	line-height: 15pt;
}

#themes-hero .theme-card-active a {
	text-transform: uppercase;
	font-size: 14px;
	align-items: baseline;
	padding-left: 5px;
	max-width: 150px;
	text-decoration: none;
	color: black;
	font-weight: bold;
	line-height: 15pt;
}

#solidarites span {
	border-radius: 0;
	text-transform: uppercase;
}

#solidarites .text-bg-inactive {
	font-size: 16px;
	border-radius: 0;
	text-transform: uppercase;
	background-color: white;
	color: gray;
}

.text-bg-agenda {
	font-size: 16px;
	border-radius: 0;
	text-transform: uppercase;
	background-color: var(--primary-color);
	color: white;
}

@media (max-width: 768px) {
	#solidarites .text-bg-inactive,
	.text-bg-agenda {
		font-size: 12px;
	}
}

.text-bg-decouvrir {
	font-size: 12px;
	border-radius: 0;
	text-transform: uppercase;
	background-color: var(--orange);
	color: white;
}

/* Section Agenda */
.agenda-section {
	background-color: var(--primary-color);
	color: var(--white);
}

.agenda-section h2 {
	font-family: "Libre Franklin", "Helvetica Neue", Arial, sans-serif;
	position: relative;
	top: 100px;
	font-size: 30px;
	font-weight: 700;
	color: var(--white);
	transform: rotate(-90deg);
}

.agenda-section .row {
	margin-left: 200px;
	position: relative;
	bottom: 50px;
}

@media (max-width: 992px) {
	.agenda-section h2 {
		position: inherit;
		font-size: 2rem;
		font-weight: 700;
		color: var(--white);
		transform: rotate(0deg);
	}

	.agenda-section .row {
		margin-left: 0px;
		position: inherit;
	}
}

.agenda-card {
	padding: 2rem 1rem;
}

.date-badge {
	font-family: "Libre Franklin", "Helvetica Neue", Arial, sans-serif;
	font-size: 18px;
	background-color: var(--white);
	color: black;
	width: max-content;
	padding: 5px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 700;
	flex-direction: column;
	margin-bottom: 15px;
}

.agenda-card h4 {
	font-family: "Libre Franklin", "Helvetica Neue", Arial, sans-serif;
	font-size: 1.5rem;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 1rem;
}

.agenda-card p {
	font-size: 18px;
	line-height: 22pt;
	font-family: "Source Serif 4", Georgia, "Times New Roman", serif;
}

.btn-voir-agenda {
	font-size: 30px;
	background-color: var(--primary-color);
	color: var(--white);
	padding: 0.75rem 1.5rem;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: 600;
	border-style: solid;
	border-width: 1px 1px;
	border-color: var(--white);
	display: inline-block;
	transition: all 0.3s ease;
}

.btn-voir-agenda:hover {
	background-color: var(--white);
	color: var(--primary-color);
}

/* Template Contact */
#contact .contact-form {
	text-transform: uppercase;
	font-weight: 300;
	font-size: 18px;
}

.btn-contact-effacer {
	background-color: var(--dark-gray);
	color: white;
	border-radius: 0;
	font-weight: bold;
}

.btn-contact-envoyer {
	background-color: var(--primary-color);
	color: white;
	border-radius: 0;
}

/* Template Agenda */
#agenda {
	background-color: var(--saumon);
}

.agenda-item h3 {
	font-family: "Libre Franklin", "Helvetica Neue", Arial, sans-serif;
	font-size: 30px;
	font-weight: 300;
	margin-top: 40px;
	margin-bottom: 30px;
	text-transform: uppercase;
}

.agenda-item .agenda-date {
	width: max-content;
	border-bottom: 5px solid;
	border-bottom-color: var(--primary-color);
	font-weight: bold;
}

.agenda-item .agenda-archive-date {
	width: max-content;
	border-bottom: 5px solid;
	border-bottom-color: var(--dark-gray);
	font-weight: bold;
}

@media (max-width: 768px) {
	.agenda-item {
		padding-left: 0;
	}
}

.agenda-item .article-titre {
	font-family: "Source Serif 4", Georgia, "Times New Roman", serif;
	font-size: 30px;
	text-decoration: none;
	color: black;
	line-height: 24pt;
}

@media (max-width: 768px) {
	.agenda-item .article-titre {
		font-size: 24px;
		line-height: 20pt;
	}
}

.agenda-item .agenda-archive-date {
	width: max-content;
	border-bottom: 5px solid;
	border-bottom-color: var(--dark-gray);
	font-weight: bold;
}

#agenda .col-sm-6 {
	border-bottom: 5px solid white;
}

#navbarAgenda a {
	margin-right: 20px;
	padding: 0;
	border-top: solid;
	border-top-color: var(--dark-gray);
	border-bottom: solid;
	border-bottom-color: var(--dark-gray);
}

/* Template Formation */
#formation-masteripad .sidebar-container {
	padding-top: 100px;
}

#formation-masteripad .formation-programme {
	padding-top: 40px;
}

/* Template Actualités */

#actualites .agenda-main-item img {
	width: 350px;
}

@media (max-width: 768px) {
	#actualites .agenda-main-item img {
		width: 100%;
	}
}

#actualites .agenda-main-item {
	background-color: white;
}

#actualites .agenda-item .agenda-date {
	width: max-content;
	border-bottom: 5px solid;
	border-bottom-color: var(--primary-color);
	font-weight: bold;
}

#actualites .agenda-item .agenda-archive-date {
	width: max-content;
	border-bottom: 5px solid;
	border-bottom-color: var(--dark-gray);
	font-weight: bold;
}

#actualites .col-sm-6 {
	border-bottom: 5px solid white;
}

#actualites .sidebar-container {
	padding-top: 200px;
}

@media (max-width: 992px) {
	#actualites .sidebar-container {
		padding-top: 0;
	}
}

/* Template Equipe */
#equipe .titre-membres {
	font-weight: bold;
	margin-top: 30px;
}

#equipe div.hr {
	border-bottom: 5px solid white;
	margin-top: 20px;
}

#equipe .salarie-nom {
	font-weight: bold;
	margin: 0;
	padding-top: 20px;
}
#equipe .salarie-poste,
#equipe .salarie-email {
	margin: 0;
	font-size: 16px;
}

#equipe .linkedin-icon {
	display: inline-block;
	width: 30px;
	height: 30px;
	background-color: var(--orange);
	border-radius: 5px;
	text-align: center;
	color: white;
	font-size: 20px;
	align-content: center;
	margin-top: 10px;
}

/* Template Publications */
#publications .publication-item {
	border-bottom: 5px solid;
	border-bottom-color: var(--white);
}

#publications .publication-item .contenu {
	padding-right: 150px;
}

@media (max-width: 768px) {
	#publications .publication-item .contenu {
		padding-right: 0;
	}
}

#publications .publication-item img {
	width: 200px;
}

#publications .col-sm-6 {
	border-bottom: 5px solid white;
}

@media (max-width: 768px) {
	#publications .col-sm-6 {
		border-bottom: none;
	}
}

#publications .col-sm-6 img {
	min-width: 200px;
	min-height: auto;
}

#publications .sidebar-container {
	padding-top: 400px;
}

@media (max-width: 992px) {
	#publications .sidebar-container {
		padding-top: 0;
	}
}

/* Template Recherche */

#recherche .sidebar-container {
	padding-top: 80px;
	padding-bottom: 80px;
}

#recherche .sidebar-container div {
	padding: 20px;
	background-color: var(--orange);
	color: white;
}

#recherche .sidebar-container div a {
	font-size: 40px;
	color: white;
}

#recherche .search-results-container {
	background-color: white;
	padding: 20px 20px 50px 20px;
}

#recherche .search-results-container .search-results {
	border-bottom: 1px solid black;
}

#recherche .search-results-container .result-title {
	color: var(--primary-color);
	font-weight: bold;
	font-size: 12px;
	padding-top: 10px;
}

#recherche .btn-container {
	position: relative;
	right: 20px;
	padding: 10px;
	border-radius: 50px;
	border: none;
	background-color: var(--secondary-color);
}

#recherche .search-icon-btn {
	width: 50px;
	height: 50px;
	background-color: var(--primary-color);
	border: none;
	border-radius: 50px;
	color: black;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: background-color 0.3s ease;
}

#recherche .search-icon-btn:hover {
	background-color: var(--orange);
}

#recherche .search-icon-btn .fa-search {
	font-size: 40px;
	position: relative;
	left: 5px;
	top: 5px;
}

#recherche .search-icon-btn .search-plus {
	position: absolute;
	font-size: 10px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

#recherche .search-icon-btn ~ .form-control,
input.form-control {
	padding-right: 60px;
}

#recherche label {
	width: min-content;
	padding-right: 30px;
	margin-right: 40px;
}

/* Template Collection So What */
#collection-so-what #logo-so-what {
	width: 400px;
}

#collection-so-what .sidebar-container .section-button p {
	width: max-content;
}

#collection-so-what .so_what-intro p {
	font-weight: bold;
	color: var(--dark-gray);
}

#collection-so-what .separator {
	border-bottom: 5px solid white;
	padding-bottom: 40px;
	margin: 12px;
	margin-bottom: 40px;
}

/* Template So What */
#so-what .points-cles {
	color: var(--primary-color);
	position: relative;
	font-size: 16px;
	line-height: 16pt;
}

#so-what .points-cles .texte {
	margin-top: 40px;
	margin-bottom: 40px;
	font-weight: bold;
}

#so-what .points-cles-date {
	width: max-content;
	border-top: solid var(--dark-gray);
	border-bottom: solid var(--dark-gray);
}

#so-what .points-cles .points-cles-badge {
	transform: rotate(-90deg);
	position: absolute;
	left: -100px;
	top: 100px;
	color: white;
	line-height: 1.4;
	z-index: 10;
}

#so-what .points-cles .points-cles-badge .line {
	background-color: #ec4e34;
	padding: 5px;
	display: inline-block;
	width: auto;
}

@media (max-width: 992px) {
	#so-what .points-cles .points-cles-badge {
		display: none;
	}

	#so-what .points-cles::before {
		background-color: #ec4e34;
		width: max-content;
		content: "Points clés";
		display: block;
		color: white;
		padding: 5px;
		margin-bottom: 15px;
		text-transform: uppercase;
	}
}

#so-what .sowhat-auteurs {
	margin-bottom: 100px;
}

.sowhat-auteurs ul {
	list-style-type: none;
	padding-left: 0;
}
.sowhat-auteurs li {
	position: relative;
	margin-bottom: 20px;
	padding-left: 0;
	line-height: 15pt;
}

.lettrine-auto::first-letter {
	float: left;
	font-size: 6.5em;
	line-height: 1;
	margin-right: 8px;
	margin-top: 6px;
}

.carte-montpellier {
	width: 100%;
	height: auto;
	margin: 0 auto;
}

@media (max-width: 768px) {
	.carte-montpellier {
		max-width: 95%;
	}
}

/* Template Rencontres */
#rencontres .sidebar-container {
	padding-top: 80px;
}

#rencontres .sidebar-container .white-red-content p.rencontres_download {
	width: min-content;
	padding: 5px;
	background-color: white;
	color: var(--dark-gray);
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 10px;
}

#rencontres .intro-text {
	width: 70% !important;
	font-weight: bold;
}

#rencontres span {
	border-radius: 0;
	text-transform: uppercase;
}

#rencontres .text-bg-inactive {
	font-size: 14px;
	border-radius: 0;
	text-transform: uppercase;
	background-color: white;
	color: gray;
}

#rencontres .text-bg-agenda {
	font-size: 14px;
	border-radius: 0;
	text-transform: uppercase;
	background-color: var(--primary-color);
	color: white;
}

@media (max-width: 768px) {
	#rencontres .text-bg-inactive,
	#rencontres .text-bg-agenda {
		font-size: 12px;
	}
}

.rencontre-section .description {
	font-weight: bold;
}

.rencontre-section .cta-link {
	font-size: 14px;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	text-decoration: none;
	color: var(--primary-color);
	padding-top: 5px;
	padding-bottom: 5px;
	text-transform: uppercase;
	font-weight: bold;
}

.rencontre-section .cta-link-inactive {
	font-size: 14px;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	text-decoration: none;
	color: var(--dark-gray);
	padding-top: 5px;
	padding-bottom: 5px;
	text-transform: uppercase;
	font-weight: bold;
}

.rencontre-section .cta-link .icon-bg {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 18px;
	height: 18px;
	background-color: var(--primary-color);
	color: white !important;
	margin-left: 8px;
	transition: all 0.3s ease;
	vertical-align: middle;
}

.rencontre-section .cta-link .icon-bg:hover {
	transform: scale(1.1);
}

.rencontre-section .previous,
.rencontre-section .next {
	font-size: 20px;
	text-decoration: none;
	color: var(--dark-gray);
	border: 1px solid var(--dark-gray);
	border-radius: 50%;
	padding-left: 6px;
	padding-right: 6px;
	align-self: center;
	margin-left: 3px;
}

/* Pagination Opinions : même rendu que rencontre-section (cta-link / cta-link-inactive) */
.pagination {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin-bottom: 0;
}
.pagination .pagination-items {
	list-style: none;
	padding-left: 0;
	margin-bottom: 0;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.pagination .pagination-item {
	display: inline-block;
	list-style: none;
}
.pagination .pagination-item .pagination-item-label,
.pagination .pagination-item a.pagination-item-label {
	font-size: 14px;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	text-decoration: none;
	padding-top: 5px;
	padding-bottom: 5px;
	text-transform: uppercase;
	font-weight: bold;
	padding-right: 1rem;
	margin-right: 0.25rem;
}
.pagination .pagination-item.on .pagination-item-label,
.pagination .pagination-item.active .pagination-item-label {
	color: var(--primary-color);
}
.pagination .pagination-item:not(.active):not(.on) .pagination-item-label,
.pagination .pagination-item:not(.active):not(.on) a.pagination-item-label {
	color: var(--dark-gray);
}
.pagination
	.pagination-item:not(.active):not(.on)
	a.pagination-item-label:hover {
	color: var(--primary-color);
}

.hrRecontres {
	border-top: 5px solid white;
}
.hrChapitre {
	border-top: 2px solid white;
	margin: 0;
}

/* Template Opinions */
#opinion .intro-text {
	width: 70% !important;
	font-weight: bold;
	margin-bottom: 50px;
}

/* Template Opinions Article */
#opinion-article .lettrine-auto {
	text-align: left;
}

#opinion-article .lettrine-auto::first-letter {
	float: left;
	font-size: 6.5em;
	line-height: 1;
	margin-right: 8px;
	margin-top: 6px;
}

/* Template Présentation */
#presentation h3 {
	font-size: 50px;
	margin-bottom: 30px;
	font-style: italic;
	line-height: 3rem;
	font-weight: 100;
}

@media (max-width: 576px) {
	#presentation h3 {
		font-size: 30px;
		line-height: 2rem;
	}
}

#presentation .dashed-button {
	margin-bottom: 100px;
}

#presentation .dashed-button p {
	border-top: 1px solid;
	margin-top: 100px;
	font-weight: 100;
}

/* Template Ressources */
#ressources .formation-programme {
	padding-top: 40px;
}

#ressources .intro-section {
	position: relative;
	margin-bottom: 2rem;
}

#ressources .intro-image {
	position: relative;
	z-index: 1;
}

#ressources .intro-image-bg {
	background-image: url("/images/eco-alim.png");
	background-size: cover;
	background-position: top;
	min-height: 700px;
	height: 100%;
}

@media (max-width: 768px) {
	#ressources .intro-image-bg {
		min-height: 400px;
		height: 100%;
	}
}

#ressources .page-title-thematique {
	position: relative;
	z-index: 2;
	margin-top: -20px;
}

@media (max-width: 992px) {
	#ressources .page-title-thematique {
		position: relative;
		z-index: 2;
		margin-top: 0;
	}
}

#ressources h2 {
	font-family: "Libre Franklin", "Helvetica Neue", Arial, sans-serif;
	color: var(--dark-gray);
	line-height: 25pt;
	font-weight: 400;
	padding-top: 30px;
}

#ressources h3 {
	font-family: "Libre Franklin", "Helvetica Neue", Arial, sans-serif;
	line-height: 25pt;
	font-weight: 600;
	font-size: 1.5rem;
}

#ressources .italique {
	font-style: italic;
}

.livre-partie {
	width: max-content;
	margin-bottom: 0;
}

.livre-partie-titre {
	border-top: 0px !important;
	padding-top: 0px !important;
}

#ressources .intro-text-container {
	font-family: "Source Serif 4", Georgia, "Times New Roman", serif;
	display: flex;
	flex-direction: column;
	align-items: center;
	position: relative;
	z-index: 2;
	line-height: 25pt;
	justify-content: center;
}

#ressources .intro-text {
	font-size: 1.8rem;
	text-align: center;
	margin-bottom: 0;
	width: 65%;
	color: var(--dark-gray);
}

#ressources .intro-auteur {
	font-size: 1.5rem;
	text-align: center;
	margin-bottom: 0;
	width: 60%;
	color: var(--dark-gray);
}

.btn-toggle-chapter {
	background: none;
	border: 1px solid black;
	border-radius: 50%;
	color: black;
	cursor: pointer;
	padding: 0.2rem 0.5rem;
	transition: transform 0.3s ease;
	font-size: 1.2rem;
}

.btn-toggle-chapter:hover {
	opacity: 0.7;
}

.btn-toggle-chapter.active i {
	transform: rotate(180deg);
}

.btn-toggle-chapter i {
	transition: transform 0.3s ease;
}

.chapter-content {
	overflow: hidden;
	max-height: 0;
	opacity: 0;
	transition:
		max-height 0.5s ease-in-out,
		opacity 0.3s ease-in-out;
}

.chapter-content.open {
	max-height: 5000px; /* Ajustez selon vos besoins */
	opacity: 1;
}

/* Template Colloque Article */
.colloque-img img {
	width: 100%;
}

/* Template Ressource Article */
#ressource-article .chapitre-titre {
	font-weight: 200;
	margin-bottom: 20px;
}

#ressource-article .lettrine-auto::first-letter {
	float: left;
	font-size: 10.5em;
	line-height: 1;
	margin-right: 8px;
	margin-top: 6px;
}

.ressource-associee-titre,
.ressource-associee-text {
	font-size: 18px !important;
}

/* Slider pour les actualités, publications, contenus associés sur mobile */
@media (max-width: 767px) {
	.news-slider {
		display: flex;
		flex-wrap: nowrap;
		overflow-x: auto;
		overflow-y: hidden;
		scroll-snap-type: x mandatory;
		-webkit-overflow-scrolling: touch;
		gap: 1rem;
	}

	.news-slider > div {
		flex: 0 0 85%;
		max-width: 85%;
		scroll-snap-align: start;
	}

	/* Masquer la scrollbar tout en gardant la fonctionnalité */
	.news-slider::-webkit-scrollbar {
		display: none;
	}

	.news-slider {
		-ms-overflow-style: none;
		scrollbar-width: none;
	}
}
