.icon:after {
	font-family: fico;
	font-weight: normal !important;
	font-style: normal !important;
	text-transform: none !important;
	vertical-align: baseline;
}
body main{
	margin-bottom: auto;
}
body main h1,
body main div p{
	text-shadow: 0 0 10px var(--first-color);
}
body main a{
	transition: border-color 0.5s, background-color 0.5s, text-shadow 0.5s;
}
body main a:hover{
	text-shadow: 0 0 10px white;
}
body main h1{
	font-weight: normal;
	margin: 0;
	margin-bottom: 20px;
}
body main>h1{
	font-size: 1.6em;
	padding: 10px;
	border: 2px solid var(--second-color);
	text-align: center;
}
body main>h1::before{
	float: left;
	content: "\f107";
	font-family: fico;
	font-weight: normal !important;
	font-style: normal !important;
	text-transform: none !important;
	vertical-align: baseline;
	-webkit-font-smoothing: antialiased;
}
body main h2{
	padding: 10px;
	text-shadow: 0 0 10px var(--first-color);
}
body main h2::before{
	font-family: fico;
	font-weight: normal !important;
	font-style: normal !important;
	text-transform: none !important;
	vertical-align: baseline;
	-webkit-font-smoothing: antialiased;
}
body main h2.message_envoye{
	background-color: green;
}
body main h2.message_envoye::before{
	content: "\f10e  ";
	color: lime;
}
body main h2.echec_envoi_message{
	background-color: #C00;
}
body main h2.echec_envoi_message::before{
	content: "\f111  ";
	color: red;
}
body main div.main-content{
	border: 2px solid var(--second-color);
	padding: 20px;
	background-image: repeating-linear-gradient(45deg, transparent, transparent 25px, rgba(0,120,215,0.2) 25px, rgba(0,120,215,0.2) 50px);
	margin-bottom: 20px;
	text-align: center;
}
body main div.main-content h1{
	font-size: 1.3em;
	margin-bottom: 10px;
}
body main div.main-content p{
	text-align: left;
	margin: 0;
	text-align: justify;
}
body main div.main-content div.form-header{
	margin-bottom: 10px;
}
body main div.main-content div.form-header a,
body main div.main-content div.form-header p{
	display: inline-block;
	padding: 10px;
}
body main div.main-content div.form-header a,
body main div.main-content div.form-header p.choix{
	margin: 10px 0;
	background-color: var(--first-color);
	border: 2px solid white;
	transition: border-color 0.5s, text-shadow 0.5s;
}
body main div.main-content div.form-header p{
	margin: 0;
}
body main div.main-content div.form-header a:hover,
body main div.main-content div.form-header p.choix:hover{
	border-color: var(--second-color);
	text-shadow: 0 0 10px white;
}
body main div.main-content form>div{
  width: 100%;
}
body main div.main-content form>div>*{
  display: inline-block;
}
body main div.main-content form>div>fieldset{
	background-color: var(--first-color);
	margin: 0;
	margin-bottom: 20px;
	padding: 10px;
	width: calc(50% - 28px);
	display: inline-block;
	vertical-align: top;
	border: 1px solid white;
  min-width: 200px;
}
body main div.main-content form>div>fieldset legend{
	background-color: var(--first-color);
	border: 1px solid white;
	padding: 10px;
}
/*body main div.main-content form>div>fieldset select,*/
body main div.main-content form>div>fieldset input[type=radio],
body main div.main-content form>div>fieldset:first-of-type label{
	cursor: pointer;
}
/*body main div.main-content form>div>fieldset select,*/
body main div.main-content form>div>fieldset input:not([type=radio]),
body main div.main-content form>div>fieldset textarea{
	background-color: inherit;
	border: 1px solid var(--second-color);
	color: white;
}
/*body main div.main-content form>div>fieldset select{
	padding: 5px;
}*/
body main div.main-content form>div>fieldset input:not([type=radio]),
body main div.main-content form>div>fieldset textarea{
	display: block;
	padding: 10px;
	width: 100%;
	box-sizing: border-box;
}
body main div.main-content form>div>fieldset textarea{
	resize: vertical;
}
/*body main div.main-content form>div>fieldset select:not(:last-child),*/
body main div.main-content form>div>fieldset input:not(:last-child),
body main div.main-content form>div>fieldset textarea:not(:last-child){
	margin-bottom: 10px;
}
body main div.main-content form>div>fieldset input:hover,
body main div.main-content form>div>fieldset textarea:hover{
	background-color: rgba(255,255,255,0.1);
}
body main div.main-content form>div>fieldset:first-of-type label:hover{
	text-shadow: 0 0 10px white;
}
body main div.main-content form>div>p{
  float: left;
  margin-bottom: 20px;
}
body main div.main-content form>div>div>input{
	color: white;
	background-color: var(--first-color);
	border: 2px solid white;
	font-size: 1em;
	padding: 5px;
	transition: border-color 0.5s, background-color 0.5s, text-shadow 0.5s;
}
body main div.main-content form>div>div>input:hover{
	cursor: pointer;
	border: 2px solid var(--second-color);
	text-shadow: 0 0 10px white;
}