body {
	--color-text: #fff;
	--color-bg: #252525;
	--color-link: #fff;
	--color-link-hover: #f20c40;
	/*--color-bg-item1: #000;
	--color-bg-item2: #000;
	--color-bg-item3: #000;
	--color-bg-item4: #000;
	--color-bg-item5: #000;*/
	--color-item-alt: #494d54;
	--color-quote: #5b677a;
	--color-info: #57535a;
	--color-title: #e23434;
	--color-tagline: #e2e2e2;
	min-height: 100vh;
	color: #CCCCCC;
	background-color: #A2B1B9;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
svg.hidden {
    z-index: -6;
    width: 1px;
}
a:hover,
a:focus {
	color:#f20c40;
	outline: none;
}
.menu .active a{color:#e23434 !important;}
.slide-link a{opacity: 1;
padding-right: 50px;
margin-left: 50px;}
.slide-content a {
    position: relative !important;
    top: auto;
    margin-top: 4px;
    margin-bottom: 4px;
    color: #fff;
    font-weight: 400 !important;
    font-size: 1.2em;
    padding-bottom: 5px;
    padding-top: 4px;
}
.slide-content a:hover{color:#f20c40;}
.slide-content{margin-bottom:10px;text-align: left;position:relative;width: 75%;}
.slide-content_content {
    height: auto !important;
}
.slide-content_content li {
    margin: 8px 0;
}
.slide-link {width: 75%;}
.slide-content_content::before {
content: 'X';
position: absolute;
top: -3em;
right: 0;
color: #000;
background: #fff;
padding: 0.2em 0.5em;
}
.slide-content a::before {
    margin-right: 5px;
    content: "→ ";
}
/* Page Loader */
.js .loading::before {
	content: '';
	position: fixed;
	z-index: 100000;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: var(--color-bg);
}

.js .loading::after {
	content: '';
	position: fixed;
	z-index: 100000;
	top: 50%;
	left: 50%;
	width: 60px;
	height: 60px;
	margin: -30px 0 0 -30px;
	pointer-events: none;
	border-radius: 50%;
	opacity: 0.4;
	background: #fff;
	animation: loaderAnim 0.5s linear infinite alternate forwards;
}
nav a.mainmenu__item {
    position: relative;
    top: auto;
    display: block;
    outline: none;
    text-align: center;
    z-index: 1000;
    -webkit-transform: none;
    transform: none;
    line-height: 3rem;
 text-decoration: none;
color: #fff;
}

@keyframes loaderAnim {
	to {
		opacity: 1;
		transform: scale3d(0.5,0.5,1);
	}
}


/* Icons */
.icon {
	display: block;
	width: 1.5em;
	height: 2.5em;
	margin: 0 auto;
	fill: currentColor;
}

main {
	position: relative;
	width: 100%;
}

/* Top Navigation Style */

.content__tagline {
	color: var(--color-tagline);
	margin: 1rem 0 0 0;
	font-weight: bold;
	font-size: 1rem;
	letter-spacing: 0.125rem;
	word-spacing: 0.25rem;
	text-transform: uppercase;
	text-align: center;
	z-index: 199;
}

.action {
	background: none;
	border: 0;
	color: #fff;
	cursor: pointer;
	padding: 0;
 transition:all 0.5s;
}
.action:hover{color:#e31010;}
.action--menu {
	pointer-events: auto;
	position: absolute;
	top: 1.5rem;
	right: 1.5rem;
	z-index: 1000;
}

.menu--open .action--menu {
	pointer-events: none;
}

.action--close {
	position: absolute;
	top: 1.5rem;
	right: 1.75rem;
	z-index: 1000;
	opacity: 0;
	padding: 0 0.5rem;
}

.icon--menu {
	width: 3rem;
}

.icon--close {
	width: 1rem;
}

.menu {
	text-align: center;
	width: 100%;
	height: 100vh;
	overflow: hidden;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 200;
	display: grid;
	grid-template-columns: 100%;
	grid-template-rows: repeat(3,33.33%);
	pointer-events: none;
}

.menu--open {
	pointer-events: auto;background: #000 !important;background-color:#000;
}
.menu.menu--open .menu__item {
    visibility: visible;
}
.menu__item {
	width: 100%;
	position: relative;
	overflow: hidden;
 visibility: hidden;
}

.menu__item-inner {
	overflow: hidden;
	transform: translate3d(100%,0,0);
	height: 100%;
	width: 100%;
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.menu__item-right {
    height:auto;
}

.menu__item--1 .menu__item-inner {
	background: var(--color-bg-item1);
}
.menu__item--2 .menu__item-inner {
	background: var(--color-bg-item2);
}
.menu__item--3 .menu__item-inner {
	background: var(--color-bg-item3);
}
.menu__item--4 .menu__item-inner {
	background: var(--color-bg-item4);
}
.menu__item--5 .menu__item-inner {
	background: var(--color-bg-item5);
}

.menu__item--4, 
.menu__item--5 {
	display: none;
}

.label {
	display: none;
}

.mainmenu__item {
	opacity: 0;
}

.mainmenu__item,
.sidemenu__item {
	position: relative;
	overflow: hidden;
	transition: color 0.1s;
	margin: 0.25rem 0;
	display: block;
 top: auto !important;
}

.sidemenu__item-inner {
	display: block;
	transform: translate3d(0,100%,0);
}

.menu__item-map {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: url(../img/4.jpg) no-repeat 50% 50%;
	background-size: 120%;
	transition: transform 0.8s cubic-bezier(0.2,1,0.8,1);
}

.menu__item-inner:hover .menu__item-map {
	transform: scale3d(1.1,1.1,1);
}

.menu__item-hoverlink {
	font-weight: bold;
	text-transform: capitalize;
	position: relative;
	z-index: 1000;
	display: block;
}

.menu__item-hoverlink:hover,.menu-actif {
	color: #fff;
}
.quote {
    font-size: 1.2rem;
    text-align: left !important;
    font-weight: 100;
    width: 100%;
    display: block !important;
    padding: 10% 5% 0;
    letter-spacing: 0.5em;
   color: #999;
}


.menu__item-link {
	text-align: left;
	align-self: flex-start;
	justify-self: start;
	font-size: 1.5rem;
	width: 100%;
	line-height: 1;
	padding: 2rem ;
	margin: 3rem 0 auto;
	display: flex;
	flex-direction: column;
	height: calc(100% - 3rem);color: #fff;
}
	.mainmenu__item {
font-size: 1.6vw;
text-transform: uppercase;
overflow: visible;
padding: 0 0.5rem;
position: relative;
transition: color 0.3s;
font-family: 'Cormorant', serif;
	}
	.mainmenu__item::after {
		content: '';
		width: 100%;
		bottom: 6px;
		height: 1px;
		background:#f20c40;
		position: absolute;
		left: 0;
		opacity: 0;
		transform: scale3d(0,1,1);
		transition: transform 0.3s, opacity 0.3s;
		transform-origin: 100% 50%;
	}
	.mainmenu__item:hover::after {
		opacity: 1;
		transform: scale3d(1,1,1);
	}
	nav a.menu__item-hoverlink {
font-size: 3.2rem;
opacity: 0;
		transition: opacity 0.3s;font-family: 'Cormorant', serif;top: 10%;font-weight: 500;
line-height: 1.4em;font-style: italic;color: #fff;
/*background:rgba(0,0,0,0.6);
margin-bottom: 10px;
padding-left: 4px;
padding-right: 4px;
padding-top: 0;line-height: 1em;*/
  text-shadow: 0 2px 2px rgba(0,0,0,0.6);
	}
	.menu__item-inner:hover .menu__item-hoverlink {
		opacity: 1;
	}
@media only screen and (min-width:53em)
and (orientation:landscape){
.menu {
		width: 100%;
		height: 100vh;
		overflow: hidden;
		position: fixed;
		top: 0;
		left: 0;
		grid-template-columns: 60% 40%;
		grid-template-rows: 100%;
		grid-template-areas: 
            "item1 item2"
            "item1 item2";
	}
 .menu__item--1 {
		grid-area: item1;
	}
	.menu__item--2 {
		grid-area: item2;
	}
 .slide-content_content ul {
    padding-left: 25%;
}
}
@media only screen and (max-width:1024px)
and (orientation:portrait){
 .menu.menu--open {
    height: 100%;
    overflow: auto;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 200;
    display: block;
}
  .menu__item--2 .menu__item-inner {
    justify-content: unset;
}
.menu__item--1 {
	max-height: 40% !important;
	height: 40%;
    overflow: hidden;
}
 .menu__item-map {
    background-size: 90%;
 }
 .mainmenu__item {
    font-size: 1.6rem;
    margin: 0.2rem 0;
    padding: 0 0.5rem;
}
}

@media screen and (min-width: 1600px) {
    .mainmenu {
        margin-bottom: 8%;
    }
    .mainmenu__item {
        margin: 0.5rem 0;
    }
    .zone-search {
        margin-bottom: 0%;
    }
}

@media screen and (min-width: 53em){
	
	.menu__item {
		height: 100%;
	}

	.menu__item--3 {
		grid-area: item3;
	}
	
	.menu__item--4 {
		display: block;
	}
	.menu__item-inner {
		align-items: center;
	}
	.label {
		display: block;
		color: #999;
		position: absolute;
		z-index: 1000;
		font-size: 0.85rem;
		margin: 0;
		white-space: nowrap;
	}
	.label--topleft {
		top:0;
		left: 2rem;
	}
	.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;
	}
	.mainmenu,
	.sidemenu {
		width: 100%;
		height: 100%;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: flex-end;
	}
	.mainmenu {
		counter-reset: menuitem;
	}
	.mainmenu__item:hover,.menu-actif {
		color: var(--color-item-alt) !important;
	}
 .menu-actif::before{color:#f20c40}
	.sidemenu__item {
		text-transform: uppercase;
		letter-spacing: 0.15rem;
		font-size: 0.85rem;transition:all 0.6s;
	}

}
/*.btn-mof,.btn-maf {
    width: 80%;
    margin:0 auto 30px;text-align: center;    
}*/
.connexion {
background: #000;
    width: 100%;
    display: block !important;
    padding: 0;
    height: 50%;
}
.connexion	.label--topleft {
		top: 0;
	}
.zone-search {
    justify-content: flex-start;
}
.btn-mof, .btn-maf {
/*top: 65% !important;*/
    width: 40%;
    margin: 0;
    text-align: center;
    display: inline-block;
    position: relative;
 color: #fff;
transform: translateY(-50%);

}
.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);}

.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;
}
.input input:hover{border-bottom: 1px solid #e31010;}
.input input:focus{background:#16181d;color:#666;}
.input {
   width: 100%;
    padding: 0 5%;
}
.input button{width: 19%;
    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;
}
.input button:hover{border-bottom: 1px solid #e31010;color:#fff; }
.input button:focus{color:#e31010; }
.menu__item.menu__item--4 a.menu__item-link {
    display: inline-block;
    font-size: 1.5em !important;
    padding: 4% 5% !important;
    text-align: center;
    font-weight: 100 !important;
    align-self: auto;
    justify-self: flex-end;
    color: #666;
    transition: all 1.2s;
    margin: 0 !important;
    flex-direction: unset;
    width: auto !important;
    height: auto !important;
    line-height: 0.5em !important;
    position: relative;
    top: 0;
}
.menu__item.menu__item--4 a.menu__item-link:hover{color:#e31010;}
.mainmenu { justify-content: center;}

.mainmenu, .sidemenu {
    height: auto;margin-bottom:8%;
}
.reseaux {
  display: block;
  position: relative;
  width: 100%;
 margin-top: 5%;
}
.menu__item-link {

    text-align: center;
    align-self: auto;
    justify-self: start;
    font-size: 1.5rem;
    width: auto;
    line-height: 1;
    padding: 1rem 1rem 0rem;
    margin: -20px auto 10px;
    display: inline-block;
    flex-direction: initial;
    height: auto;
 position: relative;
 transform: none !important;
color: #fff;
}
.zone-search {
width: 80%;
    justify-content: flex-start;
    position: relative;
    display: block;
    text-align: center;color:#fff;

}
.label--topright {
    top: 4rem;
    right: 2rem;
}
.input.newsletter input::placeholder {
    letter-spacing: 0.3em;
color:#fff !important;
}

.input.newsletter {
    width: 80%;
    margin: 10px auto 0px;
}
.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%;

}
/*+++++*/