/*
blue : B5D7FF;
orange : C55A36;
*/

*{
	margin: 0;
	padding: 0;
	letter-spacing: var(--font-spacing-body);
	z-index: 2;
}
.bg-holder{
	background: #000000;
}
header{
	position: sticky;
	width: calc(100% - 200px);
	top: 0;
	padding: 1em 100px;
	text-align: center;
	margin: auto;
	background-color: rgba(0, 0, 0, 1);
    backdrop-filter: blur(12px);
	z-index: 12;
}
.blcheader{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.center_header{
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 5px;
}
.blc_header_btn{
	display: flex;
	justify-content: space-between;
	gap: 18px;
}
.gotospaceheader{
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	color: #FFFFFF;
	font-size: 14px;
	background: transparent;
	border: none;
	font-weight: 500;
	padding: 6px 16px;
	border-radius: 5px;
	cursor: pointer;
	transition: all 0.3s ease;
}
.gotospaceheader img{
	width: 25px;
	height: 25px;
}
.gotospaceheader p{
	color: #FFFFFF;
	font-size: 14px;
}
.gotospaceheader:hover{
	background-color: rgba(0,0,0,0.0.5);
	gap: 15px;
}
.gotocontactheader{
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	color: #FFFFFF;
	font-size: 14px;
	background: transparent;
	border: none;
	font-weight: 500;
	padding: 6px 16px;
	border-radius: 5px;
	cursor: pointer;
	transition: all 0.3s ease;
}
.gotocontactheader img{
	width: 25px;
	height: 25px;
}
.gotocontactheader p{
	color: #FFFFFF;
	font-size: 14px;
}
.gotocontactheader:hover{
	background-color: rgba(0,0,0,0.0.5);
	gap: 15px;
}
header #titleco{
	display: block;
	position: relative;
	margin: auto;
	text-align: center;
	font-size: 28px;
	font-weight: 800;
	color: #FFFFFF;
	font-family: var(--font-family-logo);
	letter-spacing: -2px;
	text-transform: uppercase;
	cursor: pointer;
}
header img{
	display: block;
	position: relative;
	width: 35px;
	height: 35px;
}
.middle_header{
	display: flex;
	justify-content: flex-start;
	gap: 24px;
	padding-left: 48px;
	cursor: pointer;
}
#btnSignIn{
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	position: relative;
	background-color: var(--color-orange);
	color: #FFFFFF;
	border-radius: 9999px;
	border: none;
	font-size: 14px;
	padding: 8px 26px;
	font-weight: 700;
	cursor: pointer;
	transition: all 0.3s ease;
	box-shadow: 0 10px 15px -3px rgba(250, 179, 160, 0.2);
}
#btnSignIn p{
	font-weight: 500;
	color: #FFFFFF;
}
#btnSignIn img{
	width: 35px;
	height: 35px;
}
#btnSignIn:active{
	transform: scale(0.95);
}
.btn_menu_little{
	display: none;
}
.blc_menu_little{
	display: none;
}
/* BODY */
#middle1{
    display: flex;
    position: relative;
    justify-content: center;
    align-items: center;
	margin-top: 75px;
    padding: 60px 100px;
}
.flexer_section{
	display: flex;
	position: relative;
	width: 100%;
	justify-content: space-between;
	align-items: center;
	gap: 98px;
}
.flexer_section .left_side{
	display: flex;
	flex-direction: column;
	max-width: 650px;
	gap: 18px;
}
.badge_top{
	display: inline-block;
	padding: 6px 16px;
	background-color: rgba(176,75,61,0.2);
	color: #FFFFFF;
	font-size: 14px;
	font-weight: 500;
	border-radius: 20px;
	border: 1px solid var(--color-orange);
	margin-bottom: 12px;
	width: fit-content;
}
.badge_top p{
	color: var(--color-orange);
}
#middle1 h1{
    display: block;
    position: relative;
    padding: 18px 0;
    font-size: 65px;
	font-weight: 800;
    color: #FFFFFF;
	margin-bottom: 0;
}
#middle1 h1 em{
	font-style: normal;
	color: var(--color-orange);
}
h2.text_presentation{
	font-size: 18px;
	color: var(--color-grisclair);
	font-family: 'Mulish', sans-serif;
	line-height: 27px;
	font-weight: 300;
	margin-bottom: 14px;
	letter-spacing: 3%;
}
.btn-line{
	display: flex;
	gap: 18px;
	align-items: center;
}
.bigbtn{
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 16px;
    padding: 12px 28px;
    border: none;
    border-radius: 5px;
    color: #FFFFFF;
    cursor: pointer;
	font-weight: 500;
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease;
}
.bigbtn:active{
	transform: scale(0.95);
}
.gotosubscribe{
	background-color: var(--color-orange);
	padding: 12px 38px;
}
.gotosubscribe span{
	color: #FFFFFF;
}
.gotohowitworks{
	background-color: rgba(207, 207, 207, 0.2);
    backdrop-filter: blur(12px);
	border: 1px solid var(--color-grisclair);
	width: fit-content;
}
/* Effet au survol (hover) */
.bigbtn:hover {
    transform: translateY(-2px);  /* Effet 3D de soulèvement */
}
/* ========================================
   DASHBOARD MOCKUP
   ======================================== */
.right_side{
	flex-grow: 1;
}
.hero-visual {
    position: relative;
}

.glow-effect {
    position: absolute;
    inset: -1rem;
    background-color: rgba(217, 93, 57, 0.2);
    filter: blur(80px);
    border-radius: 50%;
}

.dashboard-mockup {
    position: relative;
    background-color: white;
    border-radius: 1.5rem;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    border: 1px solid #e2e8f0;
    overflow: hidden;
}

.mockup-header {
    padding: 1.5rem;
    border-bottom: 1px solid #f1f5f9;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.mockup-dots {
    display: flex;
    gap: 0.5rem;
}

.dot {
    width: 0.75rem;
    height: 0.75rem;
    border-radius: 50%;
}

.dot-red {
    background-color: #f87171;
}

.dot-yellow {
    background-color: #fbbf24;
}

.dot-green {
    background-color: #4ade80;
}

.mockup-title {
    font-size: 0.75rem;
    font-weight: 600;
    color: #94a3b8;
}

.mockup-body {
    padding: 2rem;
}

.stats-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
    margin-bottom: 2rem;
}

.stat-card {
    padding: 1rem;
    border-radius: 1rem;
    background-color: #f8fafc;
}

.stat-label {
    font-size: 0.75rem;
    color: #64748b;
    margin-bottom: 0.25rem;
}

.stat-value {
    font-size: 1.5rem;
    font-weight: 700;
    color: #0f172a;
}

.stat-primary {
    color: #D95D39;
}

.activity-list {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.activity-item {
    padding: 1rem;
    border: 1px solid #f1f5f9;
    border-radius: 1rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.activity-done {
    opacity: 0.6;
}

.activity-content {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.activity-icon {
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 50%;
    background-color: rgba(217, 93, 57, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #D95D39;
}

.activity-icon-gray {
    background-color: #f1f5f9;
    color: #64748b;
}

.activity-title {
    font-size: 0.875rem;
    font-weight: 700;
}

.activity-subtitle {
    font-size: 0.75rem;
    color: #64748b;
}

.badge-success {
    padding: 0.25rem 0.5rem;
    font-size: 0.625rem;
    font-weight: 700;
    background-color: #dcfce7;
    color: #15803d;
    border-radius: 0.25rem;
}

.check-icon {
    color: #94a3b8;
}
#middle2{
    display: grid;
	grid-template-columns: repeat(2, 1fr); /* 2 colonnes égales */
	gap: 38px; /* espace entre items */
	align-items: stretch; /* items mêmes hauteurs */
    position: relative;
    align-items: center;
    background: transparent;
    justify-content: center;
    width: calc(100% - 300px);
    margin: auto;
    padding: 54px 150px;
    color: #ffffff;
}
.onehow{
    display: flex;
	padding: 8px;
    flex-direction: column;
    gap: 12px;
    width: 80%;
	color: #FFFFFF;
}
.flexer-title{
	display: flex;
	flex-direction: column;
	gap: 8px;
}
.flexer-title span{
	font-size: 24px;
	padding: 8px;
	border-radius: 5px;
	background-color: rgba(247, 197, 169, 0.2);
	color: var(--color-orange);
	width: fit-content;
}
.titre_explain{
	font-size: 19px;
	font-family: 'Lato', sans-serif;
	font-weight: 600;
	color: #FFFFFF;
}
.text_explain{
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    color: var(--color-grisclair);	
}
.img_column_part{
	display: flex;
	flex-direction: column;
	gap: 28px;
	width: 400px;
}
.onehowimg{
    max-width: 100%;
    width: 100%;
    height: 250px;
    max-height: 250px;
    border-radius: 5px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
#middle2bis{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 38px 150px;
	gap: 48px;
	background-color: #000000;
}
.holder_descvideo p{
	color: #FFFFFF;
	font-size: 24px;
	font-weight: 700;
}
#middle3{
	display: block;
	position: relative;
	padding: 68px 150px;
	background-color: #FFF4F0;
}
.flexer-paragraphes{
	display: flex;
	justify-content: center;
	align-items: flex-start;
	gap: 68px;
}
.oneparagraphe{
	display: flex;
	flex-direction: column;
	gap: 8px;
}
.title_paragraphe{
	font-size: 16px;
	font-weight: 600;
}
.text_paragraphe{
	font-size: 15px;
	line-height: 19px;
}
.bandeau_white{
	display: flex;
	padding: 28px 38px;
	border-radius: 10px;
	background-color: #FFFFFF;
	justify-content: space-between;
	align-items: center;
	margin-top: 48px;
}
.holder-btn{
	padding: 0px 78px;
}
.gotoconfig{
	display: flex;
    align-items: center;
    gap: 12px;
    font-size: 15px;
    padding: 8px 22px;
    border: none;
    border-radius: 5px;
    background:  #C55A36;
    color: #FFFFFF;
    cursor: pointer;
	font-weight: 500;
    position: relative;
    transition: all 0.3s ease;
}
.gotoconfig:hover{
	background-color: #ac4e2f;  /* Changement de dégradé au survol */
}



#middle4{
    display: block;
    position: relative;
    padding: 48px 150px;
}
#middle4 h4{
	font-size: 28px;
	font-weight: 600;
}
.flexer_howitworks{
	display: flex;
	justify-content: space-around;
	gap: 68px;
	align-items: center;
}
.left_part{
	display: flex;
	flex-direction: column;
	gap: 42px;
}
.onestep{
	display: flex;
	gap: 12px;
	align-items: flex-start;
}
.onestep_number{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 50px;
	flex-shrink: 0;
	height: 50px;
	background-color: #FFF4F0;
	color: #C55A36;
	border-radius: 5px;
}
.onestep_number p, .onestep_number span{
	color: #C55A36;
	font-size: 36px;
	font-weight: 700;
}
.onestep_number span{
	font-weight: 400;
}

.title_onestep{
	font-size: 17px;
	font-weight: 600;
}
.paragraphe_onestep{
	font-size: 15px;
	font-weight: 400;
	padding-top: 8px;
}
.right_part{
	width: 500px;
	height: 400px;
	flex-shrink: 0;
	background-image: url('../../img/doorwhiteimg.png');
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	border-radius: 5px;
	box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
#middle5{
	display: flex;
	flex-direction: column;
	gap: 28px;
	align-items: center;
	justify-content: center;
	padding: 38px 0;
}
#middle5 h4{
	font-size: 36px;
	font-weight: 700;
}
#middle5 p{
	font-size: 15px;
}
#middle5 button{
	display: flex;
    align-items: center;
    gap: 12px;
    font-size: 15px;
    padding: 8px 22px;
    border: none;
    border-radius: 5px;
    background:  #C55A36;
    color: #FFFFFF;
    cursor: pointer;
	font-weight: 500;
    position: relative;
    transition: all 0.3s ease;
}
#middle5 button:hover{
	background-color: #ac4e2f;  /* Changement de dégradé au survol */
}
#middle6{
    display: block;
    position: relative;
    padding: 48px 150px;
	background-color: #FFF4F0;
}
#middle6 h4{
	font-size: 28px;
	font-weight: 600;
}
.questions_holder{
	display: grid;
  	grid-template-columns: 1fr 1fr 1fr; /* 3 colonnes égales */
  	gap: 42px;
	margin-top: 34px;
}
.titlequestion{
	font-size: 16px;
	font-weight: 600;
}
.text_question{
	font-size: 14px;
	line-height: 19px;
	position: relative;
	margin-top: 6px;
}
#middle7{
	display: block;
	position: relative;
	padding: 38px 150px;
	padding-bottom: 68px;
}
.blackbandeau{
	background-color: #000000;
}
.blackbandeau h3{
	color: #FFFFFF;
}
#footer a, #footer p{
	color: #000000;
}


@media screen and (max-width: 850px){
	header{
		display: flex;
		justify-content: space-between;
		padding: 0.5em 4px;
		text-align: center;
		align-items: center;
		margin: auto;
		z-index: 300;
		width: calc(100% - 16px);
	}
	header h1{
		display: block;
		position: relative;
		text-align: center;
		font-weight: 800;
		font-size: 2em;
		color: #FFFFFF;
		letter-spacing: -2px;
	}
	.gotospaceheader{
		display: none;
	}
	.blc_header_btn{
		display: none;
	}
	.middle_header{
		display: none;
	}
	.btn_menu_little{
		display: block;
	}
	.btn_menu_little span{
		display: block;
		font-size: 15px;
		font-weight: 500;
		background-color: var(--color-orange);
		color: #FFFFFF;
		padding: 8px 24px;
		border-radius: 5px;
		cursor: pointer;
	}
	.blc_menu_little{
		display: none;
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		padding: 2em;
		background-color: #FFFFFF;
		color: #000000;
		z-index: 301;
		height: 100vh;
		overflow: hidden;
	}
	.blc_menu_little .list_menu{
		display: block;
		position: relative;
		margin-top: 5em;
	}
	.blc_menu_little .list_menu li{
		display: flex;
		position: relative;
		padding: 2em 1em;
		justify-content: space-between;
		align-items: center;
		color: #000000;
		cursor: pointer;
		transition: all 0.3s ease;
		font-size: 18px;
		font-weight: 500;
	}
	.next{
		transition: all 0.3s ease;
		width: 25px;
	}
	.liaccount{
		display: flex;
		align-items: center;
		gap: 1em;
	}
	.blc_menu_little .list_menu li:hover .next{
		left: 1em;
	}
	.back_btn{
		display: flex;
		justify-content: center;
		align-items: center;
		position: absolute;
		top: 1.5em;
		right: 1.5em;
		width: 35px;
		height: 35px;
		border-radius: 5px;
		cursor: pointer;
		transition: all 0.3s ease;
	}
	.back_btn img{
		display: block;
		position: relative;
		width: 15px;
		height: 15px;
	}
	.back_btn:hover{
		background-color: #EAEAEA;
	}
	header img:hover{
		width: 1.7em;
	}
	.back_btn img:hover{
		width: 15px;
	}
	header .menu_blc{
		display: none;
	}
	header .blc_menu_myaccount{
		display: none;
	}

	/* MIDDLE */
	#middle1{
		padding: 20px 10px;
	}
	.badge_top{
		margin: auto;
	}
	#middle1 h1{
		font-size: 36px;
		text-align: center;
	}
	h2{
		text-align: center;
	}
	.text_presentation{
		text-align: center;
	}
	.btn-line{
		flex-direction: column;
	}
	.flexer_section{
		flex-direction: column;
		gap: 38px;
	}
	.mockup-body{
		padding: 2rem 0.5rem;
	}
	#middle2{
		grid-template-columns: 1fr; /* 1 colonne — 4 lignes */
		padding: 24px 10px;
		width: calc(100% - 20px);
		position: relative;
		padding-bottom: 30px;
	}
	#middle2bis{
		padding: 24px 10px;
	}
	.holder_descvideo p{
		font-size: 20px;
		text-align: center;
	}
	.img_column_part{
		display: grid;
		grid-template-columns: 1fr 1fr; /* Deux colonnes de largeur égale */
		gap: 20px;
		width: 100%;
	}
	.onehowimg{
		height: 120px;
	}
	.hote_blc_part{
		gap: 64px;
	}
	#middle3, #middle4{
		padding: 24px 10px;
	}
	.flexer-paragraphes{
		display: grid;
		grid-template-columns: 1fr 1fr; /* Deux colonnes de largeur égale */
		gap: 30px;
	}
	.flexer-paragraphes > div:nth-child(3) {
		grid-column: 1 / span 2; /* occupe les deux colonnes */
	  }
	.bandeau_white{
		flex-direction: column;
		align-items: center;
		justify-content: center;
		gap: 38px;
	}
	.holder-btn{
		padding: 12px;
	}
	#middle4 h4{
		font-size: 23px;
	}
	.flexer_howitworks{
		flex-direction: column;
		align-items: center;
		margin-top: 12px;
	}
	.right_part{
		width: 90%;
		height: 300px;
	}
	#middle5{
		padding: 24px 10px;
	}
	#middle5 h4{
		font-size: 28px;
		text-align: center;
	}
	#middle5 p{
		text-align: center;
	}
	#middle6, #middle7{
		padding: 24px 10px;
	}
	.questions_holder{
		grid-template-columns: 1fr;
		gap: 34px;
	}
	
}