/* -------------------------------------------------------- */
/* -- SITE AIRBLOC | 2017 - 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: 10px auto;
    font-family: 'Avenir LT 65', Helvetica, Arial, sans-serif;
    background-color: transparent;
    max-width: 500px;
}

input {
    box-sizing: border-box;
}
textarea {
    resize: none;
    height: 100px;
}

.deuxcents {
max-width:200px;
}

span.mandatory-tag {
    display:none !important;
}
.mandatory-label p::after{
    content:"*";
    width:10px;
    left:10px;
    margin-left:10px;
    color : #ff0000;
}

.checkbox-field{
    position:relative;
    clear:both;
    margin: 30px 0 0 10px;
}
.checkbox-field p{
    margin-left: 30px;
    font-weight: 400;
    line-height: 100%;
}
.checkbox-field div.input_zone{
    position: absolute;
    top: -2px;
}

.input_zone input,
.input_zone textarea {
    width: 100%;
    border: none;
    border-radius: 0;
    background-color: #ffffff;
    font-size: 14px;
    padding: 5px 15px;
    color: #000000;
    display: block;
    margin-bottom: 10px;
    border: 1px solid #d54e13;
}

.field.label-apparent .mandatory-label {
    display: block;
}

.field.label-apparent {
	margin-bottom: 13px;
  padding-top: 10px;
}

.field.label-apparent p {
	font-weight: normal;
}

.mandatory-tag {
    display: none;
}

.select2-container {
	width: 100% !important;
	background: rgba(255, 255, 255, 0.9);
	height: 34px;
	vertical-align: middle;
	font-size: 14px;
	font-weight: normal;
	transition: all 150ms ease-in-out 0s;
	outline: none;
	border: 1px solid #d54e13;
	margin-bottom: 10px !important;
}

.selection {	
	background: rgba(255, 255, 255, 0.2);
}

.select2-container--default .select2-selection--single {	
	background: none !important;
	border: none !important;
	height: 34px !important;
	vertical-align: middle !important;
		color: #333333;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {	
	vertical-align: middle !important;
		color: #333333;
}

.select2-container .select2-selection--single .select2-selection__rendered {	
	background: none !important;
	border: none !important;
	height: 34px !important;
	vertical-align: middle !important;
	text-align: left;
	padding-left: 25px;
	padding-top: 3px;
	color: #d54e13;
	margin-left: 6px;
	color: #333333;
}


.select2-container--default .select2-selection--single .select2-selection__arrow b {

	border-color: #d54e13 transparent transparent transparent !important;
	border-width: 10px 8px 0 8px;
	margin-left: -30px;
	margin-top: 2px;
}

/* labels associes aux boutons radios et check */

label.label-after-radio {
	display : inline-block;
	border : none;
	color : #000000;	
	cursor : pointer;
	margin : 0 0 10px 0;
	padding : 5px 10px;
	float : none;
	background: none;
	transition: background .3s;
	font-size : 1em;
	font-weight: normal;
}

label.label-after-radio:hover {
	background : #000000;
	color: #ffffff;
}

label.label-after-check {
	display : inline-block;
	border : none;
	color : #000000;	
	cursor : pointer;
	margin : 0 0 0 5px;
	padding : 5px 10px;
	float : none;
	background: none;
	transition: background .3s;
	font-size : 1em;
	font-weight: normal;
}

label.label-after-check:hover {
	background : #000000;
	color: #ffffff;
}

div.radio_option {
	text-align : left;
	margin: 0 10px;
	display: inline-block;
	width: 220px;
}

div.radio_option input {
	position : relative;
	top : -2px;
	cursor : pointer;
}

div.check_option {
	position: relative;
	text-align: left;
	margin: 0 10px;
	display: block;
}
div.check_option .icheckbox_square {
	position:absolute;
	top: 3px;
	left: 0;
}
div.check_option .label-after-check {
	margin-left: 30px;
}


button,
.button {
    border: none;
    cursor: pointer;
    background-color: #d54e13;
    color: #ffffff;
    padding: 15px 30px;
    text-decoration: none;
    height: auto;
    transition: background-color .3s;
    -webkit-appearance: none;
    border-radius: 3px;
    font-weight: 300;
    text-transform: uppercase;
    font-size: 14px;
    margin-top: 15px;
}

button:hover,
.button:hover {
    background-color: #000000;
    color: #ffffff;
    -webkit-appearance: none;
}

.input_zone input.field_with_errors {
    background-color: #db5455;
    color: #ffffff;
}
.submit_zone input {
    font-family: 'Dosis', Helvetica, Arial, sans-serif;
    border: none;
    color: #ffffff;
    display: inline-block;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;
    -webkit-transition: opacity .3s;
    -moz-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s;
    padding: 5px 20px;
    margin-top: 0;
}
.field-footer {
    overflow: auto;
}
.field-footer p {
    padding-top: 5px;
    float: right;
    color: #757376;
}
#error,
.field_errors {
    display: none;
}
.submit_zone input:hover {
    opacity: .9;
}

div#after_submit {
	padding-top:15px;
}
