/******* Do not edit this file *******
Woody Code Snippets CSS and JS
Saved: Nov 14 2025 | 14:01:00 */
/* Mise en forme ; Structure */
	html { scroll-behavior: smooth;}
	.--fullwidth{max-width: 100vw!important;width: 100%;}
	.--midwidth{width: 40%}
	.--fullheight{min-height: 100vh!important;}
	.--midheight{min-height: 60vh!important;}
	.--fullspace {height: 100%!important;}

	.smallcontainer {max-width:250px!important}
	.columncontainer{max-width: 500px!important;}
	.textcontainer{max-width: 720px!important;}
	.titlecontainer{max-width: 800px!important;}
	.columncontainer{max-width: 1000px!important;}

	.--absolute { position: absolute !important; }
	@media all and (min-width:999px) {
		.--sticky {
			position: sticky !important;
			top: 75px;
			position: -webkit-sticky !important;
			height: 100%;
		}
	}
	:where(.wp-site-blocks *:focus) {
		outline-width: 0;
	}
	

/* Mise en forme ; Fonds et images */
	.background { background-repeat: no-repeat; }
	.background--cover { background-size: cover; }
	.background--contain { background-size: contain; }
	.background--full { background-size: 100%; }
	.background--fixed { background-attachment: fixed; }
	.background--single { background-size: 300px; background-repeat: no-repeat }
	.background--single-small { background-size: 200px; background-repeat: no-repeat }
	.background--top-left { background-position : top left }
	.background--top-right { background-position : top right }
	.background--bottom-left { background-position : bottom left }
	.background--bottom-right { background-position : bottom right }
	@media all and (min-width:1000px) { .background--flex { background-size: cover; }}
	@media all and (max-width:999px) { .background--flex { background-size: contain; }}


/* Blocs */
	.--marginauto { margin: auto!important }
	.--marginleft { margin-right: auto!important; margin-left: 0!important }
	.--marginright { margin-left: auto!important; margin-right: 0!important }
	.--nomargin { margin: 0!important }
	.--nopadding { margin: 0!important }

	div.--round  { border-radius: 999px; }
	div.--circle  { border-radius: 999px; max-width: 800px; margin: auto; width: 200px;}
	.--overbottom, .--overtop { position: relative; z-index: 5; }
	.--overbottom {
		transform: translateY(12vh);
		margin-bottom: -12vh !important;
	}
	.--overtop {
		transform: translateY(-12vh);
		margin-top: -12vh !important;
	}
	@media all and (min-width:1000px) {
		.--overleft {
			transform: translateX(-6vh);
			margin-left: -6vh !important;
		}
	}

	.absolute { position: absolute }
	.--z-index.relative { position: relative }
	.--z-index.back { z-index: -1!important }
	.--z-index.front { z-index: 9!important }
	.--z-index.1 { z-index: 1!important }
	.--z-index.2 { z-index: 2!important }
	.--z-index.3 { z-index: 3!important }
	.--z-index.4 { z-index: 4!important }

	
	@media all and (min-width:1000px) {
		.--border-right { border-right: 1px solid; padding-right: var(--wp--preset--spacing--40); }
	}

	.--overspace-bottom { margin-bottom: -15px!important; }
	.--overspace-big-bottom { margin-bottom: -50px!important; }
	.--overspace-huge-bottom { margin-bottom: -120px!important; }
	.--overspace-block-bottom { margin-bottom: -330px !important; }

	@media all and (min-width:1000px) {
		.desktop--hidden { display: none!important; }
		.mobile--hidden { display: initial; }
		.footer {padding-top: 15vw }
	}
	@media all and (max-width:999px) and (min-width:768px) {
		.desktop--hidden { display: initial; }
		.mobile--hidden { display: none!important; }
		.footer {padding-top: 25vw }
	}
	@media all and (max-width:767px) {
		.desktop--hidden { display: initial; }
		.mobile--hidden { display: none!important; }
		.footer {padding-top: 45vw }
		footer .navigation .wp-block-group { align-items: center; }
		#top #left { max-width: 270px; }
		.--first { order: 1 }
		.--second { order: 2 }
	}


/* Menu */
	header, header.scrolled,
	header.scrolled .wp-block-site-logo img, 
	header .wp-block-site-logo img,
	header > .wp-block-group, 
	header.scrolled > .wp-block-group,
	header img.custom-logo,
	header.scrolled img.custom-logo {
	  -webkit-transition: all 0.5s ease-out;
		-moz-transition: all 0.5s ease-out;
		-o-transition: all 0.5s ease-out;
		transition: all 0.5s ease-out;
	}
	header:not(.scrolled) {
		position: fixed;
		top: 0;
		width: 100%;
		z-index: 9999;
		opacity: 0;
	}
	header.scrolled {
		position: fixed;
		top: 0;
		width: 100%;
		z-index: 9999;
		opacity: 1;
	}
	body:not(.page-template-wp-custom-template-pages-ombre) header.scrolled {
		background-color: var(--wp--preset--color--base);
	}
	.page-template-wp-custom-template-pages-ombre header.scrolled {
		background-color: var(--wp--preset--color--contrast-3);
	}

	header .desktop--hidden {
		padding: 3%;
	}
	header .desktop--hidden .is-menu-open {
		padding: 5%;
		}


/* Images */
	.is-style-rounded img { border-radius : 999px }
	#portrait { max-width: 350px; }
	.--stars { background-image: url(https://www.bypeggy.fr/wp-content/uploads/2025/07/etoiles.png) }
	.--hand { background-image: url(https://www.bypeggy.fr/wp-content/uploads/2025/07/main-oeuil.png) }
	.--moon { background-image: url(https://www.bypeggy.fr/wp-content/uploads/2025/07/main-lune-2.png) }

	/* Slider Collab' */
	.eb-slider-item.content-1.slick-slide:hover {
		filter: brightness(0.5) saturate(2);
	}
	.eb-slider-item.content-1.slick-slide:not(:hover) .eb-slider-content {
		display:none;
	}


/* Boutons */
	/** Principaux - Call-to-action ; Paiements **/
	input[type="submit"], .eb-flipbox-button-link {
		background: var(--wp--preset--gradient--custom-or-l-ments)!important;
		border-radius: 0px;
		border: 0px;
		color: var(--wp--preset--color--accent-2)!important;
		padding-top: 0.6rem;
		padding-right: var(--wp--preset--spacing--20);
		padding-bottom: 0.6rem;
		padding-left: var(--wp--preset--spacing--20);
		font-style: normal;
		font-weight: 700;
		font-size: var(--wp--preset--font-size--medium);
	}
	input[type="submit"]:hover {
		background-color: var(--wp--preset--color--accent-2);
		cursor: pointer;
	}

	/** Secondaires - Newsletter ; Navigation **/
	.uagb-forms-main-submit-button.wp-block-button__link {
		background-color : var(--wp--preset--color--accent-4) !important
	}


/* Animations */
	.delay-1 { animation-delay: 1s; }	
	.delay-2 { animation-delay: 2s; }	
	.delay-3 { animation-delay: 3s; }	
	.delay-4 { animation-delay: 4s; }	


/* Formulaires */
	select, option, textarea, input {
		color: var(--wp--preset--color--contrast-2);
		min-height: 40px;
		border-radius: 7px;
		border: 0px;
		font-family: var(--wp--preset--font-family--body);
		padding-left: 10px;
	}

	textarea {
		padding-top: 10px;
	}

	textarea.uagb-forms-textarea-input.uagb-forms-input {
		padding-left: 4px !important;
	}

	label {
		font-size: clamp(0.875rem, 0.875rem + ((1vw - 0.2rem) * 0.208), 1rem);
		text-transform: uppercase;
	}
	form.--inline{
		display: flex;
		flex-direction: row;
		gap: 15px;
		align-items: end;
	}


/* FlipBoxs */
	.eb-flipbox-container { overflow: visible!important; }
	.eb-flipbox-back-content { font-size: 20px; }
	.eb-flipbox-button-link { width: 100%!important; }


/* Sliders */
	#grimoire .swiper-content {
		display: flex;
		justify-content: center;	
	}


/* Liste colorée */
	ul.wp-block-list.colored-lines.--center {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		list-style: none;
    	text-align: center;
	}
	ul.wp-block-list.colored-lines li {
		padding: 8px 20px 8px 10px;
		margin: 0px;
		list-style-position: inside;
		max-width: fit-content;
		opacity: 0.7;
	}
	.colored-lines li:nth-child(1) { background-color: #BE8A66; }
	.colored-lines li:nth-child(2) { background-color: #AF431E; transform: rotate(1deg); }
	.colored-lines li:nth-child(3) { background-color: #D16226; transform: rotate(-1.3deg); }


/* Timeline */
	.uagb-timeline__left h4, .uagb-timeline__left p {
		text-align: left!important
	}
	.wp-block-uagb-content-timeline-child:first-of-type {
		display: none;
	}


/* Onglets */
	.advgb-tab-active.ui-tabs-active.ui-state-active, .uagb-tabs__active > a {
		font-weight: 900!important;
		text-decoration: none!important;
	}
	/* PublishPress Tabs */
	ul.advgb-tabs-panel {
		display: flex;
		width: 100%;
	}
	li.advgb-tab {
		margin: 0px!important;
		width: 100%;
		text-align: center;
	}
	li.advgb-tab.advgb-tab-active.ui-tabs-active.ui-state-active {
		border-bottom: 0px !important;
	}
	.advgb-tab-body-wrapper {
		border-top-width: 0px !important;
	}