@charset "utf-8";
/* CSS Document */

.bx-wrapper .bx-viewport {
	left: 0;
	border: 0;
}

#diapo {
	padding: 0 10px;
}

section#content > div {
	padding: 0 0 10px 0;
}

section#content h2 {
	text-align: center;
}

section#content .special_offers {
	border: solid 1px #676058;
	margin-top: 15px;
	padding: 7px 7px 10px 7px;
	max-height: 420px;
}

section#content .special_offers .offer {
	padding: 5px 0;
	cursor: pointer;
}

section#content .special_offers ul > li > div {
	display: table;
	width: 100%;
	height: 37px;
	background: #6F5E4A;
	margin: 6px 0;
}

section#content .special_offers ul > li > div > div {
	display: table-cell;
	vertical-align: bottom;
	padding: 0 5px;
	color: #FFF;
}

section#content .special_offers ul > li > div > div a {
	color: #FFF;
}

section#content .special_offers ul > li > div > div:nth-child(1) {
	width: 20%;
	background: top left no-repeat;
	background-size: cover;
	border-right: solid 1px rgba(255, 255, 255, 0.5);
	padding: 0;
}

section#content .special_offers ul > li > div > div:nth-child(1) a {
	display: block;
	height: 37px;
}

section#content .special_offers ul > li > div > div:nth-child(1) img {
	height: 37px;
}

section#content .special_offers ul > li > div > div:nth-child(2) {
	width: 33%;
	font-size: 2.2em;
	font-weight: bold;
	text-align: right;
	padding-bottom: 5px;
}

section#content .special_offers ul > li > div > div:nth-child(3) {
	width: 27%;
	text-decoration: line-through;
	font-size: 1.4em;
	padding-bottom: 6px;
	padding-left: 10px;
}

section#content .special_offers ul > li > div > div:nth-child(4) {
	width: 20%;
	background: #C00;
	font-size: 2.3em;
	font-weight: bold;
	text-align: center;
	position: relative;
	padding-bottom: 3px;
}

section#content .special_offers ul > li > div > div:nth-child(4) > sup {
	font-size: 0.5em;
	position: relative;
	top: -9px;
}

section#content .special_offers ul > li > p {
	font-size: 0.85em;
	line-height: 11px;
}

section#content .special_offers ul > li > h6,
section#content .special_offers ul > li > p > b {
	font-weight: bold;
	font-size: 12px;
	color: #6F5E4A;
}

section#content .special_offers ul > li > h6 {
	margin-bottom: 1px;
}

section#content .ships {
	margin-top: 15px;
	text-align: center;
	max-height: 420px;
}

section#content .ships a:hover {
	opacity: 0.85;
    filter: alpha(opacity=85);
}

section#content .search_itinerary {
	background: #6F5E4A;
}
section#content .search_itinerary {
	color: #FFF;
	padding: 3px 0 10px 0;
}

section#content .search_itinerary form[name=recherche_voyage] {
	text-align: center;
	display: block;
	margin: 10px 0;
}

section#content .search_itinerary form[name=recherche_voyage] select {
	width: 250px;
	padding: 5px 10px;
	margin: 5px 0;
	border: 0;
}

section#content .search_itinerary button.ui-multiselect {
	border: 0;
	display: block;
	width: 100%;
	margin: 16px auto;
	height: 22px;
}

section#content .search_itinerary .show_all_itineraries a {
	margin-top: 8px;
	moz-margin-top: 0;
	display: inline-block;
	color: #FFF;
}

section#content .search_itinerary .show_all_itineraries span {
	font-size: 1.5em;
	font-weight: bold;
}

section#content .direct_links {
	color: #FFF;
	margin-top: 17px;
	background: url('/images/home/direct_links.png') no-repeat;
	padding: 10px;
	position: relative;
}
section#content .direct_links ul {
	margin: 15px;
	background: #FFF;
	-webkit-box-shadow: inset 0px 0px 15px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: inset 0px 0px 15px 0px rgba(0,0,0,0.75);
	box-shadow: inset 0px 0px 15px 0px rgba(0,0,0,0.75);
	height: 132px;
}
section#content .direct_links ul li a {
	display: block;
	padding: 5px;
}
section#content .direct_links ul li a:hover {
	background: url('/images/home/direct_links_li_bg.png') repeat-x;
}

section#content .direct_links ul li a i {
	margin: 0 5px;
}

section#content .direct_links .links {
	display: none;
}

section#content .direct_links > a {
	position: absolute;
	left: 0;
    right: 0;
    margin: auto;
	width: 30px;
	text-align: center;
	color: #000;
	background: #FFF;
}

section#content .direct_links > a:hover {
	cursor: pointer;
	background: #CCC;
}

section#content .direct_links > a.up {
	margin-top: 3px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

section#content .direct_links > a.down {
	bottom: 13px;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}

/************* Table bottom **************/

section#content .table.bottom {
	margin: 15px 0 5px;
	background: #EEEDEB;
	padding: 10px 0;
}

section#content .brochures {
	background: #FFF;
	border: solid 1px #685F58;
	padding: 3px 10px 3px 15px;
	display: table;
	width: auto;
}

section#content .brochures > div {
	display: table-cell;
	vertical-align: top;
	position: relative;
	width: auto;
}

section#content .brochures > div:nth-child(2) {
	width: 185px;
}

section#content .brochures > div h3 {
	text-align: right;
	margin-right: 0;
	margin-left: auto;
	margin-top: 10px;
}

section#content .brochures > div .show_more {
	position: absolute;
	bottom: 5px;
	right: 0;
	width: 160px;
}

section#content .newsletter {
	background: #725E46;
	padding: 5px 8px;
	color: #FFF;
	margin-top: 20px;
}

section#content .newsletter h3 {
	color: #FFF;
	font-size: 1.98em;
}

/* IE 10+ hack */
_:-ms-input-placeholder, :root section#content h3 { font-size: 1.8em }

section#content .newsletter h3 > span {
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	letter-spacing: -1px;
	font-weight: bold;
}

section#content .newsletter > div {
	margin: 5px 0 3px;
	position: relative;
}

section#content .newsletter input {
	border: 0;
	padding-left: 5px;
	padding-right: 5px;
	height: 18px;
	width: 205px;
}

section#content .newsletter button {
	color: #FFF;
	background: #725E46;
	text-transform: uppercase;
	border: solid 1px #FFF;
	font-family: 'Univers47CondensedLightRegular', Arial;
	width: 90px;
	height: 20px;
	position: absolute;
	bottom: 0;
}

section#content .gettoknowus,
section#content .othersites {
	background: #FFF;
	border: solid 1px #989896;
	padding: 13px 13px 10px 13px;
}

section#content .gettoknowus h3 {
	text-align: center;
}

section#content .gettoknowus p {
	margin: 10px 0;
}

section#content .gettoknowus p {
	color: #696969;
	text-align: justify;
	line-height: 12px;
	font-size: 0.82em;
}

section#content .gettoknowus p.boldbrown {
	font-weight: bold;
	color: #70675E;
	font-weight: 1.0em;
}

section#content .othersites {
	text-align: center;    padding: 13px 13px 10px 13px
}

section#content .othersites p {
	margin: 50px 0 79px;
	color: #696969;
	font-size: 0.82em;
	line-height: 12px;
}

section#content .othersites p:nth-child(3) {
	margin-bottom: 13px;
}

section#content .othersites img {
	margin-bottom: 5px;
}