body, td {
  font-family: 'proxima_nova_rgregular', Arial, Helvetica, sans-serif;
  font-size: 15px;
}

div, form, input, h1, h2, h3, h4, span, ul, li {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}

a {
  color: #668fc8;
  text-decoration: underline;
}

sup {
  color: red;
  font-size: 0.9em;
}

a:hover {
  text-decoration: none;
}

.clearb {
  clear: both;
}

.small, .small a, .small a:hover, a.small, a.small:hover {
  font-size: 10px;
}

div.alignecentre {
  text-align: center;
  margin: auto;
}

.formbt {
  font-family: Arial;
  font-weight: normal;
  background: #22b5df !important;
  padding: 3px 5px 3px 5px;
  margin: 0 0 1px 0;
  text-align: center;
  width: 200px !important;
	cursor: pointer;
	color: #fff !important;
}

.formbt:hover {
  background-color: #337ab7 !important;
  color: #fff;
}

fieldset {
  border: none;
}

legend {
  margin-bottom: .5em;
  font-weight: 500;
  line-height: 1em;
  font-size: 24px !important;
  font-family: Arial, Helvetica, sans-serif, 'Fatfrank' !important;
}

.formcontact label strong {
	box-sizing: border-box;
  float: left;
  clear: both;
	width: 30%;
	text-align: right;
	padding: 6.25px 11px;
	margin-bottom: 15px;
}

.formcontact input, .formcontact select, .formcontact textarea {
	box-sizing: border-box;
  height: 34px;
  width: 70%;
  border: 1px solid #ccc;
  background-color: #fff;
  padding: 6px 12px;
  font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	margin-bottom:  15px;
}

.formcontact .gauche input {
  height: 14px;
  width: 14px;
  vertical-align: middle;
}

@media only screen and (max-width: 600px) {
  .formcontact input, .formcontact select, .formcontact textarea {
    width: 100%;
  }
  .formcontact label strong {
  	width:100%;
    text-align: left;
    margin-bottom: 0;
    padding: 0;
  }
}
