body{
	margin: 0px;
	padding: 0px;
	background-color: rgba(0, 0, 0, 0.02);
	font-family: arial;
}

#colone1{
	margin-top: 0px;
	padding-top: 0px;
	border-radius: 4px;
	width: 20%;
	height: 1122px;
	word-wrap: break-word;
	overflow: hidden;
}
#colone2{
	width: 50%;
	height: 1200px;
	margin-left: 20.5%;
	margin-top: -1230px;
	overflow: auto;
	border-bottom: 1px solid rgb(150, 150, 150);
}

#zone_post_2{
	width: 88%;
    background-color: rgb(240, 240, 240);
	border: 1px solid rgb(210, 210, 210);
	border-radius: 5px;
	margin-left: 5%;
	margin-top: 0px;
	text-align: right;
	font-family: arial;
	padding: 5px 8px 0px 0px;
}
.post_ici{
	text-align: center;
	font-size: 25px;
	margin: 0;
	color: rgb(0, 64, 128);
}
.form_type > ul > li{
	list-style-type: none;
	margin-top: 20px;
}
#type_list{
	background-color: white;
	border: 1px solid rgb(255, 166, 0);
	color: rgb(0, 64, 128);
	height: 20px;
	border-radius: 2px;
}
#suivant{
	background-color: rgb(0, 64, 128);
	border: 1px solid rgb(0, 64, 128);
	border-radius: 5px;
	color: rgb(255, 166, 0);
	height: 25px;
}
.icon_create{
	width: 220px;
	margin-top: -280px;
	margin-left: 20px;
	float: left;
}
#done, #erreur{
	text-align: center;
	color: green;
}

.zone_actions{
    border: 1px solid rgb(210, 210, 210);
    border-radius: 5px;
    width: 94%;
	margin-left: 1.2%;
	margin-top: 10px;
    margin-bottom: 0px;
	padding: 5px;
}
.icon_profil{
    width: 10%;
    padding: 10px;
    border: 1px solid rgb(255, 166, 0);
    border-radius: 360px;
}
.actions{
    margin: 0;
    padding: 0;
}
.action{
    list-style: none;
    margin-top: 5px;
    margin-bottom: 5px;
}
.action > a{
    color: rgb(0, 64, 128);
    font-size: 13px;
    text-decoration: none;
}
.action > a > button{
    color: rgb(0, 64, 128);
    font-size: 13px;
    background-color: white;
    border: none;
}
.icon_action{
    width: 4%;
    color: rgb(255, 166, 0);
    margin-right: 5px;

}
.qr_code{
    width: 100%;
    text-align: center;
}
.qr_code_img{
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 35%;
  border: 1px solid rgb(210, 210, 210);
  border-radius: 5px;
}



#confirmationModal {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: white;
    padding: 25px;
    border-radius: 8px;
    box-shadow: 0 0 15px rgba(0,0,0,0.3);
    z-index: 1000;
    width: 90%;
    max-width: 400px;
    text-align: center;
  }
  
  #confirmationModal p {
    margin-bottom: 20px;
    font-size: 13px;
    color: rgb(0, 64, 128);
  }
  
  #confirmationModal button {
    margin: 5px;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
  }
  #confirmationModal button:first-of-type {
    background-color: #e74c3c;
    color: white;
  }
  
  #confirmationModal button:last-of-type {
    background-color: rgb(0, 64, 128);
    color: rgb(255, 166, 0);
  }




#colone3{
	margin-left: 72.3%; 
	width: 27.5%;
	height: 1220px;
	margin-top: -1080px;
	padding-top: 5px;
	word-wrap: break-word;
	overflow: hidden;
}








@media screen and (max-width:500px){

	#colone1{
	display: none;
	}
		
	#colone2{
		width: 100%;
		height: auto;
		margin-left: 0.5%;
		margin-top: 0px;
        padding-bottom: 20px;
		overflow: hidden;
		border-bottom: 0px;
	}
	#zone_post_2{
		width: 95%;
		margin-left: 4px;
		text-align: left;
		padding: 5px 8px 0px 0px;
		border: 1px solid rgba(0, 64, 128, 0.1);
	}
	.post_ici{
		font-size: 18px;
	}
	.form_type > ul{
		margin: 0;
		padding: 7px;
		color: rgb(0, 64, 128);
	}
	.form_type > ul > li{
		list-style-type: none;
		margin-top: 20px;
		width: 100%;
		font-size: 12px;
	}
	.type_pcs{
		width: 156px;
	}
	.type_garant{
		width: 155px;
	}
	.type_loyer{
		width: 150px;
	}
	.type_prix{
		width: 135px;
	}
	.type_details{
		width: 292px;
		height: 80px;
	}
	.type_adress{
		width: 187px;
	}
	.type_image{
		width: 280px;
		color: rgb(0, 64, 128);
	}
	.type_tel{
		width: 272px;
	}
	.type_mail{
		width: 257px;
	}
	.type_marque{
		width: 287px;
	}
	.icon_create{
		width: 300px;
		margin-top: -400px;
		margin-left: 35px;
		float: left;
		color: rgba(0, 64, 128, 0.1);
	}
	#colone3{
		display: none;
	
	}
		
}
