body  {
    background-image: url(../images/bg_form.jpg);
    background-repeat: no-repeat;
	background-size: 100vw;
	background-position: center -5vw;
	color: black;
	font-family: "Titillium Web";
	font-size: 16px;
}
body#confirm  {
    background-image: url(../images/bg_confirm.jpg);
}

.head {
    padding: 10px 20px;
}
.head .right {
    color: #c89d64;
    text-transform: uppercase;
    float: right;
    font-size: 24px;
    margin: 14px 6px;
}
.body {
	min-height: 650px;
    padding-top: 70px;
}

body > .body > .container {
    max-width: 360px;
	background: white;
	padding: 20px 20px 20px;
	border-radius: 3px;
	box-shadow: 0 0 4px -1px black;
	margin: 0;
	margin-left: calc(100vw - 360px - 10vw);
	margin-top: -100px;
}

body > .body > #confirm.container {
    margin-top: 0px;
    margin: 0 auto;
    background-color: rgba(40, 85, 107, 0.57);
    max-width: 570px;
}
body > .body > #confirm.container > .formWrapper {
    color: #ffffff;
}
body > .body > #confirm.container > .formWrapper p {
    font-size: 19px;
}

.teaser {
    background: rgba(207, 38, 61, .7);
    color: white;
    width: 360px;
	padding: 20px;
    position: absolute;
    right: calc(360px + 10vw);
}
.teaser .date {
    font-size: 26px;
	margin: 0px 0px 0px 16px;
}
.offre {
	font-family: Poppins;
}
.offre .left {
    font-size: 144px;
    font-weight: bold;
}
.offre .right {
    margin-left: 12px;
    font-size: 44px;
    font-weight: bold;
    line-height: 57px;
	line-height: 50px;
	padding-top: 20px;
}
.offre sup {
    font-size: 25px;
    top: -.8em;
    margin-left: 4px;
}

header {
    font-size: 16px;
	font-weight: normal;
	text-align: left;
}
header strong {
    font-size: 22px;
}

.formWrapper .col-md-10 {
    float: none;
	margin: 0 auto;
}

input[type="image"] {
    margin-top: 10px;
}

.intro {
    font-size: 14px;
    margin-bottom: 12px;
    margin-top: -4px;
}
.form-group {
    margin-bottom: 15px;
}
.form-checkbox .form-group {
    margin-bottom: 6px;
}
.mentions {
    color: #2395b9;
    font-size: 10px;
    margin-top: 12px;
    background-color: #224d61;
    padding: 10px;
}

.form-civ label:first-child {
    margin-left: 20px;
}

.submit {
    background-image: url(../images/submit.png);
    background-repeat: no-repeat;
	cursor: pointer;
    height: 49px;
    margin: 20px auto 0;
	width: 129px;
}

.form-checkbox.label-blocks .glyphicon.form-control-feedback {
    top: -9px;
    right: 14px;
}
.form-optin input {
    position: relative;
    top: -22px;
}
.fleft { float: left; }
.clear { clear:both; }

@media (max-width: 1600px) {
	body {
		background-position: center 0vw;
	}
}

@media (max-width: 1450px) {
	body {
		background-size: calc(120vw);
		/*background-position: center -15vw;
		background-size: calc(100vw * 2);*/
	}
}

@media (max-width: 1150px) {
	body {
		background-size: calc(150vw);
	}
}

@media (max-width: 850px) {
	body {
		background-size: cover;
	}
	.logo {
		width: 100%;
	}
	body > .body > .container {
		margin: -40px auto 0;
	}
	.teaser {
		position: static;
		margin: -40px auto 17px;
	}
}






/*** GENERIC ELEMENTS ***/
.textcenter { text-align: center; }
.mini { font-size: 11px; }
.clear { clear: both; }
.toupper { text-transform: uppercase; }

input[type=checkbox], input[type=radio] {
	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #fff;
	border: 1px solid #ccc;
	border-radius: 2px;
    display: inline-block;
    height: 20px;
    margin-left: 0;
    margin-right: 6px;
    vertical-align: middle;
    width: 20px;
}
input[type=checkbox]:checked:after,
input[type=radio]:checked:after {
    background: url(../images/check.png);
    content: '';
    display: block;
    height: 12px;
    margin: 4px 4px;
    width: 12px;
}
.form-checkbox label > span {
    display: inline-block;
    position: relative;
	top: 3px;
	font-weight: normal;
}
.form-checkbox label {
    display: block;
}
.form-inline.form-checkbox label {
	display: inline-block;
    margin-right: 16px;
}
.form-checkbox label, .form-checkbox input {
    cursor: pointer;
}
.label-blocks label {
    display: block;
    margin-bottom: 6px;
}
.form-checkbox {
    position: relative;
}
.form-checkbox .form-control-feedback {
    top: -2px;
}
.has-error input[type="radio"],
.has-error input[type="checkbox"] {
    border: 1px solid #a94442;
}

/*** BOOTSTRAP CHANGES ***/
span.glyphicon.glyphicon-remove.form-control-feedback,
span.glyphicon.glyphicon-ok.form-control-feedback {
    display: none;
}
.has-error span.glyphicon.glyphicon-remove.form-control-feedback {
    display: block;
}
.has-success span.glyphicon.glyphicon-ok.form-control-feedback {
    display: block;
}
.has-error .form-control {
    color: #a94442;
}
label {
	margin-bottom: 0px;
}
.form-control {
    border-radius: 0px;
    border: none;
    border-bottom: 1px solid #dad5d5;
    box-shadow: none;
	padding: 0;
	font-size: 16px;
}
.form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.has-success .form-control,
.has-success .form-control:focus {
    border-color: #3c763d;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.has-error .form-control,
.has-error .form-control:focus {
    border-color: #843534;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.form-civ {
    margin: 20px 0 10px;
}

input#submit-form {
    background-color: #cd2038;
    width: 120px;
}
#link-confirm {
    color: #ffffff;
    background-color: #cd2038;
    
    font-size: 20px;
    line-height: 35px;
    text-transform: uppercase;
}