

.btnaccueil{
	padding:15px 15px;
	border:solid 2px #00c7ff;
	color:white;
}

.btnaccueil a:hover{
	padding:15px 15px;
	background: #00c7ff;
}


table input,select{
	width:200px;
	height:30px;
	border:solid 1px #008cbf;
	padding-left:5px;
}
table textarea{
	border:solid 1px #008cbf;
	padding:5px;
}

#select{
	width:207px;

}

.styledevis{
    height:15px;
    width:15px;
}

.btn{
    background-color: rgba(255,255,255,0.5);
    border: none;
    color: #008cbf;
    padding: 25px 60px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 25px;
    margin: 4px 2px;
    cursor: pointer;
    margin: auto;
    border:solid 4px #008cbf;
    border-radius: 4px;
    position: absolute;
    top: 250px;
    z-index: 2;
    left: 38%;
}

.btn:hover{
    border:solid 4px #ff003b;
    color: #ff003b;
    transform: scale(1.2);
}

.formdevis{
	display: none;
	z-index: 3;
	background: #fff;
	position: fixed;
	left:28%;
	top:3%;
	border-radius: 5px;
	width: 600px;
	height: 620px;
	border:solid 2px #008cbf;
}

.formdevisborder{
	display: none;
	margin-top: -70px;
	background-color: rgba(0, 0, 0,0.8);
	width: 100%;
	height: 100%;
	position: fixed;
	overflow: hidden;
	z-index: 3;

}


.btntop {
    background-color: #ff005d; /* Green */
    border: none;
    color: white;
    padding: 8px 15px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 15px;
    cursor: pointer;
    float: right;
    font-weight: bold;
    margin-left: 5px;
}

.xy{
    width: 60px;
}