/*
Theme Name: OPR
Author: Bayard-Service
Author URI: https://www.bayard-service.com
Description: A child theme for bsw-aster.
Text Domain: aster
Requires at least: 6.0
Requires PHP: 7.4
Tested up to: 6.0
Version: 1.0.0
Template: bsw-aster
*/


/* *****************************
----------------------------
	= LAYOUT
----------------------------
***************************** */
body {
	font-size: 1.3em;
	font-weight: 300;
}

main {
	padding: 0 var(--wp--custom--margin-window) !important;
	margin: 0 !important;
}


/* *****************************
----------------------------
	= GENERAL
----------------------------
***************************** */

h1,
h2,
h3,
h4,
h5,
h6,
.wp-block-heading {
	font-family: var(--wp--preset--font-family--palatino);
	text-transform: none;
	font-weight: normal;
}

img {
	border-radius: 15px;
}

.wp-element-button,
.wp-block-button__link {
	background: var(--wp--preset--color--primary);
	border-color: var(--wp--preset--color--primary) !important;
	padding: 6px 30px !important;
	border-radius: 50px;
	font-size: 0.9em;
	font-weight: bold;
	color: var(--wp--preset--color--white) !important;
}

.wp-block-button .wp-block-button__link.is-style-outline,
.wp-block-button.is-style-outline>.wp-block-button__link {
	color: var(--wp--preset--color--primary) !important;
}

.wp-block-separator {
	border: 2px solid var(--wp--preset--color--secondary) !important;
	margin: 100px 0 !important;
}
:where(.wp-site-blocks) > * {
	margin-block-start: 0;
  }

/* ----------------------------
	== HEADER
---------------------------- */
div.site-header {
	-webkit-box-shadow: 0 5px 5px -6px rgba(0, 0, 0, 0.2);
	box-shadow: 0 5px 5px -6px rgba(0, 0, 0, 0.2);
}
.site-header > div {
	padding: 10px var(--wp--custom--margin-window);
}
.site-header + .wp-block-template-part {
	margin-top: 0;
}

/*
    LOGO
*/
.site-header > div .wp-block-site-logo {
	text-align: left;
	margin: 0;
}

/*
	MAIN NAVIGATION
*/
/*.wp-block-navigation .wp-block-navigation-item__content.wp-block-navigation-item__content {
	padding: 40px 5px;
}*/

.site-header .wp-block-navigation .has-child:not(.open-on-click):hover>.wp-block-navigation__submenu-container {
	left: 50%;
	transform: translateX(-50%);
	text-align: center;
	min-width: 250px;
	background: var(--wp--preset--color--primary) !important;
	-webkit-box-shadow: inset 0 5px 5px -6px rgba(0, 0, 0, 0.2);
	box-shadow: inset 0 5px 5px -6px rgba(0, 0, 0, 0.2);
	border-radius: 0 0 15px 15px;
}

.site-header .wp-block-navigation .has-child .wp-block-navigation__submenu-container>.wp-block-navigation-item>.wp-block-navigation-item__content {
	justify-content: center;
	padding: 20px 30px;
	color: var(--wp--preset--color--white);
}
.site-header .wp-block-page-list a:hover{
	color: var(--wp--preset--color--primary) !important;
}
.site-header .wp-block-navigation__submenu-container a:hover{
  	color: var(--wp--preset--color--secondary) !important;
}
@media only screen and (max-width: 800px) {
	.site-header .wp-block-navigation .has-child:not(.open-on-click):hover>.wp-block-navigation__submenu-container {
		background: none!important;
		transform: none;
		box-shadow: none;
	}
	.site-header .wp-block-navigation__submenu-container a:hover {
		color: var(--wp--preset--color--primary) !important;
	}
}
/*
	BUTTONS 
*/
.site-header .wp-block-buttons {
	gap: 10px;
}

/* POPIN */
.site-header .bt-popin a {
	padding: 6px 0!important;
	font-family: 'icomoon';
	color: var(--wp--preset--color--primary) !important;
	opacity: 1;
}
@media only screen and (min-width: 800px) {
	#pop-nav {
		display: none;
	}
}

/*
    BLOCK POPIN
*/
.block-popins {
	background: var(--wp--preset--color--secondary) !important;
}

/* SEARCH */
@media only screen and (max-width: 800px) {
	.wp-block-search__inside-wrapper {
		flex-direction: column;
		gap: 10px;
	}	
}

/* NAV */
.block-popins .main-nav button {
	display: none;
}
.block-popins .main-nav > ul {
	gap: 10px;
}
.block-popins .main-nav li {
	flex-direction: column;
	text-align: center;
}
.block-popins .main-nav > ul > li::before {
	content: '';
	display: block;
	margin: 20px auto;
	width: 100px;
	height: 1px;
	background: var(--wp--preset--color--current);
}
.block-popins .main-nav > ul > li > a {
	font-weight: 700!important;
}
.block-popins .main-nav ul {
	position: relative!important;
	top: auto!important;
	left: auto!important;
	flex-direction: row!important;
	flex-wrap: wrap!important;
	justify-content: center;
	row-gap: 0px!important;
	column-gap: 10px!important;
	height: auto!important;
	width: auto!important;
	background: none!important;
	border: none!important;
	visibility: visible!important;
	opacity: 1!important;
}
.block-popins .main-nav li li a {
	padding: 0!important;
	color: var(--wp--preset--color--current)!important;
}
.block-popins {}

/* ----------------------------
	== FOOTER
---------------------------- */
footer {
	margin-top: var(--wp--custom--margin-current);
}
footer > section > div {
	padding: var(--wp--preset--spacing--text) var(--wp--preset--spacing--window)!important;
}
@media only screen and (max-width: 800px) {
	.site-footer{
		padding-bottom: 30px;
	}
}
/*
	NEWSLETTER
*/
.site-footer .acym_module {
	margin-bottom: var(--wp--custom--margin-current);
	max-width: 600px;
}
.site-footer .acym_module .acym_module_form {
	display: flex;
	gap: 2px;
	align-items: stretch;
}
.site-footer .acym_module .acym_form {
	flex: 1;
}
.site-footer .acym_module .acym_form div {
	margin: 0;
}
.site-footer .acym_module .acym_form div input {
	max-width: none;
}
.site-footer .acym_module .acysubbuttons {
	margin: 0;
}
.site-footer .acym_module .acysubbuttons input {
	padding: 6px 30px;
	height: 100%;
	max-width: none;
	background: var(--wp--preset--gradient--yellow);
	border: none;
	border-radius: 5px;
	font-family: var(--wp--preset--font-family--outfitthin);
	font-size: var(--wp--preset--font-size--medium);
}
@media only screen and (max-width: 800px) {
	.site-footer .acym_module .acym_module_form {
		flex-direction: column;
	}
	.site-footer .acym_module .acysubbuttons {
		text-align: center;
		padding-top: var(--wp--custom--margin-window);
	}
	.site-footer .acym_module .acysubbuttons input {
		font-weight: 700;
		color: var(--wp--preset--color--primary);
	}
}

/*
	PARTENAIRES
*/
.site-footer .partenaires {
	align-items: unset;
	margin: 0 0 var(--wp--custom--margin-current);
}
.site-footer .partenaires figure {
	display: flex;
	align-items: center;
	padding: 15px;
	background: var(--wp--preset--color--white);
	border-radius: 15px;
}
.site-footer .partenaires figure img {
	max-height: 150px;
	width: auto;
}

/*
	CONTACT
*/
.site-footer .contactFooter {
	gap: var(--wp--custom--margin-current);
}
.site-footer .contactFooter p {
	display: flex;
	align-items: center;
}
.site-footer .contactFooter p::before {
	color: var(--wp--preset--color--primary);
	font-family: 'icomoon';
	margin-right: 5px;
}
.site-footer .contactFooter p.map::before {
	content: "\e901";
}
.site-footer .contactFooter p.tel::before {
	content: "\e905";
}
.site-footer .contactFooter p.pen::before {
	content: "\e902";
}
@media only screen and (max-width: 800px) {
	.site-footer .contactFooter {
		gap: 10px;
	}
}

/*
	CTA MOBILE
*/
.site-footer .bs-cta-mobile {
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 10;
	gap: 1px;
	padding: 0;
	background: var(--wp--preset--color--white);
}
.site-footer .bs-cta-mobile > div {
	flex: 1;
}
.site-footer .bs-cta-mobile a {
	padding: 15px!important;
	font-size: 4.5vw !important;
}

/* ----------------------------
	== MAIN
---------------------------- */
/*
    CONTENT
*/
.entry-content {
	margin-top: 0;
}

/* *****************************
----------------------------
	= COMPONENTS
----------------------------
***************************** */

/* ----------------------------
	== RESULT FACETED
---------------------------- */
.fwpl-result {
	padding: 0 0 var(--wp--custom--margin-text)!important;
}
.facetwp-facet-pager_navigation {
	padding-top: 15px;
	border-top: 2px solid var(--wp--preset--color--secondary);
}

/* ----------------------------
	== bas-de-page
---------------------------- */
/*
main + .wp-block-group {
	margin-top: 80px;
}
#bas-de-page {
	margin: 100px 0;
}

#bas-de-page .contenuCorreles>p {
	font-family: var(--wp--preset--font-family--palatino);
	text-transform: uppercase;
	text-align: left;
	max-width: var(--wp--style--global--content-size);
	margin: auto;
}

#bas-de-page .contenuCorreles.is-style-aster-grille {
	padding-left: 50px;
	padding-right: 50px;
}

#bas-de-page .contenuCorreles.is-style-aster-grille,
.splide__track {
	padding-top: 50px !important;
	padding-bottom: 50px !important;
}

#bas-de-page .contenuCorreles.is-style-aster-grille li figure,
.splide__slide figure {
	margin-right: 30%;
	border-radius: 15px;
	position: relative;
	margin-bottom: 0;
}

#bas-de-page .contenuCorreles.is-style-aster-grille li figure::before,
.splide__slide figure::before {
	padding-top: 70%;
	content: "";
	display: block;
}

#bas-de-page .contenuCorreles.is-style-aster-grille li figure img,
.splide__slide figure img {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

#bas-de-page .contenuCorreles.is-style-aster-grille li .infos,
.splide__slide .infos {
	position: absolute;
	right: 0;
	z-index: 2;
	top: 50%;
	transform: translateY(-50%);
	border-radius: 15px;
	background: var(--wp--preset--gradient--green);
	max-width: 75%;
	width: 100%;
	max-height: 90%;
	padding: 30px 15px;
}

#bas-de-page .contenuCorreles.is-style-aster-grille li .infos *,
.splide__slide .infos * {
	font-size: 1.2rem;
	color: var(--wp--preset--color--white);
	text-align: left;
	margin: 0;
}
#bas-de-page .contenuCorreles.is-style-aster-grille li .infos a,
.splide__slide .infos a {
	font-weight: bold;
	text-transform: uppercase;
}

#bas-de-page .contenuCorreles.is-style-aster-grille li a::after,
.splide__slide a::after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}

/* *****************************
----------------------------
	= PATERNS - TEMPLATES PART
----------------------------
***************************** */

/* ----------------------------
	== POST LIST GRID
---------------------------- */
.is-style-aster-grille li:not(.splide__slide) {
	width: calc(33.3333% - (var(--wp--custom--margin-text) *2 / 3)) !important;
}
.is-style-aster-grille li figure {
	border-radius: 15px;
}
.is-style-aster-grille figure::before {
	padding-top: 80%;
}
.is-style-aster-grille li .infos {
	padding: var(--wp--custom--margin-text);
	border-radius: 15px;
	background: var(--wp--preset--gradient--green);
	color: var(--wp--preset--color--white)!important;
}
.is-style-aster-grille li .infos h2 {
	text-transform: uppercase;
	font-family: var(--wp--preset--font-family--outfitthin);
	font-weight: 700;
}
.is-style-aster-grille li .infos p {
	text-align: left;
	font-size: var(--wp--preset--font-size--medium);
}
.is-style-aster-grille li .infos a {
	color: var(--wp--preset--color--white)!important;
}
.is-style-aster-grille li .infos > a {
	text-transform: uppercase!important;
	font-weight: 700;
}

@media only screen and (min-width: 1900px) {
	.is-style-aster-grille li figure + .infos {
		width: 50%;
	}
}
@media only screen and (max-width: 1900px) {
	.is-style-aster-grille li figure + .infos {
		width: 60%;
	}
	.is-style-aster-grille li .infos > a {
		font-size: 1rem;
	}
}
@media only screen and (max-width: 1700px) {
	.is-style-aster-grille li figure + .infos {
		width: 70%;
	}
	.is-style-aster-grille li .infos p {
		display: none;
	}
}
@media only screen and (max-width: 1200px) {
	.is-style-aster-grille li:not(.splide__slide) {
		width: calc(50% - (var(--wp--custom--margin-text) / 2)) !important;
	}
}
@media only screen and (min-width: 800px) {
	.is-style-aster-grille li figure {
		width: 60%;
	}
	.is-style-aster-grille li figure + .infos {
		position: absolute;
		right: 0;
		z-index: 2;
		top: 50%;
		transform: translateY(-50%);
		padding: var(--wp--custom--margin-text);
		max-height: 90%;
	}
}
@media only screen and (max-width: 1200px) {
	.is-style-aster-grille li {
		width: 100% !important;
	}
}

/*
	RELATED POST
*/
.wp-block-bsw-related-posts-template::before {
	content: '';
	display: block;
	margin: var(--wp--custom--margin-current) auto var(--wp--custom--margin-text);
	padding: 0 var(--wp--custom--margin-window);
	max-width: var(--wp--style--global--content-size);
	height: 2px;
	background: var(--wp--preset--color--secondary);
}
.wp-block-bsw-related-posts-template > p {
	margin: 0 auto var(--wp--custom--margin-text);
	padding: 0 var(--wp--custom--margin-window);
	max-width: calc(var(--wp--style--global--content-size) + var(--wp--custom--margin-window) * 2);
	font-family: var(--wp--preset--font-family--palatino);
	font-size: var(--wp--preset--font-size--large);
	text-align: left;
	text-transform: uppercase;
}
.wp-block-bsw-related-posts-template > ul {
	margin: 0 var(--wp--custom--margin-window);
}

/*
	CHILD POST
*/
.wp-block-bsw-child-post {
	padding: var(--wp--custom--margin-current) var(--wp--custom--margin-window) 0;
}

/*
	BLOCK QUERY
*/
.is-style-aster-grille.wp-block-query {
	padding: var(--wp--custom--margin-current) var(--wp--custom--margin-window) 0;
}

/* ----------------------------
	== WITH SIDEBAR
---------------------------- */
.wp-block-columns.with-sidebar::before {
	width: calc((100vw - var(--wp--style--global--content-size)) / 2 - var(--wp--custom--margin-window) - (var(--wp--custom--margin-current) ));
	max-width: 300px;
}
.wp-block-bsw-siblings-posts li.current, 
.wp-block-bsw-siblings-posts li.current a {
	font-weight: bold;
}

/* ----------------------------
	== NEXT PREV
---------------------------- */
.next-prev .post-navigation-link-previous a::before,
.next-prev .post-navigation-link-next a::before {
	content: "\e900";
	font-family: 'icomoon';
	background: var(--wp--preset--gradient--yellow);
	font-size: 0.7em;
	padding: 5px 15px;
	border-radius: 100%;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	margin: 0 10px;
}

.next-prev .post-navigation-link-previous a::before {
	transform: rotate(180deg);
}

.next-prev .post-navigation-link-next a,
.next-prev .post-navigation-link-previous a {
	display: flex;
	align-items: center;
	font-weight: bold;
}

/* ----------------------------
	== HERO
---------------------------- */
#hero {
	margin-bottom: var(--wp--custom--margin-text);
	padding: 0 var(--wp--custom--margin-window);

}
#hero > div {
	margin: 0 calc(var(--wp--custom--margin-window) * -1);
	padding: var(--wp--custom--margin-text) var(--wp--custom--margin-window) calc(var(--wp--custom--margin-current) + var(--wp--custom--margin-text));
}
#hero > div:last-child {
	padding-bottom: var(--wp--custom--margin-current);
}
#hero .wp-block-wpseopress-breadcrumbs {
	text-align: left;
}
#hero .wp-block-wpseopress-breadcrumbs a,
#hero .wp-block-wpseopress-breadcrumbs span {
	opacity: 1;
}
#hero h1 {
	line-height: 1;
}
#hero .wp-block-post-excerpt {
	line-height: 1.3;
}
#hero .imgHero {
	margin: calc(var(--wp--custom--margin-current) * -1) auto 0;
	max-width: 550px;
}

/* ----------------------------
	== SLIDE
---------------------------- */
.splide__arrow {
	background: var(--wp--preset--gradient--yellow);
}


/* *****************************
----------------------------
	= HOME PAGE
----------------------------
***************************** */
#home {
	margin: 0 auto var(--wp--custom--margin-current);
	padding: 0 var(--wp--custom--margin-window);
}
#home .entry-content + div {
	margin-top: 0;
}
#home h2 {
	text-transform: uppercase;
}
#home h2 strong {
	font-size: 0.8em;
	font-weight: normal;
}

#home .wp-block-button__link {
	font-family: var(--wp--preset--font-family--palatino);
	color: var(--wp--preset--color--primary) !important;
}
@media only screen and (max-width: 1370px) {
	#home h2 {
		font-size: 2rem;
	}
}
@media only screen and (max-width: 1200px) {
	#home .wp-block-column:last-child h2 {
		font-size: 1.5rem;
	}
}
/* ----------------------------
	== BANDEAU
---------------------------- */
#home .wp-block-cover {
	min-height: 70vh;
	align-items: flex-end;
	margin: 0 calc(var(--wp--custom--margin-window) * -1);
	padding: var(--wp--custom--margin-text) var(--wp--custom--margin-window) 150px;
}
#home .wp-block-cover img {
	border-radius: 0;
}
#home .wp-block-cover .wp-block-cover__background {
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0.1993391106442577) 70%, rgba(255, 255, 255, 0.2) 100%);
	opacity: 1;
}
@media only screen and (max-width: 800px) {
	#home .wp-block-cover {
		flex-direction: column;
		padding: 0;
		min-height: 0!important;
	}
	#home .wp-block-cover span {
		display: none;
	}
	#home .wp-block-cover img {
		position: relative;
		top: auto;
		left: auto;
	}
	#home .wp-block-cover .wp-block-cover__inner-container {
		padding: var(--wp--custom--margin-text) var(--wp--custom--margin-window) 0;
		color: var(--wp--preset--color--current);
	}
}

/* ----------------------------
	== HOME TOP
---------------------------- */
#home .btnResponsive {
	display: none;
}
#home .homeTop {
	position: relative;
	z-index: 1;
	margin-top: calc(var(--wp--custom--margin-current) * -1);
	padding-bottom: var(--wp--custom--margin-current);
	border-bottom: 2px solid var(--wp--preset--color--secondary);
}

#home .homeTop>div>div {
	-webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
	box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
	background: var(--wp--preset--color--white);
	height: 100%;
	padding: 50px;
	border-radius: 15px;
}

#home .veille li::after {
	content: "\e906";
	font-family: 'icomoon';
	color: var(--wp--preset--color--primary);
	display: block;
	font-size: 0.5em;
	text-align: center;
	margin: 15px 0;
}

#home .veille li:last-child:after {
	display: none;
}

#home .veille ul {
	margin-bottom: 50px;
}

#home .veille li>div {
	position: relative;
	display: block;
}

#home .veille li a::after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}

#home .veille li * {
	display: inline;
	font-size: 1.3rem;
	font-weight: 300;
	font-family: var(--wp--preset--font-family--outfitthin);
	padding: 0 !important;
	text-transform: none;
}
#home .veille li img {
	display: none;
}
#home .veille li h2 {
	display: inline;
	font-size: 1.3rem;
	font-weight: 300;
	font-family: var(--wp--preset--font-family--outfitthin);
	padding: 0 !important;
	text-transform: none;
}

#home .veille li .is-acf-field {
	border-top: 1px solid var(--wp--preset--color--primary);
	border-bottom: 1px solid var(--wp--preset--color--primary);
	color: var(--wp--preset--color--primary);
}
#home .veille li .is-acf-field .suffix{
	display: none;
}

.page-template-recensement .bt-popin{
	display: none;
}
.bs-metaBreve {
	gap: 5px;
}
.bs-metaBreve *{
	font-weight: bold;
	font-family: var(--wp--preset--font-family--outfitthin);
}

/* FILTER */
.bs-filterBreve {
	margin: var(--wp--custom--margin-text) 0 0!important;
	padding: var(--wp--custom--margin-current) var(--wp--custom--margin-window) !important;
}
.bs-filterBreve .facetwp-facet-date,
.bs-filterBreve .facetwp-facet-type_ddifice {
	display: flex;
}
.bs-filterBreve .wp-block-group {
	gap: 10px;
}
.bs-filterBreve p {
	font-weight: 700;
	font-size: var(--wp--preset--font-size--small);
}
.bs-filterBreve .facetwp-facet-date {
	gap: 15px;
}
.bs-filterBreve .facetwp-type-checkboxes {
	display: flex;
	gap: 15px;
	flex-wrap: wrap;
}
.bs-filterBreve .facetwp-type-checkboxes div {
	display: flex;
	justify-content: center;
}
.bs-filterBreve .facetwp-type-checkboxes span {
	white-space: nowrap;
	font-size: var(--wp--preset--font-size--small);
}
.bs-filterBreve select {
	background: var(--wp--preset--color--white);
}
.fwpl-layout.results img{
	display: none;
}
@media only screen and (max-width: 800px) {
	.bs-filterBreve p,
	.bs-filterBreve .wp-block-group,
	.bs-filterBreve .facetwp-facet,
	.bs-filterBreve .facetwp-input-wrap,
	.bs-filterBreve input[type=text] {
		width: 100%;
	}
	
}

/* ----------------------------
	== SLIDER ACTU
---------------------------- */
.sliderActu {
	padding: 0 var(--wp--custom--margin-window);
}
.sliderActu h2 {
	margin: auto;
	max-width: var(--wp--style--global--wide-size);
}
.sliderActu > div {
	margin: var(--wp--custom--margin-text) calc(var(--wp--custom--margin-window) * -1);
}
.sliderActu .splide__arrows {
	position: relative;
	margin: auto;
	max-width: var(--wp--style--global--wide-size);
}
.sliderActu .splide__arrow--next {
	top: -50px;
	right: 0;
}
.sliderActu .splide__arrow--prev {
	top: -50px;
	right: 3em;
	left: auto;
}
.sliderActu .wp-element-button{
	color: var(--wp--preset--color--primary)!important;
}
@media only screen and (max-width: 800px) {
	.sliderActu .splide__arrows {
		display: none;
	}
	.sliderActu h2 {
		text-align: center;
	}
	.sliderActu .splide__track {
		padding-left: 65px!important;
		padding-right: 65px!important;
	}
	.sliderActu .is-style-aster-grille li .infos > a {
		text-transform: initial;
		color: var(--wp--preset--color--primary)!important;
	}
	.sliderActu .slider_excerpt{
		display: none!important;
	}
	.sliderActu .is-style-aster-grille li .infos {
		background: none;
		padding: var(--wp--preset--spacing--text) 0;
  		font-size: 1.1rem;
	}
}

/* ----------------------------
	== NEWSLETTER
---------------------------- */
/*.sib_signup_form > p {
	display: none;
}
.sib_signup_box_inside_1 > p {
	margin: 0;
	display: flex;
	width: 100%;
	justify-content: center;
}
.sib_signup_box_inside_1 > p br{
	display: none;
}

input[type=submit].btn-submit {
	background: var(--wp--preset--gradient--yellow) !important;
	color: var(--wp--preset--color--primary) !important;
	text-transform: initial !important;
	font-family: 'outfit';
	border-radius: 5px;
	margin-left: 5px;
	padding-top: 9px;
	padding-bottom: 8px;
}*/



/* *****************************
----------------------------
	= SMALL SCREEN
----------------------------
***************************** */
@media (max-width: 1179px) {

	/* Header Button Styles 
	.site-header>div>.wp-block-buttons {
		position: fixed;
		bottom: 0;
		left: 0;
		right: 0;
		z-index: 999;
		background: var(--wp--preset--color--primary);
		padding: 10px;
		justify-content: space-evenly;
		-webkit-box-shadow: 0 -5px 5px -6px rgba(0, 0, 0, 0.2);
		box-shadow: 0 -5px 5px -6px rgba(0, 0, 0, 0.2);
	}

	.site-header>div>.wp-block-buttons .wp-element-button {
		background: var(--wp--preset--color--white) !important;
		color: var(--wp--preset--color--primary) !important;
	}

	/* Navigation Styles 
	div.site-header {
		padding: 10px;
	}
	.site-header>div {
		padding: 0
	}
	.site-header .wp-block-navigation ul {
		gap: 10px;
	}
	.site-header .wp-block-navigation ul + .wp-block-buttons {
		display: none;
	}
	.site-header>div.wp-block-buttons {
		flex-direction: column;
		gap: 1px;
	}
	.wp-block-navigation .wp-block-navigation-item__content.wp-block-navigation-item__content {
		padding-top: 20px;
		padding-bottom: 20px;
	}
	.site-header>div.wp-block-buttons .wp-block-button__link {
		padding-top: 3px !important;
		padding-bottom: 3px !important;
	}

	/* List Item Styles 
	.is-style-aster-grille li {
		width: calc(50% - (var(--wp--custom--margin-text) * 2 / 2)) !important;
	}

	/* Figure Styles 
	#bas-de-page .contenuCorreles.is-style-aster-grille li figure,
	.splide__slide figure {
		margin-right: 10%;
	}

	#bas-de-page .contenuCorreles.is-style-aster-grille li figure::before,
	.splide__slide figure::before {
		padding-top: 80%;
	}

	/* Home Section Styles 
	#home .homeTop {
		padding-left: 20px;
		padding-right: 20px;
		flex-direction: column;
	}

	#home h2 {
		font-size: 1.2em;
	}
}


@media (max-width: 1023px) {

	/* Header Styles 
	.site-header>div {
		padding: 10px;
		justify-content: center !important;
	}

	.site-header #pop-search {
		position: absolute;
		left: 0;
	}

	.site-header nav {
		position: absolute;
		right: 30px;
	}
	.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content {
		padding-top: 0;
	}

	/* Navigation Icon Sizes 
	.site-header .wp-block-navigation__responsive-container-open svg,
	.site-header .wp-block-navigation__responsive-container-close svg,
	.wp-block-navigation__responsive-container-open svg {
		width: 25px;
		height: 25px;
	}

	/* Submenu Styling 
	.site-header .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .has-child .wp-block-navigation__submenu-container {
		background: var(--wp--preset--color--primary) !important;
		padding: 10px;
		border-radius: 15px;
		margin-top: 15px;
	}

	/* Hero Section Styles 
	#hero>div {
		padding: 30px 20px 90px;
	}

	#hero .yoast-breadcrumbs {
		display: none;
	}

	/* Main Content Styles 
	main {
		padding-left: 20px !important;
		padding-right: 20px !important;
	}

	/* List Item Styles 
	.is-style-aster-grille li {
		width: 100% !important;
		padding: 0 20px;
	}

	#hero .imgHero {
		width: 90% !important;
	}

	/* Cover Section Styles 
	#home .wp-block-cover {
		flex-direction: column;
		padding: 0;
		min-height: 0;
		margin-bottom: 100px;
	}

	#home .wp-block-cover .wp-block-cover__background {
		display: none;
	}

	#home .wp-block-cover img {
		position: relative;
	}

	#home .wp-block-cover p {
		color: black;
		padding: 20px;
	}

	#home .homeTop {
		display: none;
	}

	/* Button Styles 
	.site-header>div>.wp-block-buttons {
		display: none;
	}

	#home .btnResponsive {
		display: block;
		position: fixed;
		bottom: -1px;
		left: 0;
		right: 0;
		z-index: 999;
		background: var(--wp--preset--color--primary);
		padding: 10px;
		-webkit-box-shadow: 0 -5px 5px -6px rgba(0, 0, 0, 0.2);
		box-shadow: 0 -5px 5px -6px rgba(0, 0, 0, 0.2);
	}

	/* Button Layout Styles 
	#home .btnResponsive>div {
		justify-content: space-evenly;
	}

	#home .btnResponsive>div>div {
		flex: 1;
		text-align: center;
	}

	#home .btnResponsive>div>div:first-child {
		border-right: 1px solid var(--wp--preset--color--white);
	}

	#home .btnResponsive>div>div .wp-block-button__link {
		color: var(--wp--preset--color--white) !important;
		padding: 0 !important;
	}

	/* Slider Styles 
	#home .sliderActu h2 {
		text-align: center;
		padding: 0 10px;
		margin: 0;
	}

	#home .sliderActu .slider_excerpt {
		display: none;
	}

	.splide__arrow {
		display: none;
	}

	/* Footer and Partner Styles 
	#bas-de-page .contenuCorreles.is-style-aster-grille,
	.splide__track {
		padding-top: 20px !important;
		padding-bottom: 20px !important;
	}

	#bas-de-page .contenuCorreles.is-style-aster-grille li,
	.splide__slide {
		padding: 0;
	}

	#bas-de-page .contenuCorreles.is-style-aster-grille li figure,
	.splide__slide figure {
		margin-right: 0;
	}

	#bas-de-page .contenuCorreles.is-style-aster-grille li .infos,
	.splide__slide .infos {
		position: relative;
		left: 0;
		top: 0;
		transform: translate(0);
		background: none;
		max-width: none;
		padding: 10px 0 0;
	}

	#bas-de-page .contenuCorreles.is-style-aster-grille li .infos *,
	.splide__slide .infos * {
		color: black;
	}

	/* Footer Styles 
	footer {
		text-align: center;
	}

	.partenaires figure img {
		max-width: 100px;
	}

	footer .wp-container-34.wp-container-34 {
		justify-content: center;
	}*/
}
