@charset "utf-8";
/* CSS Document */

body {
	background-color:#FFFFFF;
}

/************ Header START *************/

header h1 {
	margin:0px;
	padding:0px;
}
header h2 {
	width:100%;
	margin:0px;
	font-family: 'Oswald', sans-serif;
	font-weight:600;
}
.language {
	float:left;
	width:100%;
	font-family: 'Tahoma', Geneva, sans-serif;
	margin-bottom:0px;
	margin-top:0px;
}
#slide-show {
	float:left;
	width:100%;
}
/* END Header */

/********************** Main menu START *************************/
.main-menu {
	float:left;
	width:100%;
	height:auto;
}
.menu-item {
	font-family: Arial, Helvetica, sans-serif;
}
/* END Main menu */


/*************** Main Container START ***************/

.fb-like {
	width:auto;
	float:right;
	margin-right:20px;
	margin-top:5px;
}

.gallery-item , .legende {
	font-family: 'Oswald', sans-serif;
	font-weight:300;
	font-size:1.2em;
}
.legende {
	font-family: 'Oswald', sans-serif;
	font-weight:300;
	font-size:1.1em;
}
.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#CCC;
	padding-left:20px;
}
.rgb_cm_form_input {
	width:100%;
	height:auto;
	font-size:16px;
	color:#333333;
	border: 1px solid #666666;
	box-shadow: inset 1px 1px 2px 0px #D6D6D6;
	border-radius:0px;
	margin-bottom:15px;
	padding:6px;
}
.rgb_cm_form_text_message {
	width:100%;
	height:140px;
	float: left;
	margin-top: 1em;
	resize:none;
}
.rgb_cm_form_text_message {
	height:200px !important;
	float: left;
	margin-top: 1em;
	resize:none;
}
.rgb_cm_form_adresse {
	height:70px !important;
	float: left;
	margin-top: 1em;
	resize:none;
}
.depart, .destination {
	padding:20px;
}
#rgb_cm_form_container h2 {
	font-family: 'Oswald', Arial Black, sans-serif;
	text-align:left;
	font-size:2.7em;
	font-weight:600;
	color:#6E6E6E;
}
#rgb_cm_form_container h3 {
	text-decoration:none;
	margin-top: 1.0em;
	color:#6E6E6E;
}
.rgb_cm_button {
	font-size:1.5em;
	padding:10px 40px;
	margin-top:30px;
	margin-bottom:70px;
}

/* END Main Container */



/********************** Footer START *************************/
footer {
	float:left;
	width:100%;
}
.mediabuttons-container {
	display:block;
	float:left;
	width:100%;
	margin-bottom:70px;
	text-align:center;
}
.media-bt {
	display:table-cell;
	width:30px;
	height:30px;
	margin-right:5px;
}
.media-bt.bt-facebook {
	background-position: -31px top;	
}
.media-bt.bt-twitter {
	background-position: 0px top;	
}
.media-bt.bt-googleplus {
	background-position: -94px top;	
}
.media-bt.bt-pinterest {
	background-position: -186px top;	
}
.media-bt.bt-youtube {
	background-position: -63px top;	
}
.media-bt.bt-instagram {
	background-position: -155px top;
}
.rgb {
	font-family:Verdana, Geneva, sans-serif;
	font-size:1.2em;
	text-align:center;
	background:#666666;
	padding:10px;
	padding-bottom:40px;
}
/* END Footer */


