/*general*/
html,body{
	margin:0;
	padding:0;
	height:100%;
}
body{
	font-family: 'Montserrat', sans-serif;
	background:#000;
	color:#FFF;
	font-size:15px;
	font-weight:200;
}
a{
	cursor:pointer;
}
.hidden, .hidden-from-view{
	display: none!important;
	visibility: hidden!important;
	opacity: 0!important;
}
.wrap{
	padding:25px;
}

#juin-4-form *, #juin-4-form {
	font-family: Century Gothic, Arial;
}
#juin-4-form .wrap{
	text-align: center!important;
}
#juin-4-form .form input, #juin-4-form .form select{
	width: 100%!important;
}
#juin-4-form .form button {
	margin: auto!important;
}

select, select option{
	font-weight: bold;

}


input[type="checkbox"]{
    text-align: left;
    left: 0;
    display: inline-block;
    margin-left: 0;
    margin-right: 10px;
    width: 20px;
} 
::-webkit-input-placeholder {
    color: black;
    font-weight: bold;
}
:-moz-placeholder {
    color: black;
    font-weight: bold;
}
:-ms-select-placeholder {
    color: black;
    font-weight: bold;
}
::-webkit-select-placeholder {
    color: black;
    font-weight: bold;
}
:-moz-placeholder {
    color: black;
    font-weight: bold;
}
:-ms-select-placeholder {
    color: black;
    font-weight: bold;
}

@media (min-width:640px) {
	.wrap{
		padding:5px 95px;
	}
}
.hidden{
	display:none;
}
/*modal*/
.modal__info{
	width:100%;
	margin:auto;
}
@media (min-width:640px) {
	.modal__info{
		width:600px;
		margin:auto;
	}
}
.modal__close{
	padding:25px 15px;
	padding-bottom:0;
	font-family: 'Montserrat', sans-serif!important;
}
.modal__close:after{
	content:"";
	display:table;
	clear:both;
}
.modal__close a{
	display:block;
	font-size:15px;
	color:#FFF;
	text-decoration:none;
	float:right;
	border-radius:5px;
	text-transform:uppercase;
	font-family: 'Montserrat', sans-serif!important;
}
.modal__close a:after{
	font-family: FontAwesome;
	content: "\f14c";
	margin-left:10px;
    color: #8cc63f;	
}
.modal__body{
}
/*logo*/
.logo{
	text-align:center;
}
.logo img{
	width:100%;
}
#partner-logo{
    width: 100%;
    text-align: center;
    margin: auto;
    display: block;
    margin-top: 50px;
}

@media (min-width:450px) {
	.logo img{
		width:inherit;
	}
}
/*bar*/
.bar__orange .wrap{
	padding-top:0;
	padding-bottom:0;
}
.bar__orange img,
.bar__white img{
	margin:auto;
	margin-bottom:25px;
	display:block;
}
@media (min-width:640px) {
	.bar__orange img,
	.bar__white img{
		margin-right:25px;
		margin-bottom:0;
		display:inline;
	}
}
.bar__orange{
	background-color:#f26532;
	height: 10px;
}
.bar__orange h1{
	padding:15px 0;
	margin:0;
	font-size:18px;
	font-family:Arial, Helvetica, sans-serif;
	text-transform:uppercase;
}
.bar__orange--repeat{
	height:50px;
	background-image:url(../images/bar-repeat.png);
	background-position:left top;
	background-repeat:repeat;
}
.bar__white{
	background-color:#fff;
}
/**/
.content__none{
	height:10px;	
}
/*form*/
form{
	margin:0;
	padding:0;
}
form .form-group{
	margin-bottom:30px;
}
form label{
	width:100%;
	display:block;
	margin-bottom:10px;
}
form input,
form select{
	width:100%;
	padding:8px;
	display:block;
	margin-bottom:12px;
}
@media (min-width:480px) {
	form input{
		width:60%;
	}
	form select{
		width: 50%;
	}
}
@media (min-width:640px) {
	form input{
		width:100%;
	}
	form select{
		width: 100%;
	}
}
/**/
.btn{
	display:block;
    background: #8cc63f;
	border:none;
	padding:10px 0;
	margin:0;
	text-transform:uppercase;
	color:#FFF;
	font-weight:700;
	font-size:18px;
	cursor:pointer;
	width:100%;
	text-align:center;
}
@media (min-width:480px) {
	.btn{
		width:inherit;
		padding:10px 15px;
	}
}
.bar__white img{
	height: auto;
}
/*error*/
.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius:5px;
}
.alert-danger {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}

#planLink{
	padding: 6px 15px;
    background: #F26532;
    text-align: center;
    color: white;
    font-family: Helvetica;
    text-transform: uppercase;
}
@media (max-width:600px) {
	.bar__white img{
		height: auto!important;
		width: 100%!important;
	}
	.logo {
    text-align: center;
    width: 175px;
    margin: auto;}

}