@charset "utf-8";
/* CSS Document */

.img-fit-cover-center {
	object-fit: cover;
	height: 100%;
	object-position: center;
	width: 100%;
}

.block-image {
	position: relative;
	width: 100%;
	border: solid 2px transparent;
	cursor: pointer;
}

	.block-image img {
		display: block;
		width: 100%;
		height: auto;
		transition: all 0.8s linear;
	}

	.block-image:hover img {
		-webkit-transform: scale(1.1);
		transform: scale(1.1);
	}

	.block-image .overlay {
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		height: 100%;
		width: 100%;
		opacity: 0;
		transition: 2s ease;
		text-align: center;
		padding-top: 80%;
		padding-left: 10%;
		padding-right: 10%;
		color: #fff !important;
		min-height: 222px;
		min-width: 100%;
	}

	.block-image:hover .overlay {
		opacity: 1;
		border-radius: 0;
	}

	.block-image:hover .overlay {
		padding-top: 50%;
	}

	.block-image .overlay .text {
		cursor: default;
		transform: translate3d(0, -40%, 0);
		-webkit-transform: translate3d(0, -40%, 0);
		-moz-transform: translate3d(0, -40%, 0);
		-ms-transform: translate3d(0, -40%, 0);
		-o-transform: translate3d(0, -40%, 0);
		transition: opacity 0.2s ease-in;
		transition: opacity 1s cubic-bezier(0.59, 0.01, 0.28, 1) 0.15s, transform 1s cubic-bezier(0.59, 0.01, 0.28, 1) 0.2s;
	}

	.block-image:hover .overlay .text {
		opacity: 1;
		transform: translate3D(0, -40%, 0);
		-webkit-transform: translate3D(0, -40%, 0);
		-moz-transform: translate3D(0, -40%, 0);
		-ms-transform: translate3D(0, -40%, 0);
		-o-transform: translate3D(0, -40%, 0);
		transition: opacity 1s cubic-bezier(0.59, 0.01, 0.28, 1), transform 1s cubic-bezier(0.59, 0.01, 0.28, 1);
	}

.overlay .text h3 {
	font-size: 3.2rem;
	transition: opacity 0.3s;
	font-family: 'Cormorant', serif;
	top: 10%;
	font-weight: 500;
	line-height: 1.4em;
	font-style: italic;
	color: #fff;
	text-shadow: 0 2px 2px rgba(0,0,0,0.6);
	text-align: center;
}

.mainmenu {
	height: auto;
	margin-bottom: 10px;
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.menu-items {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	width: 100%;
	overflow-y: scroll;
	position: absolute;
	height: 100%;
	right: -12px;
	overflow-x: hidden;
}

	.menu-items::-webkit-scrollbar {
		width: 12px; /* width of the entire scrollbar */
	}

	.menu-items::-webkit-scrollbar-track {
		background: #000; /* color of the tracking area */
	}

	.menu-items::-webkit-scrollbar-thumb {
		background-color: #000; /* color of the scroll thumb */
		border-radius: 20px; /* roundness of the scroll thumb */
		border: 3px solid #000; /* creates padding around scroll thumb */
	}

.menu-link {
	top: auto;
	display: flex;
	outline: none;
	text-align: center;
	-webkit-transform: none;
	transform: none;
	line-height: 1.5em;
	text-decoration: none;
	color: #fff;
	flex-direction: column;
	font-size: 2em;
	text-transform: uppercase;
	overflow: visible;
	padding: 0.15em 0;
	transition: color 0.3s;
	font-family: 'Cormorant', serif;
	position: relative;
	margin: 0 auto;
}

	.menu-link:hover, .menu-link:focus, .slide-content a:hover {
		color: var(--primary);
		outline: none;
		text-decoration: none;
		font-weight: 600;
	}

	.menu-link::after {
		content: '';
		width: auto;
		height: 1px;
		background: #f20c40;
		position: relative;
		left: 0;
		opacity: 0;
		transform: scale3d(0,1,1);
		transition: transform 0.3s, opacity 0.3s;
		transform-origin: 100% 50%;
		display: inline-block;
	}

	.menu-link:hover::after {
		opacity: 1;
		transform: scale3d(1,1,1);
	}

.menu-actif {
	color: #494d54 !important;
}

.slide-link {
	width: 75%;
	position: relative;
}

	.slide-link a {
		opacity: 1;
		width: 100%;
		z-index: 2;
	}

.slide-content {
	margin-bottom: 20px;
	text-align: left;
	position: relative;
	width: 75%;
	padding-left: 10%;
}

.slide-link::after {
	content: '+';
	color: #fff;
	font-size: 2em;
	position: absolute;
	right: 0;
	top: 30%;
	line-height: 1rem;
	z-index: 1;
}

.slide-content_content::before {
	content: '_';
	position: absolute;
	top: -2em;
	right: -0.5em;
	color: var(--primary);
	background: #000;
	font-weight: 800;
	font-size: 2.2em;
	padding: 0.5em 0.5em 0.75em;
	z-index: 1;
	line-height: 0.5em
}

.slide-content a::before {
	margin-left: -23px;
	content: '→ ';
}

.slide-content a {
	position: relative !important;
	top: auto;
	color: #fff;
	font-weight: 400 !important;
	font-size: 0.8em;
	padding: 0 0 0 10% !important;
	padding-left: 25px !important;
	transform: none;
}

.connexion {
	width: 100%;
}

.btn-mof, .btn-maf {
	width: 40%;
	margin: 0;
	text-align: center;
	display: inline-block;
	position: relative;
	color: #fff;
	-webkit-transform: none;
	transform: none;
	text-transform: uppercase;
	letter-spacing: 0.20em;
	font-size: 0.85em;
	transition: all 0.6s;
}

	.btn-mof img, .btn-maf img {
		opacity: 0.3;
		max-height: 80px;
		display: block;
		position: relative;
		margin: 0 auto 10px;
		transition: all 0.4s;
	}

	.btn-mof:hover img, .btn-maf:hover img {
		opacity: 1;
		transform-origin: center;
		transform: scale(1, 0.5);
	}

.zone-search {
	width: 100% !important;
	align-content: center;
	position: relative;
	display: flex;
	align-items: center;
	color: #fff;
	justify-content: center;
	justify-self: self-start;
	margin-left: auto;
	margin-right: auto;
}

.input input {
	width: 80%;
	display: inline-block;
	padding: 1.2em;
	font-size: 1em;
	border-collapse: collapse;
	border: solid 1px transparent;
	transition: all 0.6s;
	font-family: 'Montserrat', sans-serif;
	background: transparent;
	font-weight: 300;
	color: #999;
	border-bottom: 1px solid #333;
	line-height: inherit;
}

	.input input:hover {
		border-bottom: 1px solid #e31010;
	}

	.input input:focus {
		background: #16181d;
		color: #666;
		outline: none;
	}

.input {
	width: 75%;
	padding: 0;
	margin-left: auto;
	margin-right: auto;
}

	.input button {
		width: 20%;
		display: inline-block;
		padding: 1.2em;
		font-size: 1em;
		border: solid 1px transparent;
		border-collapse: collapse;
		background: transparent;
		font-family: 'Montserrat', sans-serif;
		color: #fff;
		cursor: pointer;
		border-bottom: 1px solid #333;
		line-height: inherit;
		vertical-align: bottom;
	}

		.input button:hover {
			border-bottom: 1px solid #e31010;
			color: #fff;
		}

		.input button:focus {
			color: #e31010;
			outline: none;
		}

.label--topright {
	top: 50px;
	right: 0;
}

.label {
	display: block;
	color: #999;
	position: absolute;
	z-index: 1000;
	font-size: 0.85em;
	margin: 0;
	white-space: nowrap;
}

.label--topleft {
	bottom: 0;
	left: 0;
}

.label--vert,
.label--vert-mirror {
	-webkit-writing-mode: vertical-rl;
	writing-mode: vertical-rl;
}

.label--vert-mirror {
	transform: rotate(180deg);
}

.label--bottomright {
	bottom: 2rem;
	right: 2rem;
}

.label::before {
	content: '→ ';
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	letter-spacing: -1px;
	margin: 0 0.75rem 0 0;
	font-size: 1.8em;
}

.label--vert::before,
.label--vert-mirror::before {
	margin: 0.75rem 0;
}

.reseaux div {
	display: flex;
	width: 75%;
	justify-content: space-around;
	margin: 10px auto;
	height: auto;
}

	.reseaux div a {
		color: #fff;
		font-size: 1.8em;
		transition: all 0.8s;
		position: relative;
		transform: none;
	}

		.reseaux div a:hover, .reseaux div a:focus {
			color: var(--primary);
			text-decoration: none;
		}

.input.newsletter input::placeholder {
	letter-spacing: 0.3em;
	color: #fff !important;
}

.input.newsletter {
	width: 80%;
	margin: 10px auto;
}

	.input.newsletter input[type="text"] {
		border-top: 1px solid #333;
		border-left: 1px solid #333;
	}

	.input.newsletter button {
		border-top: 1px solid #333;
		border-right: 1px solid #333;
	}

	.input.newsletter label {
		color: #fff !important;
		text-transform: uppercase;
		font-weight: 900;
		letter-spacing: 0.3em;
		display: inline-block;
		font-size: 0.7em;
		text-align: left !important;
		width: 100%;
	}

#full-main-nav {
	position: fixed;
	top: 0;
	bottom: 0;
	right: 0;
	padding: 0;
	width: 100%;
	height: 100vh;
	background: rgba(0, 0, 0, 1);
	z-index: 1002;
	text-align: center;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
	-moz-transition: all 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
	-ms-transition: all 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
	-o-transition: all 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
	transition: all 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
	-webkit-transform: scale(0.1);
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0);
	overflow: hidden;
}

	#full-main-nav .full-nav-toggle {
		position: absolute;
		top: 10px;
		right: 10px;
		padding: 20px;
		height: 44px;
		width: 44px;
		line-height: 0;
		padding: 0 !important;
		visibility: hidden;
		opacity: 0;
		-webkit-transition: 0.3s;
		-o-transition: 0.3s;
		transition: 0.3s;
		transform: none;
	}

@media (prefers-reduced-motion: reduce) {
	#full-main-nav .full-nav-toggle {
		-webkit-transition: none;
		-o-transition: none;
		transition: none;
	}
}

#full-main-nav .full-nav-toggle i {
	top: 18px !important;
	left: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
	line-height: 0;
	text-indent: 0;
}

#full-main-nav .full-nav-toggle.show {
	visibility: visible;
	opacity: 1;
}

#full-main-nav .full-nav-toggle:hover i::before, #full-main-nav .full-nav-toggle:hover i::after {
	content: '';
	width: 40px;
	height: 2px;
	background: #fff;
	position: absolute;
	left: 0;
}

.menu-show #full-main-nav {
	visibility: visible;
	opacity: 1;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}

#full-main-nav ul {
	padding: 0;
	margin: 0;
	display: block;
}

@media (max-width: 767.98px) {
	#full-main-nav ul {
		padding: 20px 0 0 0;
	}
}

#full-main-nav ul li {
	padding: 0.45em 0;
	margin: 0;
	list-style: none;
	font-weight: 600;
	font-size: 14px;
	letter-spacing: 5px;
	text-transform: uppercase;
}

	#full-main-nav ul li a {
		display: block;
	}

		#full-main-nav ul li a:hover, #full-main-nav ul li a:active, #full-main-nav ul li a:focus {
			outline: none;
			text-decoration: none;
		}

	#full-main-nav ul li.active a {
		color: var(--primary);
	}

.full-nav-toggle {
	cursor: pointer;
	text-decoration: none;
}

	.full-nav-toggle.active i::before, .full-nav-toggle.active i::after {
		background: #000;
	}

	.full-nav-toggle.dark.active i::before, .full-nav-toggle.dark.active i::after {
		background: #000;
	}

	.full-nav-toggle:hover, .full-nav-toggle:focus, .full-nav-toggle:active {
		outline: none;
		border-bottom: none !important;
	}

	.full-nav-toggle i {
		position: relative;
		display: inline-block;
		width: 35px;
		height: 2px;
		color: #000;
		font: bold 14px/.4 Helvetica;
		text-transform: uppercase;
		text-indent: -55px;
		background: #fff;
		-webkit-transition: all .2s ease-out;
		-o-transition: all .2s ease-out;
		transition: all .2s ease-out;
		box-shadow: 0 0 3px rgb(0 0 0 / 80%);
	}

.menu-show .full-nav-toggle i {
	background: #fff;
	color: #fff;
}

.full-nav-toggle i::before, .full-nav-toggle i::after {
	content: '';
	width: 35px;
	height: 2px;
	background: #fff;
	position: absolute;
	left: 0;
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
	box-shadow: 0 0 3px rgb(0,0,0,0.8);
}

.menu-show .full-nav-toggle i::before, .menu-show .full-nav-toggle i::after {
	background: #fff;
}

@media (prefers-reduced-motion: reduce) {
	.full-nav-toggle i::before, .full-nav-toggle i::after {
		-webkit-transition: none;
		-o-transition: none;
		transition: none;
	}
}

.full-nav-toggle.dark i {
	position: relative;
	color: #fff;
	background: #fff;
	-webkit-transition: all .2s ease-out;
	-o-transition: all .2s ease-out;
	transition: all .2s ease-out;
}

	.full-nav-toggle.dark i::before, .full-nav-toggle.dark i::after {
		background: #fff;
		-webkit-transition: 0.2s;
		-o-transition: 0.2s;
		transition: 0.2s;
	}

@media (prefers-reduced-motion: reduce) {
	.full-nav-toggle.dark i::before, .full-nav-toggle.dark i::after {
		-webkit-transition: none;
		-o-transition: none;
		transition: none;
	}
}

.full-nav-toggle i::before {
	top: -7px;
}

.full-nav-toggle i::after {
	bottom: -7px;
}

.full-nav-toggle:hover i::before {
	top: -10px;
}

.full-nav-toggle:hover i::after {
	bottom: -10px;
}

.full-nav-toggle.active i {
	background: transparent;
}

	.full-nav-toggle.active i::before {
		top: 0;
		-webkit-transform: rotateZ(45deg);
		-moz-transform: rotateZ(45deg);
		-ms-transform: rotateZ(45deg);
		-o-transform: rotateZ(45deg);
		transform: rotateZ(45deg);
	}

	.full-nav-toggle.active i::after {
		bottom: 0;
		-webkit-transform: rotateZ(-45deg);
		-moz-transform: rotateZ(-45deg);
		-ms-transform: rotateZ(-45deg);
		-o-transform: rotateZ(-45deg);
		transform: rotateZ(-45deg);
	}

.full-nav-toggle {
	float: right;
	z-index: 1003;
	position: relative;
	top: 10px;
	right: 10px;
	display: block;
	margin: 0 auto;
	cursor: pointer;
	margin-top: 0;
	padding: 4px 4px 7px;
}

@media (max-width: 767.98px) {
	.full-nav-toggle {
		right: 10px;
	}
}

@media only screen and (max-width:1024px) and (orientation: portrait) {
	nav#full-main-nav .h-100 {
		height: auto !important;
	}

	.menu-items {
		position: relative;
		overflow: hidden;
		right: 0;
	}

	nav#full-main-nav {
		overflow-y: scroll;
	}
}

@media only screen and (max-width:980px) {
	nav#full-main-nav .h-100 {
		height: auto !important;
	}

	.menu-items {
		position: relative;
		overflow: hidden;
		right: 0;
	}

	nav#full-main-nav {
		overflow-y: scroll;
	}

	.slide-content_content::before {
		top: -2em !important;
		right: -0.5em !important;
	}
	in
	.slide-content {
		padding-left: 10% !important;
	}

		.slide-content a {
			padding: 0 5% 0 0 !important;
		}
}

@media only screen and (max-width:767px) {
	.mainmenu {
		padding-right: 15px;
		font-size: 10px;
	}

	.overlay .text h3 {
		font-size: 2.2em;
		font-weight: 900;
		line-height: 1em;
	}

	.block-image:hover .overlay {
		padding-top: 50% !important;
	}

	.block-image:hover .overlay {
		opacity: 1 !important;
	}
}
