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



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

.gfield--type-email input {
	background: #fff!important;
	border-radius: 700px!important;
}

.brz-column__items  #gform_submit_button_1 {
	background: #4DBBCE!important;
	border-radius: 700px!important;
	font-family: "Poppins"!important;
	    left: -27%!important;
	    font-weight: 700!important;
box-shadow: 0 12px 3px 0 rgba(0, 0, 0, 0.00), 0 7px 3px 0 rgba(0, 0, 0, 0.01), 0 4px 3px 0 rgba(0, 0, 0, 0.05), 0 2px 2px 0 rgba(0, 0, 0, 0.09), 0 0 1px 0 rgba(0, 0, 0, 0.10)!important;
	transition: all 0.3s ease-out!important;
}


.brz-column__items  #gform_submit_button_1:hover {
	background: #3d9eaf!important;
	transition: all 0.3s ease-out!important;
	}

#gform_1 {
	display: grid!important;
    grid-template-columns: 5fr 1fr!important;
}

.gform_footer {
	padding: 0px!important;
	margin: 0px!important;
    POSITION: RELATIVE!important;
    
}
#footer {
	padding: 75px 0px!important;
}

@media only screen and (min-width: 768px) and (max-width: 999px) {
#footer {
	padding: 60px 0px!important;
}
		.ct-footer [data-row]>div {
		gap: 0px!important;
	}
}

/* Desktop (1000px et plus) */
@media only screen and (max-width: 768px) {
#footer {
	padding: 40px 0px!important;
}
	
	.ct-footer [data-row]>div {
		gap: 0px!important;
	}
}

#footer .ct-container {
	padding: 0px!important;
}

#footer div[data-row="top"] .ct-container {
	border-bottom: 1px solid #fff;!important;
}

#footer div[data-row="bottom"] {
	padding-top: 20px!important;
}

#footer  #gform_submit_button_1 {
	background: #F1C177!important;
	border-radius: 8px!important;
	color: #19243D!important;
	font-family: "Poppins"!important;
	    font-weight: 700!important;
box-shadow: 0 12px 3px 0 rgba(0, 0, 0, 0.00), 0 7px 3px 0 rgba(0, 0, 0, 0.01), 0 4px 3px 0 rgba(0, 0, 0, 0.05), 0 2px 2px 0 rgba(0, 0, 0, 0.09), 0 0 1px 0 rgba(0, 0, 0, 0.10)!important;
	transition: all 0.3s ease-out!important;
}

	#footer  #gform_submit_button_1:hover {
	background: #c69445!important;
		transition: all 0.3s ease-out!important;
	}
#footer #gform_submit_button_1::after {
    content: "Nouveau texte ici";
    display: block;
}


#footer #gform_fields_1 {
	position: relative!important;
    left: 9%!important;
}

#footer #input_1_4 {
	border-radius: 8px!important;
}