figure.wp-block-table {
	overflow: initial;
}
.wp-block-table td:empty:after {
	content: 'Empty cell';
	visibility: hidden;
}
.wp-block-table figcaption {
    font-style: italic;
    text-align: center;
    font-size: 13px;
    line-height: 1;
    margin-top: 20px;
}
table {
	border: 1px solid #dedede;
	margin: 10px 0px;
	border-spacing: 0;
}
figure.wp-block-table th {
	border: 1px solid #dedede;
	background: #C20E1A;
	color: #FFFFFF;
	font-weight: bold;
	padding: 12px;
}
figure.wp-block-table td {
	border: 1px solid #dedede;
	padding: 12px;
}
figure.wp-block-table thead {
	border: none;
}
footer {
	position: relative;
	z-index: 1;
	font-size: 22px;
}
#footerInner {
	position: relative;
	width: 90%;
	max-width: 900px;
	margin: 0px auto;
	padding: 40px 0px 60px 0px;
	display: flex;
	justify-content: space-between;
}
footer a {
	text-decoration: none;
}
footer a:hover {
	text-decoration: underline;
}
footer p {
    margin: 30px 0 10px 0;
}
footer a.wp-block-button__link {
    margin-top: 35px;
}
footer .wp-block-group > a {
	transition: 0.25s;
}
footer .wp-block-group > a:hover {
	opacity: 0.65;
}
#signature {
    font-size: 14px;
	text-align: center;
    padding: 0 5% 25px 5%;
}
::selection {
	background-color: #C20E1A;
	color: #FFFFFF;
}
#wrapper .wp-block-image {
    margin: 0;
}
body:not(.home) #wrapper p a,
body:not(.home) #wrapper li a {
	transition: 0.2s ease-in-out;
}
body:not(.home) #wrapper p a:hover,
body:not(.home) #wrapper li a:hover {
	color: #C20E1A;
}
#wrapper .wp-block-column > :first-child,
.wp-block-cover__inner-container > :first-child {
	margin-top: 0;
}
#wrapper .wp-block-column > :last-child,
#wrapper .wp-block-cover__inner-container > :last-child,
#wrapper div#text .wp-block-group__inner-container > div:last-child {
	margin-bottom: 0;
}
#wrapper div#text > *:not(.wp-block-cover):not(.wp-block-group),
#wrapper div#text > figure,
#wrapper div#text > ul,
#wrapper div#text > .wp-block-group > .wp-block-group__inner-container,
#wrapper div#text > p,
body.single-post #wrapperInner .pager {
	width: 90%;
	max-width: 1120px;
	margin-left: auto;
    margin-right: auto;
	box-sizing: border-box;
}
#wrapper div#text > ul {
	padding-left: 15px;
}
.wp-block-cover {
	overflow: hidden;
}
.wp-block-cover img {
    transition: transform 0.4s ease-out;
}
.wp-block-cover.is_hovered img {
	transform: scale(1.1);
}
.wp-block-group__inner-container > .wp-block-cover h2 {
    max-width: 740px;
    margin: 0 auto;
}
div .wp-block-image figcaption {
    margin: 15px 0 0 0;
    text-align: center;
    font-style: italic;
    font-size: 15px;
}
.wp-block-columns.gap10,
.gap10 {
	gap: 10px;
}
.wp-block-columns.gap20,
.gap20 {
	gap: 20px;
}
.wp-block-columns.gap30,
.gap30 {
	gap: 30px;
}
.wp-block-columns.gap40,
.gap40 {
	gap: 40px;
}
.wp-block-columns.gap50,
.gap50 {
	gap: 50px;
}


/* -------------------------- ACTUALITÉS --------------------------- */

section.newsContainer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 55px;
    padding-bottom: 55px;
    border-bottom: 1px solid #EFEFEF;
}
section.newsContainer .gauche {
    width: 33%;
}
section.newsContainer .gauche img {
	width: 100%;
	height: 270px;
	object-fit: cover;
}
section.newsContainer .gauche img[src*="logo"] {
    width: auto;
    height: auto;
    max-height: 270px;
    object-fit: contain;
}
section.newsContainer .droite {
    width: 62%;
    flex-direction: column;
    align-items: flex-start;
    display: flex;
}
section.newsContainer .droite time {
    display: block;
    line-height: 1;
    margin-bottom: 20px;
    font-size: 13px;
    font-style: italic;
}
section.newsContainer .droite .description {
    line-height: 1.5em;
    margin-bottom: 25px;
}
section.newsContainer .droite h2 {
    margin: 0 0 15px 0;
}
section.newsContainer .droite h2 a:not(:hover) {
	text-decoration: none;
}
section.newsContainer .gauche .chapoPicture.empty {
    height: 270px;
    background: url(/wp-content/themes/plumejeau/images/logo.svg) no-repeat center center, #000000;
    background-size: 80% 80%;
}
div#newsList > section:last-child {
    border: none;
    padding: 0;
    margin: 0;
}
.pager {
    text-align: center;
}
.pager > a, 
.pager > span {
    margin: 0 2px;
    background: #EDEDED;
    padding: 3px 10px;
    width: 30px;
    height: 30px;
    display: inline-block;
    box-sizing: border-box;
    text-decoration: none;
    line-height: 25px;
}
.pager > a.next,
.pager > a.prev {
    width: auto;
}




/* ----------------------- PAGE CONTACT / FORMULAIRES ----------------------- */

.wpforms-container ul li:before {
	display: none;
}
div form.wpforms-form {
	position: relative;
}
div div.wpforms-container-full button[type=submit]:focus:after {
	display: none;
}
@media (min-width: 1200px) {
	div .wpforms-container .wpforms-submit-container {
		position: absolute;
		right: 0;
		bottom: -25px;
		margin: 0;
		padding: 0;
	}
}
#wrapper div div.wpforms-container-full input:focus,
#wrapper div div.wpforms-container-full textarea:focus {
    border-color: #000000;
    box-shadow: 0 0 0 1px #000000, 0px 1px 2px rgba(0,0,0,0.15);
}
#wrapper div div.wpforms-container-full ::placeholder {
	color: #969696;
	opacity: 1;
}
#wrapper .wpforms-confirmation-container-full p {
    margin: 0;
}
#wrapper div .wpforms-field-container > div.wpforms-field {
	padding: 12px 0;
}
#wrapper div .wpforms-field-container > div.wpforms-field .wpforms-field {
    padding: 24px 0 0 0;
}
#wrapper div .wpforms-field-container > div.wpforms-field:first-child {
    padding-top: 0;
    margin-top: -10px;
}


/* ------------------------- PAGE 404 ------------------------- */

body.error404 #chapterPicture > .title_and_bc:first-child {
    position: relative;
    top: 0;
    border: none;
    padding: 60px;
}
body.error404 .widget_breadcrumb {
	display: none;
}
body.error404 #chapterPicture {
	height: auto !important;
}
body.error404 article {
	text-align: center;
}
body:not(.home).error404 .title_and_bc h1 {
	margin: 0;
}




/* ------------------------------- SLICK ------------------------------- */

.slick-slider {
	display: block;
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}
.slick-list {
	position: relative;
	display: block;
	margin: 0;
	padding: 0;
	overflow: hidden;
}
.slick-list:focus {
	outline: none;
}
.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
	transform: translate3d(0, 0, 0);
}
.slick-track {
	position: relative;
	top: 0;
	left: 0;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.slick-track:before,
.slick-track:after {
	display: table;
	content: '';
}
.slick-track:after {
	clear: both;
}
.slick-loading .slick-track {
	visibility: hidden;
}
.slick-slide {
	display: none;
	float: left;
	height: 100%;
	min-height: 1px;
}
.slick-slide img {
	display: block;
}
.slick-slide.slick-loading img {
	display: none;
}
.slick-slide.dragging img {
	pointer-events: none;
}
.slick-initialized .slick-slide {
	display: block;
}
.slick-loading .slick-slide {
	visibility: hidden;
}
.slick-arrow.slick-hidden {
	display: none;
}

body:not(.home) #wrapper p {
	margin: 0 0 15px 0;
}
body:not(.home) #wrapper figure + *,
#wrapper .wp-block-image + p {
    margin-top: 20px;
}
#wrapper .wp-block-cover .wp-block-cover__inner-container {
    width: 90%;
    max-width: 1120px;
}
div :where(.wp-block-columns.is-layout-flex) {
    gap: 3em;
}



.no-margin {
	margin-top: 0 !important;
    margin-bottom: 0 !important;
}
.wp-block-column {
    box-sizing: border-box;
}
@media (min-width: 980px) {
	.is_hidden_on_desktop {
		display: none !important;
	}
}
#wrapper .wp-block-separator {
    margin: 20px 0px;
    max-width: 100px;
}
#wrapper .wp-block-columns .wp-block-column.is-vertically-aligned-center.has-background hr {
    width: 100px;
    margin-top: 5px;
}
#wrapper .wp-block-columns .wp-block-column.is-vertically-aligned-center.has-background {
    align-self: initial;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}


/* masonry */
#wrapper figure.wp-block-gallery.masonry-display {
    display: block;
    columns: 2;
	gap: 2em;
	margin: 0px;
}
#wrapper figure.wp-block-gallery.masonry-display > figure {
    width: initial !important;
	break-inside: avoid;
    margin: 0 0 2em 0 !important;
}
#wrapper figure.wp-block-gallery.masonry-display > figure img {
    width: auto !important;
    max-height: none !important;
    height: auto !important;
}
#wrapper figure.wp-block-gallery.masonry-display.columns-3 {
	columns: 3;
}
#wrapper figure.wp-block-gallery.masonry-display.columns-4 {
	columns: 4;
}
#wrapper figure.wp-block-gallery.masonry-display.columns-5 {
	columns: 5;
}
#wrapper figure.wp-block-gallery.masonry-display.columns-6 {
	columns: 6;
}


.wp-block-columns {
	margin-bottom: 2.25em;
}

@media (max-width: 930px) {
	.wp-block-spacer {
		max-height: 70px;
	}
	.is_hidden_on_mobile {
		display: none !important;
	}
	.invert-columns-order {
		flex-direction: column-reverse;
	}
	div :where(.wp-block-columns.is-layout-flex) {
		gap: 2em;
	}
}
@media (max-width: 880px) {
	section.newsContainer {
		flex-direction: column-reverse;
		margin-bottom: 45px;
	}
	section.newsContainer .gauche {
		width: 100%;
		margin-top: 40px;
	}
	section.newsContainer .droite {
		width: 100%;
	}
	section.newsContainer .gauche img {
		width: auto;
		height: auto;
	}
}
@media (max-width: 980px) {
	body #baguetteBox-overlay .full-image img {
		max-height: 85%;
		max-width: 85%;
	}
	#wrapper figure.wp-block-gallery.masonry-display > figure {
		margin: 0 0 1.2em 0 !important;
	}
	#wrapper figure.wp-block-gallery.masonry-display {
		gap: 1.2em;
	}
	html body {
		--wp--preset--spacing--20: 2.5vw;
		--wp--preset--spacing--30: 2.5vw;
		--wp--preset--spacing--40: 2.5vw;
		--wp--preset--spacing--50: 5vw;
		--wp--preset--spacing--60: 5vw;
		--wp--preset--spacing--70: 5vw;
	}
}

/* galerie 2024 */
:root {
    --wp--style--gallery-gap-default: 20px;
}
#wrapper .wp-block-gallery img {
    transition: opacity 0.2s ease-in-out;
}
#wrapper .wp-block-gallery img:hover {
    opacity: 0.8;
}
#wrapper .wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image)>a,
#wrapper .wp-block-gallery figure:not(:has(> a)) {
    display: block;
}
#wrapper .wp-block-gallery.columns-3 figure.wp-block-image:not(#individual-image) img,
#wrapper .wp-block-gallery.columns-default figure.wp-block-image:not(#individual-image) img {
    height: 240px;
}
#wrapper .wp-block-gallery.columns-4 figure.wp-block-image:not(#individual-image) img {
    height: 190px;
}
#wrapper .wp-block-gallery.columns-5 figure.wp-block-image:not(#individual-image) img {
    height: 150px;
}
















#blocs {
    background: #000000;
    color: #FFFFFF;
	padding-bottom: 80px;
}
#blocs .container {
    width: 90%;
    max-width: 960px;
    margin: 0 auto;
    text-align: center;
}
#blocs h2 {
    margin: 0 0 18px 0;
}
#blocs .flex {
    text-align: left;
    color: #000000;
    display: flex;
	justify-content: space-between;
	margin: 50px 0 16px 0;
}
#blocs .biere {
    background: #F3F1E9;
	display: flex;
    width: calc(60.5% - 8px);
}
#blocs .vins {
    background: #F25F5A;
	width: calc(39.5% - 8px);
}
#blocs .flex > div {
    border-radius: 24px;
	overflow: hidden;
	position: relative;
}
#blocs .biere .img {
    width: 56%;
    height: 100%;
    overflow: hidden;
    border-bottom-right-radius: 24px;
    border-top-right-radius: 160px;
}
#blocs .biere img {
	object-fit: cover;
	height: 100%;
	width: 100%;
    min-height: 350px;
	transition: 0.3s;
}
#blocs span.titre {
    font-family: 'Fira Sans Extra Condensed';
    display: block;
    line-height: 1;
    margin-bottom: 25px;
    font-weight: 600;
	color: #000000;
}
#blocs .biere .txt {
    position: relative;
    padding: 35px;
    width: 44%;
    box-sizing: border-box;
}
#blocs a.faux_bouton_fleche {
    bottom: 35px;
    left: 35px;
    color: #000000;
}
#blocs .vins .img {
    width: 100%;
    height: 200px;
    border-bottom-left-radius: 120px;
    border-bottom-right-radius: 24px;
	overflow: hidden;
}
#blocs .vins img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: 0.4s;
}
#blocs .vins .titre {
    padding: 25px 35px 0 35px;
}
#blocs .bloc:has(a.faux_bouton_fleche:hover) img {
	transform: scale(1.1);
	filter: brightness(0.85);
}
#blocs .slick .bloc {
    background: #F2C79B;
    border-radius: 24px;
    overflow: hidden;
    margin-right: 16px;
    position: relative;
    text-align: left;
    padding: 35px;
    min-height: 200px;
    box-sizing: border-box;
}
#blocs .slick .bloc.jaune {
    background: #FBE5B1;
}
#blocs .slick .bloc.rose {
    background: #F9AEAE;
}
#blocs .slick:not(.slick-initialized) > div:not(:first-child):not(:nth-child(2)) {
    display: none;
}
#blocs .slick:not(.slick-initialized) {
    display: flex;
    margin-right: -16px;
}
#blocs .slick:not(.slick-initialized) > div {
    width: calc(50% - 16px);
}
#blocs .slick .bloc .img {
    position: absolute;
    top: 0;
    right: 0;
    width: 34%;
    height: 100%;
	border-top-left-radius: 100px;
    border-bottom-left-radius: 24px;
    overflow: hidden;
}
#blocs .slick .bloc img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: 0.3s;
}
#blocs .slick {
	position: relative;
	margin-right: -16px;
}
#blocs span.arrow {
    width: 48px;
    height: 48px;
    border: 2px solid #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    border-radius: 50%;
    cursor: pointer;
    transition: 0.3s;
    position: absolute;
    bottom: 0;
    top: 0;
    margin: auto;
    right: -60px;
    opacity: 0.6;
}
#blocs span.arrow:hover {
	opacity: 1;
}
#blocs span.arrow.prev {
    left: -76px;
    right: auto;
    transform: rotate(180deg);
}
#blocs .pastille {
    margin: 80px auto 0;
}






#avc {
    text-align: center;
    padding-top: 80px;
}
#avc .p_big {
    width: 90%;
    max-width: 960px;
    margin: 0 auto 60px;
}
#avc > img {
    width: auto;
    height: 390px;
}
#avc .question {
    width: 90%;
    max-width: 820px;
    margin: 95px auto;
}
#avc .question > :last-child {
    display: flex;
    justify-content: center;
    margin: 35px 0 0 0;
}
#avc .question h2 + p {
    margin: 20px 0 35px 0;
}





#eng {
    width: 90%;
    max-width: 1160px;
    margin: 0 auto 105px;
    display: flex;
    justify-content: space-between;
}
#eng .gauche {
    width: 43%;
}
#eng .droite {
    width: 49.5%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 16px;
}
#eng .img {
    position: relative;
    margin: 60px 0 0 90px;
}
#eng img {
    height: 400px;
    width: 100%;
    object-fit: cover;
    border-bottom-left-radius: 999px;
    border-bottom-right-radius: 999px;
}
#eng .img .pastille {
    position: absolute;
    left: -70px;
    top: 45px;
}
#eng .bloc {
    border: 1px solid #000000;
    width: calc(50% - 8px);
    box-sizing: border-box;
    padding: 30px 35px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
	border-top-right-radius: 140px;
    border-bottom-right-radius: 140px;
}
#eng h3 {
    font-size: 38px;
    color: #C20E1A;
    line-height: 0.95em;
}
#eng .droite > div:nth-child(2) {
    border-top-right-radius: 0px;
}
#eng .droite > div:nth-child(3) {
    border-bottom-right-radius: 0px;
}











#part {
    background: #000000;
    color: #FFFFFF;
    padding: 100px 0;
}
#part .flex {
    width: 90%;
    max-width: 1160px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
#part .gauche {
    width: 32.5%;
}
#part .gauche > :last-child {
	margin-top: 80px;
	display: flex;
}
#part .flex h2 {
    margin-bottom: 40px;
}
#part .gauche > :last-child a {
	color: #FFFFFF;
}
#part .gauche > :last-child a path {
	stroke: #FFFFFF;
}
#part .item {
    background: #FBE5B1;
    color: #000000;
    position: relative;
    border-top-left-radius: 999px;
    border-bottom-left-radius: 999px;
    margin-bottom: 10px;
    padding: 10px 95px 31px 180px;
    box-sizing: border-box;
    max-width: 670px;
    min-height: 150px;
}
#part .item .ic {
    width: 120px;
    height: 120px;
    background: #FFFFFF;
    border-radius: 50%;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 15px;
    top: 15px;
}
#part .item > p:last-child {
    margin: 0;
    position: absolute;
    right: 30px;
    bottom: 20px;
}
#part a.faux_bouton_fleche {
    color: #000000;
    position: relative;
    left: 0;
    bottom: 0;
}
#part .item.orange {
	background: #F2C79B;
}
#part .item.rose {
	background: #F9AEAE;
}
#part .item h3 {
    margin-bottom: -5px;
}




#part .plume {
    width: 90%;
    max-width: 1160px;
    margin: 0 auto 100px;
    background: #F3F1E9;
    color: #000000;
    position: relative;
    border-radius: 999px;
    padding: 60px 465px 60px 120px;
    box-sizing: border-box;
}
#part .plume img.logo {
    width: auto;
    height: 200px;
    z-index: 1;
    top: 107px;
    right: 142px;
    border-radius: 0;
}
#part .plume img {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 420px;
    object-fit: cover;
    border-radius: 999px;
}
#part .plume > p:last-of-type {
    display: flex;
    margin: 25px 0 0 0;
}
#part .plume h2 {
    margin: 0 0 25px 0;
}
#part .plume:before {
    content: '';
    width: 300px;
    height: 300px;
    background: #F3F1E9;
    position: absolute;
    right: 60px;
    z-index: 1;
    border-radius: 50%;
    top: 0;
    bottom: 0;
    margin: auto;
}




#logos {
    padding: 85px 0;
	background: #FFFFFF;
    text-align: center;
	position: relative;
}
#logos:before {
    content: '';
    width: 100%;
    height: 500px;
    background: #FFFFFF;
    position: absolute;
    left: 0;
    bottom: 100%;
    z-index: -1;
}
#logos .marquee {
	overflow: hidden;
}
#logos .marquee,
#logos .inner {
    display: flex;
}
#logos .inner {
	align-items: center;
	will-change: transform;
	mix-blend-mode: multiply;
}
#logos .inner img {
    flex-shrink: 0;
    margin-left: 65px;
    width: auto;
    height: auto;
    max-width: 210px;
    max-height: 100px;
    object-fit: contain;
	filter: grayscale(1);
}
#logos h2 {
	margin-bottom: 60px;
}
body.logos_bottom_charges #logos .inner {
	animation: marquee 60s linear infinite;
}
body.logos_bottom_charges #logos .marquee2 .inner {
	animation: marquee2 60s linear infinite;
}
#logos .marquee2 {
	margin-top: 50px;
}
@keyframes marquee {
	0% {
		transform: translateX(0%);
	}
	100% {
		transform: translateX(-100%);
	}
}
@keyframes marquee2 {
	0% {
		transform: translateX(-100%);
	}
	100% {
		transform: translateX(0%);
	}
}

body:not(.home) #page #wrapper div#text > #logos {
    padding: 0;
    background: none;
    width: 100%;
    max-width: 100%;
}
body:not(.home) #logos:before {
    display: none;
}
body:not(.home).logos_bottom_charges #logos .inner {
    animation-duration: 30s;
}
.mixblendmode img {
    mix-blend-mode: multiply;
}
body:not(.home) #wrapper #logos figure + * {
    margin-top: 0;
}





#seo {
    padding: 95px 0;
}
#seo .container {
	width: 90%;
	max-width: 1160px;
	margin: 0 auto;
}
#wrapper .is-style-rounded img {
	border-top-right-radius: 999px;
    border-bottom-right-radius: 999px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}
#seo h2 {
    font-size: 30px;
    line-height: 1.05em;
    margin-bottom: 20px;
}
#seo .wp-block-columns {
    gap: 70px;
}






#baguetteBox-overlay{
    display:none;
    opacity:0;
    position:fixed;
    overflow:hidden;
    top:0;
    left:0;
    width:100%;
    height:100%;
    z-index:1000000;
    background-color:#222;
    background-color:rgba(0,0,0,.8);
    transition:opacity .5s ease
}
#baguetteBox-overlay.visible{
    opacity:1
}
#baguetteBox-overlay .full-image{
    display:inline-block;
    position:relative;
    width:100%;
    height:100%;
    text-align:center
}
#baguetteBox-overlay .full-image figure{
    display:inline;
    margin:0;
    height:100%
}
#baguetteBox-overlay .full-image img{
    display:inline-block;
    width:auto;
    height:auto;
    max-height:100%;
    max-width:100%;
    vertical-align:middle;
    box-shadow:0 0 8px rgba(0,0,0,.6)
}
#baguetteBox-overlay .full-image figcaption{
    display:block;
    position:absolute;
    bottom:0;
    width:100%;
    text-align:center;
    line-height:1.8;
    white-space:normal;
    color:#ccc;
    background-color:#000;
    background-color:rgba(0,0,0,.6);
    font-family:sans-serif
}
#baguetteBox-overlay .full-image:before{
    content:"";
    display:inline-block;
    height:50%;
    width:1px;
    margin-right:-1px
}
#baguetteBox-slider{
    position:absolute;
    left:0;
    top:0;
    height:100%;
    width:100%;
    white-space:nowrap;
    transition:left .4s ease,transform .4s ease;
}
#baguetteBox-slider.bounce-from-right{
    animation:bounceFromRight .4s ease-out
}
#baguetteBox-slider.bounce-from-left{
    animation:bounceFromLeft .4s ease-out
}
@keyframes bounceFromRight{
    0%,100%{
        margin-left:0
    }
    50%{
        margin-left:-30px
    }
}
@keyframes bounceFromLeft{
    0%,100%{
        margin-left:0
    }
    50%{
        margin-left:30px
    }
}
.baguetteBox-button#next-button,.baguetteBox-button#previous-button{
    top:50%;
    top:calc(50% - 30px);
    width:44px;
    height:60px
}
.baguetteBox-button{
    position:absolute;
    cursor:pointer;
    outline:0;
    padding:0;
    margin:0;
    border:0;
    border-radius:15%;
    background-color:#323232;
    background-color:rgba(50,50,50,.5);
    color:#ddd;
    font:1.6em sans-serif;
    transition:background-color .4s ease
}
.baguetteBox-button:focus,.baguetteBox-button:hover{
    background-color:rgba(50,50,50,.9)
}
.baguetteBox-button#next-button{
    right:2%
}
.baguetteBox-button#previous-button{
    left:2%
}
.baguetteBox-button#close-button{
    top:20px;
    right:2%;
    right:calc(2% + 6px);
    width:30px;
    height:30px
}
.baguetteBox-button svg{
    position:absolute;
    left:0;
    top:0
}
.baguetteBox-spinner{
    width:40px;
    height:40px;
    display:inline-block;
    position:absolute;
    top:50%;
    left:50%;
    margin-top:-20px;
    margin-left:-20px
}
.baguetteBox-double-bounce1,.baguetteBox-double-bounce2{
    width:100%;
    height:100%;
    border-radius:50%;
    background-color:#fff;
    opacity:.6;
    position:absolute;
    top:0;
    left:0;
    animation:bounce 2s infinite ease-in-out
}
.baguetteBox-double-bounce2{
    animation-delay:-1s
}
@keyframes bounce{
    0%,100%{
        transform:scale(0)
    }
    50%{
        transform:scale(1)
    }
}









/* Configuration de l'animation de la marge basée sur le défilement */
@keyframes reduce-margin {
	0% {
		margin: 0;
		border-radius: 0;
	}
	100% {
		margin: 0 60px;
		border-radius: 100px;
	}
}

@media (min-width: 1241px) {
    #blocs {
        /* Configuration de l'animation */
        animation: reduce-margin ease-out;
        animation-timeline: view();
        animation-range: cover 60% cover 90%;
        /* Garder l'état final de l'animation */
        animation-fill-mode: both;
    }
    #part {
        /* Configuration de l'animation */
        animation: reduce-margin ease-out;
        animation-timeline: view();
        animation-range: cover 60% cover 90%;
        /* Garder l'état final de l'animation */
        animation-fill-mode: both;
    }
}





#wrapper a.wp-block-button__link.has-rouge-background-color {
    color: #FFFFFF;
}
#wrapper a.wp-block-button__link.has-rouge-background-color:hover {
    color: #C20E1A;
	background: none !important;
}
#wrapper .wp-block-cover img + span + div a {
    color: #FFFFFF;
    border-color: #FFFFFF;
}
#wrapper .wp-block-cover img + span + div a path {
	stroke: #FFFFFF;
}
div#text > :last-child {
    margin-bottom: 0;
}
body.home footer {
    border-top: 1px solid #d9d9d9;
}




body:not(.home) #wrapper .equipe figure + * {
    margin-top: 0;
}
body:not(.home) #wrapper .equipe img {
    mix-blend-mode: multiply;
}

body:not(:has(#chapterPicture img)):not(.home) header {
    background: #000000;
}

@media (max-width: 1240px) {
    #page {
        overflow: hidden;
    }
    #blocs .slick-list {
        overflow: visible;
    }
}
@media (max-width: 1080px) {
    #blocs .flex .vins {
        display: none;
    }
    #blocs .biere {
        width: 100%;
    }
    #blocs .vins .titre {
        padding: 0;
    }
    #blocs .slick .bloc.vins {
        background: #F25F5A;
    }
}
@media (max-width: 970px) {
    #blocs .slick .bloc .img {
        width: 100%;
        position: relative;
        order: 3;
        height: 50vw;
        border-radius: 0;
    }
    #blocs .slick .bloc {
        padding: 0;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }
    #blocs .slick a.faux_bouton_fleche {
        bottom: 0;
        left: 0;
        position: relative;
        margin: 0 0 30px 35px;
    }
    #blocs .slick span.titre,
    #blocs .vins .titre {
        padding: 35px 0 0 35px;
    }
}
@media (max-width: 650px) {
    #blocs .slick .bloc .img {
        height: 100vw;
    }
    #blocs .biere p {
        position: absolute;
        bottom: -100vw;
        margin: 0;
        z-index: 1;
        height: 100vw;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        padding: 40px;
        box-sizing: border-box;
        background: rgba(0,0,0,0.4);
        font-size: 20px;
        line-height: 1.4em;
    }
    #blocs .biere .txt {
        padding: 0;
        width: 100%;
    }
}

@media (max-width: 710px) {
    #avc > img {
        height: 51vw;
    }
}
@media (max-width: 1100px) {
    #eng .img {
        display: none;
    }
    #eng .droite,
    #eng .gauche {
        width: 100%;
    }
    #eng {
        flex-direction: column;
        width: 100%;
        gap: 35px;
    }
    #eng .gauche {
        width: 87%;
        margin: 0 auto;
    }
    #eng .droite {
        flex-wrap: nowrap;
        overflow-x: scroll;
        scroll-snap-type: x mandatory;
        padding-left: 6.5%;
        box-sizing: border-box;
    }
    #eng .droite::-webkit-scrollbar {
        display: none;
    }
    #eng .bloc {
        flex-shrink: 0;
        width: 460px;
        scroll-snap-align: center;
        margin-right: 30px;
    }
}
@media (max-width: 1250px) {
    #part {
        padding-top: 0;
    }
    #part .plume {
        border-radius: 0;
        width: 100%;
        max-width: 100%;
        padding: 0 6.5% 95px;
    }
    #part .plume img {
        position: relative;
        height: 380px;
        width: 380px;
        display: block;
        margin: 60px auto 0;
    }
    #part {
        padding-top: 0;
    }
    #part .plume:before {
        right: 0;
        left: 0;
        bottom: 150px;
        width: 270px;
        height: 270px;
        top: auto;
    }
    #part .plume img.logo {
        position: absolute;
        left: 0;
        right: 0;
        top: auto;
        bottom: 210px;
        height: 160px;
    }
}
@media (max-width: 1190px) {
    #part .flex {
        flex-direction: column;
        gap: 55px;
        width: 100%;
        max-width: 100%;
    }
    #part .gauche > :last-child {
        margin-top: 30px;
    }
    #part .gauche {
        width: 87%;
        margin: 0 auto;
    }
    #part .flex h2 {
        margin-bottom: 25px;
    }
    #part .item {
        min-height: initial;
        width: 41vw;
        flex-shrink: 0;
        margin-right: 40px;
        padding: 40px 40px 75px 40px;
        border-radius: 0;
        scroll-snap-align: center;
    }
    #part .droite {
        display: flex;
        overflow-x: scroll;
        scroll-snap-type: x mandatory;
        padding-left: 6.5%;
    }
    #part .droite::-webkit-scrollbar {
        display: none;
    }
    #part .item > p:last-child {
        left: 40px;
        bottom: 40px;
    }
    #part .item .ic {
        position: relative;
        left: 0;
        top: 0;
        margin-bottom: 25px;
    }
}
@media (max-width: 850px) {
    #part .item {
        width: 80vw;
    }
}
@media (max-width: 750px) {
    footer {
        font-size: 18px;
    }
    #footerInner {
        width: 87%;
        text-align: center;
        flex-direction: column;
        align-items: center;
    }
    footer * {
        justify-content: center;
    }
}





@media (max-width: 500px) {
    #wrapper div#text > *:not(.wp-block-cover):not(.wp-block-group), 
	#wrapper div#text > figure, 
	#wrapper div#text > ul, 
	#wrapper div#text > .wp-block-group > .wp-block-group__inner-container, 
	#wrapper div#text > p, 
	body.single-post #wrapperInner .pager,
	#wrapper .wp-block-cover .wp-block-cover__inner-container,
    #blocs .container, #avc .p_big, #avc .question {
		width: 87%;
	}
	.baguetteBox-button#previous-button,
	.baguetteBox-button#next-button {
		display: block !important;
		transform: scale(0.7);
	}
    .wp-block-spacer {
		max-height: 50px;
	}
	#wrapper p + .wp-block-spacer {
		margin-top: -5px;
	}
	body:not(.home) h3 {
		margin-bottom: 10px;
	}
	.pager > a, .pager > span {
		font-size: 13px;
	}
	td {
		font-size: 14px;
	}
	html body {
		--wp--preset--spacing--20: 5vw;
		--wp--preset--spacing--30: 5vw;
		--wp--preset--spacing--40: 5vw;
		--wp--preset--spacing--50: 7.5vw;
		--wp--preset--spacing--60: 7.5vw;
		--wp--preset--spacing--70: 7.5vw;
		--wp--preset--spacing--80: 45px;
		--wp--preset--font-size--small: 13px;
		--wp--preset--font-size--medium: 18px;
		--wp--preset--font-size--large: 24px;
		--wp--preset--font-size--x-large: 30px;
	}
	div .wp-block-cover, 
	div .wp-block-cover-image {
		min-height: 350px;
	}
	#wrapper figure.wp-block-gallery.masonry-display.columns-5,
	#wrapper figure.wp-block-gallery.masonry-display.columns-4,
	#wrapper figure.wp-block-gallery.masonry-display.columns-3 {
		columns: 2;
	}
	#wrapper .wp-block-gallery.columns-4 figure.wp-block-image:not(#individual-image) img,
	#wrapper .wp-block-gallery.columns-3 figure.wp-block-image:not(#individual-image) img,
	#wrapper .wp-block-gallery.columns-default figure.wp-block-image:not(#individual-image) img,
	#wrapper .wp-block-gallery.columns-5 figure.wp-block-image:not(#individual-image) img {
		height: 28vw;
	}
	.wp-block-columns {
		margin-bottom: 1.75em;
	}
	#wrapper .wpforms-container .wpforms-submit-container {
		text-align: center;
		margin-bottom: 15px;
	}
	#wrapper div .wpforms-field-container div.wpforms-field {
		width: 100%;
		margin-left: 0;
		margin-right: 0;
		padding-bottom: 8px;
	}
	#wrapper div .wpforms-field-container > div.wpforms-field .wpforms-field {
		padding: 16px 0 0 0;
	}


    #blocs .slick .bloc {
        margin: 0 10px;
    }
    #blocs .slick {
        margin: 0;
    }
    #blocs .slick .bloc .img {
        height: 92vw;
    }
    #blocs .biere p {
        bottom: -92vw;
        height: 92vw;
    }
    #blocs .pastille {
        margin: 65px auto 0;
    }
    #blocs {
        padding-bottom: 65px;
    }
    #avc {
        padding-top: 55px;
    }
    #avc > img {
        height: 57vw;
    }
    #avc .question {
        margin: 65px auto 60px;
    }
    #eng h2 {
        max-width: 300px;
    }
    #part .plume h2 {
        margin: 0 0 20px 0;
    }
    #blocs .flex {
        margin: 0 0 30px 0;
    }
    #eng h3 {
        font-size: 30px;
        max-width: 150px;
        line-height: 1;
    }
    #eng .bloc {
        width: 80vw;
        margin-right: 6.5vw;
    }
    #eng {
        gap: 20px;
        margin-bottom: 70px;
    }

    #wrapper a.wp-block-button__link, #wrapper div.wpforms-container-full button[type=submit],
    header a.btn, footer a.wp-block-button__link, a.btn_fleche, #avc .question > :last-child a {
        transition: 0.1s;
        font-size: 16px;
        padding: 13px 23px;
        gap: 15px;
    }
    a.btn_fleche svg {
        width: auto;
        height: 14px;
    }

    #part .plume {
        padding: 0 6.5% 65px;
        margin-bottom: 55px;
    }
    #part .plume img {
        height: 87vw;
        width: 87vw;
    }
    #part .plume:before {
        width: 87vw;
        height: 87vw;
        bottom: 65px;
        transform: scale(0.75);
    }
    #part .plume img.logo {
        height: 87vw;
        bottom: 65px;
        width: 87vw;
        object-fit: contain;
        transform: scale(0.45);
    }
    #part .item {
        margin-right: 6.5vw;
    }
    #part .item h3 {
        margin-bottom: 15px;
        line-height: 1;
        font-size: 28px;
        max-width: 195px;
    }
    #part .item .ic {
        height: 90px;
        width: 90px;
    }
    #part .item .ic img {
        height: 80px;
    }
    #part {
        padding-bottom: 55px;
    }
    #logos {
        padding: 50px 0 70px 0;
    }
    #logos .inner img {
        margin-left: 40px;
        max-width: 110px;
        max-height: 50px;
    }
    body.logos_bottom_charges #logos .inner {
        animation-duration: 35s !important;
    }


}












.cmplz-video.cmplz-iframe-styles{background-color:transparent}.cmplz-video.cmplz-hidden{visibility:hidden !important}.cmplz-blocked-content-notice{display:none}.cmplz-placeholder-parent{height:inherit}.cmplz-optin .cmplz-blocked-content-container .cmplz-blocked-content-notice,.cmplz-optin .cmplz-wp-video .cmplz-blocked-content-notice,.cmplz-optout .cmplz-blocked-content-container .cmplz-blocked-content-notice,.cmplz-optout .cmplz-wp-video .cmplz-blocked-content-notice{display:block}.cmplz-blocked-content-container,.cmplz-wp-video{animation-name:cmplz-fadein;animation-duration:600ms;background:#FFF;border:0;border-radius:3px;box-shadow:0 0 1px 0 rgba(0,0,0,0.5),0 1px 10px 0 rgba(0,0,0,0.15);display:flex;justify-content:center;align-items:center;background-repeat:no-repeat !important;background-size:cover !important;height:inherit;position:relative}.cmplz-blocked-content-container.gmw-map-cover,.cmplz-wp-video.gmw-map-cover{max-height:100%;position:absolute}.cmplz-blocked-content-container.cmplz-video-placeholder,.cmplz-wp-video.cmplz-video-placeholder{padding-bottom:initial}.cmplz-blocked-content-container iframe,.cmplz-wp-video iframe{visibility:hidden;max-height:100%;border:0 !important}.cmplz-blocked-content-container .cmplz-custom-accept-btn,.cmplz-wp-video .cmplz-custom-accept-btn{white-space:normal;text-transform:initial;cursor:pointer;position:absolute !important;width:100%;top:50%;left:50%;transform:translate(-50%,-50%);max-width:200px;font-size:14px;padding:10px;background-color:rgba(0,0,0,0.5);color:#fff;text-align:center;z-index:98;line-height:23px}.cmplz-blocked-content-container .cmplz-custom-accept-btn:focus,.cmplz-wp-video .cmplz-custom-accept-btn:focus{border:1px dotted #cecece}.cmplz-blocked-content-container .cmplz-blocked-content-notice,.cmplz-wp-video .cmplz-blocked-content-notice{white-space:normal;text-transform:initial;position:absolute !important;width:100%;top:50%;left:50%;transform:translate(-50%,-50%);max-width:300px;font-size:14px;padding:10px;background-color:rgba(0,0,0,0.5);color:#fff;text-align:center;z-index:98;line-height:23px}.cmplz-blocked-content-container .cmplz-blocked-content-notice .cmplz-links,.cmplz-wp-video .cmplz-blocked-content-notice .cmplz-links{display:block;margin-bottom:10px}.cmplz-blocked-content-container .cmplz-blocked-content-notice .cmplz-links a,.cmplz-wp-video .cmplz-blocked-content-notice .cmplz-links a{color:#fff}.cmplz-blocked-content-container .cmplz-blocked-content-notice .cmplz-blocked-content-notice-body,.cmplz-wp-video .cmplz-blocked-content-notice .cmplz-blocked-content-notice-body{display:block}.cmplz-blocked-content-container div div{display:none}.cmplz-wp-video .cmplz-placeholder-element{width:100%;height:inherit}@keyframes cmplz-fadein{from{opacity:0}to{opacity:1}}

#baguetteBox-overlay{
    display:none;
    opacity:0;
    position:fixed;
    overflow:hidden;
    top:0;
    left:0;
    width:100%;
    height:100%;
    z-index:1000000;
    background-color:rgba(0,0,0,.8);
    transition:opacity .5s ease
}
#baguetteBox-overlay.visible{
    opacity:1
}
#baguetteBox-overlay .full-image{
    display:inline-block;
    position:relative;
    width:100%;
    height:100%;
    text-align:center
}
#baguetteBox-overlay .full-image figure{
    display:inline;
    margin:0;
    height:100%
}
#baguetteBox-overlay .full-image img{
    display:inline-block;
    width:auto;
    height:auto;
    max-height:100%;
    max-width:100%;
    vertical-align:middle;
    box-shadow:0 0 8px rgba(0,0,0,.6)
}
#baguetteBox-overlay .full-image figcaption{
    display:block;
    position:absolute;
    bottom:0;
    width:100%;
    text-align:center;
    line-height:1.8;
    white-space:normal;
    color:#ccc;
    background-color:#000;
    background-color:rgba(0,0,0,.6);
    font-family:sans-serif
}
#baguetteBox-overlay .full-image:before{
    content:"";
    display:inline-block;
    height:50%;
    width:1px;
    margin-right:-1px
}
#baguetteBox-slider{
    position:absolute;
    left:0;
    top:0;
    height:100%;
    width:100%;
    white-space:nowrap;
    transition:left .4s ease,transform .4s ease;
}
#baguetteBox-slider.bounce-from-right{
    animation:bounceFromRight .4s ease-out
}
#baguetteBox-slider.bounce-from-left{
    animation:bounceFromLeft .4s ease-out
}
@keyframes bounceFromRight{
    0%,100%{
        margin-left:0
    }
    50%{
        margin-left:-30px
    }
}
@keyframes bounceFromLeft{
    0%,100%{
        margin-left:0
    }
    50%{
        margin-left:30px
    }
}
.baguetteBox-button#next-button,.baguetteBox-button#previous-button{
    top:50%;
    top:calc(50% - 30px);
    width:44px;
    height:60px
}
.baguetteBox-button{
    position:absolute;
    cursor:pointer;
    outline:0;
    padding:0;
    margin:0;
    border:0;
    border-radius:15%;
    background-color:rgba(50,50,50,.5);
    color:#ddd;
    font:1.6em sans-serif;
    transition:background-color .4s ease
}
.baguetteBox-button:focus,.baguetteBox-button:hover{
    background-color:rgba(50,50,50,.9)
}
.baguetteBox-button#next-button{
    right:2%
}
.baguetteBox-button#previous-button{
    left:2%
}
.baguetteBox-button#close-button{
    top:20px;
    right:2%;
    right:calc(2% + 6px);
    width:30px;
    height:30px
}
.baguetteBox-button svg{
    position:absolute;
    left:0;
    top:0
}
.baguetteBox-spinner{
    width:40px;
    height:40px;
    display:inline-block;
    position:absolute;
    top:50%;
    left:50%;
    margin-top:-20px;
    margin-left:-20px
}
.baguetteBox-double-bounce1,.baguetteBox-double-bounce2{
    width:100%;
    height:100%;
    border-radius:50%;
    background-color:#fff;
    opacity:.6;
    position:absolute;
    top:0;
    left:0;
    animation:bounce 2s infinite ease-in-out
}
.baguetteBox-double-bounce2{
    animation-delay:-1s
}
@keyframes bounce{
    0%,100%{
        transform:scale(0)
    }
    50%{
        transform:scale(1)
    }
}
