/*
 * Theme Name: GeneratePress Child
 * Description: Theme Enfant de GeneratePress - Peut contenir des personnalisations pour votre site internt - Ne pas supprimer le thème GeneratePress !
 * Version: 2.0.3
 * 
 * Author: Agent 3W
 * Author URI: https://agent3w.com
 *
 * Template: generatepress
 */

.scrolled .sticky-header {
	box-shadow: 0 0 12px -2px rgba(0,0,0,0.3); 
}

::selection{
	background-color: var(--contrast-2);
	color: var(--base-3);
}

/* BEGIN SIDE MENU */
#gb-overlay-663 > .gb-overlay__content {
	margin-right: auto;
}
/* END SIDE MENU */

/* BEGIN USER-ACCOUNT */
body.user-account[data-gb-menu-open="partial-overlay"] {
	overflow-y: auto;
}
/* END USER-ACCOUNT */

/* BEGIN SEOPRESS BREADCRUMB */
.wp-block-wpseopress-breadcrumbs {
	font-size: var(--fs-xs, 14px);
}
.wp-block-wpseopress-breadcrumbs li.breadcrumb-item.active {
	font-weight: 600;
}
/* END SEOPRESS BREADCRUMB */

/* BEGIN GLOBAL */
#content ol.wp-block-list, #content ul.wp-block-list {
	margin-left: 1.15em;
}
/* END GLOBAL */

.carousel-looper-posts--controls, button.gb-carousel-control {
	user-select: none;
}

/* BEGIN WS FORM */
.wsf-form button[type="submit"].wsf-button {
	--wsf-field-button-font-size: var(--fs-h6);
}
.wsf-form button[type="submit"].wsf-button:is(:hover, :focus, :focus-within) {
	box-shadow: inset 0 0 0 0.075rem currentColor;
}
.wsf-form .wsf-field-wrapper[data-type="turnstile"].show-over-content {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0;
}

.wsf-form .wsf-field-wrapper[data-type="turnstile"].show-over-content .wsf-field {
	position: absolute;
	bottom: 100%;
	left: 50%;
	transform: translate(-50%, 0);
	z-index: 1;
}

.wsf-form .wsf-field-wrapper[data-type="turnstile"].show-over-content .wsf-field.wsf-valid {
  z-index: -1000;
	opacity: 0;
	display: none;
	visibility: hidden;
	max-height: 0;
	overflow: clip;
}

.wsf-form .wsf-field-wrapper[data-type="turnstile"].show-over-content .wsf-invalid-feedback {
	width: 100%;
	max-width: 150px;
	margin: 0 auto var(--wsf-form-grid-gap) auto;
}
/* END WS FORM */