
@font-face {
  font-family: 'kaushan-script';
  src: url("/mylaroche/assets/fonts/typo/kaushan-script/kaushanscript-regular-webfont.woff") format("woff");
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: 'Montserrat';
  src: url("/mylaroche/assets/fonts/typo/montserrat/montserrat-bold-webfont.woff") format("woff");
  font-weight: 100;
  font-style: normal;
}
.erreur {
	color: red;
}
.btnrow {
	margin: .375rem;
	padding: .84rem 2.14rem ;
}
#commu {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	text-align: center;
	z-index: 100;
	background-color: rgba(0, 150, 0, 0.96);
	color: #fff;
	padding: 44px;
	text-align: center;
	font-weight: bold;
	font-size: 2em;
}
h1, h2, h3, h4, h5 {
	font-family: 'Montserrat';
}
.fontSpecial{
	font-family: 'Montserrat';
	font-size: 1.5em;
}
 .gde-checkbox{
  -ms-transform: scale(2); /* IE */
  -moz-transform: scale(2); /* FF */
  -webkit-transform: scale(2); /* Safari and Chrome */
  -o-transform: scale(2); /* Opera */
}
.nonSouligne {
	text-decoration: none !important;
}