/*custom font*/
@import url(https://fonts.googleapis.com/css?family=Montserrat);

/*basic reset*/
* {margin: 0; padding: 0;}

html {
	
	/*Image only BG fallback*/
	
	/*background = gradient + image pattern combo*/
	/* background:  */
		/* linear-gradient(rgba(20, 107, 138), rgba(155, 89, 182, 0.6)); */
}

body.devis {
	background: rgb(255,255,255);
	background: linear-gradient(124deg, rgba(255,255,255,1) 0%, rgba(204,204,204,1) 43%, rgba(20,107,138,1) 100%);
}

body.devis footer {
    color: black;
    text-align: center;
    background: #ccc;
    padding: 10px 0;
    box-shadow: -3px 2px 8px #000;
	font-size:0;
}
body.devis footer a {
    display: inline-block;
    color: black;
    vertical-align: middle;
    margin: 0 15px;
}
body.devis footer a:hover {
	text-decoration: underline;
}
.dwrapper {
    text-align: center;
}
footer .pull-right{
	margin-top:15px;
}
.foot-text {
    font-size: 18px;
    text-align: left;
}
footer h2.fs-title {
    text-align: left;
}
.signature {
    font-size: 18px;
    text-align: right;
}
.wrap-foot {
    max-width: 1000px;
    margin: 0 auto;
}
.wrap-foot > div {
	display: inline-block;
	vertical-align: middle;
	width: 50%;
}
a.talium{
	border-top: 2px solid;
	padding-top: 15px;
}
.dwrapper > div {
    display: inline-block;
	vertical-align:top
}
.devis svg.svg-intro-bottom {
    z-index: -1;
}
/*form styles*/
#msform {
    width: 650px;
    margin: 50px auto 10px;
    text-align: left;
    position: relative;
    padding: 15px;
    background: white;
    box-shadow: 2px 2px 5px 1px #000;
}
#msform fieldset {
	background: white;
	border: 0 none;
	border-radius: 3px;
	box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.4);
	padding: 20px 30px;
	box-sizing: border-box;
	width: 80%;
	margin: 0 10%;
	text-align: left;
	/*stacking fieldsets above each other*/
	position: relative;
}
.blogue {
    max-width: 1000px;
    margin: 20px auto 50px;
}
/*Hide all except first fieldset*/
#msform fieldset:not(:first-of-type) {
	display: none;
}
section.remerciement {
    min-height: 76vh;
}
/*inputs*/
#msform input[type="text"], #msform textarea {
	padding: 7px 5px;
	border: 1px solid #ccc;
	border-radius: 3px;
	margin-bottom: 10px;
	width: 100%;
	box-sizing: border-box;
	font-family: montserrat;
	color: #2C3E50;
	font-size: 17px;
}
/*buttons*/
#msform .action-button {
	width: 100px;
    background: #367C96;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 1px;
    cursor: pointer;
    padding: 10px 5px;
    margin: 35px 5px 0;
    float: right;
}
#msform .action-button:hover, #msform .action-button:focus {
	box-shadow: 0 0 0 2px white, 0 0 0 3px #367C96;
}
.cs-support{
	text-align:center;
}
/*headings*/
.fs-title {
	font-size: 18px;
	text-transform: uppercase;
	color: #2C3E50;
	margin-bottom: 10px;
	text-align:center;
	font-weight:bold;
	padding:0;
	line-height: 1.5;
}
.fs-subtitle {
	font-weight: normal;
	font-size: 15px;
	color: #666;
	margin-bottom: 20px;
	text-align:center;
	padding: 0;
}
/*progressbar*/
#progressbar {
	margin-bottom: 30px;
	overflow: hidden;
	/*CSS counters to number the steps*/
	counter-reset: step;
}
#progressbar li {
	list-style-type: none;
	color: black;
	text-transform: uppercase;
	font-size: 9px;
	width: 25%;
	float: left;
	position: relative;
	z-index:30
}
#progressbar li:before {
	content: counter(step);
	counter-increment: step;
	width: 20px;
	line-height: 20px;
	display: block;
	font-size: 10px;
	color: #333;
	background: white;
	border-radius: 3px;
	margin: 0 auto 5px auto;
}
/*progressbar connectors*/
#progressbar li:after {
	content: '';
	width: 100%;
    height: 2px;
    background: #146B8A;
    position: absolute;
    left: -44%;
    top: 9px;
    z-index: -1; /*put it behind the numbers*/
}
#progressbar li:first-child:after {
	/*connector not needed before the first step*/
	content: none; 
}
/*marking active/completed steps green*/
/*The number of the step and the connector before it = green*/
#progressbar li.active:before,  #progressbar li.active:after{
	background: #367C96;
	color: white;
}



label {
	margin-right: 15px;
	font-size: 21px;
	line-height: 2.2;
}

input[type="radio"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;

  border-radius: 50%;
  width: 16px;
  height: 16px;

  border: 2px solid #999;
  transition: 0.2s all linear;
  margin-right: 5px;

  position: relative;
  top: 2px;
  outline:none;
}
section.container.formulaire-devis {
    z-index: 9999;
}
input[type="radio"]:checked {
  border: 6px solid black;
}
@media screen and (max-width: 1700px) {
	html {
		background: #146B8A;
	}
}
@media screen and (max-width: 767px) {
	.devis a.awq {
		float: none;
		margin: 0 auto;
	}
	#msform input[type="text"], #msform textarea {
		font-size: 19px;
	}
	.signature {
		font-size: 19px;
		text-align: center;
	}
	.wrap-foot > div {
		width: 100%;
		padding: 10px;
		box-sizing: border-box;
	}
	.dwrapper > div {
		display: block;
	}
	#msform {
		max-width: 95%;
		min-height: 500px;
		box-sizing: border-box;
	}
	img{
		max-width: 100%
	}
	#msform fieldset{
		padding: 20px 10px;
		width: 97%;
		margin: 0 1.5%;
	}
	.jmt img {
		margin-top: 0;
		max-height: 300px;
		margin-bottom: 50px;
	}
	input::-webkit-input-placeholder { /* Edge */
		font-size:17px;
	}

	input:-ms-input-placeholder { /* Internet Explorer 10-11 */
		font-size:17px;
	}

	input::placeholder {
		font-size:17px;
	}
	.blogue {
		background: white;
		padding: 15px 5px;
	}
}
