@import url('https://fonts.googleapis.com/css2?family=Fredoka:wght@300..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;600&display=swap');

html{
	overflow-x: hidden;
}

.fredoka-font {
	font-family: "Fredoka", sans-serif;
	font-optical-sizing: auto;
	font-weight: 700;
	font-style: normal;
	font-variation-settings:
	  "wdth" 100;
}
.poppins-light-font {
	font-family: "Poppins", sans-serif;
	font-weight: 300;
	font-style: normal;
}
  
.poppins-semibold-font {
	font-family: "Poppins", sans-serif;
	font-weight: 600;
	font-style: normal;
}
  
.logo{
	color: #EF9F2F;
	font-size: 1.5em;
	font-variant-caps: small-caps;
}
.logo a {
	color: #EF9F2F !important;
	text-decoration: none;
}

/* template cta-1 */
body{
	background-color: black;
	color: #eee;
	overflow-x: hidden;
}

strong{
	font-weight: bold;
}

.sub-title{
	font-size: 1.25em;
}

.btn{
	font-size: 1.2em;
}

.btn-orange, .btn-orange:focus, .btn-orange:active, .btn-orange:hover,
:not(.btn-check) + .btn.btn-orange:active{
	--bs-btn-color: #000;
	background-color: #EF9F2F;
	color: black !important;
	box-shadow: 0 0 5px white;
}

.desktop{
	--border-radius: 30px;
	--border-size: 10px;

	& img.back-img-left{
		position: absolute;
		top: 15%;
		left: -20%;
		z-index: 10;
		width: 50%;
		border: var(--border-size) solid black;
		border-radius: var(--border-radius);
		transform: perspective(48em) rotateY(-18deg);
		-webkit-transform: perspective(48em) rotateY(-18deg);
	}
	& img.back-img-right{
		position: absolute;
		top: 15%;
		right: -18%;
		z-index: 10;
		width: 40%;
		border: var(--border-size) solid black;
		border-radius: var(--border-radius);
		transform: perspective(48em) rotateY(18deg);
		-webkit-transform: perspective(48em) rotateY(18deg);
	}

	& video{
		border-radius: var(--border-radius);
		border: var(--border-size) solid black;
		z-index: 100;
		position: relative;
		width: 75%;
	}
}
.mobile{
	--border-radius: 40px;
	--border-size: 10px;
	
	& img.back-img-left{
		position: absolute;
		top: 15%;
		left: -27%;
		z-index: 10;
		width: 62%;
		border: var(--border-size) solid black;
		border-radius: var(--border-radius);
		transform: perspective(48em) rotateY(-18deg);
		-webkit-transform: perspective(48em) rotateY(-18deg);
	}
	& img.back-img-right{
		position: absolute;
		top: 15%;
		right: -25%;
		z-index: 10;
		width: 50%;
		border: var(--border-size) solid black;
		border-radius: var(--border-radius);
		transform: perspective(48em) rotateY(18deg);
		-webkit-transform: perspective(48em) rotateY(18deg);
	}

	& video{
		border-radius: var(--border-radius);
		border: var(--border-size) solid black;
		z-index: 100;
		position: relative;
		width: 90%;
	}
}

.video-wrapper{
	position: relative;
	padding-left: 0;
}
.video-wrapper::after{
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background-image: url('graphics/iphone-x-4.png');
	background-size: contain;
	top: 0;
	left: 0;
	position: absolute;
	background-repeat: no-repeat;
}
.phone-wrapper{
	position: relative;
}
.phone-wrapper::after{
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background-image: url('graphics/iphone-x-4.png');
	background-size: contain;
	background-position: center;
	top: 0;
	left: 0;
	position: absolute;
	background-repeat: no-repeat;
}
.phone-wrapper img{
	width: 100%;
}

#cta-1_1 {
	position: relative;
}

#cta-1_1 .container{
	z-index: 10;
	position: relative;
}

@media screen and (min-width: 1400px) {
	#cta-1_1 .container{
		min-height: 80vh;
	}
}

#cta-1_1::before {
	--transparency: 0.8;
	content: "";
	display: block;
	height: 100%;
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 0;
	background: 
		linear-gradient(293deg, rgba(239, 159, 47, var(--transparency)) 0%, rgba(255, 14, 14, var(--transparency)) 100%),
		url('graphics/background-01.jpg?v=2') top center no-repeat
		;
	background-size: cover;
	background-position-y: -100px;
}
#cta-1_1::after{
	content: "";
	display: block;
	height: 100%;
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 1;
	background: url('graphics/carb.png') bottom no-repeat;
	background-size: contain;
}

#futur-danse, #section-img-left-50_2, #section-img-right-50_3, #section-img-left-50_4{
	background-color: white;
	color: #111;
}

/* ****************************** */
/* template black-footer-2 */

#black-footer-2_5{
	background-color: #141414;
	color: #949494;
	font-size: 0.8em;
}
#black-footer-2_5 a{
	color: #949494;
	text-decoration: none;
}
#black-footer-2_5 .brand{
	font-size: 1.5em;
	color: #ccc;
}
#black-footer-2_5 .brand strong{
	color: #fff;
}

#black-footer-2_5 .signature{
	color: #ccc;
}	
#black-footer-2_5 .signature a{
	color: #fff;
	font-weight: bold;
}
		
#liveToast{
	--bs-toast-bg: rgb(18, 19, 20);
	--bs-toast-font-size: 1em;
	box-shadow: 0 0 5px white, 0 0 10px white, 0 0 15px white;
	text-align: center;
}

section#black-footer-2_5 a{
	color: white;
	font-weight: bold;
}

.modal-header, .btn-close{
	color: #333 !important;
	filter: none !important;
}
