*{box-sizing: border-box;}
		body {
			margin: 0;
			padding-top: 25px;
			background: #DFE5E9;
			font-family: 'Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif;
			font-size: 12px;
			line-height: 1.42857143;
			color: #333;
		}
		hr {
		  margin-top: 20px;
		  margin-bottom: 20px;
		  border: 0;
		  border-top: 1px solid #eee;
		}
		.clear{
			clear: both;
		}
		.color-schmitz{
			color: #0090D9;
		}
		.color-lux-enseignes{
			color: #cf0e63;
		}
		
		.rouge{
			color: #cc0000;
		}
		.vert{
			color: #0d8000;
		}
		.clear{clear: both;}
		.bold{font-weight: bold;}
		#body{
			width: 970px;
			height: auto;
			margin: 0 auto;
		}
		h3, h4{
			color: #000;
		}
		.panel{
			width: 100%;
		  padding: 35px 25px;
		  margin-bottom: 20px;
		  background-color: #fff;
		  border-radius: 4px;
		  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
		}
		.header-logo{
			width: 26%;
			height: auto;
			display: inline-block;
			float: left;
		}
		.header-logo img{
			margin: 15px 0 0 0;
			width: 150px;
			height: auto;
		}
		/**.header-schmitz{**/
		.header-desc{
			width: 26%;
			height: auto;
			display: inline-block;
			vertical-align: text-top;
			color: #666;
			margin: 10px 0 0 0;
		}
		.header-text{
			width: 48%;
			height: auto;
			display: inline-block;
			vertical-align: text-top;
			text-align: right;
		}
		h3, h4, h5, h6{
			padding: 0 0 10px 0;
			margin: 0;
		}
		h3{
			font-weight: normal;
			font-size: 18px;
		}
		h4{
			font-weight: normal;
			font-size: 14px;
		}
		h4.title{
		  background-color: #f5f5f5;
		  border-bottom: 1px solid #eee;
		  margin: -35px -25px 25px -25px;
		  padding: 15px 25px;
		  border-top-left-radius: 4px;
		  border-top-right-radius: 4px;
		}

		.contact{
			display: inline-block;
			width: 22%;
			margin: 0 4% 0 0;
			vertical-align: text-top;
		}
		.contact:last-child{
			margin: 0;
		}

		.estimate{
			background-color: #fff;
			border: 1px solid #ddd;
			padding: 10px 15px;
			margin: 25px 0 10px 0;
			border-radius: 4px;
		}
		.estimate-price{
			display: inline-block;
			width: 21%;
			margin: 0 4% 0 0;
			vertical-align: text-top;
		}
		.estimate-price:last-child{
			width: 25%;
			margin: 0;
		}
		.estimate-price strong{
			font-size: 14px;
			color: #000;
		}
		a.btnReject{
			color: #333;
			text-decoration: none;
			margin: 0 0 0 15px;
		}
		a.btnReject:hover{
			color: #cc0000;
			text-decoration: underline;
		}
		a.btnBack, a.link{
			color: #333;
			text-decoration: none;
			margin: 0px;
		}
		a.btnBack:hover, a.link:hover{
			color: #0090D9;
			text-decoration: underline;
		}
		a.link-simple{
			text-decoration: none;
			margin: 0px;
		}
		a.link-simple:hover{
			color: #333;
			text-decoration: underline;
		}

		a.btnAccept{
			display: block;
			background-color: #fff;
			color: #0090D9;
			border: 1px solid #ddd;
			border-radius: 4px;
			padding: 7px 5px;
			text-decoration: none;
			text-align: center;
			font-size: 14px;
		}
		a.btnAccept:hover{
			color: #333;
			background-color: #0090D9;
			color: #fff;
			border-color: #333;
		}
		a.btnAccept-schmitz{
			color: #0090D9;
			border-color: #006395;
		}
		a.btnAccept-schmitz:hover{
			background-color: #0090D9;
		}
		a.btnAccept-lux-enseignes{
			color: #cf0e63;
		}
		a.btnAccept-lux-enseignes:hover{
			background-color: #cf0e63;
			border-color: #960a48;
		}
		a.Disabled {
		  pointer-events: none;
		  cursor: default;
		  color: #ddd;
			border: 1px solid #ddd;
		}

		a.CallToAction{
			border-radius: 4px;
			padding: 7px 15px;
			color:#fff;
			font-size: 14px;
			text-decoration: none;
			background: #333;
			border: 1px solid #ddd;
		}
		a.CallToAction:focus, a.CallToAction:hover{
			color: #333;
			background: #fff;
		}

		a.CallToAction-schmitz, a.CallToAction-schmitz{
			background: #0090D9;
			border: 1px solid #0090D9;
		}
		a.CallToAction-schmitz:focus, a.CallToAction-schmitz:hover{
			color: #0090D9;
		}
		a.CallToAction-lux-enseignes, a.CallToAction-lux-enseignes{
			background: #cf0e63;
			border: 1px solid #cf0e63;
		}
		a.CallToAction-lux-enseignes:focus, a.CallToAction-lux-enseignes:hover{
			color: #cf0e63;
		}
		a.Download{
			color: #333;
			background-color: #f5f5f5;
			border: 1px solid #eee;
		}
		a.Download:focus, a.Download:hover{
			color: #333;
			background-color: #eee;
		}
		p.Download{
			margin-top:30px;
		}


		.conditions{
			width: 100%;
		  padding: 0 0 50px 0;
		  text-align: right;
		  color: rgba(33, 33, 33, 0.5);
		}

		#footer{
			background-color: #fff;
			width: 100%;
		}
		.footer-content{
			width: 970px;
			height: auto;
			margin: 0 auto;
			padding: 50px 0;
		}

		.footer-baner{
		  width: 100%;
		  height: auto;
		  padding: 0;
		  margin: 0 0 30px 0;
		  border-radius: 4px;
		  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
		}
		.footer-baner img{
		  width: 100%;
		  height: auto;
		  border-radius: 4px;
		}
		.footer-baner img.pc{
			display: block;
		}
		.footer-baner img.tab{
			display: none;
		}
		.footer-2col{
		  width: 50%;
		  display: inline-block;
		  vertical-align: text-top;
		}
		.footer-2col p{
			text-align: right;
			margin: 0 0 7px 0;
		}
		.footer-labels, .footer-labels-no-border{
		  display: inline-block;
		}

		.footer-labels-no-border a img{
		  margin: 0 30px 0 0;
		}

		.footer-labels a img{
		  border-radius: 4px;
		  border: 1px solid #dfe5e9;
		  margin: 0 15px 0 0;
		}


		.footer-labels a img:hover, .footer-labels a img:focus{
		  border: 1px solid #0090D9;
		}

		@media screen and (max-width: 1180px) {
			#body, .footer-content{
				width: 90%;
				margin: 0 5%;
			}
		}

		@media screen and (max-width: 768px) {
			.header-logo{
				width: 52%;
				margin: 0 0 25px 0;
			}
			.header-desc{
				width: 48%;
			}
			.header-text{
				width: 100%;
				text-align: left;
				float: none;
			}
			.contact, .contact:last-child,.estimate-price, .estimate-price:last-child{
				width: 48%;
				margin: 0 4% 25px 0;
			}			
			.contact:nth-child(2n), .estimate-price:nth-child(2n){
				margin: 0 0 25px 0;
			}
			.footer-2col{
			  width: 100%;
			  text-align: center;
			  margin: 0 0 25px 0;
			}
			.footer-2col p{
			  text-align: center;
			}

			.footer-baner img.pc{
				display: none;
			}
			.footer-baner img.tab{
				display: block;
			}
		}


		@media screen and (max-width: 587px) {					
			.header-logo{
				width: 100%;
				float: none;
			}
			.header-desc{
				width: 100%;
				margin: 0 0 25px 0;
				float: none;
			}
			.contact, .contact:last-child,.estimate-price, .estimate-price:last-child, .contact:nth-child(2n), .estimate-price:nth-child(2n){
				width: 100%;
				margin: 0 0 25px 0;
			}
		}

		input[type="text"],input[type=submit]{
		  font-size: 16px;
		  height: 2.5rem;
		  padding: 10px 15px;
		  border-radius: 4px;
		  color: #555;
		  background: #fff;
		  border: .075rem solid #ddd;
		  margin: 0 0 10px 0;
		}
		input[type=submit]{
			position: relative;
			cursor: pointer;
			
		    background-color: #eee;
		    border: .075rem solid #ddd;
			
			-webkit-box-shadow: 2px 2px 3px 0px rgba(0,0,0,0.3);
			-moz-box-shadow: 2px 2px 3px 0px rgba(0,0,0,0.3);
			box-shadow: 2px 2px 3px 0px rgba(0,0,0,0.3);
		}
		input[type=submit]:hover, input[type=submit]:focus{
			color: #fff;
			background: #0090D9;
		}
		input[type=submit]:active{
			color: #fff;
			background: #58595b;
			box-shadow: none;
		}