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: #006633;
	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;
	background: #CBE0D5;
	z-index: 1;
}
#footerInner {
    display: flex;
}
#footerInner > * {
	width: 50%;
}
footer a {
	text-decoration: none;
}
footer a:hover {
	text-decoration: underline;
}
footer .wp-block-image {
	margin: 0;
}
#signature {
    font-size: 12px;
    background: #FFFFFF;
    padding: 25px 6.5%;
	text-align: center;
}
::selection {
	background-color: #006633;
	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: #006633;
}
#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);
}
div .wp-block-image figcaption {
    margin-top: 15px;
    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%;
}
section.newsContainer .droite > a {
    margin-top: 25px;
}
section.newsContainer .droite .description {
    line-height: 1.5em;
}
section.newsContainer .droite h2 {
    margin: 0 0 20px 0;
}
section.newsContainer .droite h2 a:not(:hover) {
	text-decoration: none;
}
section.newsContainer .gauche .chapoPicture.empty {
    height: 270px;
    background: url(/wp-content/themes/ouestbeton/images/logo.png) no-repeat center center, #CBE0D5;
}
div#newsList > section:last-child {
    border: none;
    padding: 0 0 15px 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: -22px;
		margin: 0;
		padding: 0;
	}
}
#wrapper div div.wpforms-container-full input:focus,
#wrapper div div.wpforms-container-full textarea:focus {
    border-color: #1D1D1B;
    box-shadow: 0 0 0 1px #1D1D1B, 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-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
	display: none;
}

body:not(.home) #wrapper p:not(.wp-block-post-excerpt__more-text) {
	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;
	}
	#container {
		margin: 0px 0px 70px 0px;
	}
	.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: 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;
}






footer .fond_vert > div {
    display: flex;
    align-items: flex-end;
    gap: 90px;
}
footer p.titre {
	line-height: 1.2em;
	font-size: 25px;
	color: #006633;
	font-weight: 700;
	margin-top: 35px;
}
footer .fond_vert {
    display: flex;
    align-items: center;
    padding-left: calc(50% - 600px);
    box-sizing: border-box;
}
footer .wp-block-image a {
    position: relative;
	width: 100%;
	display: block;
}
footer .wp-block-image a:after {
    content: 'Nous trouver sur Google Maps';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0,0,0,0.65);
    color: #FFFFFF;
    transition: 0.3s;
    opacity: 0;
}
footer .wp-block-image a:hover:after {
	opacity: 1;
}
footer .wp-block-image img {
    max-height: 450px;
    width: 100%;
    object-fit: cover;
}





















#prod {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-left: 60px;
}
#prod > svg {
    opacity: 0.15;
    position: absolute;
    left: -720px;
    z-index: -1;
    top: -290px;
	pointer-events: none;
}
#prod a {
    margin-top: 15px;
}
body.home h2 {
	margin-bottom: 25px;
}
#prod .txt {
    max-width: 780px;
    padding: 70px 0;
}
#prod > img {
    width: calc(100% - 860px);
    object-fit: cover;
    height: auto;
	max-height: 650px;
	max-width: 770px;
}
@media (min-width: 1700px) {
	#prod {
		justify-content: flex-end;
		gap: 100px;
	}
}







#qsn {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
#qsn .txt {
    padding: 60px 60px 60px 120px;
}
#qsn img {
    width: calc(100%  - 1050px);
    height: auto;
	object-fit: cover;
    max-height: 620px;
	max-width: 770px;
}
#qsn h2 {
    margin-bottom: 40px;
}
#qsn a.btn_fleche {
    margin-top: 35px;
}
#qsn .txt p {
    max-width: 840px;
}










#degrade {
    background: linear-gradient(0deg, rgba(0, 102, 51, 0.6), transparent);
    padding: 160px 0;
    color: #FFFFFF;
    display: flex;
    justify-content: center;
}
#degrade h2 {
    color: #FFFFFF;
    max-width: 235px;
	margin-bottom: 35px;
}
#degrade .txt2 p {
    margin-bottom: 22px;
	max-width: 680px;
}








#dispo {
    position: relative;
	margin-bottom: 115px;
	overflow: hidden;
}
#dispo .container {
    position: relative;
    width: 87%;
    max-width: 700px;
    margin: 0 auto;
    padding: 130px 0;
    text-align: center;
}
#dispo img {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    object-fit: cover;
    filter: opacity(0.2);
}
#dispo h2 {
    max-width: 450px;
    margin: 35px auto;
}













#real {
    margin: 105px 0 105px 60px;
    display: flex;
    justify-content: space-between;
    position: relative;
}
#real .txt {
    width: 380px;
}
#real .txt p {
	margin-bottom: 20px;
}
#real .slick {
    width: calc(100% - 450px);
	cursor: grab;
}
#real .slick:not(.slick-initialized) {
    display: flex;
}
#real .real {
    margin-right: 35px;
    flex-shrink: 0;
	width: 41%;
}
#real .real img {
    display: block;
    margin-bottom: 40px;
    height: 340px;
    width: 100%;
    object-fit: cover;
}
#real h2 {
    margin-bottom: 70px;
}
#real span.arrow {
    width: 50px;
    height: 50px;
    background: #006633;
    position: absolute;
    left: 60px;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
	transition: 0.3s;
	cursor: pointer;
}
#real span.arrow svg {
    width: auto;
    height: 12px;
}
#real span.arrow.prev {
    left: 0;
    transform: rotate(180deg);
}
@media (min-width: 1100px) {
	#real span.arrow:hover {
		background: #008040;
	}
}
#real ul.slick-dots {
    margin: 0;
    display: flex;
    position: absolute;
    left: 0;
    top: 70px;
    width: 300px;
	height: 12px;
	background: #9D9D9C;

}
#real ul.slick-dots li {
	width: 100%;
}
#real ul.slick-dots li.slick-active {
	background: #006633;
}
#real ul.slick-dots li:before {
	display: none;
}
#real ul.slick-dots li button {
	display: none;
}
#real .real.slick-slide {
    width: 27vw;
}

div#wpforms-11 {
    margin-top: -18px;
}
:root div :where(.wp-block-cover h2:not(.has-text-color)) {
	color: #006633;
}
footer .wp-block-group + .wp-block-group {
    position: relative;
    top: -24px;
}
div#wpforms-314-field_8-container {
    margin-top: -15px;
}

#wrapper .wp-block-columns .wp-block-column.is-vertically-aligned-center.has-background hr {
    margin-left: auto;
    margin-right: auto;
}

@media (max-width: 1540px) {
	#prod > img {
		width: 630px;
	}
	#prod .txt {
		padding: 60px 60px 60px 0;
	}
	#prod {
		align-items: initial;
	}
	#qsn img {
		width: 550px;
	}
}
@media (max-width: 1140px) {
	#prod {
		width: 87%;
		padding: 0;
		margin: 65px auto 0;
		flex-direction: column;
	}
	#prod .txt {
		padding: 0 0 30px 0;
		width: 100%;
		max-width: 100%;
	}
	#prod > img {
		width: 100%;
		max-width: 100%;
	}
	#qsn {
		flex-direction: column-reverse;
	}
	#qsn .txt {
		padding: 65px 0 30px 0;
		width: 87%;
	}
	#qsn img {
		width: 87%;
		max-height: initial;
		max-width: 100%;
	}
}
@media (max-width: 1000px) {
	#degrade {
		background: #006633;
		padding: 60px;
		margin-top: 65px;
		flex-direction: column;
        gap: 30px;
	}
	#degrade .txt1 {
		text-align: center;
	}
	#degrade h2 {
		margin: 0 auto 25px;
	}
	#degrade .txt2 p {
		max-width: 100%;
	}
}
@media (max-width: 1100px) {
	#real .txt {
		width: 100%;
	}
	#real {
		flex-direction: column;
		margin: 50px auto 65px;
		width: 87%;
	}
	#real h2 {
		margin-bottom: 30px;
	}
	#real .slick {
		width: 100%;
		margin-top: 40px;
	}
	#real .slick-list {
		overflow: visible;
	}
	#real .real {
		margin: 0 15px;
	}
	#real .real img {
		height: 87vw;
	}
}
@media (max-width: 1480px) {
	footer .fond_vert {
		padding: 70px;
	}
	footer .wp-block-image a {
		height: 100%;
	}
	footer .wp-block-image img {
		height: 100%;
		max-height: initial;
	}
	footer .fond_vert > div {
		gap: 70px;
	}
}
@media (max-width: 1330px) {
	footer .fond_vert {
		padding: 50px;
	}
}
@media (max-width: 1250px) {
	#footerInner {
		flex-direction: column;
	}
	#footerInner > * {
		width: 100%;
	}
	footer .fond_vert > div {
		flex-direction: column;
		align-items: center;
		text-align: center;
		gap: 55px;
	}
	footer .fond_vert {
		justify-content: center;
	}
	a.rs,
	footer .is-layout-flex {
		justify-content: center;
	}
	footer .wp-block-group + .wp-block-group {
		top: 0;
	}
}









@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 {
		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;
	}
	#container {
		margin: 0px 0px 60px 0px;
	}
	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: 20px;
	}
	#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;
	}


	#prod {
		margin-top: 55px;
	}
	#qsn h2 {
		margin-bottom: 20px;
	}
	#qsn a.btn_fleche {
		margin-top: 15px;
	}
	#degrade {
		padding: 55px 6.5% 35px 6.5%;
	}
	#dispo .container {
		padding: 55px 0;
	}
	#dispo {
		margin-bottom: 50px;
	}
	#real .real {
		margin: 0 10px;
	}
	#real .slick {
		margin-top: 18px;
	}
	#real .txt p {
		margin-bottom: 15px;
	}
	#real h2 {
		margin-bottom: 20px;
	}
	#footerInner img[src*="logo"] {
		height: 80px;
	}
	footer p.titre {
		font-size: 22px;
	}
	footer .wp-block-image a:after {
		opacity: 1;
	}
	.div_rs {
    	justify-content: center;
	}
}
@media (max-width: 405px) {
	#wrapper #real a.btn_fleche:not(:hover):before {
		width: 40px;
	}
	#wrapper #real a.btn_fleche {
		padding: 15px 20px 15px 60px;
	}
	#wrapper #real a.btn_fleche svg {
		left: 8px;
	}
}
@media (max-width: 385px) {
	#wrapper #real a.btn_fleche {
		font-size: 14px;
	}
}

#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, 0.8);
	-webkit-transition: opacity 0.5s ease;
	transition: opacity 0.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, 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, 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 0.4s ease, transform 0.4s ease;
  }
  #baguetteBox-slider.bounce-from-right {
	animation: bounceFromRight 0.4s ease-out;
  }
  #baguetteBox-slider.bounce-from-left {
	animation: bounceFromLeft 0.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, 0.5);
	color: #ddd;
	font: 1.6em sans-serif;
	transition: background-color 0.4s ease;
  }
  .baguetteBox-button:focus,
  .baguetteBox-button:hover {
	background-color: rgba(50, 50, 50, 0.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: 0.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);
	}
  }



/* -------------------- BLOC REQUETE - Pour faire comme une page actu en requetant un CPT par ex. ---------------------- */

#wrapper .wp-block-query > ul {
    margin: 0;
}
#wrapper .wp-block-query > ul > li {
	margin-bottom: 80px;
}
#wrapper .wp-block-query > ul > li:before {
	display: none;
}
#wrapper .wp-block-query > ul > li a.wp-block-read-more {
    margin-top: 7px;
}
#wrapper .wp-block-query > ul > li img {
    width: 100%;
    height: 260px;
    object-fit: cover;
}
#wrapper .wp-block-query > ul > li h2 {
	margin-top: -5px;
}
#wrapper .wp-block-query > ul > li h2 a {
	text-decoration: none;
	color: #006633;
}
#wrapper .wp-block-query > ul > li h2 a:hover {
	text-decoration: underline;
}


body:not(.home) #wrapper li a.wp-block-post-excerpt__more-link:hover {
	color: #FFFFFF;
}
a.wp-block-post-excerpt__more-link {
    margin-top: 5px;
}
body:not(.home) #wrapper .wp-block-query-no-results p {
    background: #006633;
    color: #FFFFFF;
    padding: 30px;
    margin-bottom: 60px;
}


div#wpforms-confirmation-11 {
    margin-top: 45px;
    padding-bottom: 5px;
}