@import './puzzle.css';
@import './hole.css';
@import './shine.css';
@import './authenticity.css';
@import '../common/contact.css';

.intro {
	align-items: center;
	box-shadow: inset 0 -9px 6px -3px #000, 0 -10px 20px 20px rgb(0 0 0 / 80%);
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-height: 60vh;
	margin-top: 6rem;
	position: relative;
	/* overflow: hidden; */
	z-index: 1;
}

.intro > * {
	padding: 2rem;
}

/* Image background */
.intro-animated-bg {
	position: absolute;
	height: 100%;
	width: 100%;
}

.intro-animated-bg > * {
	mix-blend-mode: multiply;
	position: absolute;
}

@media (max-height: 1200px) {
	.intro {
		min-height: 80vh;
	}
}

@media (max-height: 768px) {
	.intro {
		min-height: 640px;
	}
}

@media (max-width: 768px) {
	.intro-animated-bg
		> *:not(.double-star-orange-left):not(.double-heart-orange):not(#shooting-star-top-pink):not(#serpentin-top-orange):not(#serpentin-bottom-orange):not(#shooting-star-bottom-pink) {
		display: none;
	}
}

@media (max-width: 450px) {
	.intro-animated-bg > *:not(.double-star-orange-left):not(.double-heart-orange) {
		display: none;
	}
}

.intro-animated-bg > .left {
	left: 0;
}

.intro-animated-bg > .right {
	right: 0;
}

.intro-animated-bg > .reverse {
	transform: rotateY(190deg) rotateZ(30deg);
}

.pink-heart {
	bottom: 50%;
	width: 20px;
	left: 20%;
}

.orange-heart {
	width: 40px;
	top: 40%;
	left: 15%;
	transform: rotate(-25deg);
}

.double-heart-orange {
	width: 40px;
	right: 30%;
	top: 18%;
	transform: rotate(30deg);
}

@media (max-width: 768px) {
	.double-heart-orange {
		width: 55px;
		right: 30%;
		top: 14%;
		transform: rotate(30deg);
	}
}

@media (max-width: 450px) {
	.double-heart-orange {
		top: 10%;
	}
}

.double-star-pink-right,
.double-star-orange-left {
	width: 40px;
}

.double-star-orange-left {
	left: 30%;
	top: 17%;
}

@media (max-width: 768px) {
	.double-star-orange-left {
		width: 60px;
		left: 30%;
		top: 13%;
	}
}

@media (max-width: 450px) {
	.double-star-orange-left {
		top: 9%;
	}
}

.double-star-pink-right {
	right: 8%;
	bottom: 41%;
}

.shooting-star-pink-top,
.shooting-star-orange-top {
	width: 31%;
}

#shooting-star-top-pink {
	top: 18%;
	transform: rotateX(190deg) rotateZ(25deg);
	left: -7%;
}

@media (max-width: 768px) {
	#shooting-star-top-pink {
		top: 13%;
		transform: rotateX(190deg) rotateZ(25deg);
		left: unset;
		right: 75%;
		width: 250px;
	}
}

#shooting-star-middle-pink {
	top: 45%;
	width: 15%;
	left: -1%;
}

#shooting-star-bottom-pink {
	bottom: 19%;
	transform: rotateX(190deg) rotateY(190deg) rotateZ(-10deg);
	right: -15%;
}

@media (max-width: 768px) {
	#shooting-star-bottom-pink {
		bottom: 19%;
		transform: rotateX(190deg) rotateY(190deg) rotateZ(8deg);
		right: 0;
		left: 75%;
		width: 300px;
	}
}

#shooting-star-orange {
	transform: rotateY(190deg) rotateZ(40deg);
	top: 27%;
	right: -3%;
	width: 16%;
}

.shooting-star-pink-bottom {
	width: 34%;
}

.serpentin-orange {
	width: 23%;
}

#serpentin-top-orange {
	transform: rotateY(190deg) rotateZ(40deg);
	top: 9%;
}

@media (max-width: 768px) {
	#serpentin-top-orange {
		top: 9%;
		transform: rotateY(190deg) rotateZ(25deg);
		right: unset;
		left: 75%;
		width: 200px;
	}
}

#serpentin-bottom-orange {
	transform: rotateZ(-30deg);
	bottom: 18%;
	left: -1%;
}

@media (max-width: 768px) {
	#serpentin-bottom-orange {
		transform: rotateZ(-30deg);
		bottom: 18%;
		left: unset;
		right: 75%;
		width: 200px;
	}
}
/* End Image background */

.intro-title > * {
	display: inline;
}

.intro-title {
	color: #4d1905;
	margin: 3rem auto;
	mix-blend-mode: multiply;
	text-align: center;
	width: 48%;
	display: inline;
	max-width: 750px;
	z-index: 1;
}

.intro-title > span {
	font-weight: 550;
	font-style: italic;
	color: #e5335b;
	display: inline;
}

.intro-title > span:nth-child(2) {
	color: #f3974e;
}

.intro-title > u {
	text-decoration: none;
	padding-bottom: 25px;
	background: url(../../assets/common/underline.svg) bottom repeat-x;
}

@media (max-width: 1460px) {
	.intro-title {
		width: 55%;
	}
}

@media (max-width: 1290px) {
	.intro-title {
		font-size: 3rem;
		width: 60%;
	}
}

@media (max-width: 990px) {
	.intro-title {
		font-size: 2.7rem;
		line-height: 2.7rem;
		width: 70%;
	}
}

@media (max-width: 768px) {
	.intro-title {
		font-size: 2.3rem;
		width: 80%;
		translate: 0px 50px;
	}

	.intro-title > .pink u {
		padding-bottom: 10px;
	}
}

.intro-buttons {
	display: flex;
	flex-direction: row;
	justify-content: center;
}

@media (max-width: 768px) {
	.intro-buttons {
		flex-direction: column;
		padding-bottom: 60px;
	}
}

@media (max-width: 460px) {
	.intro-buttons {
		padding-bottom: 120px;
	}
}

.intro-buttons .button {
	margin: 1rem;
}

.intro-separator {
	bottom: 0;
	position: absolute;
	width: 20%;
	max-width: 12rem;
	min-width: 8rem;
}

.section.testimonial {
	padding: 12rem 3rem;
	position: relative;
	box-shadow: 0 -18px 10px -10px #000 inset,
				0px 0px 10px 5px rgba(0, 0, 0, 1);
	z-index: 1;
}

@media (max-width: 450px) {
	.section.testimonial {
		padding: 7rem 1rem;
	}
}

.testimonial-bloc {
	align-items: stretch;
	display: flex;
}

@media (max-width: 1024px) {
	.testimonial-bloc {
		flex-direction: column;
	}
}

.testimonial-bloc .bloc {
	background: #fbfbfb;
	border-radius: 1rem;
	color: #4d1905;
	display: flex;
	flex: 1;
	flex-direction: column;
	margin: 1rem;
	padding: 1.5rem;
	filter: drop-shadow(0px 1rem 0.5rem rgba(58, 17, 27, 0.5));

}

@media (max-width: 1024px) {
	.testimonial-bloc .bloc {
		filter: drop-shadow(0px 0.5rem 0.5rem rgba(58, 17, 27, 0.8));
		position: relative;
		text-align: center;
	}
}

.testimonial-bloc .bloc .bloc-logo-bg {
	background: #fbfbfb;
	border-radius: 90px 90px 90px 0;
	height: 90px;
	margin-left: -0.87rem;
	margin-top: -4.5rem;
	outline: 10px solid #fbfbfb;
	position: relative;
	width: 90px;
}

@media (max-width: 1024px) {
	.testimonial-bloc .bloc .bloc-logo-bg {
		position: absolute;
	}

	.testimonial-bloc .bloc:nth-child(2n + 2) .bloc-logo-bg {
		align-self: self-end;
		border-radius: 90px 90px 0 90px;
		margin-right: -0.88rem;
		margin-left: 0;
	}
}

.testimonial-bloc .bloc .bloc-logo-bg .logo {
	align-items: center;
	background: #f85074;
	border-radius: 90px;
	color: #fbfbfb;
	display: flex;
	font-family: 'bree', sans-serif;
	font-weight: 600;
	height: 90px;
	position: absolute;
	text-align: center;
	width: 90px;
}

.testimonial-bloc .bloc .bloc-logo-bg .logo:hover {
	scale: 107%;
}

.testimonial-bloc .bloc .bloc-logo-bg .logo:active {
	scale: 95%;
	filter: none;
}

#bloc-1 > .bloc-logo-bg > a > .logo {
	background-image: url(../../assets/home/section-testimonials/icone-ribambelle.svg);
	background-position: center;
	background-size: cover;
}

#bloc-1 > .bloc-name {
	color: #7353cd;
}

#bloc-2 > .bloc-logo-bg > a > .logo {
	background-image: url(../../assets/home/section-testimonials/icone-bravache.svg);
	background-position: center;
	background-size: cover;
}

#bloc-2 > .bloc-name {
	color: #ff8147;
}

#bloc-3 > .bloc-logo-bg > a > .logo {
	background-image: url(../../assets/home/section-testimonials/icone-captain_ocelet.jpg);
	background-position: center;
	background-size: cover;
}

#bloc-3 > .bloc-name {
	color: #000000;
}

.testimonial-bloc .bloc .bloc-name {
	font-family: 'bree', sans-serif;
	font-size: 1.2rem;
	font-weight: 700;
}

@media (max-width: 1024px) {
	.testimonial-bloc .bloc .bloc-name {
		margin: 0 auto;
		padding-top: 2rem;
		width: 70%;
	}
}

.testimonial-bloc .bloc .bloc-description {
	flex: 1;
}

.testimonial-bloc .bloc .bloc-link {
	color: #f85074;
	font-family: 'bree', sans-serif;
	font-size: 1.2rem;
	font-weight: 700;
	width: fit-content;
}

.testimonial-bloc .bloc .bloc-link:hover {
	color: #f3974e;
}

.testimonial-button {
	margin-top: 5rem;
	text-align: center;
}
