<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#scform{
	display:table;
	table-layout: fixed;
	width:99%;
	border-spacing:5px;
	font-size:16px!important;
}

#scform .scformitem,#scform .scform_itemarea{
	display:table-row;
	width:inherit;
	font-size:inherit;
}
#scform .scformitemhiden{
	display:none;
}
#scform .scformitem &gt; input, #scform .scformitem &gt; textarea{
	display:table-cell;
	color:#888888;
	border:solid 1px #555555;
	font-size:inherit;
	padding:4px;
	vertical-align: middle;
	/* width:inherit; */
	width:100%!important;
	background-color:#FFF!important;
}
#scform .scformitem &gt; textarea{
	height:200px!important;
	font-size:inherit;
}
#scform  [type="submit"]{
	margin-top:10px;
	border:solid 1px #555;
	background-color:#AAA;
	color:#FFF;
	padding:6px 14px 6px 14px!important;
	border-radius: 10px;
	font-weight:bold;
}

#scform  [type="submit"]:hover{
	background-color:#FFF;
	color:#555;
}
.obligatoire{
	
}
.red{
	color:#FF5555!important;
	background-color:#EFEFEF;
}
.black{
	color:#000000!important;
	background-color:#FFFFFF;
}
.grey{
	color:#555555!important;
	background-color:#EFEFEF;
}

@media screen and (max-height: 575px){ #rc-imageselect, .g-recaptcha { transform:scale(0.67); transform-origin:0; transform:scale(0.67); transform-origin:0 0; -webkit-transform:scale(0.67); transform:scale(0.67); -webkit-transform-origin:0 0; transform-origin:0 0; } }

#scform .g-recaptcha &gt; div &gt; div, #scform .g-recaptcha &gt; div &gt; div &gt; iframe{
	height:inherit!important;
	width:inherit!important;
}</pre></body></html>