/*!
Theme Name: Plan national d'actions
Theme URI: https://them.es/starter
Author: Studio Vitamine
Author URI: https://www.studiovitamine.com
Description:
Version: 3.6.0
Requires at least: 5.0
Tested up to: 6.8
Requires PHP: 7.2
License: GPL version 2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0
Tags: custom-background, custom-colors, featured-images, flexible-header, microformats, post-formats, rtl-language-support, theme-options, translation-ready, accessibility-ready
Text Domain: pna-lpo
*/

/*------------------------------------*\
    #COLORS & TYPOGRAPHY
\*------------------------------------*/

:root {
	--vert-lpo: #4A746E;
	--vert-fonce: #3B503D;
	--vert-clair: #C8CF94;
	--yellow: #F1EDB3;
	--lpo-grey: #DDD;
	--background-light: #F9F8EA; /* Nouveau: pour le fond clair du body */
	--text-color-dark: #333; /* Nouveau: pour le texte général */
	--border-color-light: #b1b1b1; /* Nouveau: pour les bordures légères */
}

/* Base Body & Links */
html body {
	font-family: "Poppins", sans-serif;
	overflow-x: hidden;
	border-top: 12px solid var(--vert-lpo);
	background: var(--background-light);
	font-size: 1rem;
}

body a {
	color: var(--vert-fonce); /* Correction: Utilisation directe de la variable */
	text-decoration: none;
}
.d-flex.wpb_column > .vc_column-inner > .wpb_wrapper{
display: flex;
	gap: 10px;
	flex-wrap: wrap;
	justify-content: flex-start;

}
	/*copyright*/
.copyright{
	padding: 15px;
	border-top: 1px solid var(--border-color-light);
}
.copyright p{
margin:0;
}

/*NL*/
.mailpoet_paragraph > span{
	position: absolute;
}
.mailpoet_form.mailpoet_form_successfully_send .mailpoet_validate_success {
	left: 50%;
	position: relative;
	text-align: center;
	top: 50%;
	transform: translate(-50%, -50%);
}

/*fix vc*/
body .vc_row {
	margin-left: inherit;
	margin-right: inherit;
}
/* contact */
/* Couleurs personnalisées */
.form-control {
	border: 2px solid #4A746E;
	border-radius: 30px;
	font-family: "Poppins", sans-serif;
	padding: 10px 15px;
	background-color: #fff;
	color: #000;
}

.form-control::placeholder {
	color: #888;
}

.form-control:focus {
	border-color: #C8CF94;
	box-shadow: none;
	outline: none;
}

/* Message textarea spécifique */
textarea.form-control {
	border-radius: 12px;
	min-height: 150px;
}

/* Bouton personnalisé */
.btn, .wp-block-button .wp-block-button__link, .wp-block-button.is-style-outline .wp-block-button__link{

	border-radius: 30px;padding: 10px 30px;font-family: "Poppins", sans-serif;
	font-weight: 600;
}
.btn-custom {
	background-color: #4A746E;
	color: white;
	padding: 10px 30px;
	border-radius: 30px;
	font-family: "Poppins", sans-serif;
	font-weight: 600;
	transition: background-color 0.3s ease;
	border: none;
}

.btn-custom:hover {
	background-color: #F1EDB3;
	color: #000;
}

/* Headings */
body h1,
body .h1 {
	color: #FFF;
	font-family: Poppins;
	font-size: 47px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: uppercase;
}

body h2,
body .h2 {
	color: var(--vert-lpo);
	font-family: Poppins;
	font-size: 38px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

body h3,
body .h3 {
	color: var(--vert-lpo);
	font-family: Poppins;
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: uppercase;
	margin-bottom: 5px;
}

/* Specific Heading Colors */
body footer h3,
body footer .h3,
.tLight h2,
.tLight h3,
.tLight h4,
.tLight h5,
.tLight,
.preActus h2,
.preActus h3,
.preActus {
	color: #fff;
}

/*------------------------------------*\
    #LAYOUT & SPACING
\*------------------------------------*/

#main {
	padding-top: 30px;
	margin-top: 0;
}

.ptb-60 {
	padding-top: 60px;
	padding-bottom: 60px;
}

/* Common Margins & Alignment */
.alignnone {
	margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
	display: block;
	margin: 5px auto 5px auto;
}

.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}

.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

/* Images & Captions */
body .wpb_single_image img {
	border-radius: 6px;
}

body .wpb_single_image .vc_figure-caption {
	margin-top: 15px;
	font-size: .8em;
	width: 100%;
	text-align: center;
}

a img.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}

a img.alignnone {
	margin: 5px 20px 20px 0;
}

a img.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	max-width: 96%;
	padding: 5px 3px 10px;
	text-align: center;
}

.wp-caption.alignnone {
	margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
	margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
	margin: 5px 0 20px 20px;
}

.wp-caption img {
	border: 0 none;
	height: auto;
	margin: 0;
	max-width: 98.5%;
	padding: 0;
	width: auto;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	margin: 0;
	padding: 0 4px 5px;
}

/* Gallery */
.gallery-item {
	display: inline-block;
	text-align: left;
	vertical-align: top;
	width: 50%;
}

.gallery-item a,
.gallery-item a:hover,
.gallery-item a:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
	background: none;
	display: inline-block;
	max-width: 100%;
}

.gallery-item a img {
	display: block;
	transition: filter 0.2s ease-in;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.gallery-item a:hover img,
.gallery-item a:focus img {
	-webkit-filter: opacity(60%);
	filter: opacity(60%);
}

.gallery-caption {
	display: block;
	text-align: left;
	padding: 0 10px 0 0;
	margin-bottom: 0;
}

/* Gallery Columns */
.gallery-columns-1 .gallery-item {
	max-width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

/* Hide Captions for smaller galleries */
.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
	display: none;
}

/* Author Styles */
.bypostauthor {
	font-weight: bold;
}

/* Screen Reader Text */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

/*------------------------------------*\
    #HEADER
\*------------------------------------*/

.navbar-brand img {
	max-height: 400px;
	height: auto;
}

.page-banner {
	background-color: var(--vert-fonce);
	color: white;
	position: relative;
}

.page-banner.text-white::before {
	content: "";
	width: 100%;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(0, 0, 0, 0.3);
}

.page-banner .container {
	padding: 55px 15px;
	position: relative;
}

.page-banner .container:after {
	content: "";
	display: block;
	position: absolute;
	width: 60%;
	height: 16px;
	background: var(--vert-clair);
	bottom: -8px;
	left: 50%;
	transform: translateX(-50%);
}

.page-banner h1 {

}

.breadcrumb {
	font-size: 0.9rem;
	opacity: 0.9;
	margin: 0 !important;
	padding: 0 !important;
}

.breadcrumb a {
	color: #fff;
}

/* Header Search & Contact */
.bp-header-search-contact {
	display: flex;
	align-items: center;
	gap: 20px;
	margin-bottom: 25px;
}

.bp-search-form {
	display: flex;
	align-items: center;
	position: relative;
}

.bp-search-form i.fa-search {
	color: var(--vert-lpo);
	font-size: 18px;
	margin-right: 8px;
}

.bp-search-input {
	border: none;
	border-bottom: 1.5px solid var(--vert-lpo);
	background: transparent;
	padding: 0;
	font-size: 16px;
	color: #000;
	outline: none;
	font-family: inherit;
	max-width: 180px;
}

.bp-search-input::placeholder {
	color: #000;
	opacity: 0.8;
}

.bp-contact-link i {
	color: var(--vert-lpo);
	font-size: 20px;
	transition: color 0.3s;
}

.bp-contact-link:hover i {
	color: var(--vert-fonce);
}

/*------------------------------------*\
    #NAVIGATION (MENU)
\*------------------------------------*/

/* Main Navigation Links */
body .lpo-main-link,
body .navbar-nav > li > a {
	color: var(--vert-lpo) !important;
	font-family: "Poppins", sans-serif;
	font-size: 18px;
	font-weight: 700;
	position: relative;
	text-decoration: none;
}

body .navbar-nav > li {
	display: flex;
	align-items: center;
}

body .navbar-nav > li > a {
	padding: 10px 10px !important;
}

body .lpo-main-link:hover,
body .lpo-main-link:focus {
	color: var(--vert-clair) !important;
}

/* Dropdown Menu */
body .nav-item:hover > .dropdown-menu {
	display: block;
}

body .dropdown-menu {
	background: var(--vert-fonce);
	border: none;
	padding: 0;
	margin-top: 0;
	min-width: 200px;
	border-radius: 0;
	top: 100%; /* Positionnement correct */
	left: 50%;
	transform: translateX(-50%);
}

body .lpo-sub-link {
	color: var(--lpo-grey);
	font-family: 'Poppins', sans-serif;
	font-size: 15px;
	font-weight: 700;
	padding: 10px;
	border-bottom: 1px solid #fff;
}

body .lpo-sub-link:hover,
body .lpo-sub-link:focus {
	background: var(--vert-fonce);
	color: #fff;
}

/* Nav Separator */
body .navbar-nav > li:not(:last-child)::after {
	content: "•";
	margin: 0;
	color: var(--vert-lpo);
	display: flex;
	align-items: center;
}

/* Menu Chevron */
body .menu-chevron {
	display: block;
	text-align: center;
	font-size: 20px;
	color: var(--vert-lpo);
	margin-top: 0;
	bottom: -15px;
	width: 100%;
}

/*------------------------------------*\
    #BUTTONS
\*------------------------------------*/

.btn {
	/* Styles généraux pour les boutons */
}

.btn.btn-primary {
	/* Styles pour le bouton primaire */
}

.btn.btn-primary.light {
	display: inline-block;
	padding: 5px 20px;
	justify-content: center;
	align-items: center;
	gap: 5px;
	background: transparent;
	border-radius: 200px;
	border: 1px solid #FFF;
	color: #fff;
}

.btn.btn-primary.light:hover {
	border: 1px solid var(--yellow);
	color: var(--yellow);
}

/*------------------------------------*\
    #HOME PAGE
\*------------------------------------*/

.home-banner {
	position: relative;
	overflow: hidden;
}

.home-banner img {
	width: 100%;
	height: auto;
	display: block;
}

.home-banner .container {
	position: absolute;
	top: 0;
	bottom: 0;
	transform: translateX(-50%);
	left: 50%;
}

.home-banner__content {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	max-width: 50%;
	width: 90%;
	color: #fff;
	text-align: left;
}

.home-banner__content h1 {
	line-height: 1.2;
}

.home-banner__content .chapo {
	font-size: 1.1rem;
	margin-bottom: 0;
}

.home-banner__content .btn-primary {
	padding: 0.75rem 1.5rem;
	font-weight: 400;
	text-transform: uppercase;
}

/* Back Bird */
.backBird > .vc_column-inner {
	background-position: center bottom !important;
}

/* Pre Actus Section */
.preActus {
	background: var(--vert-lpo);
	width: 100vw;
	position: relative;
	left: 50%;
	max-width: 100vw;
	transform: translateX(-50%);
	padding: 60px;
}

body .preActus #mailpoet_form_1 form.mailpoet_form {
	max-width: 400px;
	margin: auto;
}

/*------------------------------------*\
    #ACTUS
\*------------------------------------*/

/* Actus Grid */
.bp-actus-grid {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	margin: 40px 0;
}

/* Actus Item Card */
.bp-actus-item {
	background: #E9E8D7;
	box-shadow: 2.613px 2.613px 4.9px rgba(0, 0, 0, 0.15);
	border-radius: 5.226px;
	padding: 15px;
	flex: 0 1 calc(33.333% - 13.33px);
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	align-items: stretch;
}

/* Actus Thumbnail */
.bp-actus-thumb {
	width: 100%;
	aspect-ratio: 1 / 1;
	overflow: hidden;
	border-radius: 4px;
	margin-bottom: 20px;
}

.bp-actus-thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/* Actus Meta (Date) */
.bp-actus-meta {
	font-size: 12px;
	color: var(--text-color-dark);
	margin-bottom: 10px;
}

/* Actus Title */
.bp-actus-title {
	color: var(--vert-lpo);
	font-family: Poppins, sans-serif;
	font-size: 11.76px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: uppercase;
	margin: 0 0 15px;
}

.bp-actus-title a {
	color: inherit;
	text-decoration: none;
}

/* Actus Button */
.bp-actus-grid .bp-bouton.vert {
	margin-right: auto;
}

/* Carousel */
.actus-carousel {
	position: relative;
}

.actus-carousel .carousel-inner {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: auto;
}

.actus-carousel .carousel-item {
	position: absolute;
	top: 0;
	left: 100%;
	width: 100%;
	padding-left: 50px;
	padding-right: 50px;
	opacity: 0;
	z-index: 0;
	display: block;
	transition: none; /* Gérer la transition par JS si nécessaire */
}

.actus-carousel .carousel-item.active {
	left: 0;
	opacity: 1;
	z-index: 1;
}

.actus-carousel .carousel-controls {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	transform: translateY(-50%);
	display: flex;
	justify-content: space-between;
	align-items: center;
	pointer-events: auto;
	z-index: 10;
}

.actus-carousel .carousel-controls button {
	background: none;
	border: none;
}

.actus-carousel .carousel-prev {
	margin-left: 10px;
}

.actus-carousel .carousel-next {
	margin-right: 10px;
}

.actus-carousel .carousel-controls .fas {
	color: var(--vert-fonce);
	font-size: 1.5rem;
	cursor: pointer;
}

.carousel-bullets-wrapper {
	margin-top: 30px;
	display: flex;
	justify-content: center;
	width: 100%;
}

.carousel-bullets {
	display: flex;
	gap: 8px;
}

.carousel-bullets .bullet {
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background: var(--vert-clair);
	cursor: pointer;
}

.carousel-bullets .bullet.active,
.carousel-bullets .bullet:hover {
	background: var(--vert-lpo);
}

.actus-title {
	color: var(--vert-lpo);
	font-family: 'Poppins', sans-serif;
	font-size: 43.438px;
	font-style: normal;
	font-weight: 400;
	line-height: 1;
	margin-top: 23px;
}

.actus-resume {
	margin-bottom: 23px;
}

.carousel-item .leftCol {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.carousel-item .leftCol a {
	margin-right: auto;
}

.image-container {
	aspect-ratio: 1/1;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
}

.image-container img {
	object-fit: cover;
	width: 100%;
	height: 100%;
}

/* Pagination */
.navigation.pagination,
.bp-pagination {
	margin-top: 40px;
	display: flex;
	justify-content: center;
	gap: 10px;
}

.navigation.pagination .page-numbers {
	display: inline-block;
}

.bp-pagination .bp-bouton.vert {
	/* Styles spécifiques si nécessaire */
}

/*------------------------------------*\
    #SEARCH
\*------------------------------------*/

.search-results h2 {
	margin-bottom: 15px;
	margin-top: 15px;
}

.search-results ul {
	list-style: disclosure-closed;
}

.search-results a:hover {
	text-decoration: underline;
}

/* Search Categories */
.bp-categories {
	margin: 10px 0 15px;
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.bp-cat-label {
	background-color: var(--vert-fonce);
	color: #fff;
	font-family: Poppins, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	padding: 5px 15px;
	border-radius: 4px;
}

/*------------------------------------*\
    #SHARE BAR
\*------------------------------------*/

.bp-share-bar {
	border-top: 1px solid var(--vert-lpo);
	padding: 20px 0;
	text-align: left;
	margin-top: 40px;
}

.bp-share-bar .h3 {
	font-size: 18px;
	font-weight: 600;
	color: var(--vert-lpo);
	display: inline-block;
	margin-right: 10px;
	vertical-align: middle;
}

.bp-share-icons {
	display: inline-flex;
	gap: 10px;
	vertical-align: middle;
}

.bp-share-icons .share-icon {
	width: 26px;
	height: 26px;
	border-radius: 50%;
	border: 1px solid var(--vert-lpo);
	display: flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
	transition: background 0.3s, color 0.3s; /* Ajout de transition */
}

.bp-share-icons .share-icon i {
	color: var(--vert-lpo);
	font-size: 13px;
	transition: color 0.3s; /* Ajout de transition */
}

.bp-share-icons .share-icon:hover,
.bp-share-icons .share-icon:hover i {
	background: var(--vert-lpo);
	color: #fff;
}

/*------------------------------------*\
    #BACK TO TOP
\*------------------------------------*/

.bp-back-to-top {
	position: fixed;
	bottom: 15px;
	right: 19px;
	width: 44px;
	height: 44px;
	background-color: var(--vert-fonce);
	border-radius: 50%;
	padding: 20px;
	color: white;
	font-size: 15px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
	opacity: 0;
	pointer-events: none;
	transition: opacity 0.3s ease;
	z-index: 999;
}

.bp-back-to-top.show {
	opacity: 1;
	pointer-events: auto;
}

/*------------------------------------*\
    #FOOTER
\*------------------------------------*/

footer.site-footer {
	background-repeat: no-repeat;
	background-position: top center;
	background-size: contain;
	padding-top: 3rem;
	color: white;
}

footer.site-footer a {
	color: #fff;
}

footer.site-footer a:hover {
	color: var(--yellow);
}

footer.site-footer .firstBloc {
	margin-bottom: 60px;
}

.site-footer .footer-logo img {
	max-height: 60px;
	height: auto;
	width: auto;
}

body .site-footer .footer-icons {
	display: flex;
	gap: 0.5rem;
	margin-top: 1rem;
}

body .site-footer .footer-icons a {
	width: 30px;
	height: 30px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border: 2px solid white;
	border-radius: 50%;
	color: white;
	text-decoration: none;
	transition: background-color 0.3s ease;
}

.site-footer .footer-icons a:hover {
	background-color: rgba(255, 255, 255, 0.2);
}

footer.site-footer .colFooter {
	padding-top: 30px;
	border-top: 1px solid var(--border-color-light); /* Utilisation de la variable */
}

footer.site-footer .colFooter:not(:first-child) {
	margin-left: 4%;
}

/*------------------------------------*\
    #MAILPOET FORM
\*------------------------------------*/

body #mailpoet_form_1 form.mailpoet_form {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	align-items: center;
	margin: 0;
	padding: 0;
}

body #mailpoet_form_1 .mailpoet_paragraph {
	margin: 0;
	flex: 1 1 auto;
}

body #mailpoet_form_1 .mailpoet_paragraph:first-of-type {
	width: 80%;
}

body #mailpoet_form_1 .mailpoet_paragraph.submit {
	width: 10%;
}

body #mailpoet_form_1 .mailpoet_paragraph input[type="email"]::placeholder {
	color: var(--yellow);
}
body #mailpoet_form_1 .mailpoet_paragraph input[type="email"] {
	width: 100%;
	max-width: none;
	box-sizing: border-box;
	background: transparent;
	border: 1px solid var(--yellow);
	border-radius: 60px;
	padding: 5px 15px !important;
	color: #fff;
}

body #mailpoet_form_1 .mailpoet_paragraph input[type="submit"] {
	flex: 0 0 auto;
	white-space: nowrap;
	height: 100%;
	padding: 10px 20px;
	border: none;
	background: transparent;
	color: var(--yellow);
}

body #mailpoet_form_1 .mailpoet_form_loading {
	display: none !important;
}


/* ===========================
   MOBILE MENU FULLSCREEN - SLIDE LEFT TO RIGHT
=========================== */
.bp-mobile-menu-toggle {
	position: absolute;
	top: 50%;
	right: 15px;
	z-index: 1001;
	transform: translateY(-50%);
}

.hamburger {
	padding: 15px 15px;
	display: inline-block;
	cursor: pointer;
	transition-property: opacity, filter;
	transition-duration: 0.15s;
	transition-timing-function: linear;
	font: inherit;
	color: inherit;
	text-transform: none;
	background-color: transparent;
	border: 0;
	margin: 0;
	overflow: visible; }

.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
	background-color: #F1EDB3; }

.hamburger-box {
	width: 40px;
	height: 24px;
	display: inline-block;
	position: relative; }

.hamburger-inner {
	display: block;
	top: 50%;
	margin-top: -2px; }
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
	width: 40px;
	height: 4px;
	background-color: #3B503D;
	border-radius: 4px;
	position: absolute;
	transition-property: transform;
	transition-duration: 0.15s;
	transition-timing-function: ease; }
.hamburger-inner::before, .hamburger-inner::after {
	content: "";
	display: block; }
.hamburger-inner::before {
	top: -10px; }
.hamburger-inner::after {
	bottom: -10px; }

.hamburger--spring .hamburger-inner {
	top: 2px;
	transition: background-color 0s 0.13s linear; }
.hamburger--spring .hamburger-inner::before {
	top: 10px;
	transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
.hamburger--spring .hamburger-inner::after {
	top: 20px;
	transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--spring.is-active .hamburger-inner {
	transition-delay: 0.22s;
	background-color: transparent !important; }
.hamburger--spring.is-active .hamburger-inner::before {
	top: 0;
	transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
	transform: translate3d(0, 10px, 0) rotate(45deg); }
.hamburger--spring.is-active .hamburger-inner::after {
	top: 0;
	transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
	transform: translate3d(0, 10px, 0) rotate(-45deg); }



.bp-fullscreen-menu {
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 101vh;
	background-color: #4A746E;
	color: white;
	z-index: 1000;
	opacity: 0;
	pointer-events: none;
	transform: translateX(-100%);
	transition: transform 0.4s ease, opacity 0.4s ease;
	display: flex;
	flex-direction: column;
	padding: 50px;

	overflow-y: scroll;
}

.bp-fullscreen-menu.open {
	opacity: 1;
	pointer-events: auto;
	transform: translateX(0);    padding: 25px;
}

.bp-fullscreen-menu .logo {
	max-width: 80%;
	margin-bottom: 30px;
}

.bp-fullscreen-menu .separator {
	height: 1px;
	background: #F9F8EA;
	margin: 20px 0;
	width: 100%;
	flex-grow: 0;    height: 1px;
	background: #F9F8EA;
	margin: 20px 0;
	width: 100%;
	flex-grow: 0;
	/* z-index: 99999; */
	flex-shrink: 0;
	display: block;
	flex-shrink: 0;
	display: block;
}

.bp-fullscreen-menu .search {
	display: flex;
	align-items: center;
	border-bottom: 1.5px solid #F1EDB3;
	padding-bottom: 5px;
	color: #F1EDB3;
	margin-bottom: 20px;
}
body.menu-open{
	overflow: hidden;
}
.bp-fullscreen-menu .contact *{
	color: #F1EDB3;
}
.bp-fullscreen-menu .search input::placeholder ,
.bp-fullscreen-menu .search input {
	border: none;
	background: transparent;
	color: #F1EDB3;
	padding-left: 10px;
	width: 100%;
	font-size: 16px;
	outline: none;
}

.bp-fullscreen-menu .contact {
	display: flex;
	align-items: center;
	gap: 10px;
	font-weight: bold;
	margin-bottom: 20px;
}

.bp-fullscreen-menu .menu {
	display: flex;
	flex-direction: column;
	gap: 15px;
	list-style: none;
}

.bp-fullscreen-menu .menu a {
	color: var(--lpo-beige, #F9F8EA);
	font-family: Poppins;
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
}
.bp-fullscreen-menu .menu .sub-menu {
list-style: none;
}
.bp-fullscreen-menu .menu .sub-menu a{

	font-weight: 400;
}
header > .container{
	position: relative;
}
/*------------------------------------*\
    #MEDIA QUERIES
\*------------------------------------*/

@media screen and (min-width: 1200px) {
	.bp-mobile-menu-toggle {
		display: none !important;
	}
}
@media screen and (max-width: 1200px) {
	.bp-mobile-menu-toggle {
		display: flex;
	}

	header .bp-header-search-contact,
	header nav.navbar {
		display: none !important;
	}
	.home-banner__content {

		max-width: 70%;

	}
}

@media screen and (max-width: 992px) {
	/* Tablet landscape */
}

@media screen and (max-width: 768px) {
	footer.site-footer .colFooter:not(:first-child) {
		margin-left: 0%;
	}
	.carousel-item > .row{
		gap:10px;
	}
	.actus-carousel .carousel-item{
		padding-left: 15px;
		padding-right: 15px;
	}
	.actus-title {
		color: var(--vert-lpo);
		font-family: 'Poppins', sans-serif;
		font-size: 26px;
		font-style: normal;
		font-weight: 400;
		line-height: 1;
		margin-top: 23px;
	}
	.home-banner__content {

	display: none;

	}
	.actus-carousel .carousel-controls {
		display: none;
	}
	body h1, body .h1 {

		font-size: 36px;
	}
	html body {

		font-size: 1rem;
	}
	.home-banner__content .chapo {
		font-size: 1rem;
	}
	body .vc_column_container>.vc_column-inner{
		padding-left: 0;
		padding-right: 0;
	}
	body h2, body .h2 {
		color: var(--vert-lpo);
		font-family: Poppins;
		font-size: 1.6rem;
		font-style: normal;
		font-weight: 400;
		line-height: normal;
	}
	body h3, body .h3, .bp-liste-puce-content h3 {

		font-size: 1.2rem;
	}
	.discover .wpb_single_image.vc_align_right,.discover .bp-bouton-wrapper.align-left{
		text-align: center;
	}
	.discover *{
		text-align: center;
	}
	.bp-card-ressource, .bp-actus-item {

		flex: 100%!important;
	}.bp-col-filtres {
		 flex: 100%!important;
		 width: 100%;
	 }
}

@media screen and (max-width: 576px) {
	.navbar-brand img {

		padding-right: 90px;
	}
	.bp-picto.fond {
		background-color: #4A746E;
		border-radius: 50%;
		padding: 10px;
		width: 50px;
		height: 50px;
	}
	footer.site-footer *{
		text-align: center;
	}
	body .site-footer .footer-icons {

		justify-content: center;
	}
	footer.site-footer .colFooter {
		margin-left: 5%!important;
		margin-right: 5%!important;
		width: 90%!important;
	}
	.home-banner__content .chapo {
		font-size: 0.8rem;
		display: none;
	}
	body h1, body .h1 {

		font-size: 30px;
	}
}