/* -------------------------------------------------------- */
/* -- NEWSLETTER - COOP CONSTRUCTION | 2016 - NET HELIUM -- */
/* -------------------------------------------------------- */

/* -- FONTS -- */

/* Dosis */
@import url('https://fonts.googleapis.com/css?family=Dosis');

/* Avenir */
@font-face {
  font-family: "Avenir LT 65";
  src: url("fonts/avenir.eot");
  src: url("fonts/avenir.eot?#iefix") format("embedded-opentype"),
  url("fonts/avenir.woff2") format("woff2"),
  url("fonts/avenir.woff") format("woff"),
  url("fonts/avenir.ttf") format("truetype"),
  url("fonts/avenir.svg#Avenir LT 65") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* -- END FONTS -- */

body {
    margin: 0;
    font-family: 'Avenir LT 65', Helvetica, Arial, sans-serif;
    background-color: transparent;
}
input {
    box-sizing: border-box;
    position: absolute;
}
.input_zone input {
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    border: none;
    border-radius: 0;
    background-color: #ffffff;
    font-size: 14px;
    padding: 10px 186px 10px 15px;
    color: #757376;
}
.brochure-input .input_zone input {
    padding-right: 130px;
}
.submit_zone input {
    font-family: 'Dosis', Helvetica, Arial, sans-serif;
    top: 5px;
    right: 5px;
    border: none;
    background-color: #37353d;
    color: #ffffff;
    display: inline-block;
    padding: 5px 30px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;
    -webkit-transition: opacity .3s;
    -moz-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s;
}
.submit_zone input:hover {
    opacity: .9;
}
.brochure .submit_zone input.button {
    background-color: #689d4a;
}
.input_zone input.field_with_errors {
    background-color: #db5455;
    color: #ffffff;
}
#error,
.field_errors {
    display: none;
}
p.confirm {
    font-size: 16px;
    color: #ffffff;
    margin: 0;
    padding-top: 8px;
    text-align: center;
}
p.confirm a {
    display: block;
    color: #ffffff;
    padding-top: 4px;
}
/******* NEW STYLE FOR CASE COCHE + MANDATORY *****/
.checkbox-field{
	position:relative;
	clear:both;
}
.checkbox-field p{
	margin-left: 30px;
}
.checkbox-field div.input_zone{
	position: absolute;
	top: 0px;
}
.mandatory-tag{
	display: none !important;
}
.mandatory-label p::after{
	content:"*";
	width:10px;
	left:10px;
	margin-left:10px;
	color : #ff0000;
}
label{
	font-weight:400;
}
.radio_option{
	display:inline-block;
}
.field-footer{
	margin-top:10px;
}
@media screen and (max-width: 450px) {

    .input_zone input {
        padding-right: 142px;
    }
    .submit_zone input {
        padding: 5px 8px;
    }

}
