@import url('https://fonts.goo	gleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

*{
	box-sizing: border-box;
}



body{
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: antiquewhite;
    height: 100vh;
}


h1 {
	font-weight: 800;
	margin: 0;
	font-weight: 800;
}

h3 , h4{
	margin: 0;
}

p {
	font-size: 14px;
	font-weight: 200;
	line-height: 20px;
	letter-spacing: 0.5px;
	margin: 20px 0 30px;
}

span {
	font-size: 12px;
}

.hide{
	display: none !important;
}

.formulaire{
    width: 768px;
    max-width: 100%;
    min-height: 480px;
    background-color: white;
    display: flex;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
	margin: 0 10px;
    font-family: 'Poppins',sans-serif;
	position: relative;
}

.form-left, .info-right{
    flex: 0 0 50%;
}

.info-right{
    background-image: linear-gradient(to right , #fcbf28, #514016a8);
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    padding:  0 40px;
}

button {
	border-radius: 20px;
	border: 1px solid #100a02;
	background-color: #100a02;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	font-family: 'Poppins',sans-serif;
	padding: 12px 45px;
	letter-spacing: 1px;
	text-transform: uppercase;
	cursor: pointer;
}

form {
	background-color: #FFFFFF;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	padding: 0 50px;
	height: 100%;
	text-align: center;
	gap: 30px;
}

form > img{
	width: 15rem;	
}

form span{
	text-align: center;
}

input , select , textarea{
	background-color: #eee;
	border: none;
	padding: 12px 15px;
	margin: 8px 0;
	width: 100%;
	border-radius: 8px;
	outline: none;
}

.choix > button:first-child{
	margin-bottom: 20px;
}

.overlay-content ul > li{
	font-size: 14px;
}

.overlay-content ul > li:not(:last-child){
	margin-bottom: 10px;
}

/* RESPONSIVE */

@media screen and (max-width:760px) {
	.formulaire{
		flex-direction: column;
		gap: 30px;
		max-width: 95%;
	}

	.info-right{
		padding: 20px;
	}

	form{
		padding: 20px 0 0;
		gap: 30px;
	}

	.overlay-content >h1 ,.overlay-content p{
		text-align: center;
	}
}

@media screen and (max-width:640px) {
	input{
		width: 100%;
	}
}

@media screen and (max-width:500px) {
	.overlay-content > h1{
		font-size: 26px;
	}
}

@media screen and (max-width:400px) {
	.formulaire{
		max-width: 97%;
	}
}


/* FORM PARTICULIER */

.form-particulier{
	display: block ;
}

.form-head{
	display: flex;
	align-items: center;
	gap: 20px;
	margin-bottom: 30px;
	padding: 0 30px;
}

.form-head h1{
   text-transform: uppercase;
   font-size: 28px;
   text-align: center;
   align-self: end;
}

.form-head  img{
	width: 13rem;
	margin-top: 20px;
}


.form-input{
	display: flex;
	gap: 20px;
	width: 100%;
}

.form-particulier form{
   gap: 10px;
   margin-bottom: 30px;
}

.condition{
	text-align: center;
	margin-bottom: 20px;
}

.condition input{
	width: max-content;
}

.condition label{
   font-size: 14px;
}

.form-particulier span{
	text-align: center;
	display: block;
	margin-bottom: 15px;
}

.form-entr{
	padding: 0 0 20px ;
}

.fp-1,.fp-2,.fp-3,.fp-4,.fp,.fp-5,.fp-6,.fp-7,.fp-8,.fp-9,.fp-10{
	width: 100%;
}

.fp-1 span,.fp-2 span,.fp-3 span,.fp-4 span, .fp span{
	margin-bottom: 0;
}

.fp-10 label{
	align-self: center;
	font-weight: bold;
}

.fp-10{
	display: flex;
	gap: 20px;
}

.retour{
	position: absolute;
	width: 1.2rem;
	right: 20px;
	top: 10px;
	cursor: pointer;
}

/* EFFECTS */

#form-choix{
	z-index: 12;
}

#form-particulier{
	z-index: 5;
}

#form-entr{
	z-index: 1;
	margin-bottom: 50px;
}

#form-entr, #form-particulier{
	position: absolute;
	transform: scale(.7);
	visibility: hidden;
}

/* RESPONSIVE PARTICULIER */

@media screen and (max-width: 760px) {
	.form-particulier form{
		padding:  0 30px;
	}

	.form-particulier .form-head img{
		width: 10rem;
	}

	.form-particulier .form-head h1{
		font-size: 25px;
	}
}

@media screen and (max-width:650px) {
	.form-particulier .form-head h1{
		font-size: 22px;
	}

	.condition{
		padding: 0 10px;
	}
}

@media screen and (max-width:600px) {
	.form-particulier .form-head{
		flex-direction: column;
		justify-content: center;
		align-items: center ;
	}

	.form-particulier .form-head h1 {
		align-self: center;
	}

	.form-particulier{
		padding-bottom: 20px;
	}
}


@media screen and (max-width:500px) {
	.form-particulier .form-input{
		flex-direction: column;
		align-items: center;
		gap: 10px;
	}

	input {
		width: 95%;
	}

	.form-particulier .form-head h1{
		padding: 0 5px;
	}
}

@media screen and (max-width:350px) {
	.form-particulier .form-head h1 {
		font-size: 20px;
	}
}

/* RESPONSIVE ENTREPRISE */

@media screen and (max-width:500px) {
   body{
	height: unset;
   }
}