.cbp-mc-form {
		position: relative;
		margin-top:0px;

}

/* Clearfix hack by Nicolas Gallagher: http://nicolasgallagher.com/micro-clearfix-hack/ */
.cbp-mc-form:before,
.cbp-mc-form:after {
	content: " "; display: table;
}

.cbp-mc-form:after {
	clear: both;
}

/* largeur gauche/ */

.cbp-mc-form label {
		text-align: left;
		padding-top: 10px;
		clear: both;
		text-align:left;
		margin-left:5px;
		line-height: auto;
	    font-family: "Rajdhani", "rajdhaniregular";
		font-size: 1.2em;
		font-weight:600;
		color: #4f504f;
		text-transform:none;
		margin-right:20px;
		margin-left:2px;
}


.colH2 input{
    font-family: "Rajdhani", "rajdhaniregular";
	line-height: 1.5;
	font-size: 2.2em;
	padding: 0px 0px;
	color: #333333;
	display: block;
	width: 100%;
	max-width:48%;
	background: transparent;
}

.cbp-mc-form input,
.cbp-mc-form textarea,
.cbp-mc-form select {

    font-family: "Rajdhani", "rajdhaniregular";
	font-size: 1em;
	padding: 0px 0px;
	color: #333333;
	display: inline-block;
	width: 100%;
	background: transparent;
}
.cbp-mc-form select {
	width: auto;
}
.cbp-mc-form input[type=checkbox] {
	width: auto;
}
.cbp-mc-form input,
.cbp-mc-form textarea {
	border: 1px solid #cccccc;
}

.cbp-mc-form textarea {
	min-height: 200px;
}

.cbp-mc-form input:focus,
.cbp-mc-form textarea:focus,
.cbp-mc-form label:active + input,
.cbp-mc-form label:active + textarea {
	outline: none;
	border: 1px solid #2fa827;
}

.cbp-mc-form select:focus {
	outline: none;
}

::-webkit-input-placeholder { /* WebKit browsers */
    color: #2a2929;
    font-style: normal;
}

:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #2a2929;
    font-style: normal;
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #2a2929;
    font-style: normal;
}

:-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #2a2929;
    font-style: normal;
}

.cbp-mc-submit-wrap {
	text-align: center;
	padding-top: 10px;
	clear: both;
	text-align:left;
	margin-left:5px;
}

.cbp-mc-form input.cbp-mc-submit {
	background: #2fa827;
	border: none;
	color: #FFFFFF;
	width: auto;
	cursor: pointer;
	text-transform: uppercase;
	display: inline-block;
	padding: 3px 5px 1px 3px;;
	font-size: 0.8em;
	border-radius: 2px;
	letter-spacing: 0px;
}

.cbp-mc-form input.cbp-mc-submit:hover {
	background: #d80104;
}

@media screen and (max-width: 70em) {
	.cbp-mc-column {
		width: 50%;
	}
	.cbp-mc-column:nth-child(3) {
		width: 100%;
	}
}

@media screen and (max-width: 48em) {
	.cbp-mc-column {
		width: 100%;
		padding: 10px;
	}
}
