@font-face
{    
    font-family: 'Century Gothic';
    src: url('font/century-gothic.ttf');
}

@font-face
{    
    font-family: 'Billion Dreams';
    src: url('font/BillionDreams_PERSONAL.ttf');
}

body{
	padding: 0;
	margin:0;
	font-family: 'Century Gothic', sans-serif;
}

button{
	font-size: 20px;
	padding: 10px;
	border-radius: 10px;
	color: white;
	background-color: #007CA6;
	font-family: 'Century Gothic', sans-serif;
}

img{
	margin: 10px;
	width: 80px;
	height: auto;
	border-radius: 10px;
	float: left;
}

#logo{
	margin: 10px;
	width: 80px;
	height: auto;
	border-radius: 10px;
	position: absolute;
	top: 10px;
	left: 10px;
	right: 10px;
}
#infoOpt{
	margin: 20px;
}
.choix{
	width: 100%;
}
.choix button{
	margin-bottom: 50px;
}
.txt{
	color: #007CA6;
}
.infos{
	font-size: 12px;
}

.choix .txt{
	text-align: center;
	margin-bottom: 10px;
}
.titre{
	text-align: center;
	padding-top: 45px;
	margin-left: 30px: 
}
form{
	clear: both;
	padding-top: 20px;
	padding-left: 20px; 
}

#coord{
	display: flex;
	align-items: center;
	flex-direction: column;
}

.saisie{
	font-size: 15px;
	margin: 10px;
	padding: 5px;
	border-radius: 5px;
	width: 320px;
}

#coord #btn{
	font-size: 15px;
	padding: 10px;
	border-radius: 10px;

}
.para{
	background-color: #FFDBCD;
	width: 60%;
	margin-left: 100px;
	padding: 10px;
	border-radius: 10px;
}
.imgMobile{
	width: 200px;
	height: auto;
}
.cel{
	padding-bottom: 40px;
}

.opt{
	border: 10px solid #F4C7C0;
	border-radius: 18px;
	width: 250px;
	height: 130px;
	padding: 10px;
}

#bureautique{
	border: 10px solid #F4C7C0;
	border-radius: 18px;
	width: 250px;
	height: 200px;
	padding: 10px;
}

#imgFond{
	background-image:url(media/appareil.png);
	background-repeat: no-repeat;
	background-position:50% 50%;
}

.bxForm{
	display: flex;
	justify-content: space-evenly;
	margin-top: 20px;
}
.infosIpad{
	border: 10px solid #007CA6;
	border-radius: 18px;
	width: 300px;
	height: 300px;
	padding: 10px;
	background-color:white; 
}

.infosOffre{
	border: 10px solid #007CA6;
	border-radius: 18px;
	width: 200px;
	height: 150px;
	padding: 10px;
}
.description{
	padding: 0 auto;
}
.description10pt{
	font-size: 9px;
}

#devis{
	padding-top: 20px; 
	padding-bottom: 20px; 
	text-align: center;
}

.title{
	text-align: center;
}

.header{
	padding-bottom: 40px; 
	height: 100px;
}

.choix .centrer{
display: flex;
flex-direction: column;
align-items: center;
}

.choix .centrer button{
width: 250px;
}

.choix .centrer .taxi_conv{
width: 350px;
}

#pagePdf{
	font-size: 20px;
	padding-top: 20px;
	text-align: center; 
}

#formOffreMobile{
	background-image:url(media/voiture.png);
	background-repeat: no-repeat;
	background-position:50% 400px;
}

.options #reglement{
	font-size: 12px;
}

#mention{
	padding-left: 20px;
}
#billion{
	font-family: 'Billion Dreams', sans-serif;
	font-size: 50px;
	text-align: center;
}

@media only screen and (max-width: 768px) {
	.bxForm{
		display: flex;
		flex-direction: column;
	}
	.infosOffre, .infosIpad, .opt{
		margin: 0 auto;
		margin-bottom:30px;
		padding: 10px;
	}

	.infosOffre{
		height: 180px;
	}

	.opt{
		height: 140px;
	}
	#imgFond{
	background-image:url();

	}
	.infos{
		margin-left:20px; 
	}
	.header{
		padding-left: 100px; 
	}
}