/**
* Theme Name: Blocksy Child
* Description: Blocksy Child theme
* Author: Creative Themes
* Template: blocksy
* Text Domain: blocksy
*/


/** _________________ GLOBAL _________________  */

@font-face {
	font-family: 'DM Sans';
	src: url('/wp-content/uploads/2025/10/DMSans-Light.woff2') format('woff2'),
		url('/wp-content/uploads/2025/10/DMSans-Light.woff') format('woff');
	font-weight: 300; 
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Noto Sans';
	src: url('/wp-content/uploads/2025/10/NotoSans-Regular.woff2') format('woff2'),
		url('/wp-content/uploads/2025/10/NotoSans-Regular.woff') format('woff');
	font-weight: 400; 
	font-style: normal;
	font-display: swap;
}

:root{
	--Blanc:#F7F7F7; 
	--dm: DM Sans;
	--noir: #414141;
}

h2 em, h3 em, h1 em {
	display: block!important;
	font-style: normal!important;
}

@media (max-width: 768px) {
	h2 em, h3 em, h1 em {
		display: inline!important;
		font-style: normal!important;
	}
}
.blur-effect .brz-bg-color {
	backdrop-filter: blur(12px)!important;
}

.blur-effect-2 .brz-bg-color {
	backdrop-filter: blur(2.5px)!important;
}
.btn-custom-page {
	border-radius: 8px!important;
	background: var(--Gradient, linear-gradient(268deg, #F08 0.11%, #D14953 98.17%))!important;
	box-shadow: -11px 29px 9px 0 rgba(0, 0, 0, 0.00), -7px 19px 8px 0 rgba(0, 0, 0, 0.01), -4px 10px 7px 0 rgba(0, 0, 0, 0.05), -2px 5px 5px 0 rgba(0, 0, 0, 0.09), 0 1px 3px 0 rgba(0, 0, 0, 0.10)!important;
	color: var(--Blanc)!important;
	padding: 10px  20px !important;
}

@media (min-width: 1000px) {
	.btn-custom a {
		border-radius: 8px!important;
		background: var(--Gradient, linear-gradient(268deg, #F08 0.11%, #D14953 98.17%))!important;
		box-shadow: -11px 29px 9px 0 rgba(0, 0, 0, 0.00), -7px 19px 8px 0 rgba(0, 0, 0, 0.01), -4px 10px 7px 0 rgba(0, 0, 0, 0.05), -2px 5px 5px 0 rgba(0, 0, 0, 0.09), 0 1px 3px 0 rgba(0, 0, 0, 0.10)!important;
		color: var(--Blanc)!important;
		padding: 1px  20px !important;
	}
}
#header nav .menu {
	height: 40px!important;
}

#offcanvas {
	background-image: linear-gradient(180deg, rgb(14, 14, 14) 4%, rgba(13, 13, 13, 0.65) 100%)!important;
	box-shadow: 0 53px 15px 0 rgba(0, 0, 0, 0.00), 0 34px 14px 0 rgba(0, 0, 0, 0.01), 0 19px 11px 0 rgba(0, 0, 0, 0.05), 0 8px 8px 0 rgba(0, 0, 0, 0.09), 0 2px 5px 0 rgba(0, 0, 0, 0.10);
}

.custom-hover-effect {
	position: relative!important;
	left: 0px!important;
	transition: all 0.5s ease-out!important;
}

.custom-hover-effect:hover {
	left: 10px!important;
	transition: all 0.5s ease-out!important;
}
p .brz-span {
	background: transparent!important;	
}
/** _________________ MENU _________________  */

#header {
	z-index: 9999!important;
}

.menu .sub-menu {
	border-radius: 15px!important;
}

@media screen and (max-width:767px){
	[data-header*="type-1"] #offcanvas .ct-panel-content{
		height: auto!important;
		flex: unset!important;
		justify-content: start!important;
	}
}

#offcanvas {
	height: fit-content!important;
}

/** _________________ HOME _________________  */

.hero {
	position: relative;
	overflow: hidden;
	color: #fff;
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	min-height: 100vh;
	background: #0c0c12;
}

.ti-widget.ti-goog .ti-header {
	padding: 10px!important;
}

/* --- Vidéo de fond --- */
.hero-bg {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 77%;
	object-fit: cover;
	z-index: 1;
}

/* --- Superposition sombre 
.hero-overlay {
position: absolute;
inset: 0;
background: linear-gradient(to bottom, rgba(10, 10, 20, 0.4), rgba(10, 10, 20, 0.85));
z-index: 2;
}--- */

/* --- Contenu centré sur la vidéo (pas sur la photo) --- */
.hero-content {
	position: absolute;
	top: calc(50% + 32px);
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 3;
	text-align: center;
	width: 100%;
	max-width: 970px;
	padding: 0 4vw;
	z-index: 777;
}
@media (min-width: 1000px) {
	.hero-content::before {
		content: "";
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		width: 732px;
		height: 732px;
		border-radius: 732px;
		background: #414141; 
		filter: blur(146px);
		z-index: -1; 
		opacity: 0.85; 
	}
}

@media (max-width: 999px) {

	.overlay::before {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background-color: rgba(0, 0, 0, 0.5); /* noir avec opacité 0.5 */
		pointer-events: none; /* laisse les clics passer à travers */
		z-index: 33;
	}
}


.hero-content h1 {
	color: var(--Blanc);
	text-align: center;
	font-family:  "DM Sans";
	font-size: 60px;
	line-height: 70px;
	font-style: normal;
	font-weight: 700;
}

.hero-content p {
	font-size: 16px;
	font-weight: 400;
	line-height: 1.6;
	margin: 0 auto 2rem;
	max-width: 400px;
	color: var(--Blanc);
}

/* --- Boutons --- */
.hero-cta {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 1rem;
}

.btn {
	display: inline-block;
	padding: 0.9rem 1.6rem;
	border-radius: 10px;
	font-weight: 700;
	text-decoration: none;
	font-size: 1rem;
	transition: all 0.25s ease;
}

.btn-solid {
	background: linear-gradient(100deg, #e45a6b, #ff2f86);
	color: #fff;
	box-shadow: 0 6px 14px rgba(228, 90, 107, 0.35);
}

.btn-solid:hover {
	transform: translateY(-2px);
	box-shadow: 0 8px 18px rgba(228, 90, 107, 0.5);
}

.btn-outline {
	background: transparent;
	border: 2px solid #fff;
	color: #fff;
}

.btn-outline:hover {
	background: rgba(255, 255, 255, 0.1);
}

.hero-badge {
	margin-top: 1rem;
}
.hero-badge img {
	max-width: 230px;
	height: auto;
	display: inline-block;
}

.hero-bottom {
	position: relative;
	z-index: 2;
	overflow: hidden;
	width: 100%;
	max-height: 50vh;
}

.hero-bottom img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

@media screen and (min-width: 769px) and (max-width: 1400px) {
	.hero {
		min-height: 100vh;
	}
	.hero-content h1 {
		font-size: 50px;
		line-height: 50px;
	}

	.hero-bg {
		height: 100%;
	}
}

@media (max-width: 768px) {

	.hero {
		min-height: 100vh;
	}

	.hero-content h1 {
		font-size: 30px;
		line-height: 40px;
	}


	.hero-content h1 {
		font-size: clamp(1.8rem, 6vw, 2.6rem);
	}

	.hero-content p {
		font-size: 1rem;
	}

	.btn {
		width: 100%;
		max-width: 280px;
		text-align: center;
	}

	.hero-bottom {
		display: none;
	}

	.hero-bg {
		height: 100%;
	}
}
@media (max-width: 768px) { 
	.brz-text-btn em { 
		margin-right: 5px!important;
	}
}
.brz-text-btn em {
	color: var(--Blanc)!important;
	text-align: center!important;
	font-family: var(--dm)!important;
	font-size: 50px!important;
	font-style: normal!important;
	font-weight: 300!important;
}
@media (min-width: 769px) { 
	.number span {
		max-width: 100px!important;
		display: block!important;
	}
}
.number_align .brz-tp-lg-empty, .number_align .brz-icon-text {
	display: flex!important;
	GAP: 1px!important;
	align-items: center!important;
}

.gradient-btn {
	position: relative;
	border-radius: 36px;
	overflow: hidden; /* important pour masquer les coins carrés de l'effet */
}

.gradient-btn::before {
	content: "";
	position: absolute;
	inset: 0;
	border-radius: 10px;
	padding: 2px;
	background: linear-gradient(80deg, #D14953, #FF0088);
	-webkit-mask:
		linear-gradient(#fff 0 0) content-box,
		linear-gradient(#fff 0 0);
	-webkit-mask-composite: xor;
	mask-composite: exclude;
	pointer-events: none; 
}

.gradient-btn .brz-text__editor {
	background: linear-gradient(80deg, #D14953, #FF0088)!important;
	-webkit-background-clip: text!important;
	-webkit-text-fill-color: transparent!important;
	background-clip: text!important;
	color: transparent!important;
	/*text-shadow: 0px 2px 19px rgba(0,0,0,0.15);!important; */
}

.gform_fields input, .gform_fields textarea, .ginput_container_select select {
	border-radius: 10px!important;
	background-color: var(--Blanc)!important;
	color: #4D4C45!important;
	font-family: "Noto Sans"!important;
}

::placeholder {
	opacity: 1!important;
}
.gform_footer {
	padding-bottom: 0px!important;
}

.gform_button {
	border-radius: 8px!important;
	background: var(--Gradient, linear-gradient(268deg, #F08 0.11%, #D14953 98.17%))!important;
	box-shadow: -11px 29px 9px 0 rgba(0, 0, 0, 0.00), -7px 19px 8px 0 rgba(0, 0, 0, 0.01), -4px 10px 7px 0 rgba(0, 0, 0, 0.05), -2px 5px 5px 0 rgba(0, 0, 0, 0.09), 0 1px 3px 0 rgba(0, 0, 0, 0.10)!important;
	margin-bottom: 0px!important;
}

.gradient-custom-top:before, .gradient-custom-bottom:after {
	content: "";
	position: absolute;
	width: 100%;
	height: 250px;
	pointer-events: none;
	z-index: 2;
}

.gradient-custom-top:before {
	top: 0;
	left: 0;
	background: linear-gradient(to bottom, var(--noir), transparent);
}

.gradient-custom-bottom:after {
	bottom: 0;
	left: 0;
	background: linear-gradient(to top, var(--noir), transparent);
}


@media (min-width: 1000px) {
	.box-services {
		position: relative;
		top: 0px;
		transition: all 0.5s ease-out!important;
	}

	.box-services:hover {
		position: relative;
		top: 10px;
		transition: all 0.2s ease-out!important;
	}
}

.box-services .brz-a {
	z-index: 999!important;
}

.home .gform_footer {
	justify-content: center!important;
}
.wp-google-time, .rpi-dots-wrap {
	display: none!important;
}

.grw-review-inner  {
	border-radius: 10px!important;
}
/** _________________ A PROPOS _________________  */

.video-after {
	position: absolute!important;
	top: 0!important;
	left: 50%!important;
	width: 100vw!important;
	height: 100%;
	transform: translateX(-50%)!important;
	object-fit: cover!important;
	object-position: center!important;
	/* z-index: -1; */
	opacity: 0.36!important;
}

.video-after.opacity-custom {
	opacity: 0.5!important;
}
.hidden-section {
	overflow: hidden!important;
}
/**
.hidden-section:before {
content: url('/wp-content/uploads/2025/10/effect.png');
position: absolute;
top: 0;
left: 0;
width: 100px;     
height: 200px;    
z-index: 10;
}*/

.map-position .brz-column__items {
	position: absolute!important;
	top: -26%!important;
	left: 50%!important;
	transform: translateX(-50%)!important;
	width: 80%!important;
	max-width: 100%!important;
}

@media screen and (min-width: 768px) and (max-width: 1000px) {
	.map-position .brz-column__items {
		top: -17%!important;
		width: 100%!important;
	}
}


.blue-section {
	position: relative!important; 
	overflow: hidden!important;   
}

.blue-section::before {
	content: "";
	position: absolute!important;
	top: 0!important;
	left: 0!important;
	width: 100%!important;
	height: 100%!important;
	background-image: url("https://sundgauelec.agence-cactus.fr/wp-content/uploads/2025/11/BLUEFFECT3.png")!important;
	background-size: cover!important;        
	background-position: center!important;   
	background-repeat: no-repeat!important;
	z-index: 1!important;                    
	opacity: 0.2!important;                   
}

/** _________________ SERVICE ELECTRICITE _________________  */
.lines {
	position: absolute!important;
	top: 0!important;
	left: 50%!important;
	width: 100vw!important;          
	height: auto!important;
	transform: translateX(-50%)!important;    
}

.shadow-effect .brz-bg {
	box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px!important;
}

.fit-content {
	height: fit-content!important;
}

.brz-accordion__item {
	border-radius: 10px!important;
}

.brz-accordion__nav {
	padding: 10px 15px 10px 10px!important;
}

@media (max-width: 768px) { 
	.column-reverse  > .brz-row:first-of-type {
		display: flex!important;
		flex-direction: column-reverse!important;
	}
}

/** _________________ CONTACT _________________  */

.my-schortcode {
	display: flex;
	flex-direction: column; 
}
.card {
	border-radius: 48px;
	background: linear-gradient(249deg, rgba(65, 65, 65, 0.40) 17.28%, rgba(65, 65, 65, 0.50) 59.59%);
	box-shadow: 0 331px 93px 0 rgba(0, 0, 0, 0.00), 0 212px 85px 0 rgba(0, 0, 0, 0.01), 0 119px 72px 0 rgba(0, 0, 0, 0.05), 0 53px 53px 0 rgba(0, 0, 0, 0.09), 0 13px 29px 0 rgba(0, 0, 0, 0.10);
	backdrop-filter: blur(12px);
	padding:40px;
	margin-bottom: 20px;
	height: fit-content;
	gap: 20px;
}

.contact-list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	gap: 14px;
	line-height: 1.45;
	color:  var(--Blanc)!important;
	font-family: "Noto Sans";
	font-style: normal;
	font-weight: 400;
}

.item {
	display: grid;
	grid-template-columns: 24px 1fr;
	gap: 12px;
	align-items: center;
}

.icon {
	width: 24px;
	height: 24px;
	flex: 0 0 24px;
	color: var(--accent);
	margin-top: 2px; 
}

.label a {
	color: var(--card-text);
	text-decoration: none;
	border-bottom: 1px solid transparent;
	transition: all 0.5s ease-out;
}
.label a:hover { 
	opacity: 0.8;
	color: #D14953;
	text-decoration: none!important;
	transition: all 0.5s ease-out;
}

.map-card {
	background: var(--card-bg);
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
	border-radius: 20px!important;
	box-shadow: var(--shadow);
	overflow: hidden; 
}
.map {
	display: block;
	width: 100%;
	height: clamp(280px, 46vw, 520px);
	border: 0;
}

.map iframe {
	border-radius: 15px!important;
}

.gform_body h2 {
	color: var(--Blanc)!important;
	font-family: "Noto Sans"!important;
	font-size: 28px!important;;
	font-weight: 700!important;
	margin-bottom: 0px!important;
}

@media (min-width: 769px) and (max-width: 1000px) {
	.my-schortcode {
		flex-direction: row;
		align-items: stretch;
		gap: 20px;
	}

	.gform_body h2 {
		font-size: 24px!important;
	}

	.map-card {
		width: 100%!important;
	}
}

@media (max-width: 768px) {
	.gform_body h2 {
		font-size: 20px!important;
	}
}
/** _________________ CONTACT _________________  */

@media (max-width: 768px) {
	.form-mobile {
		display: flex!important;
		flex-direction: column!important; 
	}

	.coordonnes { order: 2!important; }
	.formulaire-contact { order: 1!important; }
}

/** _________________ REALISATIONS _________________  */

.brz-image__gallery-item .brz-image {
	border-radius: 20px!important;
}

.max-width-image {
	left: 50%!important;
	width: 100vw!important;
	transform: translateX(-50%)!important;
}
/** _________________ FOOTER _________________  */

.se-footer {
	background: #414141;
	color: #fff;
	padding: 50px 20px 50px 20px;
	font-family: "Noto Sans"!important;
}
.se-footer a { color: inherit; }

.se-footer__inner {
	margin: 0 auto;
	display: grid;
	gap: 28px;
}

.se-left { display: grid; gap: 22px; }

.se-left img {
	max-width: 400px;
}
.se-brand {
	border-radius: 24px;
	background: var(--Gradient, linear-gradient(268deg, #F08 0.11%, #D14953 98.17%));
	box-shadow: 0 331px 93px 0 rgba(0, 0, 0, 0.00), 0 212px 85px 0 rgba(0, 0, 0, 0.01), 0 119px 72px 0 rgba(0, 0, 0, 0.05), 0 53px 53px 0 rgba(0, 0, 0, 0.09), 0 13px 29px 0 rgba(0, 0, 0, 0.10);
	backdrop-filter: blur(2.5px);
}
.se-card {
	background: linear-gradient(145deg, #ff6aa3, #f13e74);
	border-radius: 18px;
	padding: 20px 22px;
	box-shadow: 0 16px 40px rgba(0, 0, 0, 0.25);
	color: #fff;
	max-width: 520px;
}
.se-badges { display: grid; gap: 12px; margin-bottom: 12px; }
.se-badge {
	background: #fff;
	color: #f08;
	display: flex;
	flex-direction: column;
	gap: 0px;
	padding: 10px 14px;
	border-radius: 10px;
	font-weight: 800;
	width: max-content;
	box-shadow: 0 6px 18px rgba(0, 0, 0, 0.18);
}

.se-badge strong {
	display: block!important;
}

.se-badge:hover a {
	color: #f08!important;
}

.se-addr { margin: 10px 0 4px; opacity: 0.95; }
.se-mail a{
	text-decoration: none;
	opacity: 1;
	transition: all 0.3s ease-out;
}
.se-mail a:hover { 
	opacity: 0.5;
	transition: all 0.3s ease-out;
	color: #fff!important;
}

.se-lang {
	list-style: none;
	padding: 0;
	margin: 0;
	display: grid;
	gap: 8px;
	color: #e9e9ec;
}
.se-lang .flag { font-size: 20px; margin-right: 8px; }

.se-panel {
	background: #ffffff;
	color: #2d2f33;
	border-radius: 24px;
	box-shadow: 0 16px 40px rgba(0, 0, 0, 0.25);
	padding: 22px 22px;
}
.se-panel__grid { display: grid; gap: 22px; align-items: start; }

.se-services span, span.h3 {  font-size: 20px; font-weight: 700; display: block;}

.se-services__list {
	list-style: none;
	padding: 0;
	margin: 0;
	display: grid;
	gap: 14px;
}
.se-services__list li a {
	display: grid;
	grid-template-columns: 28px 1fr;
	gap: 10px;
	align-items: center;
}
.se-services__list .ico { width: 50px; height: 50px; color: #2e2f33; }
.se-services__list .ico svg {
	width: 50px;
	height: 50px;
	display: block;
}

.se-sep {
	width: 100%;
	height: 1px;
	background: linear-gradient(268deg, #F08 0.11%, #D14953 98.17%);
	border-radius: 1px;
}

.margin-bottom-title {
	MARGIN-bottom: 10px;
}

.se-menu h3 { margin: 6px 0 10px; font-size: 20px; }
.se-menu ul {
	list-style: none;
	padding: 0;
	margin: 0 0 14px;
	display: grid;
	gap: 10px;
}
.se-menu a, .se-services__list a {
	color: #2d2f33;
	text-decoration: none;
	border-bottom: 1px solid transparent;
}

.se-legal__inner a, .langs li a {
	transition: all 0.5s ease-out;
}
.se-menu a:hover, .se-services__list a:hover, .se-legal__inner a:hover, .langs li a:hover {
	opacity: 0.8;
	color: #D14953;
	text-decoration: none!important;
	transition: all 0.5s ease-out;
}

.se-cta {
	display: inline-block;
	margin-top: 6px!important;
	color: #fff!important;
	padding: 12px 30px!important;
	border-radius: 8px!important;
	background: var(--Gradient, linear-gradient(268deg, #F08 0.11%, #D14953 98.17%))!important;
	box-shadow: -11px 29px 9px 0 rgba(0, 0, 0, 0.00), -7px 19px 8px 0 rgba(0, 0, 0, 0.01), -4px 10px 7px 0 rgba(0, 0, 0, 0.05), -2px 5px 5px 0 rgba(0, 0, 0, 0.09), 0 1px 3px 0 rgba(0, 0, 0, 0.10)!important;
	font-weight: 700!important;
}

.se-legal {
	border-top: 1px solid rgba(255, 255, 255, 0.12);
	margin-top: 28px;
	padding-top: 16px;
}
.se-legal__inner {
	max-width: 1200px;
	margin: 0 auto;
	display: flex;
	gap: 12px;
	flex-wrap: wrap;
	justify-content: center;
	color: #dfe2e8;
	font-size: 14px;
}

.margin-bottom-title {

}

.title-footer {
	line-height: 20px;
}
.se-legal a { color: #fff; opacity: 0.9; }
.se-legal a:hover { opacity: 1; }



.se-panel__grid { grid-template-columns: 1fr; }

@media (min-width: 769px) {
	.se-footer__inner {
		grid-template-columns: 0.8fr 1.2fr;
		align-items: start;
	}
	.se-panel__grid {
		grid-template-columns: 1.2fr 1px 0.8fr;
		gap: 24px;
	}
	.se-sep {
		width: 1px;
		height: auto;
		min-height: 100%;
		background: linear-gradient(268deg, #F08 0.11%, #D14953 98.17%);
	}
}

.se-sep-2 {
	width: 100%;
	height: 1px;
	background: linear-gradient(268deg, #F08 0.11%, #D14953 98.17%);
	margin: 20px 0px;
}	

@media (max-width: 1000px) {
	.se-footer__inner { 
		grid-template-columns: 1fr; 
	}
	.se-services__list li a {
		gap: 40px;
	}
}
@media (max-width: 768px) {

	.se-footer__inner {
		display: flex;
		flex-direction: column;
	}
	.se-left {
		display: block;
		width: 100%;
	}
	.se-left img {
		max-width: 100%;
	}

	.langs {
		margin-top: 20px;
	}

	.se-lang {
		margin-top: 20px;
		gap: 2px;
	}
}
@media (min-width: 1000px) {
	.se-brand { font-size: 48px; }
	.se-panel { padding: 28px; }
	.se-services__list {
		grid-template-columns: 1fr 1fr;
		gap: 12px;
	}
	.se-services__list li a { grid-template-columns: 50px 1fr; display: grid; }
}

/** _________________ CTA _________________  */

.fixed-cta {
	z-index: 9999;
	display: flex;
	flex-direction: column;
	position: fixed;
	bottom: 0;
	right: 1%;
	transform: translateY(-50%);
	gap: 10px;
}

.fixed-cta svg {
	transition: 0.2s;
}

.fixed-cta a:hover {
	transform: scale(1.09);
	transition: all 0.2s ease-out;
}

.fixed-cta a {
	display: flex;
	border-radius: 8px;
	height: 48px;
	justify-content: center;
	align-items: center;
	width: 48px;
	cursor: pointer;
	transform: scale(1);
	transition: all 0.2s ease-out;
}

.fixed-cta a {
	background: var(--Gradient, linear-gradient(268deg, #F08 0.11%, #D14953 98.17%));
	box-shadow: -11px 29px 9px 0 rgba(0, 0, 0, 0.00), -7px 19px 8px 0 rgba(0, 0, 0, 0.01), -4px 10px 7px 0 rgba(0, 0, 0, 0.05), -2px 5px 5px 0 rgba(0, 0, 0, 0.09), 0 1px 3px 0 rgba(0, 0, 0, 0.10);
}

.fixed-cta a span {
	display: none;
}

.recontact .gform_legacy_markup_wrapper {
	margin: 0 !important;
}

.recontact-open {
	transform: translate(calc(0% - 85px), -50%) !important;
	opacity: 1;
}

.recontact,
.recontact form {
	display: flex;
	flex-direction: column;
	gap: 0px;
	align-items: center;
}

.recontact form {
	width: 100% !important;
}

.recontact form li {
	padding: 0 !important;
	margin: 0 !important;
}

.recontact #gform_wrapper_5 {
	width: 100%;
}

.recontact form .gform_footer {
	width: fit-content !important;
	margin: 0 !important;
}

.recontact label {
	font-size: 25px;
	margin: 0;
	text-transform: uppercase;
}

.recontact [type="submit"] {
	margin: 0 auto !important;
}

.close-popup {
	position: absolute;
	right: 10px;
	top: 10px;
	cursor: pointer;
}



@media screen and (max-width: 767px) {
	.fixed-cta {
		flex-direction: row;
		width: 100%;
		bottom: 0;
		justify-content: CENTER;
		top: unset;
		padding: 5px;
		transform: translatey(0);
		background: var(--Gradient, linear-gradient(268deg, #F08 0.11%, #D14953 98.17%));
		right:0;
		gap:5px;
		z-index: 9999!important;
	}

	.fixed-cta a {
		background: transparent;
		box-shadow: none;
	}

	.fixed-cta-programme {
		padding: 10px 10px 55px 10px !important;
	}

	.recontact-open {
		transform: translate(-50%, -50%) !important;
		left: 50%;
	}

	.fixed-cta a {
		height: 45px;
		width: fit-content;
		padding: 0;
		border-color: transparent;
		width: 100%;
		border-radius: 0px;
	}

	.fixed-cta a span {
		color: white;
	}

	.fixed-cta a svg {
		height: 1.3em;
		margin-right: 7px;
	}

	.fixed-cta span {
		display: none;
	}
}

@media screen and (max-width: 400px) {
	.fixed-cta a svg {
		width: 20px !important;
	}
}
.langs {
	padding-left: 0px!important;
	gap: 10px;
	display: grid;
}
.langs li {
	list-style-type: none!important;
}

.flag {
	display: inline;
	margin-right: 5px;
}



/*** COMPLIANZ ***/
body.cmplz-document main{
	margin: 70px auto !important;
}

body.cmplz-document main *{
	color:white;
}

body.cmplz-document main h1{
	font-size:70px!important;
}
body.cmplz-document main p{
	font-size:16px!important;
}
@media screen and (max-width:992px){
	body.cmplz-document main{
		margin: 60px auto;
	}
	body.cmplz-document main h1{
		font-size:52px!important;
	}
}
@media screen and (max-width:767px){
	body.cmplz-document main{
		margin: 50px auto;
	}
	body.cmplz-document main h1{
		font-size:45px!important;
	}
}


.faq-section{
	display:none !important;
}

.gform_confirmation_message{
	text-align:center !important;
	color:white !important;
}