@keyframes animate {
	to {
		transform: none;
		opacity: 1
	}
}

*,
:after,
:before {
	box-sizing: border-box
}

a,
abbr,
address,
article,
aside,
audio,
b,
blockquote,
body,
button,
canvas,
caption,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hr,
html,
i,
iframe,
img,
input,
ins,
kbd,
label,
legend,
li,
mark,
nav,
object,
ol,
output,
p,
pre,
q,
s,
samp,
section,
select,
small,
span,
strong,
sub,
summary,
sup,
table,
tbody,
td,
textarea,
tfoot,
th,
thead,
time,
tr,
u,
ul,
var,
video {
	margin: 0;
	padding: 0;
	color: inherit;
	font: inherit;
	text-align: inherit;
	vertical-align: baseline;
	background: transparent;
	border: 0;
	outline: 0
}

details,
main,
summary {
	display: block
}

a,
abbr {
	text-decoration: none
}

b,
strong {
	font-weight: 700
}

em {
	font-style: italic
}

ol,
ul {
	list-style: none
}

img {
	display: inline-block;
	height: auto;
	max-width: 100%;
	width: auto
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

blockquote,
q {
	quotes: none
}

blockquote:after,
blockquote:before,
q:after,
q:before {
	content: none
}

sub,
sup {
	font-size: 0.625em;
	line-height: 0
}

sup {
	vertical-align: super
}

sub {
	vertical-align: sub
}

caption,
input,
select,
td,
th {
	vertical-align: middle
}

input,
select,
textarea {
	text-overflow: ellipsis
}

input::placeholder,
textarea::placeholder {
	color: inherit
}

button,
select {
	text-transform: none
}

button,
input[type=button],
input[type=reset],
input[type=submit] {
	overflow: visible;
	-webkit-appearance: button;
	cursor: pointer
}

button:disabled,
input[type=button]:disabled,
input[type=reset]:disabled,
input[type=submit]:disabled {
	cursor: auto
}

textarea {
	overflow: auto;
	resize: none
}

progress {
	vertical-align: baseline
}

svg {
	overflow: visible;
	display: block
}

template {
	display: none
}

[hidden] {
	display: none !important
}

@font-face {
	font-display: swap;
	font-family: 'Adobe Text Pro';
	font-style: italic;
	font-weight: 400;
	src: local('AdobeTextPro-It'), url("fonts/AdobeTextPro-It.ttf") format('truetype')
}

html {
	font: 62.5%/1 sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

body {
	align-items: center;
	display: flex;
	padding: 4rem 0;
	justify-content: center;
	min-height: 100vh;
	color: #fff;
	font: 1.6em/1.5em 'Red Hat Display', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	text-align: center;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	background: url("images/fond.jpg") center/cover no-repeat
}

br {
	display: none
}

em {
	font-family: 'Adobe Text Pro', Georgia, serif;
	font-size: 1.24em;
	font-style: italic
}

.icon {
	height: auto;
	width: auto
}

.icon path:not([fill]) {
	fill: currentColor
}

.container {
	margin: 0 auto;
	padding: 0 3rem;
	width: 100%
}

.logo {
	height: 13.2rem;
	margin: 0 auto 5rem
}

.logo:last-child {
	margin-bottom: 0
}

.intro {
	margin-bottom: 3rem;
	font-size: 2.2rem;
	line-height: 1.84em
}

.intro:last-child {
	margin-bottom: 0
}

.form {
	margin: 6rem auto 0;
	max-width: 70rem
}

.form:first-child {
	margin-top: 0
}

.form-label {
	display: block;
	color: #d3be8f;
	margin-bottom: 1rem;
	font-size: 1.4rem;
	font-style: italic;
	font-weight: 500;
	line-height: 1.777777777777778em
}

.form-label:last-child {
	margin-bottom: 0
}

.form-field {
	display: flex;
	margin-bottom: 1rem;
	background-color: rgba(255, 255, 255, 0.08);
	border: 0.1rem solid rgba(255, 255, 255, 0.3)
}

.form-field:last-child {
	margin-bottom: 2rem
}

.form-input {
	flex: 1;
	padding: 2rem 3rem;
	width: 0;
	font-family: 'Adobe Text Pro', Georgia, serif;
	font-size: 2rem;
	font-style: italic;
	line-height: 1.1875em;
	text-align: left
}

.form-submit {
	align-items: center;
	display: flex;
	padding: 0 2rem;
	/*transition: color 0.2s ease-out*/
}

.form-submit:focus .icon,
.form-submit:hover .icon {
	/*background-color: rgba(255, 255, 255, 0.3)*/
	color:  #d3be8f;
}

.checkbox {
	position: relative;
	display: block;
	font-family: 'Adobe Text Pro', Georgia, serif;
	font-size: 1.6rem;
	font-style: italic;
	line-height: 1.5em
}

.checkbox:last-child {
	margin-bottom: 0
}

.checkbox-input {
	position: absolute;
	top: 2.7rem;
	left: 1.35rem;
	overflow: hidden;
	height: 1px;
	margin: -1px;
	padding: 0;
	width: 1px;
	white-space: nowrap;
	border: none;
	clip: rect(0 0 0 0);
	-webkit-clip-path: inset(50%);
	clip-path: inset(50%);
	background-image: url("images/check.svg")
}

.checkbox-text {
	display: block;
	padding-left: 3.8rem
}

.checkbox-text:before {
	display: inline-block;
	height: 2.7rem;
	margin: -100% 1.1rem -100% -3.8rem;
	width: 2.7rem;
	vertical-align: middle;
	background: center/1.5rem 1.1rem no-repeat;
	border: 0.1rem solid #fff;
	content: ''
}

.checkbox-input:focus~.checkbox-text:before {
	background-color: rgba(255, 255, 255, 0.3)
}

.checkbox-input:checked~.checkbox-text:before {
	background-image: url("images/check.svg")
}

.footer {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 4rem -3.5rem -1rem
}

.footer * {
	margin: 1rem 3.5rem
}

.footer:first-child {
	margin-top: -1rem
}

.footer-email {
	color: #d3be8f;
	font-size: 2.2rem;
	font-weight: 500;
	line-height: 1.636363636363636em;
	text-decoration: underline;
	transition: color 0.2s ease-out
}

.footer-email:focus,
.footer-email:hover {
	color: inherit
}

[data-animate] {
	transform: translate3d(0, 3rem, 0);
	opacity: 0
}

#contentarea [data-animate],
.cke_editable [data-animate] {
	transform: none;
	opacity: 1
}

.animated {
	animation: animate 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) both
}

@media (min-width:32em) {
	.container {
		max-width: 64rem
	}

	.form-input {
		padding: 2.4rem 6.2rem;
		font-size: 3.2rem
	}

	.form-submit {
		padding: 0 3.3rem
	}
}

@media (min-width:64em) {
	.container {
		max-width: 80rem
	}
}

@media (min-width:80em) {
	br {
		display: block
	}

	.container {
		max-width: 96rem
	}
}