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

*{
	margin: 0;
	padding: 0;
	font-family: "Noto Sans";
	letter-spacing: var(--font-spacing-body);
	z-index: 2;
}
.bg-holder{
	background-image: url('../../img/bgeffect.png');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
header{
	position: relative;
	width: calc(100% - 4em);
	left: 0;
	top: 0;
	padding: 1em 2em;
	text-align: center;
	margin: auto;
	font-family: 'Noto Sans';
	background: transparent;
	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: 3em;
}
.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: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:hover{
	background-color: rgba(0,0,0,0.0.5);
	gap: 15px;
}
header h1{
	display: block;
	position: relative;
	margin: auto;
	text-align: center;
	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(--background-orange);
	color: #FFFFFF;
	border-radius: 5px;
	border: none;
	font-size: 14px;
	padding: 8px 32px;
	font-weight: 500;
	cursor: pointer;
	transition: all 0.3s ease;
}
#btnSignIn p{
	font-weight: 500;
}
#btnSignIn img{
	width: 35px;
	height: 35px;
}
#btnSignIn:hover{
	background-color: #ad4c2c;
}
.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 200px;
}
.flexer_section{
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 98px;
}
.flexer_section .left_side{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 14px;
}
h2{
    display: block;
    position: relative;
    padding: 18px 0;
    font-size: 38px;
    color: #FFFFFF;
	text-align: right;
}
.text_presentation{
	font-size: 18px;
	color: #E6E6E6;
	text-align: right;
	line-height: 24px;
	font-weight: 400;
	margin-bottom: 28px;
}
.bigbtn{
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 18px;
    padding: 12px 28px;
    border: none;
    border-radius: 5px;
    background:  #C55A36;
    color: #FFFFFF;
    cursor: pointer;
	font-weight: 500;
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease;
}
/* Effet au survol (hover) */
.bigbtn:hover {
    background-color: #ac4e2f;  /* Changement de dégradé au survol */
    transform: translateY(-2px);  /* Effet 3D de soulèvement */
}
#middle2{
    display: flex;
    position: relative;
    gap: 68px;
    align-items: center;
    background: transparent;
    justify-content: center;
    width: calc(100% - 100px);
    margin: auto;
    padding: 54px 150px;
    color: #ffffff;
}
.hote_blc_part{
	display: flex;
	flex-direction: column;
	gap: 168px;
}
.onehow{
    display: flex;
    flex-direction: column;
    gap: 12px;
    width: 80%;
	color: #FFFFFF;
}
.flexer-title{
	display: flex;
	gap: 6px;
	align-items: center;
}
.flexer-title span{
	font-size: 24px;
	color: #C55A36;
}
.titre_explain{
	font-size: 18px;
	font-weight: 500;
}
.text_explain{
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    color: #FFEBE4;
}
.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;
}
.backgroundillustration3{
    background-image: url(../../img/enterinaspace.png);
}
.backgroundillustration5{
    background-image: url(../../img/capturecalendar.png);
}
.backgroundillustration6{
    background-image: url(../../img/captureresa.png);
}
.backgroundillustration7{
    background-image: url(../../img/img_28.png);
}
#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(--background-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;
	}
	h2{
		text-align: center;
	}
	.text_presentation{
		text-align: center;
	}
	.flexer_section{
		flex-direction: column;
		gap: 24px;
	}
	#middle2{
		flex-direction: column;
		padding: 24px 10px;
		width: calc(100% - 20px);
		position: relative;
		padding-bottom: 30px;
	}
	.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;
	}
	.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 1fr;
		gap: 34px;
	}
	
}