@media (max-width: 1100px) {

	/*----------------------Correction .loaded-----------------*/
	body.loaded {
		height: 360px;
	}

	body.loaded::before {
		height: 360px;
		opacity: 1;
	}

	body.loaded header {
		top: auto;
		left: auto;
		right: auto;
		bottom: auto;
		opacity: 1;
	}

	body.loaded section {
		top: auto;
		left: auto;
		right: auto;
		bottom: auto;
		opacity: 1;
	}

	/*----------------------------------------------------------------*/
	body,
	html {
		overflow: visible;
	}

	body {
		background-color: #fff;
	}

	body:before {
		transition: none;
		background-size: cover;
	}

	header {
		transition: none;
		position: relative;
		top: auto;
		left: auto;
		right: auto;
		bottom: auto;
		margin: auto;
		margin-left: auto;
		margin-right: auto;
		overflow: hidden;
		background-size: 200px;
		background-position: center 60px;
		width: 100%;
		height: 360px;
	}

	header {
		background-position: center 30px;
		transition: background-position 2s ease-out 0s;
	}

	body.loaded header {
		background-position: center 60px;
	}

	header h1 {
		margin-top: 280px;
	}

	header h1 span {
		letter-spacing: 0em;
	}

	section {
		transition: none;
		position: relative;
		width: 100%;
		max-width: 600px;
		min-height: calc(100% - 300px);
		overflow: hidden;
		top: auto;
		left: auto;
		right: auto;
		bottom: auto;
		margin: auto;
		margin-left: auto;
		margin-right: auto;
		overflow: hidden;
	}

	section h1 {}

	section h1:before {
		display: none;
	}

	section h1:after {
		display: none;
	}

	section h1+h2 {
		display: block;
		font-size: 23px;
		font-weight: normal;
		font-style: italic;
		text-transform: none;
		margin-top: -30px;
		margin-bottom: 30px;
		letter-spacing: -0.01em;
		margin-left: 0px;
	}

	section nav {
		display: none;
	}

	header nav {
		display: block;
		position: absolute;
		top: 0px;
		left: 0px;
		width: 100%
	}

	header nav button {
		display: block;
		width: 40px;
		height: calc(40 / 50 * 40px);
		background: transparent;
		border: none;
		background-image: url(../images/icone_menu.png);
		background-size: 100%;
		margin-left: 10px;
		margin-top: 10px;
		cursor: pointer;
		outline: none;
		cursor: pointer;
	}

	header nav li {
		display: block;
		width: 140px;
		height: 45px;
		line-height: 45px;
		background-color: #78635d;
		margin-bottom: 3px;
	}

	header nav li a {
		display: block;
		width: 100%;
		height: 100%;
		line-height: inherit;
		text-align: center;
		text-decoration: none;
		font-size: 14px;
		color: #fff;
		text-transform: uppercase;
	}

	header nav ul {
		display: none;
		width: 250px;
		margin-top: 10px;
		margin-left: auto;
		margin-right: auto;
	}

	header nav ul li {
		width: 100%;
		background-color: #fff;
	}

	header nav ul li a {
		color: #78635d;
	}

	footer {
		display: block;
		position: static;
		bottom: auto;
		left: 0px;
		background-color: #fff;
		height: auto;
		width: 100%;
		z-index: initial;
	}

	footer nav {
		display: block;
		width: 100%;
		max-width: 600px;
		padding: 40px;
		padding-top: 0px;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 40px;
	}

	footer nav h2 {
		display: block;
		border-top: 1px solid #DFD9D8;
		width: 100%;
		font-size: 22px;
		font-weight: normal;
		font-style: italic;
		/*text-transform: uppercase;*/
		padding-top: 30px;
		margin-bottom: 10px;
		letter-spacing: -0.01em;

	}

	footer nav ul {
		text-align: left;
	}

	footer nav li {
		margin-left: auto;
		margin-right: auto;
		width: 100%;
		height: 22px;
		line-height: 22px;
		list-style-type: circle;
		list-style-position: inside;
		font-size: 14px;
	}

	footer nav li a {
		font-family: inherit;
		font-style: normal;
		text-transform: none;
		display: inline;
		line-height: inherit;
		text-decoration: none;
		font-size: 15px;
		color: #78635d;		
	}

	form p:nth-child(6) {
		text-align: left;
		width: 415px;
		margin-top: 10px;
	}

	.portrait {
		display: none;
	}

	.mark {
		display: none;
	}
}

@media (max-width: 500px) {
	form label {
		display: block;
	}
}