body {
	background: url('https://pratosphera.fr/FOSSE_DIONNE/preview.jpg') no-repeat center center fixed;
	background-blend-mode: multiply;
	-moz-background-size:cover;
	-webkit-background-size:cover;
	-o-background-size:cover;
	background-size:cover;
	font-family: Noto Sans, sans-serif;
	color:white;
	background-color: #403f44;
	text-align: center;
	padding: 20px;
}
p {
	letter-spacing: 0.05rem;
}
.container {
	max-width: 800px;
	margin: auto;
	background: rgb(25, 39, 97);
	padding: 20px;
	border-radius: 10px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	background-image: url('https://www.pratosphera.fr/images/fond_offre.png');
	background-repeat:none;
	background-size:contain;
}
.offer {
	border: 1px solid #4195fc;
	padding: 0 0 5px 5px;
	margin: 10px;
	-webkit-border-radius: 7px;
	   -moz-border-radius: 7px;
			border-radius: 7px;
	box-shadow:
			0 0 1px #fff,
			inset 0 0 1px #fff,
			0 0 2px #4195fc,
			inset 0 0 2px #4195fc,
			0 0 4px #4195fc,
			inset 0 0 4px #4195fc;
}

#modal {
	display: none;
	position: fixed;
	top: 50%;
	left: 30%;
	transform: translate(-50%, -50%);
	max-width: 90%;
	max-height: 90vh;
	background: none;
	overflow: auto;
}
#modal-content {
	/*background: #8899CC;*/
	background-image: url('https://www.pratosphera.fr/images/fond_offre.png');
	background-size:cover;
	background-repeat: none;
	width: 60%;
	margin: 5% auto;
	padding: 20px;
	border-radius: 10px;
	border:none;
	outline-offset: -8px;
	outline:3px solid #4195fc;
	text-align: left;
	position: relative;
	box-shadow: 1px 1px 10px black;
	-webkit-cursor: grab;
	-moz-cursor: grab;
	cursor: grab;
	box-shadow:
	0 0 -10px #fff,
	inset 0 0 -10px #fff,
	0 0 -20px #4195fc,
	inset 0 0 -20px #4195fc,
	0 0 -10px #4195fc,
	inset 0 0 -10px #4195fc;
}
#modal-content:active {
	-webkit-cursor: grabbing;
	-moz-cursor: grabbing;
	cursor: grabbing;
}
#closeModal {
	position: absolute;
	top: -22px;
	right: -22px;
	cursor: pointer;
	width: 25px;
	height: 25px;
}
#closeModal:hover {
	width: 26px;
	height: 26px;
}
#openModal {
	font-size: 14pt;
	font-weight: 500;
	width: 210px;
}
.MyButton button {
	background: url('https://www.pratosphera.fr/images/bouton_on.png');
	background-repeat: no-repeat;
	display: inline-block;
	background-size: 215px;
	height: 40px;
	cursor: pointer;
	border: none;
	text-align: center;
	vertical-align: middle;
	margin: 20px 0 40px 0;
}
.MyButton:hover button {
	background: url('https://www.pratosphera.fr/images/bouton_off.png');
	color: rgb(173, 211, 171);
	background-repeat: no-repeat;
	display:inline-block;
	background-size: 210px;
	height: 40px;
	cursor: pointer;
	border: none;
	text-align: center;
	vertical-align: middle;
}
button {
	background: #cdeb8e; /* Old browsers */
	background: -moz-linear-gradient(top, #cdeb8e 0%, #546729 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cdeb8e), color-stop(100%,#a5c956)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #cdeb8e 0%,#546729 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #cdeb8e 0%,#546729 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #cdeb8e 0%,#546729 100%); /* IE10+ */
	background: linear-gradient(top, #cdeb8e 0%,#546729 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cdeb8e', endColorstr='#a5c956',GradientType=0 ); /* IE6-9 */
	color: black;
	border: none;
	padding: 10px 20px;
	cursor: pointer;
	border-radius: 20px;
	font-weight: bold;
	text-transform: uppercase;
}
button:hover {
	background-color: #266a24;
	color:#c0e5bf;
	transition:background-position-x 600ms;
}
p {
	line-height:18pt;
}
h2 {
	font-size: 24pt;
}
h3 {
	max-width: 740px;
	position: relative;
	font-size: 20pt;
	margin: 0 auto -5px auto;
	/*background-color: #193998;*/
	padding: 5px 0 5px 0;
	border-radius: 8px 8px 0 0;
	color:rgb(178, 232, 182);

}
h4 {
	font-size: 18pt;
	font-weight: 600;
	color:rgb(118, 170, 226);
	text-shadow: 0px 0px 5px #526cbd;
}
section {
	border-radius: 8px;
	margin: 20px;
	padding: 10px;
	background: #272833;
}
#quoteForm input[type="text"],
#quoteForm input[type="tel"],
#quoteForm input[type="number"] {
	width: 100%;
	box-sizing: border-box;
	margin-bottom: 10px;
}
#LePrix {
	margin: 20px auto 0 auto;
	max-width: 250px;
	color:black;
	font-size: 14pt;
	font-weight: bold;
	text-align: center;
	background-color: #8dd3e7;
	padding: 10px 10px 7px 10px;
	border-radius: 5px;
}
#Bando {
	width: 110%;
	max-width: 840px;
	display: block;
	margin: -20px -20px 10px -20px;
}
#color-band {
	width: 110.5%;
	height: 30px;
	background-color: #193998; /* Couleur de la bande */
	border-radius: 5px 5px 0 0;
	margin: -20px 0 20px -20px;
}
.nav-button {
	font-size: 14pt;
	font-weight: 300;
	letter-spacing: 2pt;
	background: #193998;
	color:white;
	border-radius: 18px;
	margin: 10px;
}
.nav-button:hover {
	background: rgb(173, 211, 171);
	color: black;
}

#game {
	font-size: 14pt;
	font-weight: 300;
	letter-spacing: 2pt;
	background: #193998;
	border:2px solid #d0782b;
	color:#d0782b;
	border-radius: 18px;
	margin: 10px;
}
#game:hover {
	background:  rgb(173, 211, 171);
	color:black;
}

@media (max-width: 768px) {
	#modal-content {
		width: 90%;
		margin: 0;
		padding: 10px;
	}
	#quoteForm input[type="text"],
	#quoteForm input[type="tel"],
	#quoteForm input[type="number"] {
		width: calc(100% - 20px);
	}
}