input {
	border-radius: 0;
	-webkit-appearance: none;
}

.contact-introduction {
	padding-top: 30px;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-align-content: stretch;
	-ms-flex-line-pack: stretch;
	align-content: stretch;
	margin-bottom: 25px;
}

.contact-introduction-col {
	width: 50%;
}

.contact-introduction-content {
	width: 500px;
	margin-left: auto;
}

.contact-introduction-adresse,
.contact-introduction-adresse a {
	color: black;
	transition: 0.2s ease color;
}

.contact-introduction-adresse a:hover {
	color: rgba(0, 0, 0, 0.5);
}

.contact-introduction-adresse {
	opacity: 0;
	transform: translateX(-100px);
	transition: .5s 1s ease opacity, .5s 1s ease transform;
}

.visible .contact-introduction-adresse {
	opacity: 1;
	transform: translateX(0px);
}

.contact-introduction-titre {
	padding-top: 25px;
	/*font-size: 55px;*/
	font-size: 44px;
	line-height: 1;
	font-family: 'dosismedium';
	text-transform: uppercase;
	font-weight: 400;
	opacity: 0;
	transform: translateX(-100px);
	transition: .5s .5s ease opacity, .5s .5s ease transform;
}

.visible .contact-introduction-titre {
	opacity: 1;
	transform: translateX(0px);
}

.contact-introduction-separation {
	height: 9px;
	background-color: black;
	margin-top: 40px;
	margin-bottom: 60px;
	width: 0px;
	transition: .6s .75s ease width;
}

.visible .contact-introduction-separation {
	width: 90px;
}

.contact-introduction-image {
	width: 100%;
	height: 400px;
	background: url(../images/contact/page-contact-banner.jpg) no-repeat left center / auto 100%;
	opacity: 0;
	transform: rotateX(45deg);
	transition: 1s .75s ease opacity, 1s .75s ease transform;
}

.visible .contact-introduction-image {
	opacity: 1;
	transform: rotateX(0deg);
}

.contact-formulaire {
	width: 1000px;
	margin: 0 auto;
	opacity: 0;
	transform: translateX(-100px);
	transition: 1s .5s ease opacity, 1s .5s ease transform;
}

.visible.contact-formulaire {
	opacity: 1;
	transform: translateX(0px);
}

.contact-formulaire-titre {
	font-size: 20px;
	text-transform: uppercase;
	font-family: 'dosismedium';
	font-weight: 400;
	margin-bottom: 75px;
}

.contact-formulaire-titre_success {
	margin: 125px 0;
	text-align: center;
	opacity: 1 !important;
}

.contact-carte {
	margin-top: 50px;
	background-color: #999999;
	height: 285px;
}

.contact-formulaire-item-input {
	width: 330px;
	background: #e8e7e8;
	border: none;
	line-height: 35px;
	height: 35px;
	font-size: 16px;
	font-family: 'interstatelight';
	padding: 0 10px;
	margin: 5px 0 15px;
}

.contact-formulaire-item-input_full {
	width: 715px;
}

.contact-formulaire-item-textarea {
	width: 330px;
	background: #e8e7e8;
	border: none;
	line-height: 35px;
	font-size: 16px;
	font-family: 'interstatelight';
	padding: 10px 10px;
	margin: 5px 0 15px;
	height: 197px;
}


.contact-formulaire-remarque {
	font-family: 'interstatebold';
	font-size: 14px;
	line-height: 1;
}


.contact-formulaire-item-submit {
	cursor: pointer;
	width: 105px;
	display: block;
	height: 31px;
	background-color: #171717;
	border: none;
	color: white;
	text-transform: uppercase;
	font-family: 'dosissemibold';
	line-height: 31px;
	font-size: 12px;
	transition: 0.2s ease color, 0.2s ease background-color, 0.2s ease opacity;
	letter-spacing: 2px;
}

.contact-formulaire-panel-submit {
	position: absolute;
	left: 30px;
	bottom: 0;
	transition: 0.2s ease opacity;
}

.contact-formulaire-panel-submit.disable {
	opacity: 0.3;
}

.contact-formulaire-panel-submit.disable .contact-formulaire-item-submit {
	cursor: no-drop;
}

.contact-formulaire-item-submit:hover {
	background-color: #bebdbd;
	color: black;
}


.contact-formulaire-col:last-child {
	position: relative;
	width: 230px;
	padding-top: 30px;
	height: 309px;
}

.contact-formulaire-cols {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-align-content: stretch;
	-ms-flex-line-pack: stretch;
	align-content: stretch;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
}

select {
	outline: none;
	color: black;
	font-weight: 700;
	display: block;
	height: 40px;
	border-radius: 0;
	-webkit-appearance: none;
	background: #e8e7e8 url("../images/pictos/fleche-liste-noir-bottom.svg") no-repeat center right 10px / 13px;
	-moz-appearance: none;
	width: 715px;
	border: none;
	line-height: 35px;
	font-size: 16px;
	font-family: 'interstatelight';
	padding: 0 10px;
	margin: 5px 0 15px;
}

select::-ms-expand {
	display: none;
}

.check {
	display: block;
	position: relative;
	padding-left: 30px;
	cursor: pointer;
	font-size: 12px;
	line-height: 17px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	font-family: 'interstatelight';
}

.check input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}


.checkmark {
	position: absolute;
	top: 0;
	left: 0;
	height: 20px;
	width: 20px;
	background-color: #e8e7e8;
}

.checkmark:after {
	content: "";
	position: absolute;
	display: none;
}

.check input:checked ~ .checkmark:after {
	display: block;
}

.check .checkmark:after {
	left: 7px;
	top: 3px;
	width: 4px;
	height: 8px;
	border: solid black;
	border-width: 0 2px 2px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.contact-formulaire-item-eye {
	position: absolute;
	right: 8px;
	top: 5px;
	height: 35px;
	width: 48px;
	background: no-repeat url(../images/pictos/eye.svg) left center / 18px;
	cursor: pointer;
}

.contact-formulaire-item-eye:after {
	content: "Show";
	position: absolute;
	font-family: 'interstateregular';
	font-size: 10px;
	line-height: 1;
	text-align: right;
	display: block;
	color: black;
	left: 22px;
	top: 50%;
	transform: translateY(-50%);
}

.contact-formulaire-item-eye.show {
	opacity: 0.3;
}

.contact-formulaire-item-eye.show:after {
	content: "Hide";
}

.contact-formulaire-passwd {
	position: relative;
}

@media screen and (max-width: 1024px) {
	.contact-formulaire-panel-submit {
		position: relative;
		left: 0;
		bottom: 0;
		transition: 0.2s ease opacity;
	}
	
	
	select {
		width: 100%;
	}

	.contact-introduction-content {
		width: 400px;
		margin-left: auto;
	}

	.contact-formulaire {
		width: 800px;
	}

	.contact-introduction-titre {
		font-size: 40px;
	}

	.contact-introduction-separation {
		width: 0px;
		height: 7px;
		margin-top: 30px;
		margin-bottom: 60px;
	}

	.visible .contact-introduction-separation {
		width: 60px;
	}

	.contact-formulaire-titre {
		margin-bottom: 50px;
	}

	.contact-formulaire-cols {
		display: block;
		overflow: hidden;
	}

	.contact-formulaire-col:nth-child(1) {
		margin-right: 30px;
	}

	.contact-formulaire-col {
		width: calc(50% - 15px);
		float: left;
	}

	.contact-formulaire-item-textarea,
	.contact-formulaire-item-input {
		width: 100%;
	}

	.contact-formulaire-col:last-child {
		position: relative;
		width: 100%;
		padding-top: 40px;
		height: auto;
	}

	.contact-carte {
		margin-top: 40px;
		height: 450px;
	}

	.contact-formulaire-remarque {
		display: none;
	}

	.contact-formulaire-item-submit {
		width: 105px;
		display: block;
		height: 31px;
		background-color: #171717;
		border: none;
		color: white;
		text-transform: uppercase;
		font-family: 'dosissemibold';
		line-height: 31px;
		font-size: 12px;
		position: relative;
		left: 0px;
		bottom: 0;
		margin: 40px auto 0;
	}

}

@media screen and (max-width: 850px) {
	.contact-introduction-content {
		width: 100%;
	}

	.contact-formulaire {
		transition: 1s .5s ease opacity, 1s .5s ease transform;
	}

	.contact-formulaire {
		width: calc(100% - 60px);
	}

	.contact-introduction-titre {
		padding-top: 70px;
	}

	.contact-introduction-image {
		height: 225px;
		margin-top: 40px;
		margin-bottom: 60px;
	}

	.contact-introduction {
		display: block;
		padding-top: 0px;
		margin-bottom: 0px;
	}

	.contact-introduction-col {
		width: 100%;
		padding-left: 30px;
	}

	.contact-formulaire-col {
		width: 100%;
		float: left;
	}

	.contact-formulaire-col:nth-child(1) {
		margin-right: 0px;
	}

	.login-content {
		position: relative;
		height: auto;
		padding: 80px 0;
	}

	.login-form .contact-formulaire-item-input {
		width: 100%;
	}

	.login-form {
		position: relative;
		top: 0;
		left: 50%;
		transform: translateX(-50%);
		width: 300px;
	}

	.visible .login-form {
		transform: translateX(-50%);
		opacity: 1;
	}
}

@media screen and (max-width: 550px) {
	.contact-introduction-image {
		height: 0;
		padding-bottom: 75%;
		margin-top: 40px;
		margin-bottom: 60px;
	}
}
div.page:nth-child(1) {
	display:none;
  }
  body {
    max-height: 1545px;
   
}