@font-face {
	font-family: 'futuraCondensed';
	src: url('https://lordinaire.fr/assets/FuturaStd-Condensed.otf');
	font-weight: normal;
	font-style: normal;
}


html {

	margin: 0;
	padding: 0;

	overflow-x: hidden;

}

body {
	background-color: #FFD600;
	margin: 0;
	padding: 0;
}

h1,
h2,
p {
	font-family: 'futuraCondensed', sans-serif;
}




h1 {

	/* font-size:10em; */
	font-size: calc(5vw + 3em);
	line-height: calc(1em);
	font-weight: bold;

}

.navbar {

	background-color: #FFD600 !important;
	padding: 0;
	margin: 0;

}

@media screen and (min-width: 1280px) {

	h1 {

		/* font-size:10em; */
		font-size: 140px;
		line-height: 145px;
		font-weight: bold;

	}

}

/*
.shadow{
	
	position: absolute;
	top:0px;
	left:0px;
	width : 100vw;
	height : 100vh;
	background-color: #FFD600;
	
}
*/


.navbar-nav {

	text-align: right;

}

.intromain {

	margin: 0 !important;
	padding: 0;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100vw;
	height: 100vh;
	background-image: url(./fond_introv3.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}

.introbloc {


	/*
	background:url(/assets/fond_introv3.jpg) no-repeat !important;
	background-size:contain;
	background-position: center center;
	*/
	background-color: #ffde00 !important;
	opacity: 0.9;
}




.loadmdl {

	width: 300px;
	height: 300px;
	margin: 40vh auto;
	text-align: center;
	padding: 0;

}

.logo {
	width: 12em;
}

.logointro {

	width: 300px;
	margin-left: calc(50% - 160px);

}

.introbloc {
	margin: 8vh auto;
	padding: 40px;
	border-radius: 15px;
	background-color: white;

}

.whortiste {
	padding: 0;
	margin: 0px 20vw 0px 20vw;
	border: 0;

}








.whortiste h1 {
	text-align: center;
	font-size: 7em;
	line-height: 90px;
	text-transform: uppercase;

}

.whortiste h2 {
	text-align: center;
	font-size: calc(3vw + 5px);
	line-height: calc(3vw + 4px);


}

.whortiste p {
	text-align: center;

}

#avousjouer {

	cursor: pointer;
	font-size: 28px !important;
	line-height: 28px !important;
	color: #FFD600;
	text-transform: uppercase;
	text-align: center !important;
	width: 80%;
	border: 1px solid grey;
	border-radius: 10px;
	padding: 15px;
	margin: 20px auto;
	background-color: #0f783a;


}

.viewmain {

	padding-top: 140px;

}

.canned {

	background-color: white !important;
	height: 78vh;
	width: 60vw;
	border: 1px solid #bec6ca;

	border-radius: 10px;

	/* shadow */
	-webkit-box-shadow: 0px 0px 20px -8px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0px 0px 20px -8px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 0px 20px -8px rgba(0, 0, 0, 0.3);

	color: white;
	text-align: center;
	margin: 10px;

	overflow: hidden;


}

.canned div {
	background-size: contain !important;
}


.loupe {

	position: absolute;
	top: calc(50% - 100px);
	left: calc(50% - 100px);
	width: 200px;
	height: 200px;
	background-color: #ccc;
	padding: 60px 30px;

	border-radius: 10px;
	vertical-align: middle;

}


@keyframes shadowPulse {
	0% {

		box-shadow: 0px 0px 5px 0px hsla(0, 0%, 0%, 0);
	}

	100% {

		box-shadow: 0px 0px 100px 0px hsla(0, 0%, 0%, 1);
		width: 100%;
		height: 100%;
	}
}

.shadow-pulse {
	position: absolute;
	float: right;
	top: 0;
	left: 0;
	z-index: 999 !important;
	animation-name: shadowPulse;
	animation-duration: 1s;
	animation-iteration-count: 1;
	animation-timing-function: linear;

	box-shadow: 0px 0px 100px 0px hsla(0, 0%, 0%, 1);
	width: 100%;
	height: 100%;
}






.vote {

	position: absolute;
	bottom: 5vh;
	left: calc(50% - 150px);
	border: 5px solid #017937;
	width: 300px;
	margin: 1px auto;
	padding: 10px;
	border-radius: 5px;

	/* 	background-color: #FFD600; */


}


.vote p {
	margin: 0;
	padding: 0;
	font-family: 'futuraCondensed';
	font-size: 3em;
	color: #017937;
	font-weight: bold;
	text-shadow: 1px 1px 1px #fff;

}


/* SPINNER */
.lds-ring {
	display: inline-block;
	position: fixed;
	top: calc(40vh - 60px);
	left: calc(50vw - 135px);
	width: 270px;
	height: 270px;
	text-align: center;
}

.lds-ring div {
	box-sizing: border-box;
	display: block;
	position: absolute;
	width: 250px;
	height: 250px;
	margin: 8px;
	border: 1px solid #0f783a;
	border-radius: 50%;
	animation: lds-ring 1s cubic-bezier(0.5, 0, 0.5, 1) infinite;
	border-color: #0f783a transparent transparent transparent;
}

.lds-ring div:nth-child(1) {
	animation-delay: -0.45s;
}

.lds-ring div:nth-child(2) {
	animation-delay: -0.4s;
}

@keyframes lds-ring {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}



/* Flicketi */
.flickity-enabled {
	position: relative;
}

.flickity-enabled:focus {
	outline: 0;
}

.flickity-viewport {
	overflow: hidden;
	position: relative;
	height: 100%;

}

.flickity-slider {
	position: absolute;
	width: 100%;
	height: 100%;
}

.flickity-enabled.is-draggable {
	-webkit-tap-highlight-color: transparent;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.flickity-enabled.is-draggable .flickity-viewport {
	cursor: move;
	cursor: -webkit-grab;
	cursor: grab;
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
	cursor: -webkit-grabbing;
	cursor: grabbing;
}

.flickity-button {
	position: absolute;
	background: hsla(0, 0%, 100%, .75);
	border: none;
	color: #333;
}

.flickity-button:hover {
	background: #fff;
	cursor: pointer;
}

.flickity-button:focus {
	outline: 0;
	box-shadow: 0 0 0 5px #19f;
}

.flickity-button:active {
	opacity: .6;
}

.flickity-button:disabled {
	opacity: .3;
	cursor: auto;
	pointer-events: none;
}

.flickity-button-icon {
	fill: currentColor;
}

.flickity-prev-next-button {
	top: 50%;
	width: 44px;
	height: 44px;
	border-radius: 50%;
	transform: translateY(-50%);
}

.flickity-prev-next-button.previous {
	left: 10px;
}

.flickity-prev-next-button.next {
	right: 10px;
}

.flickity-rtl .flickity-prev-next-button.previous {
	left: auto;
	right: 10px;
}

.flickity-rtl .flickity-prev-next-button.next {
	right: auto;
	left: 10px;
}

.flickity-prev-next-button .flickity-button-icon {
	position: absolute;
	left: 20%;
	top: 20%;
	width: 60%;
	height: 60%
}

.flickity-page-dots {
	position: absolute;
	width: 100%;
	bottom: -25px;
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: center;
	line-height: 1;
}

.flickity-rtl .flickity-page-dots {
	direction: rtl;
}

.flickity-page-dots .dot {
	display: inline-block;
	width: 10px;
	height: 10px;
	margin: 0 8px;
	background: #333;
	border-radius: 50%;
	opacity: .25;
	cursor: pointer;
}

.flickity-page-dots .dot.is-selected {
	opacity: 1;
}



.downview {

	position: relative;
	top: 50px;

	width: 100vw;
	height: 100vh;


}


#concours,
#contact {


	border: 1px solid rgba(0, 0, 0, 0.01);

}

.capsule {


	width: 50vw;
	min-height: 30vw;

	color: black;
	margin: 0 auto;
	margin-top: calc(50% - 20vw);




}





#concours {

	background: url(/assets/concours.jpg) #FFD600 no-repeat;
	background-position: center center;
	background-size: contain;

}



@media screen and (max-width: 700px) {

	.introbloc {

		margin: 5vh auto !important;
		padding: 40px;
		border-radius: 15px;
		background-color: white;


	}


	.whortiste {
		padding: 0;
		margin: 0px 2vw 0px 2vw !important;
		border: 0;

	}


	.loupe {

		opacity: 0.1;

	}

	.logomenu {

		width: 110px;

	}

	.viewmain {

		padding-top: 22vw !important;

	}

	.artistename {

		font-size: 3em;

	}


	.canned {

		height: 65vh;
		width: 50vw;



	}

}