* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.animate {
	-webkit-transition: all 0.2s; 
	-moz-transition: all 0.2s; 
	-ms-transition: all 0.2s; 
	-o-transition: all 0.2s; 
	transition: all 0.2s;
}
::selection{background:#5d84b3; color:#ffffff;}
::-moz-selection{background:#5d84b3; color:#ffffff;}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	margin:0;
	font-weight:normal;
	-moz-font-smoothing:antialiased;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
}
h1 {
font-size:26px;
line-height:50px;
margin:0 0 60px 0;
color:#3a3a3a;
font-weight:400;
text-transform:uppercase;
}
h2 {
font-family:"Georgia", Times, "Times New Roman", serif;
font-size:28px;
line-height:36px;
color:#494949;
font-style:italic;
font-weight:normal;
margin:40px 0 40px 0;
position:relative;
}
h2:after {
position:absolute;
display:block;
content:" ";
background:#5d84b3;
height:2px;
width:180px;
left:0;
bottom:-12px;
}
h3 {
font-size:24px;
line-height:30px;
color:#020e28;
font-weight:700;
margin:25px 0 5px 0;
}

html {
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
.clear{
	clear:both;
}
.no-padding {padding:0 !important;}

/* =Repeatable patterns
-------------------------------------------------------------- */

/* Form fields, general styles first */
input,
select {
	padding:15px 15px 15px 15px;
	color:#494949;
	font-size:14px;
	line-height:18px;
	font-weight:400;
	border:none;
	width:100%;
	margin:0 0 10px 0;
	font-family:'Lato', Arial, Helvetica, sans-serif;
	background:#f6f6f6;
	outline:none;
}

#champ-commentaire textarea, #champ-mode {
	padding:15px 15px 15px 15px;
	color:#494949;
	font-size:14px;
	line-height:18px;
	font-weight:400;
	border:none;
	width:100%;
	height:100px;
	margin:0 0 10px 0;
	font-family:'Lato', Arial, Helvetica, sans-serif;
	background:#f6f6f6;
	outline:none;
}

#champ-reference input {
	color:#6d6d6d;
	font-size:28px;
	line-height:30px;
	font-weight:700;
	width:43%;
}

#champ-montant input {
	color:#6d6d6d;
	font-size:28px;
	line-height:30px;
	font-weight:700;
	width:35%;
}

select{
	padding:12px 20px 8px 20px;
}

/*
input[type=checkbox] {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
}
*/

#champ-type {
	width:29%;
	height:70px;
}

input[type=checkbox], input[type=radio] {
    -border-radius: 4px;
    height: 10px;
    width: 10px;
    background: #fff;
    border: 1px solid #ccc;
}


/* Buttons */
.button, .button:focus {
	font-family:'Lato', Arial, Helvetica, sans-serif;
	font-weight:400;
	padding:9px 28px 8px;
	border:none;
	color:#ffffff;
	font-size:14px;
	text-transform:uppercase;
	background:#5d84b3;
	display:inline-block;
	text-decoration:none;
	border-radius:0px;
	margin-left:10px;
	line-height:30px;
	width:auto;
	cursor:pointer;
	-webkit-transition: all 0.2s; 
	-moz-transition: all 0.2s; 
	-ms-transition: all 0.2s; 
	-o-transition: all 0.2s; 
	transition: all 0.2s;
}
.button2, .button2:focus {
background:#494949;
}
.button:hover {
text-decoration:none;
background:#020e28;
color:#ffffff;
}

/* =Basic structure
-------------------------------------------------------------- */
body, html {
	padding:0;
	margin:0;
	font-size:14px;
	font-weight:400;
	line-height:24px;
	font-family:'Lato', Arial, Helvetica, sans-serif;
	color:#494949;
	background:#fff;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
    -moz-osx-font-smoothing: grayscale;
	width:100%;
	position:relative;
}
a {
	color:#5d84b3;
	text-decoration:none;
	-webkit-transition: all 0.2s; 
	-moz-transition: all 0.2s; 
	-ms-transition: all 0.2s; 
	-o-transition: all 0.2s; 
	transition: all 0.2s;
}
a:hover {
	color:#5d84b3;
	text-decoration:none;
}
.rouge {
	color:#5d84b3;
}
strong, b{
	font-weight:700;
}
a img{
	border:none;
}

/* Page structure */
header {
   	width:100%;
	position:relative;
	background: #494949;
	text-align:center;
	padding:15px 0;
	margin:0px 0 60px 0;
	border-bottom: 1px solid #5d84b3;
}
#page {
	max-width:790px;
	margin:0 auto 60px;
}
.contact-infos .champ-infos {
	width:48%;
	display:inline-block;
	float:left;
	position:relative;
}
.contact-infos .champ-infos:nth-of-type(2n+1) {
	margin-right:4%;
}
.contact-infos #champ-adresse, .contact-infos #champ-par, .contact-infos #champ-commentaire {
	width:100%;
}

.contact-infos #champ-commentaire {
	height:150px;
}

.contact-infos #champ-mode {
	height:100px;
}

.contact-infos #champ-zipcode {
	width:20%;
	margin-right: 4%;
}
.contact-infos #champ-ville {
	width:43%;
	margin-right:4%;
}
.contact-infos #champ-pays {
	width:29%;
	margin-right:0;
}
.contact-infos #champ-reference {
	width:60%;
	margin-right:4%;	
}

#champ-invite1, #champ-invite2 {
	float:right;
}
div#champ-date-arrivee {
    width: 44%;
    margin-right: 4%;
}

.contact-infos .champ-date:before {
	position:absolute;
	display:block;
	content:" ";
	top:37px;
	left:16px;
	width:18px;
	height:20px;
	background-repeat:no-repeat;
	background-image: url(data:image/svg+xml;base64,PHN2ZyBhcmlhLWhpZGRlbj0idHJ1ZSIgZm9jdXNhYmxlPSJmYWxzZSIgZGF0YS1wcmVmaXg9ImZhcyIgZGF0YS1pY29uPSJjYWxlbmRhci1hbHQiIGNsYXNzPSJzdmctaW5saW5lLS1mYSBmYS1jYWxlbmRhci1hbHQgZmEtdy0xNCIgcm9sZT0iaW1nIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0NDggNTEyIj48cGF0aCBmaWxsPSJjdXJyZW50Q29sb3IiIGQ9Ik0wIDQ2NGMwIDI2LjUgMjEuNSA0OCA0OCA0OGgzNTJjMjYuNSAwIDQ4LTIxLjUgNDgtNDhWMTkySDB2Mjcyem0zMjAtMTk2YzAtNi42IDUuNC0xMiAxMi0xMmg0MGM2LjYgMCAxMiA1LjQgMTIgMTJ2NDBjMCA2LjYtNS40IDEyLTEyIDEyaC00MGMtNi42IDAtMTItNS40LTEyLTEydi00MHptMCAxMjhjMC02LjYgNS40LTEyIDEyLTEyaDQwYzYuNiAwIDEyIDUuNCAxMiAxMnY0MGMwIDYuNi01LjQgMTItMTIgMTJoLTQwYy02LjYgMC0xMi01LjQtMTItMTJ2LTQwek0xOTIgMjY4YzAtNi42IDUuNC0xMiAxMi0xMmg0MGM2LjYgMCAxMiA1LjQgMTIgMTJ2NDBjMCA2LjYtNS40IDEyLTEyIDEyaC00MGMtNi42IDAtMTItNS40LTEyLTEydi00MHptMCAxMjhjMC02LjYgNS40LTEyIDEyLTEyaDQwYzYuNiAwIDEyIDUuNCAxMiAxMnY0MGMwIDYuNi01LjQgMTItMTIgMTJoLTQwYy02LjYgMC0xMi01LjQtMTItMTJ2LTQwek02NCAyNjhjMC02LjYgNS40LTEyIDEyLTEyaDQwYzYuNiAwIDEyIDUuNCAxMiAxMnY0MGMwIDYuNi01LjQgMTItMTIgMTJINzZjLTYuNiAwLTEyLTUuNC0xMi0xMnYtNDB6bTAgMTI4YzAtNi42IDUuNC0xMiAxMi0xMmg0MGM2LjYgMCAxMiA1LjQgMTIgMTJ2NDBjMCA2LjYtNS40IDEyLTEyIDEySDc2Yy02LjYgMC0xMi01LjQtMTItMTJ2LTQwek00MDAgNjRoLTQ4VjE2YzAtOC44LTcuMi0xNi0xNi0xNmgtMzJjLTguOCAwLTE2IDcuMi0xNiAxNnY0OEgxNjBWMTZjMC04LjgtNy4yLTE2LTE2LTE2aC0zMmMtOC44IDAtMTYgNy4yLTE2IDE2djQ4SDQ4QzIxLjUgNjQgMCA4NS41IDAgMTEydjQ4aDQ0OHYtNDhjMC0yNi41LTIxLjUtNDgtNDgtNDh6Ij48L3BhdGg+PC9zdmc+);
}
.contact-infos .champ-date input {
	padding-left:50px;
}
#ui-datepicker-div {
	z-index:100 !important;
	letter-spacing:0;
}
.ui-widget-header {
    border: 1px solid #fff;
    background: #e9e9e9;
    font-weight: 700;
}
.ui-datepicker td span, .ui-datepicker td a {
    text-align: center !important;
	line-height: 24px !important;
}
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, .ui-button.ui-state-active:hover {
    border: 1px solid #951717 !important;
    background: #5d84b3 !important;
}
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
    border: 1px solid #222 !important;
    background: #333 !important;
    color: #fff !important;
}
.ui-datepicker .ui-datepicker-prev {left:1px;}
.ui-datepicker .ui-datepicker-next {right:1px;}
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {top: 1px; cursor:pointer;}

.ui-datepicker .ui-datepicker-title:first-letter {
	text-transform:uppercase;
}
#champ-montant .currency {
    font-size: 28px;
    line-height: 60px;
    font-weight: 700;
    margin-left: 10px;

}
.buttons {
	text-align:right;
}
footer {
   	width:100%;
	position:relative;
	background:#494949;
	color:#FFF;
	text-align:center;
	padding:0px 0 40px 0;
}
footer > div {
	background:#f6f6f6;
	color:#494949;
	padding:30px 0 25px 0;
	margin-bottom:35px;
}
footer > div strong {
	text-transform:uppercase;
	font-size:18px;
}
@media only screen and (max-width: 790px){
#page {
	padding:0 20px;
}
.contact-infos .champ-infos {
    width:100% !important;
    float:none;
	margin-right:0 !important;
}
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.animate {
	-webkit-transition: all 0.2s; 
	-moz-transition: all 0.2s; 
	-ms-transition: all 0.2s; 
	-o-transition: all 0.2s; 
	transition: all 0.2s;
}
::selection{background:#5d84b3; color:#ffffff;}
::-moz-selection{background:#5d84b3; color:#ffffff;}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	margin:0;
	font-weight:normal;
	-moz-font-smoothing:antialiased;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
}
h1 {
font-size:26px;
line-height:50px;
margin:0 0 60px 0;
color:#3a3a3a;
font-weight:400;
text-transform:uppercase;
}
h2 {
font-family:"Georgia", Times, "Times New Roman", serif;
font-size:28px;
line-height:36px;
color:#494949;
font-style:italic;
font-weight:normal;
margin:40px 0 40px 0;
position:relative;
}
h2:after {
position:absolute;
display:block;
content:" ";
background:#4796b3;
height:2px;
width:180px;
left:0;
bottom:-12px;
}
h3 {
font-size:24px;
line-height:30px;
color:#020e28;
font-weight:700;
margin:25px 0 5px 0;
}

html {
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
.clear{
	clear:both;
}
.no-padding {padding:0 !important;}

/* =Repeatable patterns
-------------------------------------------------------------- */

/* Form fields, general styles first */
input,
select {
	padding:15px 15px 15px 15px;
	color:#494949;
	font-size:14px;
	line-height:18px;
	font-weight:400;
	border:none;
	width:100%;
	margin:0 0 10px 0;
	font-family:'Lato', Arial, Helvetica, sans-serif;
	background:#f6f6f6;
	outline:none;
}

#champ-commentaire textarea, #champ-mode {
	padding:15px 15px 15px 15px;
	color:#494949;
	font-size:14px;
	line-height:18px;
	font-weight:400;
	border:none;
	width:100%;
	height:100px;
	margin:0 0 10px 0;
	font-family:'Lato', Arial, Helvetica, sans-serif;
	background:#f6f6f6;
	outline:none;
}

#champ-reference input {
	color:#6d6d6d;
	font-size:28px;
	line-height:30px;
	font-weight:700;
	width:43%;
}

#champ-montant input {
	color:#6d6d6d;
	font-size:28px;
	line-height:30px;
	font-weight:700;
	width:35%;
}

select{
	padding:12px 20px 8px 20px;
}

/*
input[type=checkbox] {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
}
*/

#champ-type {
	width:29%;
	height:70px;
}

input[type=checkbox], input[type=radio] {
    -border-radius: 4px;
    height: 10px;
    width: 10px;
    background: #fff;
    border: 1px solid #ccc;
}


/* Buttons */
.button, .button:focus {
	font-family:'Lato', Arial, Helvetica, sans-serif;
	font-weight:400;
	padding:9px 28px 8px;
	border:none;
	color:#ffffff;
	font-size:14px;
	text-transform:uppercase;
	background:#4796b3;
	display:inline-block;
	text-decoration:none;
	border-radius:0px;
	margin-left:10px;
	line-height:30px;
	width:auto;
	cursor:pointer;
	-webkit-transition: all 0.2s; 
	-moz-transition: all 0.2s; 
	-ms-transition: all 0.2s; 
	-o-transition: all 0.2s; 
	transition: all 0.2s;
}
.button2, .button2:focus {
background:#494949;
}
.button:hover {
text-decoration:none;
background:#020e28;
color:#ffffff;
}

/* =Basic structure
-------------------------------------------------------------- */
body, html {
	padding:0;
	margin:0;
	font-size:14px;
	font-weight:400;
	line-height:24px;
	font-family:'Lato', Arial, Helvetica, sans-serif;
	color:#494949;
	background:#fff;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
    -moz-osx-font-smoothing: grayscale;
	width:100%;
	position:relative;
}
a {
	color:#5d84b3;
	text-decoration:none;
	-webkit-transition: all 0.2s; 
	-moz-transition: all 0.2s; 
	-ms-transition: all 0.2s; 
	-o-transition: all 0.2s; 
	transition: all 0.2s;
}
a:hover {
	color:#5d84b3;
	text-decoration:none;
}
.rouge {
	color:#5d84b3;
}
strong, b{
	font-weight:700;
}
a img{
	border:none;
}

/* Page structure */
header {
   	width:100%;
	position:relative;
	background: #4796b3;
	text-align:center;
	padding:15px 0;
	margin:0px 0 60px 0;
	border-bottom: 1px solid #5d84b3;
}
#page {
	max-width:790px;
	margin:0 auto 60px;
}
.contact-infos .champ-infos {
	width:48%;
	display:inline-block;
	float:left;
	position:relative;
}
.contact-infos .champ-infos:nth-of-type(2n+1) {
	margin-right:4%;
}
.contact-infos #champ-adresse, .contact-infos #champ-par, .contact-infos #champ-commentaire {
	width:100%;
}

.contact-infos #champ-commentaire {
	height:220px;
}

.contact-infos #champ-mode {
	height:100px;
}

.contact-infos #champ-zipcode {
	width:20%;
}
.contact-infos #champ-ville {
	width:43%;
	margin-right:4%;
}
.contact-infos #champ-pays {
	width:29%;
	margin-right:0;
}
.contact-infos #champ-reference {
	width:60%;
	margin-right:4%;	
}

#champ-invite1, #champ-invite2 {
	float:right;
}


.contact-infos .champ-date:before {
	position:absolute;
	display:block;
	content:" ";
	top:37px;
	left:16px;
	width:18px;
	height:20px;
	background-repeat:no-repeat;
	background-image: url(data:image/svg+xml;base64,PHN2ZyBhcmlhLWhpZGRlbj0idHJ1ZSIgZm9jdXNhYmxlPSJmYWxzZSIgZGF0YS1wcmVmaXg9ImZhcyIgZGF0YS1pY29uPSJjYWxlbmRhci1hbHQiIGNsYXNzPSJzdmctaW5saW5lLS1mYSBmYS1jYWxlbmRhci1hbHQgZmEtdy0xNCIgcm9sZT0iaW1nIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0NDggNTEyIj48cGF0aCBmaWxsPSJjdXJyZW50Q29sb3IiIGQ9Ik0wIDQ2NGMwIDI2LjUgMjEuNSA0OCA0OCA0OGgzNTJjMjYuNSAwIDQ4LTIxLjUgNDgtNDhWMTkySDB2Mjcyem0zMjAtMTk2YzAtNi42IDUuNC0xMiAxMi0xMmg0MGM2LjYgMCAxMiA1LjQgMTIgMTJ2NDBjMCA2LjYtNS40IDEyLTEyIDEyaC00MGMtNi42IDAtMTItNS40LTEyLTEydi00MHptMCAxMjhjMC02LjYgNS40LTEyIDEyLTEyaDQwYzYuNiAwIDEyIDUuNCAxMiAxMnY0MGMwIDYuNi01LjQgMTItMTIgMTJoLTQwYy02LjYgMC0xMi01LjQtMTItMTJ2LTQwek0xOTIgMjY4YzAtNi42IDUuNC0xMiAxMi0xMmg0MGM2LjYgMCAxMiA1LjQgMTIgMTJ2NDBjMCA2LjYtNS40IDEyLTEyIDEyaC00MGMtNi42IDAtMTItNS40LTEyLTEydi00MHptMCAxMjhjMC02LjYgNS40LTEyIDEyLTEyaDQwYzYuNiAwIDEyIDUuNCAxMiAxMnY0MGMwIDYuNi01LjQgMTItMTIgMTJoLTQwYy02LjYgMC0xMi01LjQtMTItMTJ2LTQwek02NCAyNjhjMC02LjYgNS40LTEyIDEyLTEyaDQwYzYuNiAwIDEyIDUuNCAxMiAxMnY0MGMwIDYuNi01LjQgMTItMTIgMTJINzZjLTYuNiAwLTEyLTUuNC0xMi0xMnYtNDB6bTAgMTI4YzAtNi42IDUuNC0xMiAxMi0xMmg0MGM2LjYgMCAxMiA1LjQgMTIgMTJ2NDBjMCA2LjYtNS40IDEyLTEyIDEySDc2Yy02LjYgMC0xMi01LjQtMTItMTJ2LTQwek00MDAgNjRoLTQ4VjE2YzAtOC44LTcuMi0xNi0xNi0xNmgtMzJjLTguOCAwLTE2IDcuMi0xNiAxNnY0OEgxNjBWMTZjMC04LjgtNy4yLTE2LTE2LTE2aC0zMmMtOC44IDAtMTYgNy4yLTE2IDE2djQ4SDQ4QzIxLjUgNjQgMCA4NS41IDAgMTEydjQ4aDQ0OHYtNDhjMC0yNi41LTIxLjUtNDgtNDgtNDh6Ij48L3BhdGg+PC9zdmc+);
}
.contact-infos .champ-date input {
	padding-left:50px;
}
#ui-datepicker-div {
	z-index:100 !important;
	letter-spacing:0;
}
.ui-widget-header {
    border: 1px solid #fff;
    background: #e9e9e9;
    font-weight: 700;
}
.ui-datepicker td span, .ui-datepicker td a {
    text-align: center !important;
	line-height: 24px !important;
}
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, .ui-button.ui-state-active:hover {
    border: 1px solid #951717 !important;
    background: #5d84b3 !important;
}
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
    border: 1px solid #222 !important;
    background: #333 !important;
    color: #fff !important;
}
.ui-datepicker .ui-datepicker-prev {left:1px;}
.ui-datepicker .ui-datepicker-next {right:1px;}
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {top: 1px; cursor:pointer;}

.ui-datepicker .ui-datepicker-title:first-letter {
	text-transform:uppercase;
}
#champ-montant .currency {
    font-size: 28px;
    line-height: 60px;
    font-weight: 700;
    margin-left: 10px;

}
.buttons {
	text-align:right;
}
footer {
   	width:100%;
	position:relative;
	background:#494949;
	color:#FFF;
	text-align:center;
	padding:0px 0 40px 0;
}
footer > div {
	background:#f6f6f6;
	color:#494949;
	padding:30px 0 25px 0;
	margin-bottom:35px;
}
footer > div strong {
	text-transform:uppercase;
	font-size:18px;
}
@media only screen and (max-width: 790px){
#page {
	padding:0 20px;
}
.contact-infos .champ-infos {
    width:100% !important;
    float:none;
	margin-right:0 !important;
}
}


select {
    -border-radius: 4px;
    height:'auto';
    width: 50px;
    background: #fff;
    border: 1px solid #ccc;
   color: #000;
   padding: 0;
  margin: 0;
}
