@font-face {
	font-family: 'ClanPro';
	src: url('../fonts/ClanPro-Book.eot');
	src: url('../fonts/ClanPro-Book.eot?#iefix') format('embedded-opentype'),
		url('../fonts/ClanPro-Book.woff') format('woff'),
		url('../fonts/ClanPro-Book.ttf') format('truetype'),
		url('../fonts/ClanPro-Book.svg#ClanPro-Book') format('svg');
	font-weight: 400;
	font-style: normal;
}
@font-face {
	font-family: 'ClanPro';
	src: url('../fonts/ClanPro-Medium.eot');
	src: url('../fonts/ClanPro-Medium.eot?#iefix') format('embedded-opentype'),
		url('../fonts/ClanPro-Medium.woff') format('woff'),
		url('../fonts/ClanPro-Medium.ttf') format('truetype'),
		url('../fonts/ClanPro-Medium.svg#ClanPro-Medium') format('svg');
	font-weight: 500;
	font-style: normal;
}
@font-face {
	font-family: 'ClanPro';
	src: url('../fonts/ClanPro-Bold.eot');
	src: url('../fonts/ClanPro-Bold.eot?#iefix') format('embedded-opentype'),
		url('../fonts/ClanPro-Bold.woff') format('woff'),
		url('../fonts/ClanPro-Bold.ttf') format('truetype'),
		url('../fonts/ClanPro-Bold.svg#ClanPro-Bold') format('svg');
	font-weight: 700;
	font-style: normal;
}
@font-face {
	font-family: 'ClanPro';
	src: url('../fonts/ClanPro-Black.eot');
	src: url('../fonts/ClanPro-Black.eot?#iefix') format('embedded-opentype'),
		url('../fonts/ClanPro-Black.woff') format('woff'),
		url('../fonts/ClanPro-Black.ttf') format('truetype'),
		url('../fonts/ClanPro-Black.svg#ClanPro-Black') format('svg');
	font-weight: 900;
	font-style: normal;
}
@font-face {
	font-family: 'TartineScript';
	src: url('../fonts/TartineScript-Black.eot');
	src: url('../fonts/TartineScript-Black.eot?#iefix') format('embedded-opentype'),
		url('../fonts/TartineScript-Black.woff') format('woff'),
		url('../fonts/TartineScript-Black.ttf') format('truetype'),
		url('../fonts/TartineScript-Black.svg#TartineScript-Black') format('svg');
	font-weight: 900;
	font-style: normal;
}
body {
	font-family: 'ClanPro', Arial, sans-serif;
	background: #fff;
	margin: 0;
	padding: 0;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
#sendrgpd {
	max-width: 660px;
	margin: 0 auto;
	padding: 0 20px;
}
h1 {
	font: 900 2.25em/1em 'TartineScript', serif;
	color: #09266d;
}
p, #rgpd-result {
	font: 500 1em/1.2em 'ClanPro', Arial, sans-serif;
	color: #09266d;
	text-align: justify;
}
#rgpd-recap {
	font: 400 15px/20px 'ClanPro', Arial, sans-serif;
	color: #09266d;
	text-align: justify;
	border: 2px solid #0e155d;
	padding: 10px 30px;
	margin: 10px auto;
}
button {
	position: relative;
	display: inline-block;
	width: auto;
	padding: 10px 30px;
	margin: 10px auto;
	border: 2px solid #0e155d;
	background: #fff;
	color: #0e155d;
	font: 700 12px/15px 'ClanPro', Arial, sans-serif;
	text-align: center;
	text-transform: uppercase;
	-webkit-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0) !important;
	box-shadow: inset 0 0 0 rgba(0, 0, 0, 0) !important;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}
button:hover {
	background: #0e155d;
	color: #fff;
}
form {
	text-align: left;
}
form .row {
	margin-bottom: -15px;
}
.form-group {
	position: relative;
}
.form-control {
	border: 2px solid #09266d;
	background: #fff;
	color: #09266d;
	width: 100%;
	height: 30px;
	padding: 6px 10px;
	font: 500 14px/30px 'ClanPro', Arial, sans-serif;
	box-sizing: border-box;
	max-width: 360px;
}
.form-control[readonly]:focus {
	border-color: #09266d;
	-webkit-box-shadow: none;
	box-shadow: none;
}
#rgpdform-file {
	border: 2px solid #09266d;
	height: 30px;
	padding: 0 10px;
	line-height: 30px;
	vertical-align: middle;
}
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }

.form-group {
	display: block;
	position: relative;
}

.form-group label {
	bottom: 0;
	display: block;
	left: 10px;
	cursor: text;
	color: #09266d;
	font: 400 15px/20px 'ClanPro', Arial, sans-serif;
	line-height: 30px;
	z-index: 3;
	margin: 0;
	right: 0;
	top: 0;
}
.form-group label.control-label {
	line-height: 20px;
	margin-top: 10px;
	font-weight: 600;
}
.form-group label.control-label a {
	text-decoration: underline;
	color: #09266d;
}
.form-group .radio label, 
.form-group .checkbox label {
	font-size: 13px;
}
.error-summary, .error-summary p, 
.form-group.error label, .form-group.error .form-control, .form-group.error p {
	color: #d3141c;
	text-align: left;
}
.error-summary {
	font-size: 14px;
}
.form-group.error .form-control, .form-group.error > input {
	border-color: #d3141c;
	color: #d3141c;
}
.form-group.error.placeholder-focus label {
	background: #d3141c;
	color: #fff;
}
.error input[type="file"] + label {
	background: #d3141c;
	color: #fff;
	border-color: #d3141c;
}

.form-group.error.placeholder-focus label:after {
	border-top: 5px solid #d3141c;
}
.form-checkbox label {
	position: static;
	text-transform: none;
}
.form-radios .form-select {
	display: inline-block;
	min-width: 75px;
	margin-bottom: 0;
}
.form-radios .row, .form-file .row {
	margin-bottom: 15px;
}
.radios-label, .radio-inline {
	line-height: 45px;
}
form .input-group {
	width: 100%;
	height: 30px;
	line-height: 30px;
	padding: 6px 10px;
	box-sizing: border-box;
}
form .input-group input {
	
}
textarea {
	width: 100%;
	min-height: 140px;
	max-width: 100% !important;
	font-size: 15px;
	resize: vertical;
}
form fieldset.row {
	margin: 15px -6px;
	padding: 15px 0;
	border-top: 2px solid #09266d;
}
.form .btn {
	border: 2px solid #0e155d;
	padding: 5px 15px;
	font: 700 20px/30px 'ClanPro', Arial, sans-serif;
	text-decoration: none;
	text-transform: uppercase;
	background: #fff;
	color: #0e155d;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}
.form .btn:hover {
	background: #0e155d;
	color: #fff;
	border: 2px solid #0e155d;
}
/* iCheck plugin Polaris skin
----------------------------------- */
.icheckbox_polaris,
.iradio_polaris {
	display: inline-block;
	*display: inline;
	vertical-align: middle;
	margin: 0;
	padding: 0;
	width: 29px;
	height: 29px;
	background: url(../img/polaris.png) no-repeat;
	border: none;
	cursor: pointer;
}
.icheckbox_polaris {
	left: -5px;
}
.icheckbox_polaris {
	background-position: 0 0;
}
.icheckbox_polaris.hover {
	background-position: -31px 0;
}
.icheckbox_polaris.checked {
	background-position: -62px 0;
}
.icheckbox_polaris.disabled {
	background-position: -93px 0;
	cursor: default;
}
.icheckbox_polaris.checked.disabled {
	background-position: -124px 0;
}

.iradio_polaris {
	background-position: -155px 0;
}
.iradio_polaris.hover {
	background-position: -186px 0;
}
.iradio_polaris.checked {
	background-position: -217px 0;
}
.iradio_polaris.disabled {
	background-position: -248px 0;
	cursor: default;
}
.iradio_polaris.checked.disabled {
	background-position: -279px 0;
}

/* HiDPI support */
@media (-o-min-device-pixel-ratio: 5/4), (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi), (min-resolution: 1.25dppx) {
	.icheckbox_polaris,
	.iradio_polaris {
		background-image: url(../img/polaris@2x.png);
		-webkit-background-size: 310px 31px;
		background-size: 310px 31px;
	}
}