
/** General page styling **/

header {
	z-index: 9;
	width: 100%;
}
.header-fixed {
	width: 100%;
	height: 80px;
	position: fixed;
	background-color: #e5ac8e;
	z-index: 9999;
	top: 0;
	opacity: 0;
	transition: all .5s cubic-bezier(.19,1,.22,1);
	border-bottom: 1px solid #fff;
	display: flex;
}
.header-fixed-logo {
	margin-left: 40px;
	margin-top: 15px;
}

.header-fixed-logo img{
	height: 50px;
	width: auto;

}
.header-item {
	display: flex;
	flex-direction: row;
	align-content: right;
	justify-content: right;
	height: 100px;
	margin-right: 40px;
	margin-bottom: 80px;
}
.header-item > div {
	text-align: center;
	display: flex;
	flex-direction: column;
	align-content: center;
	justify-content: center;
	height: 100%;
}
.header-item p {
	padding: 0px;
	margin: 0px;
	font-size: 15px;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: 300;
}
.header-item-left {
	margin-right: 40px;
	
}
.header-item-right {
	margin-left: 40px;
	transition: all .5s cubic-bezier(.19,1,.22,1);
}
.header-item-fixed {
	display: flex;
	flex-direction: row;
	align-content: right;
	justify-content: right;
	height: 80px;
	margin-right: 40px;
	margin-bottom: 0px;
	position: absolute;
	right: 0;
}
.header-item-fixed  > div {
	text-align: center;
	display: flex;
	flex-direction: column;
	align-content: center;
	justify-content: center;
	height: 100%;
}
.header-item-fixed  p {
	padding: 0px;
	margin: 0px;
	font-size: 15px;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: 300;
	transition: all .5s cubic-bezier(.19,1,.22,1);
}
.header-item-fixed .active p {
	transition: all .5s cubic-bezier(.19,1,.22,1);
}
.header-item-right-fixed  {
	margin-left: 40px;
	transition: all .5s cubic-bezier(.19,1,.22,1);
}



.header-item-logo{
	transform: translateY(-10px);
}
.header-item-logo img {

	width: 125px;
	height: auto;
	}
.txt-header {
text-align: center;
}
.header-mon-espace {
	position: absolute;
	top: 20px;
	right: 40px;
}
.header-logo {
	position: absolute;
	top: 40px;
	left: 40px;
}
.header-logo img {
	width: 130px;
	height: auto;
	transition: all .5s cubic-bezier(.19,1,.22,1);
}
.header-mobile-rdv {
	position: fixed;
	bottom: 0px;
	z-index: 9;
	width: 100%;
	text-align: center;
	opacity: 0;
	background-color: #e5ac8e;
	padding-bottom: 20px;
	border-top: 1px solid #fff;
	padding-top: 20px;
	transition: all .5s cubic-bezier(.19,1,.22,1);
}