body {
    margin: 0;
    padding: 0;
}
body, table, p, textarea {
	font-family: Arial;
	font-size: 12px;
}

#wrapper-form {
    margin: 0 auto;
	max-width: 1000px;
}
#logo-sav {
    /*left: 18%;*/
	left: 10%;
	position: relative;
    top: 40px;
}
#form {
    background: rgba(255,255,255,0.9);
    border: 1px solid silver;
    box-shadow: 0px 0px 14px -3px #000;
	box-sizing: border-box;
	/*left: 60%;*/
	margin-left: 50%;
	max-width: 500px;
	min-height: 750px;
    min-width: 300px;
    padding: 10px 40px;
	position: relative;
    top: 40px;
	width: calc(100% - 20px);
}
#form.confirm {
    margin-bottom: 200px;
	min-height: 600px;
	padding: 10px 20px;
}
#form.confirm .text {
	margin-top: 30px;
}
#form.confirm .text p {
	color: #4b3124;
	font-size: 16px;
	line-height: 20px;
}
#logo-promo1 {
	margin: 20px 0 10px;
}
#logo-promo1, #logo-promo2 {
	text-align: center;
}
#logo-promo1 img, #logo-promo2 img {
	max-width: 420px;
	width: 100%;
}

.type-controlegratuit #logo-promo1,
.type-controlegratuit #logo-promo2,
.type-controlegratuit .phrase {
	display: none;
}

.container-form {
	background-position: top center;
    background-repeat: no-repeat;
	margin: 0 auto;
	position: relative;
    width: 100%;
}
body {
	background-image: url(in_gal_gs_ext_view_fl_02.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	background-color: white;
}
h3 {
    border-bottom: 1px solid #C5C4C3;
    color: #3e3a38;
    font-size: 14px;
    margin-bottom: 13px;
    margin-top: 30px;
	padding-bottom: 6px;
    text-align: center;
	text-transform: uppercase;
}
input[type=text] {
	border: 1px solid silver;
	outline: none;
	padding: 3px 4px;
    width: calc(100% - 10px);
}
textarea {
	border: 1px solid silver;
	height: 50px;
	outline: none;
	padding: 6px 8px;
	resize: none;
	width: calc(100% - 19px);
}
select {
	border: 1px solid silver;
	padding: 2px;
	width: calc(100%);
}
option:disabled {
    display: none;
}
.submit {
    cursor: pointer;
	height: 60px;
    margin-top: 23px;
}

#top-header {
	background: white;
	height: 90px;
}
#header {
	margin: 0 auto;
	max-width: 1000px;
	width: 100%;
}
#logo-hyundai {
    margin-top: 14px;
}
#logo-monsav {
    text-align: center;
    margin-top: 12px;
}


#footer {
    background: #f2f0ed;
    max-width: 1600px;
    padding: 20px;
    font-size: 12px;
    text-align: center;
}
#wrapper-mentions {
    margin-top: 100px;
}
#mentions {
	color: #bbb;
	font-size: 12px;
	max-width: 1000px;
	margin: 0 auto;
    padding: 20px;
}

.box.wrapper-submit {
    margin-top: 25px;
	text-align: center;
}
.submit-error {
    color: red;
    margin-bottom: 10px;
}

.row {
    margin: 10px 0;
}
.cell {
    display: inline-block;
	margin-right: 20px;
	width: 100%;
}
.cell:last-child {
	margin-right: 0;
}
.cell.w20 {
	width: calc(20% - 24px);
}
.cell.w30 {
	width: calc(30% - 24px);
}
.cell.w40 {
	width: calc(40% - 24px);
}
.cell.w50 {
	width: calc(50% - 24px);
}
.cell.w60 {
	width: calc(60% - 24px);
}
.cell.w50:last-child {
	width: 50%;
}
.cell.w60 {
	width: 60%;
}
.label {
	color: #4b3124;
	font-size: 13px;
	font-weight: bold;
}
.uppercase { text-transform: uppercase; }
.invalid {
    background-color: #FFA8A8;
	border: 1px solid red !important;
}
.green {
    color: green;
    text-align: center;
}
.fleft { float: left; }
.fright { float: right; }

#ui-datepicker-div {
	z-index: 1000 !important;
}

#cookies {
    border: 1px solid black;
    padding: 4px 10px;
    font-family: Arial;
    font-size: 13px;
    position: fixed;
    bottom: 0;
    left: 0;
    width: calc(100% - 22px);
	background: white;
}
#cookies .close {
	cursor: pointer;
    font-weight: bold;
    margin-bottom: 10px;
}
.fright { float: right; }
.hidden { display: none; }


/*@media screen and (max-width: 1300px) {
	#form {
		left: 50%;
	}
	#logo-sav {
		left: 10%;
	}
}*/
@media screen and (max-width: 1050px) {
	#wrapper-form {
		max-width: 500px;
		padding: 0 1%;
	}
	#form {
		margin-left: 1%;
		width: 99%;
	}
	#logo-sav {
		left: 13%;
		float: none;
		margin-bottom: 30px;
		width: 74%;
	}
}
@media screen and (max-width: 900px) {
	/*#form {
		left: 20%;
	}*/
}
@media screen and (max-width: 650px) {
	/*#form {
		left: 10px;
	}*/
	.cell.w10,
	.cell.w20,
	.cell.w30,
	.cell.w40,
	.cell.w50,
	.cell.w60,
	.cell.w70,
	.cell.w80,
	.cell.w90 {
		width: 100%;
	}
	.label {
		margin-bottom: 4px;
	}
	
	#logo-sav img {
		width: 100%;
	}
	
	#logo-hyundai {
		margin-top: 18px;
		width: 200px;
	}
	#logo-hyundai img {
		width: 100%;
	}
	#logo-garantie {
		margin-top: 12px;
		width: 100px;
	}
	#logo-garantie img {
		width: 100%;
	}
}

.condition-offres { cursor: pointer; }
