@font-face {
	font-display: swap;
	font-family: Gotham;
	font-style: normal;
	font-weight: 400;
	src: url(/webfonts/Gotham-Book.woff2) format("woff2"),
	     url(/webfonts/Gotham-Book.woff) format("woff")
}

@font-face {
	font-display: swap;
	font-family: Gotham;
	font-style: normal;
	font-weight: 700;
	src: url(/webfonts/Gotham-Bold.woff2) format("woff2"),
	     url(/webfonts/Gotham-Bold.woff) format("woff")
}

@font-face {
	font-display: swap;
	font-family: Gotham;
	font-style: italic;
	font-weight: 700;
	src: url(/webfonts/Gotham-BoldItalic.woff2) format("woff2"),
	     url(/webfonts/Gotham-BoldItalic.woff) format("woff")
}

@font-face {
	font-display: swap;
	font-family: Gotham;
	font-style: italic;
	font-weight: 400;
	src: url(/webfonts/Gotham-BookItalic.woff2) format("woff2"),
	     url(/webfonts/Gotham-BookItalic.woff) format("woff")
}

@font-face {
	font-display: swap;
	font-family: Gotham;
	font-style: normal;
	font-weight: 800;
	src: url(/webfonts/Gotham-Black.woff2) format("woff2"),
	     url(/webfonts/Gotham-Black.woff) format("woff")
}

@font-face {
	font-display: swap;
	font-family: Gotham;
	font-style: normal;
	font-weight: 900;
	src: url(/webfonts/Gotham-Ultra.woff2) format("woff2"),
	     url(/webfonts/Gotham-Ultra.woff) format("woff")
}

body {
	margin: 0;
	padding: 0;
	font-family: "Gotham",Helvetica,Arial,sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	color: #000;
}

body [data-wzb][data-disabled=false] {
	display: none!important;
}

h1, h2, h3 {
	margin: 0;
}

section {
	min-height: 100vh;
}

.menu-toggle {
	width: 40px;
	height: 30px;
	position: fixed;
	top: 20px;
	right: 25px;
	cursor: pointer;
	z-index: 2;
}

.menu-toggle.on .one {
	transform: rotate(45deg) translate(7px, 7px);
}

.menu-toggle.on .two {
  opacity: 0;
}

.menu-toggle.on .three {
	transform: rotate(-45deg) translate(8px, -10px);
}

.one, .two, .three {
	width: 100%;
	height: 5px;
	background: #333;
	margin: 6px auto;
	backface-visibility: hidden;
	transition-duration: 0.3s;
}

nav {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 100%;
	text-transform: uppercase;
	font-weight: 700;
}

nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	margin: 4em auto;
	text-align: center;
}

nav ul.hidden {
  display: none;
}

nav ul a {
	transition-duration: 0.5s;
	text-decoration: none;
	color: white;
	font-size: 3em;
	line-height: 2em;
	width: 100%;
	display: block;
}

nav ul a:hover {
	text-decoration: underline;
}

.menu.on {
	z-index: 10;
	width: 100%;
	height: 100%;
	display: block;
	background-color: rgba(0, 0, 0, 0.9);
	position: fixed;
	transition: .35s ease;
}

section#home {	
	text-align: center;
	font-family: "Gotham",Helvetica,Arial,sans-serif;
	font-style: normal;
	font-weight: 700;
	text-transform: uppercase;
	position: relative;
	min-height: calc(100vh - 150px)
	padding-bottom: 150px;
	background-color: #d92c32;
	background-image:
		url(images/rond-jaune.svg),
		url(images/rond-jaune.svg),
		url(images/carre-noir.svg),
		url(images/carre-jaune.svg),
		url(images/rond-jaune.svg);
	background-repeat: no-repeat, no-repeat, no-repeat, no-repeat, no-repeat;
	background-position: 2% 50%, 5% 18%, 18% 2%, 48% 25%, 94% 22%;
	background-size: 40px auto, 25px auto, 18px auto, 19px auto, 23px auto; 
}

#home h1 img {
	padding-top: 20vh;
	padding-bottom: 4vh;
	max-width: 60vw;
	max-height: 40vh;
	/* position: absolute;
	top:0;
	left: 0;
	right: 0;
	bottom: 0; */
	margin:auto;
}

#home h2, h3 {
	color: #FFF;
	font-size: 26px;
	letter-spacing: 1px;
}

#home h2::before, #home h2::after {
	display: inline-block;
	content: "";
	background-image: url(images/trait-jaune-1.svg);
	position: relative;
	width: 8px;
	height: 1em;
	top: 4px;
} 

#home h2::before {	
	margin-right: 20px;	
}

#home h2::after {
	transform: scale(-1, 1);
	margin-left: 20px;
}

#home .logo {
	padding-top: 8vh;
	max-width: 15vh;
	max-height: 15vh;
}

#home h4 {
	color: #000;
	font-size: 17px;
	margin-top: 0.3rem;
	letter-spacing: -1px;
}

#home .partner {
	text-decoration: none;
}

#home .partner img {
	padding-top: 8vh;
	max-width: 18vh;
	max-height: 8vh;
}

.bottomline {
	position: absolute;
	left: 15px;
	right: 15px;
	bottom: 130px;
	display: grid;
	grid-template-columns: 1fr;
}

.prix {
	max-width: 100px;
}

#home p.button {
	font-size: 1em;
	align-self: center;
}

hr.clear {
	clear: both;
	visibility: hidden;
	margin: 0;
	padding: 0;
	border: 0;
}

#actu {
	background: #FFF;
	min-height: initial;
	text-align: center;
	padding-bottom: 25px;
}

#actu h1 {
	display: inline-block;
	background: url(images/trait-rouge-1.svg) no-repeat center center;
	background-size: 100% 100%;
	color: #FFF;
	font-family: "Gotham",Helvetica,Arial,sans-serif;
	font-style: normal;
	font-weight: 700;
	text-transform: uppercase;
	margin: 0 15px 50px;
	padding: 20px;
}

#actu iframe {
	margin: 0;
	padding: 0;
	border: none;
	width: 100%;
	height: 450px;
}

#actu .wrapper > span {
	display: inline-block;
	margin: 35px 0 20px;

}

#actu span a {
	text-decoration: none;
	color: #FFF;
	background-color: #000;
	padding: 10px;
	transition: all 0.3s
}

#actu span a:hover {
	color: #e31c24;
	background-color: #222;
}

#avantages {
	background: #DDD url(images/mefi-avantages.png) no-repeat left bottom;
	background-size: 15% auto;
	text-align: center;
	position: relative;
}

.wrapper {
	max-width: 1400px;
	margin: 0 auto;
	padding-top: 25px;
}

#avantages h1 {
	display: inline-block;
	background: url(images/trait-rouge-1.svg) no-repeat center center;
	background-size: 100% 100%;
	color: #FFF;
	font-family: "Gotham",Helvetica,Arial,sans-serif;
	font-style: normal;
	font-weight: 700;
	text-transform: uppercase;
	margin: 0 15px 20px;
	padding: 20px;
}

#avantages p.accroche {
	display: inline-block;
	width: 74%;
	font-weight: 700;
	font-size: 1.4em;
	margin-bottom: 6vh;
}

.welcomepack {
	width: 50%;
	margin-left: 25%;
}


.welcomepack .box img {
	width: 80%;
	margin: 20px 10%;
}

.avantages, .avantages2 {
	display: flex;
	justify-content: space-around;
	margin-bottom: 30px;
}

.avantages div {
	width: calc(27% - 40px);
	padding: 0 40px 5px;
	margin-top: 100px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;

}

.avantages img {
	height: 100px;
	background: url(images/rond-noir.svg) no-repeat center center;
	padding: 30px;
	margin: -100px 0 20px;
}

.avantages h2, .box h2 {
	text-transform: uppercase;
	font-weight: 700;
	width: 90%;
    margin: 0 auto;
}

.avantages p {
	font-size: 1.2em;
	line-height: 1.5em;
	letter-spacing: 0.3px;
	padding: 0 7px;
}

.box p {
	font-size: 1.1em;
	line-height: 1.2em;
	letter-spacing: 0.2px;
	text-align: left;
	margin: 20px 10%;
	padding-bottom: 35px;
}

.avantages2 p {
	background-color: green;
	font-size: 1.2em;
	padding: 20px 30px;
	color: #FFF;
}

.avantages2 p strong {
	text-transform: uppercase;
}

.box, .acces {
	color: #FFF;
}

.box {
	background-color: black;
    -webkit-mask-image: url(images/carre-rouge.svg);
    mask-image: url(images/carre-rouge.svg);
}

.invitations {
	background-image: url(images/carre-blanc.svg)	
}

.acces {
	background-image: url(images/carre-jaune.svg)	
}

p.boutique {
	background: url(images/trait-jaune-3.svg) no-repeat center center;
	background-size: 100% 100%;
}

p.billetterie {
	background: url(images/trait-rouge-1.svg) no-repeat center center;
	background-size: 100% 100%;
}

.avantages3 {
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 1.5em;
	padding-bottom: 70px;
}

.avantages3 p {
	margin: 0;
	display: inline-block;
}

.avantages3::before, .avantages3::after {
	display: inline-block;
	background-image: url(images/trait-jaune-1.svg);
	content:"";
	width: 8px;
	height: 2em;
}

.avantages3::before {
	margin-right: 20px;
}

.avantages3::after {
	transform: scale(-1, 1);
	margin-left: 20px;
}

.avantages4 {
	position: absolute;
	right:1%;
	bottom:1%;
}

#inscription {
	padding: 0;
	position: relative;
	background: #FFF url(images/mefi-inscription.png) no-repeat right bottom;
	background-size: 15% auto;
}

#inscription .wrapper {
	text-align: center;
}

#inscription .wrapper > p.devenir {
	text-align: center;
	font-weight: 700;
	font-size: 1.2em;
	margin-bottom: 10vh;
}

.etapes {
	display: flex;
	justify-content: space-around;
}

.etapes div {
	width: 45%;
	padding: 10px 40px;
}

.etapes span {
	display: block;
	margin: 0 auto;
	padding: 5px;
	color: #FFF;
	font-family: "Gotham",Helvetica,Arial,sans-serif;
	font-weight: 700;
	font-size: 2.6em;
	text-align: center;
	background-repeat: no-repeat;
	background-position: center center;
}

.etape1 span {
	background-image: url(images/rond-rouge.svg);
}

.etape2 span {
	background-image: url(images/rond-noir.svg);
}

.etape3 span {
	background-image: url(images/rond-jaune.svg);
}

.etapes p {
	text-transform: uppercase;
	font-weight: 700;
	font-size: 1.3em;
	text-align: center;
}

.inscription {
	margin-top: 10vh;
	padding-bottom: 50px;
	text-align: center;
}

.inscription p {
	margin: 0;
}

#inscription p.accroche {
	display: inline-block;
	background: url(images/trait-rouge-2.svg) no-repeat left center, url(images/trait-rouge-2.svg) no-repeat right center;;
	padding-right: 30px;
	padding-left: 30px;
	text-transform: uppercase;
	color: #d92c32;
	font-size: 1.2em;
	line-height: 1.5em;
	font-weight: 700;
}

#inscription p.accroche strong {
	color: #000;
	font-weight: 700;
}

.inscription-warning {
	max-width: 525px;
	text-align: center;
	padding: 10px;
	border: 5px solid #C00;
	margin: 0 auto 20px;
	line-height: 1.5em;
	background-color: #efefef;
}

p.button {
	text-transform: uppercase;
	font-family: "Gotham",Helvetica,Arial,sans-serif;
	font-weight: 700;
	font-size: 2em;
	text-align: center;
	line-height: 2em;
}

p.button a {
	background: url(images/trait-noir-1.svg);
	padding: 20px 30px;
	color: #FFF;
	text-decoration: none;
}

.footer {
	/* position: absolute; */
	bottom: 0;
	left: 0;
	right: 0;
	display: flex;
}

.reminder {
	align-self: flex-end;
	text-align: right;
	padding-right: 30px;
	margin-left: auto;
	margin-right: 18%;
	text-transform: uppercase;
	font-weight: 700;
	line-height: 1.4em;
	background: url(images/trait-jaune-1.svg) no-repeat right center;
	background-size: 10px 100%;
}

.carte {
	max-width: 70%;
	margin-bottom: -15px;
}

.carte img {
	max-width: 185px;
}

#inscription em {
	font-size: 0.8em;
}

#abonnement {
	background: #000;
	color: #FFF;
	text-align: center;
}

#abonnement .wrapper {
	background: url(images/mefi-full.svg) no-repeat left 40vh;
	background-size: auto 40vh;
	min-height: 100vh;
}

#abonnement h1 {
	max-width: 10%;
	margin: 0 auto;
}

#abonnement h2 {
	margin-top: 5vh;
	display: inline-block;
	background: url(images/trait-rouge-3.svg) no-repeat center center;
	background-size: 100% 100%;
	padding: 20px 30px 40px;
}

#abonnement p {
	width: 34%;
	margin: 50px auto 80px;
	font-weight: 700;
	font-size: 1.2em;
	line-height: 1.8em;
}

#abonnement p.mini {
	font-weight: 400;
	font-size: 0.75em;
	line-height: 1.2em;
}


#abonnement p strong {
	font-size: 1.2em;
	color: #d92c32;
}

 .btn { 
    font-size: 1em;
    font-family: "Gotham",Helvetica,Arial,sans-serif;
    font-weight: 700;
    line-height: 24px;    
    background-color: #d51317;    
    border-radius: .25rem;    
    text-align: center;
    letter-spacing: 0.5px;
    margin: 10px auto 0;
    width: 200px;
}    

.btn a {
	display: block;
	width: 100%;
	height: 100%;
	text-transform: uppercase;
	text-decoration: none;
	color: #ffffff;
}

img.abonnement {
	padding: 9px 35px;
	width: 50%;
	margin-top: 75px;
	margin-bottom: 25px;

}
section#contact {
	background: #FFF;
	text-align: center;
	height: initial;
	min-height: 0;
}

#contact h1 {
    display: inline-block;
    background: url(images/trait-rouge-1.svg) no-repeat center center;
    background-size: 100% 100%;
    color: #FFF;
    font-family: "Gotham",Helvetica,Arial,sans-serif;
    font-style: normal;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0 15px 20px;
    padding: 20px;
}

#contact img {
	max-width: 20%;
	padding: 8vh 0;
	margin-top: 30px;
	background: url(images/trait-noir-4.svg) no-repeat center top;
	background-size: 50% 8%;
}

footer {
	background: #000;
	width: 100%;
	color: #FFF;
	font-weight: 700;
}

footer .wrapper {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 0;
}

footer a {
	color: #FFF;
	text-decoration: none;
}

footer .wrapper div {
	width: calc(33% - 15px);
	line-height: 40px
}

footer .wrapper div:first-of-type {
	padding-left: 15px;
	flex-grow: 1;
}

footer .wrapper div:nth-of-type(2) {
	text-align: right;
	padding-right: 15px;
	order: 1;
}

footer .wrapper div:last-of-type {
	flex-grow: 1;
	text-align: center;
}

footer img {
	height: 25px;
	position: relative;
	top: 6px;
}

span.logo-ztb.icon-zotabox-logo {
    display: none!important;
}


/* RESPONSIVE */

@media (max-width: 576px) {

	.none-xs {
		display: none;
	}

	.menu-toggle {
		width: 25px;
		top: 12px;
		right: 12px;
	}

	.one, .two, .three {
		height: 4px;
		margin: 5px auto;
	}

	.menu-toggle.on .one {
		transform: rotate(45deg) translate(3px, 5px);
	}

	nav ul a {
		font-size: 2.5em;
	}

	#home {
		/* background-position: 2% 50%, 5% 18%, 18% 2%, 48% 13%, 94% 62%; 
		background-image: 
		url(images/fond-neige-mobile.png), radial-gradient(#ec2633, #770e12); */
	}

	#home h1 img {
	    max-width: 90vw;
	    padding-top: 17vh;
	}

	#home h2, #home h3 {
		font-size: 14px;
		letter-spacing: 0.5px;
	}

	#home .logo {
	    padding-top: 8vh;
	}

	#home .partner img {
		padding-top: 15vh;
	}

	#home h2::before, #home h2::after {
		display: none;
	}

	#actu h1 {
		margin-bottom: 25px;
	}

	#actu iframe {
		height: auto;
	}

	#avantages {
	    background-size: 25% auto;
	}

	.avantages, .avantages2, .avantages3 {
		display: block;
	}

	.avantages div {
		width: 90%;
		padding: 0 0 15px;
		margin: 120px 5% 0;
	}

	#avantages p.accroche {
		width: 96%;
		}

	.avantages2 {
		margin-left: 0;
	}

	.avantages3 {
		width: 80%;
		margin-left: 10%;
	}

	.avantages3::before, .avantages3::after {
		display: none;
	}

	.avantages4 {
		left: 25%;
		line-height: 0.8em;
	}

	.welcomepack {
		width: 90%;
		margin-left: 5%;
	}

	.etapes {
		display: initial;
	}

	#inscription .wrapper > p {
		width: 90%;
	    margin: 0 auto 20px;
	}

	.inscription-warning {
		max-width: 90%;
	}

	.etapes div {
	    width: 80%;
	    padding: 10px 10%;
	}

	.etape1, .etape2 {
		margin-bottom: 30px;
	}

	.inscription, .footer {
		display: block;
		margin-top: 25px;
	}

	.inscription p {
		width: 100%;
	}

	#inscription {
	    background-size: 25% auto;
	}

	#inscription p.accroche {
	    background: none;
	    padding-left: 0;
    	padding-right: 0;
	    text-transform: uppercase;
	    color: #d92c32;
	    font-size: 1.1em;
	    line-height: 1.4em;
	    font-weight: 700;
	    margin-bottom: 40px;
	}

	.footer {
		position: static;
		padding-bottom: 10px;
	}

	.reminder {
		margin-bottom: 0;
		margin-right: 25%;
	}

	.carte {
	    text-align: center;
	    margin-bottom: 30px;
	}

	#abonnement h1 {
	    max-width: 20%;
	}

	#abonnement h2 {
		font-size: 1.3em;
	}

	#abonnement p {
	    width: 60%;
	    margin: 30px 0 10px 40%;
	    font-weight: 700;
	    font-size: 1em;
	    line-height: 1.6em;
	}

	#abonnement .wrapper {
	    background-position: left 45vh;
	}

	 .btn { 
	    font-size: 1.2em;
	    padding: 9px 15px;
	}

	#contact img {
	    max-width: 40%;
	}

	footer {
		height: auto;
		padding-bottom: 15px
	}

	footer .wrapper {
		display: block;
	}

	footer .wrapper div {
		width: 100%;
		line-height: 25px;
		padding-left: 0;
		padding-right: 0;
		text-align: center;
	}

	footer .wrapper div:first-of-type {
	    padding-left: 0;
	}

	footer .wrapper div:nth-of-type(2) {
	    text-align: center;
	    padding-right: 0;
	}
}

@media (min-width: 768px) {

	#home p.button {
		font-size: 2em;
		align-self: initial;
		margin-block-end: .5em;
	}

	.bottomline {
		bottom: 30px;
	}

	.prix {
		max-width: 150px;
	}

	img.abonnement {
	    width: initial;
	    max-width: 300px;
	}

	.carte img {
		max-width: 300px;
	}

}