/* BACKGROUND MODIFIER */
.on-background {
	position: fixed;
	background-color: rgba(255, 255, 255, .75);
	width: 100%;
	height: 100%;
}

/* HEADER */
.header-container {
	padding: 20px;
}

.mobile-header-title-logo {
	display: flex;
	align-items: center;
	gap: .5em;
}

.logo-mobile {
	width: 100px;
	height: 100px;
}

.header-h1 {
	font-size: 2em;
	text-align: right;

	@media (min-width: 768px) {
		font-size: 52px;
		text-align: left;
	}
}

.header-h2 {
	text-align: justify;
	font-size: 1.2em;

	@media (min-width: 500px) {
		font-size: 30px;
	}
}

@media (max-width: 767px) {
	.mobile-header {
		display: block;
	}
	.desktop-header {
		display: none;
	}
}

@media (min-width: 768px) {
	.mobile-header {
		display: none;
	}
	.desktop-header {
		display: flex;
	}
}

/* AUTODIAGNOSTIC */
.accordion-title {
	background-color: #eee;
}

.accordion-title-container {
	display: block !important;
	margin-left: 1em;
}

.accordion-title-container img {
	margin-right: 1em;
}

.accordion-container {
	@media (max-width: 767px) {
		padding: 0;
	}
}

.accordion-title > div > a {
	font-size: 24px;
	font-weight: bold;
	
	@media (max-width: 767px) {
		font-size: 20px;
	}
}

.card-body-row {
	@media (max-width: 767px) {
		display: flex;
	}
}

.card-body-checkboxes {
	@media (max-width: 767px) {
		display: flex;
		flex-direction: column;
		width: fit-content;
		padding: 0 0 0 5px;
	}
}

.card-body-text {
	@media (max-width: 767px) {
		line-height: 1.2em;
		text-align: justify;
		padding: 0 5px 0 0;
	}
}

.autodiagnostic-modal {
	height: 0;
}

@media (max-width: 767px) {
	.chart-mobile {
		display: block;
	}
	.chart-desktop {
		display: none;
	}
}

@media (min-width: 768px) {
	.chart-mobile {
		display: none;
	}
	.chart-desktop {
		display: block;
	}
}

/* PRESENTATION */
.presentation-container > div {
	padding: 0;
}

.presentation-accroche1 {
	position: relative;
	font-weight: 600 !important;
	color: #fff !important;
	line-height: 2.2rem;
	font-size: 1.45rem;
	margin-left: 20%;
	z-index: 10;
	padding: 0.25em 0;
}

.presentation-accroche2 {
	text-align: justify;
}

.fondcolonnedroite {
	padding: 1em;
}

.fondcolonnedroite .row h2 {
	color: white;
}

.presentation-photo {
	width: 33%;
	float: left;
	margin: 0 1em .5em 0;
}

.presentation-text p {
	text-align: justify;
	color: white;
	font-weight: 400;

	@media (max-width: 767px) {
		font-size: 1em;
		line-height: 1.5em;
	}
}

#bloc-5 {
	height: 0;
}

/* BIZ GAME */
.prix h4:not(span) {
	color: black;
}

.prix h4 > span {
	color: white;
}

.bloccyan > div {
	@media (max-width: 767px) {
		padding: 0 !important;
	}
}

.participe-btn {
	outline: none !important;
	text-decoration: none;
	box-sizing: border-box;
	transition: none;
	display: inline-block;
	background-color: #d8d8da;
	font-family: "Poppins", sans-serif;
	font-weight: 600;
	font-size: 2em;
	color: #0099cc;
	padding: 4px 40px;
	box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px, rgba(0, 0, 0, 0.22) 0px 10px 10px;
	cursor: pointer;

	@media (min-width: 768px) {
		margin-top:-12%;
	}
	@media (min-width: 992px) {
		margin-top:-18%;
	}
}

.participe-btn:hover {
	background-color: #bbb;
	color: #0099cc;
	filter: brightness(1.2);
}

.prix-container {
	@media (max-width: 767px) {
		background-color: #0099cc;
		padding: .5em;
	}
}

.prix {
	@media (max-width: 767px) {
		padding: .5em;
	}
}

.prix h4 {
	@media (max-width: 767px) {
		text-align: center;
	}
}

.happy-game-cta > div {
	@media (max-width: 767px) {
		padding: 10px 20px 0 20px;
	}
}

/* TEMOIGNAGES */
.temoignages {
	display: flex;
	justify-content: center;
}

.temoignage {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 20px;
}

.temoignage-gauche {
	width: 22%;
	padding: 20px;
	border-right: 4px solid #0099cc;
}

.temoignage-gauche-mobile {
	display: none;
}

.photo {
	display: flex;
	flex-direction: column;
	gap: 1em;
	justify-content: center;
	align-items: center;
	width: 150px;
  height: 200px;
}

.photo > img {
  height: 75%;
	aspect-ratio: auto;
	box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px, rgba(0, 0, 0, 0.22) 0px 10px 10px;
}

.temoignage-centre > p {
	text-align: justify;
}

.temoignage-droite {
	width: 22%;
	min-height:120px;
	padding: 20px;
	border-left: 4px solid #0099cc;
}

.temoignage-droite p {
	text-align: center;
}

.temoignage-droite > p > img {
	width: 100%;
}

@media (max-width: 767px) {
	.temoignages {
		padding: 0;
	}
	.temoignage {
		flex-direction: column;
	}
	.h2-temoignages-style {
		font-size: 1.5em;
	}
	.temoignage-gauche {
		display: flex;
		justify-content: center;
		align-items: center;
		width: calc(100% - 20px);
		border: none;
		border-bottom: 4px solid #0099cc;
		padding: 10px;
	}
	.temoignage-gauche-mobile {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		gap: 1em;
		width: 50%;
	}
	.temoignage-gauche-mobile img {
		width: 50%;
	}
	.temoignage-centre {
		padding: 10px;
	}
	.temoignage-droite {
		display: none;
	}
	.temoignages > div > div > div > div:first-child {
		border-right: none !important;
	}
	.temoignages > div > div > div > div:first-child > p {
		border-bottom: 4px solid #0099cc;
		padding-bottom: 10px;
	}
	.temoignages > div > div > div {
		display: flex !important;
		flex-direction: column;
		height: fit-content;
		padding-top: 0 !important;
	}
	.temoignages > div > div > div > div:nth-child(1) {
		text-align: center;
		float: none !important;
	}
	.temoignages > div > div > div > div:nth-child(2) {
		width: 100% !important;
		margin: 0 !important;
		text-align: justify;
	}
}

/* BOUTONS */
.btn {
	box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px, rgba(0, 0, 0, 0.22) 0px 10px 10px;
}

.btn-2 {
	box-shadow: rgba(0, 0, 0, 0.25) 0px -14px 28px, rgba(0, 0, 0, 0.22) 0px -10px 10px;
}