@font-face {
  font-family: 'gillsansstd-regular';
  font-weight: normal;
  font-style : normal;
  src: url('gillsansstd-regular.woff') format('woff'),
       url('gillsansstd-regular.ttf')  format('ttf');
}

body {
	font-size: 18px;
	background-color: white;
	font-family: 'gillsansstd-regular', Helvetica, Arial, sans-serif;
}

h1 {
	font-weight: bold;
	font-size: 1.4em;
}
h1.smaller {
	font-size: 1.2em;
}

a {
	font-size: 12px;
	text-decoration: none;
}
a.underline {
	text-decoration: underline;
}

img {
	max-width:300px;
	margin:auto;
	display:block;
}

form {
	text-align: center;
}

fieldset {
	border: solid 1px #D3D1D2;
	display: inline-block;
}

fieldset .block {
	margin: 0em 0 0.6em 0;
}

input[type=submit] {
	-webkit-appearance: none;
}
input[type=checkbox] {
	position: relative;
	top: -1px;
    margin-right: 8px;
}

/* Classes */
.banniere {

}

.button {
	font-weight: bold;
	color: white;
	background-color: #999999;
	border: none;
	padding: 6px 16px;
	border-radius: .5em;
}

.button:hover {
	color: #D10056;
}

.color-red {
	color: red;
}
.color-pink {
	color: #D10056;
}

.erreur {
	color: #f10000;
	text-decoration: none;
}

.input-email {
	display: inline-block;
	width: 70%;
	border: 1px solid #808080;
}

.text-centered {
	text-align: center;
}

.mobile-button {
	margin: 20px 10px;
}
.mobile-button a {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	display: inline-block;
	background-color: #d00055;
	padding: 10px 5px;
	text-decoration: none;
	color: white;
	border: 1px solid #000;
	border-radius: 6px;
	white-space: nowrap;
	width: 260px;
}

.badge {
	max-width: 180px;
	border: 0;
}
