/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
/* ==========================================================================
   FONT-FACE
   ========================================================================== */
@font-face {
    font-family: 'FuturaStdBold';
    src: url('fonts/futurastd-bold.eot');
    src: url('fonts/futurastd-bold.eot') format('embedded-opentype'),
    url('fonts/futurastd-bold.woff2') format('woff2'),
    url('fonts/futurastd-bold.woff') format('woff'),
    url('fonts/futurastd-bold.ttf') format('truetype'),
    url('fonts/futurastd-bold.svg#FuturaStdBold') format('svg');
    font-style: normal;
    font-weight: normal;
}

@font-face {
    font-family: 'FuturaStdHeavy';
    src: url('fonts/futurastd-heavy.eot');
    src: url('fonts/futurastd-heavy.eot') format('embedded-opentype'),
    url('fonts/futurastd-heavy.woff2') format('woff2'),
    url('fonts/futurastd-heavy.woff') format('woff'),
    url('fonts/futurastd-heavy.ttf') format('truetype'),
    url('fonts/futurastd-heavy.svg#FuturaStdHeavy') format('svg');
    font-style: normal;
    font-weight: normal;
}

@font-face {
    font-family: 'FuturaStdMedium';
    src: url('fonts/futurastd-medium.eot');
    src: url('fonts/futurastd-medium.eot') format('embedded-opentype'),
    url('fonts/futurastd-medium.woff2') format('woff2'),
    url('fonts/futurastd-medium.woff') format('woff'),
    url('fonts/futurastd-medium.ttf') format('truetype'),
    url('fonts/futurastd-medium.svg#FuturaStdBook') format('svg');
    font-style: normal;
    font-weight: normal;
}

@font-face {
    font-family: 'FuturaStdBook';
    src: url('fonts/futurastd-book.eot');
    src: url('fonts/futurastd-book.eot') format('embedded-opentype'),
    url('fonts/futurastd-book.woff2') format('woff2'),
    url('fonts/futurastd-book.woff') format('woff'),
    url('fonts/futurastd-book.ttf') format('truetype'),
    url('fonts/futurastd-book.svg#FuturaStdBook') format('svg');
    font-style: normal;
    font-weight: normal;
}

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #252525;
}

select::-ms-expand {
    display: none;
}

html {
    font-size: 1em;
    line-height: 1.3;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between images, videos, audio and canvas and the bottom of
 * their containers: h5bp.com/i/440
 */

audio,
canvas,
img,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   GENERAL // Styles use for multiple pages
   ========================================================================== */
body {
    font-family: 'Roboto', sans-serif;
    background: url(background_body.jpg) top left repeat #f5f5f5;
    font-size: 14px;
}

/* 14PX/EM/18PX SIZE FOR FONT-SIZE
        DEFAULT |   EM   |  BIG

        12px => 0.857em => 15px
        13px => 0.929em => 16px
        14px => 1em     => 18px
        15px => 1.071em => 19px
        16px => 1.143em => 20px
        17px => 1.214em => 21px
        18px => 1.286em => 23px
        20px => 1.429em => 25px
        21px => 1.500em => 27px

     */
body.big {
    font-size: 18px;
}

.page {
    position: relative;
}

.wrapper-width {
    /*CLASS USE FOR PRINCIPAL WIDTH*/
    width: 98%;
    max-width: 1080px; /*1020px;*/
    position: relative;
    margin: 0 auto;
}

.d_none {
    /*DISPLAY NONE DIV (hide some content from Magento)*/
    display: none;
}

.centre_hz {
    /*SOME ELEMENTS NEED TO BE CENTER HORIZONTALY*/
    /*position: absolute;*/
    background: #FFF;
    top: 50%;
    width: 100%;
    left: 0;
    /*-webkit-transform: translateY(-50%);*/
    /*-moz-transform: translateY(-50%);*/
    /*-ms-transform: translateY(-50%);*/
    /*-o-transform: translateY(-50%);*/
    /*transform: translateY(-50%);*/
}

.image img {
    /*BLOCK IMAGE RESPONSIVE*/
    width: 100%;
    height: auto;
}

.col2-right-layout .main,
.col2-right-layout .col-right,
.col2-right-layout .col-left {
    float: left;
}

.col2-right-layout .main {
    margin-right: 2%;
    width: 67%;
}

.col2-right-layout .col-right,
.col2-right-layout .col-left {
    width: 31%;
}

h3.acc_title {
    display: none;
}

.bold {
    font-weight: bold;
}

/*TEXT COLOR*/
.grey {
    /*grey for paragraphe etc...*/
    color: #363636;
}

.light-grey {
    color: #484848;
}

.light-blue {
    /*LIGHT BLUE */
    /*color: #7ba5d0;*/
    color: #7da1c4;
}

.dark-blue {
    /*DARK BLUE*/
    color: #106638;
}

.promo-color {
    color: #26afc2;
}

.mb-5 {
    margin-bottom: 5px;
}

.white_title {
    display: inline-block;
    width: auto;
    margin: 0 auto;
    background: rgba(0, 0, 0, 0.2);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#CCffffff', endColorstr='#CCffffff'); /* IE */
    color: #fff;
    padding: 10px 25px;
    margin-top: 60px;
}

.main_top_content .white_title h1 {
    margin-top: 20px;
}

/*BACKGROUND COLOR*/
.bg_light-blue {
    background-color: #7ba5d0;
    color: #FFF;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -ms-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

.BtnLogout {
    background-color: #106638 !important;
}

.customer-account-login .bg_light-blue, .customer-account-forgotpassword .bg_light-blue, .customer-account-create .bg_light-blue {
    background: #106638;
}

button.bg_light-blue:hover,
a.bg_light-blue:hover {
    background: #f1f1f1;
    color: #7da1c4;
}

.grey_block button.bg_light-blue:hover,
.grey_block a.bg_light-blue:hover {
    background: #FFF;
    color: #7da1c4;
}

.bg_grey {
    background: #c6c7c7;
    color: #FFF;
    padding: 15px 20px;
    cursor: pointer;
    text-transform: uppercase;
    font-family: "Roboto", sans-serif;
    font-size: 1.071em;
    font-weight: bold;
    border: 0px;
}

.bg_dark-blue {
    background: #106638;
    color: #FFF;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -ms-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

button.bg_dark-blue:hover,
a.bg_dark-blue:hover {
    background: #f1f1f1;
    color: #106638;
}

.grey_block button.bg_dark-blue:hover,
.grey_block a.bg_dark-blue:hover {
    background: #FFF;
    color: #106638;
}

.bg_promo-color {
    background: #26afc2;
    color: #FFF;
}

.grey_block {
    background: #f1f1f1;
}

button.bg_dark-blue {
    border: medium none;
    font-family: "Roboto", sans-serif;
    font-size: 1.071em;
    font-weight: bold;
    padding: 15px 20px;
    text-transform: uppercase;
}

button.bg_dark-blue.fixed {
    margin: 10px;
    width: 100%;
}

.button.bg_dark-blue.fixed.all-bookings {
    float: right;
}

.bg_red {
    background-color: #a13331;
}

.button {
    border: medium none;
    font-family: "Roboto", sans-serif;
    font-size: 1.071em;
    font-weight: bold;
    padding: 15px 20px;
    text-transform: uppercase;
    text-decoration: none;
}

.blue_link {
    font-size: 0.867em;
    font-weight: bold;
}

/*BREADCRUMBS*/
.breadcrumbs {
    width: 96%;
    max-width: 980px;
    position: relative;
    margin: 20px auto;
    font-size: 0.857em;
    color: #464646;
    text-transform: uppercase;
}

.breadcrumbs ul {
    padding: 0;
    margin: 0;
    list-style: none;
    line-height: 1.286em;
}

.breadcrumbs ul li {
    display: inline-block;
}

.breadcrumbs ul li span {
    display: inline-block;
    padding: 0 3px;
}

.breadcrumbs ul li a {
    text-decoration: none;
    color: inherit;
    -webkit-transition: 0.1s;
    -moz-transition: 0.1s;
    -ms-transition: 0.1s;
    -o-transition: 0.1s;
    transition: 0.1s;
}

.breadcrumbs ul li a:hover {
    color: #777;
}

/*FORM ELEMENTS*/
.select_bg {
    /*overflow: hidden;*/
    position: relative;
    background: #FFF;
}

.select_bg.select_multiple {
    overflow: visible;
}

.select_bg.grey {
    background: #f4f4f4;
}

.gender .select_bg span.icon, .customer_register .select_bg span.icon {
    position: absolute;
    content: ' ';
    display: block;
    background: url(select_bg.jpg) 1px center no-repeat #FFF;
    height: 24px;
    width: 21px;
    right: 0;
    top: 0;
}

.gender .select_bg.grey span.icon, .customer_register .select_bg span.icon {
    background: url("select_bg_grey.jpg") no-repeat scroll 1px center #f4f4f4;
}

.gender .select_bg select, .customer_register .select_bg select {
    font-family: 'Roboto', sans-serif;
    color: #363636;
    border: none;
    background: transparent;
    border-radius: 0;
    width: 120%;
    position: relative;
    padding-right: 30%;
    -webkit-appearance: none;
    -moz-appearance: none;
    padding-top: 8px;
}

.field {
    vertical-align: middle;
    margin: 10px 0;
}

.field label {
    display: inline-block;
    width: 25%;
    vertical-align: middle;
    font-size: 1em;
}

.field label[for='comment'] {
    vertical-align: top;
}

.field .input-box,
.field .select-box {
    display: inline-block;
    width: 70%;
    vertical-align: middle;
}

.field .input-box input {
    padding: 10px 6px;
    border: 1px solid #a8a8a8;
    border-radius: 3px;
    font-size: 1em;
    line-height: 1.214em;
    color: #363636;
    width: 100%;
    font-family: "Roboto", sans-serif;
    -moz-box-sizing: border-box; /* ff2 */
    -ms-box-sizing: border-box; /* ie8 */
    -webkit-box-sizing: border-box; /* safari3 */
    box-sizing: border-box; /* css3 rec */
}

.field .select_bg {
    /*padding: 8px 3px;*/
    padding: 0;
    border: 1px solid #a8a8a8;
    border-radius: 3px;
    font-size: 1em;
    line-height: 1.214em;
    color: #363636;
    -moz-box-sizing: border-box; /* ff2 */
    -ms-box-sizing: border-box; /* ie8 */
    -webkit-box-sizing: border-box; /* safari3 */
    box-sizing: border-box; /* css3 rec */
}

.field .select_bg .sod_select {
    padding: 8px 15px;
}

.field .select_bg .sod_select:after {
    top: 7px;
}

.field .sod_select .sod_list_wrapper {
    margin-top: -2px;
    border-color: #a8a8a8;
}

.filterCruiseSod .sod_list .sod_option.checked:before,
.filterCruiseSod .sod_list .sod_option.unchecked:before {
    content: " ";
    display: block;
    width: 16px;
    height: 14px;
    float: left;
    background-image: url(sprite.png);
    background-repeat: no-repeat;
    background-position: -244px -235px;
    margin: 3px 6px 0 0;
}

.filterCruiseSod .sod_list .sod_option.checked:before {
    background-position: -244px -249px;
}

/*INPUT SIZE*/
.field.w33 input,
.field.w33 .select_bg {
    width: 40%;
}

.field.w66 input,
.field.w66 .select_bg {
    width: 70%;
}

.field.w100 input,
.field.w100 .select_bg {
    width: 100%;
}

.field .select_bg .icon {
    top: 7px;
}

/*FORM VALIDATION*/
/*.field .input-box .validation-failed{
            border-color: red;
        }*/
.validation-advice {
    color: red;
    font-style: italic;
    font-size: 0.857em;
}

/*SHOW / HIDE CONTENT FOR MOBILE*/
.show_mobile {
    display: none;
}

/*HEADER*/
#header {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    position: absolute;
    top: 0;
    z-index: 10;
    width: 100%;
}

/*TOP HEADER => fixed first line (.top_header)*/
.top_header {
    background: #CCCB9B;
    position: fixed;
    top: 0;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
    /*width: 96%;
            max-width: 980px;*/
    width: 100%;
    z-index: 15;
}

.top_header .logo {
    padding: 5px;
    display: block;
    float: left;
    height: 65px;
    /*-webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;*/
}

.top_header .logo img {
    max-height: 100%;
    /*width: auto;*/
}

.top_header nav {
    float: right;
}

.top_header .top_nav {
    float: right;
    margin: 19px 2%;
    webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.top_header .top_nav a {
    display: block;
    float: left;
    text-decoration: none;
    text-transform: uppercase;
    color: #252525;
    font-size: 0.857em;
}

.top_header .top_nav a .label,
.top_header .top_nav a .icon {
    display: inline-block;
    vertical-align: middle;
}

.top_header .top_nav a:hover .label {
    color: #777;
}

.top_header .top_nav a.encadre {
    line-height: 13px;
    font-weight: bold;
    border: 1px solid #f1f1f1;
    border-radius: 3px;
    padding: 5px 10px;
    margin: 0 2px;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -ms-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

.top_header .top_nav a.encadre:hover {
    border: 1px solid #BBB;
}

.top_header .top_nav a.encadre:hover .label {
    color: inherit;
}

.top_header .top_nav a.encadre .icon {
    width: 20px;
    height: 26px;
    background: url(sprite.png) no-repeat;
    margin: 0 0 0 12px;
}

.top_header .top_nav a.call .icon {
    background-position: left -25px;
}

.top_header .top_nav a.be-call .icon {
    background-position: left 1px;
}

.top_header .top_nav a.brochure .icon {
    background: url(sprite.png) no-repeat;
    background-position: -21px -53px;
    width: 17px;
    height: 14px;
    margin-right: 5px;
}

.top_header .top_nav a.newslt .icon {
    background: url(sprite.png) no-repeat;
    background-position: -265px -100px;
    width: 17px;
    height: 14px;
    margin-right: 5px;
}

.top_header .top_nav a.mon-panier .icon {
    background: url(sprite.png) no-repeat;
    background-position: left -53px;
    width: 17px;
    height: 14px;
    margin-right: 5px
}

.top_header .top_nav a.inline.log-out {
    position: relative;
    /*padding-right: 2px;
            margin-right: 8px;*/
}

.top_header .top_nav a.inline.log-out .icon {
    background: url(sprite.png) no-repeat;
    background-position: -211px -55px;
    height: 13px;
    width: 13px;
}

.top_header .top_nav a.inline.log-out:hover .icon {
    background: url(sprite.png) no-repeat;
    background-position: -211px -70px;
    height: 13px;
    width: 13px;
}

.my-account .grey_block.participation .field .input-box span.tooltip {
    border-radius: 100%;
    display: inline-block;
    width: 26px;
    height: 26px;
    line-height: 26px;
    background: #FFF;
    border: 1px solid #a8a8a8;
    cursor: pointer;
    margin: auto 50px auto 10px;
    position: relative;
}

/*.top_header .top_nav a.inline.log-out .label{
            display: none;
        }*/
.top_header .top_nav a.inline.log-out .label {
    position: absolute;
    width: 70px;
    line-height: 1.4em;
    background: #106638;
    border-radius: 4px;
    bottom: -27px;
    right: 4px;
    color: #FFF;
    overflow: hidden;
    padding: 0 8px;
    max-height: 0;
    opacity: 1;
    font-size: 10px;
    /*border: 1px solid #e1e1e1;*/
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -ms-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

.top_header .top_nav a.inline.log-out .label:after {
    bottom: 100%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    border-bottom-color: #106638;
    border-width: 5px;
    right: 8px;
    margin-left: -10px;
}

.top_header .top_nav a.inline.log-out:hover .label {
    max-height: 50px;
    padding: 2px 8px;
    opacity: 1;
    overflow: visible;
}

.top_header .top_nav a.brochure:hover .icon {
    background-position: -151px -53px;
}

.top_header .top_nav a.mon-panier:hover .icon {
    background-position: -130px -53px;
}

.top_header .top_nav a.newslt:hover .icon {
    background-position: -265px -82px;
}

.top_header .top_nav a.inline {
    font-weight: 500;
    line-height: 1em;
    margin: 13px 0 0 10px;
    padding-right: 10px;
    border-right: 1px solid #E1E1E1;
}

.top_nav .lang_select a.inline {
    border-right: none;
    padding-right: 0;
}

.top_header .top_nav .lang_select {
    float: right;
    position: relative;
    margin-top: 13px;
    padding-left: 3px;
}

@media screen and (max-width: 800px) {
    .top_header .top_nav .lang_select {
        float: right;
        position: relative;
        margin-top: 13px;
        padding-left: 0;
    }
}

.top_header .top_nav .lang_select > .icon {
    display: inline-block;
    background: url(sprite.png) -229px -53px;
    width: 10px;
    height: 10px;
    margin: 3px 0 0 3px;
    vertical-align: top;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -ms-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

.top_header .top_nav .lang_select:hover > .icon {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}

.top_header .top_nav .lang_select a {
    margin-top: 0;
    margin-bottom: 3px;
}

.lang_select ul {
    display: block;
    max-height: 0;
    left: 0;
    list-style: outside none none;
    overflow: hidden;
    position: absolute;
    text-align: left;
    top: 8px;
    width: 30px;
    padding: 7px 0 0 0;
    margin: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -ms-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

.top_header .top_nav .lang_select:hover ul {
    max-height: 30px;
    opacity: 1;
}

.top_header.small .logo {
    height: auto;
    padding: 6px 16px;
}

.top_header.small .top_nav {
    margin: 9px 2%;
}

/*BOTTOM HEADER => 2d line (.bottom_header)*/
.bottom_header {
    color: #FFF;
    text-transform: uppercase;
    font-size: 1em;
    /*font-size: 0.929em; => AVEC LIEN INSPIREZ-MOI*/
    line-height: 1.429em;
    font-weight: bold;
    position: absolute;
    /*top: 76px;*/
    top: 0;
    width: 100%;
}

.bottom_header .wrapper-width {
    width: 100%;
}

#header-nav {
    float: left;
	background-image:url(bgnav.png);
    /*background: #106638;*/
}

#nav ol {
    padding: 0;
    margin: 0;
}

#nav ol li {
    float: left;
    /*margin-right: 26px; => AVEC LIEN INSPIREZ-MOI*/
    /*margin-right: 38px;*/
}

#nav ol li a {
    color: inherit;
    text-decoration: none;
    display: inline-block;
    padding: 20px 12px 20px;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -ms-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

#nav ol li a:hover {
    background: #FFF;
    color: #106638;
}

/*CHILD MENU*/

#nav ol li ul.level0 {
    position: absolute;
    left: 0;
    max-height: 0;
    overflow: hidden;
    position: absolute;
    width: 100%;
    margin: 0;
    padding: 0;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

#nav ol li:hover > ul.level0 {
    max-height: 3000px;
    z-index: 3;
}

#nav ol li ul.level0 li.level1 {
    float: left;
    width: 16.66%;
    /*padding: 0.6%;*/
    text-align: center;
}

/*SUBMENU SHIP*/
#nav ol li.nav-4 ul.level0 li.level1 {
    width: 14.28%;
}

#nav ol li ul.level0 li.level1 a {
    padding: 0 3.5%;
    background: #FFF;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

/* CSS Temporaire menu wordpress*/

#nav ol li ul.level0 li.levelni1 a {
    padding: auto;
    background: #FFF;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    color: #106638;

}

/* Fin Css temporaire menu wordpress*/

#nav ol li ul.level0 li.levelni1 a:hover {
    background: #106638;
    color: #FFF;
}

#nav ol li:hover > ul.level0 li.level1 a {
    padding: 3.5%;
}

#nav ol li ul.level0 li.level1 a:hover {
    background: #106638;
	
}

#nav ol li ul.level0 li.level1 img {
    width: 100%;
    height: auto;
    display: block;
}

#nav ol li ul.level0 li.level1 span {
    color: #106638;
    font-weight: 500;
    font-size: 0.929em;
    text-transform: none;
    display: inline-block;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

#nav ol li:hover > ul.level0 li.level1 span {
    margin-top: 3.5%;
}

#nav ol li ul.level0 li.level1 a:hover span {
    color: #FFF;
}

/*FIN NIVEAU 2 MENU*/
.skip-links {
    /* float: left;
            background: #106638;*/
    background: #106638;
	background-image:url(bgnav.png);
}

.skip-nav {
    display: none;
}

.skip-search,
.account-cart-wrapper {
    float: left;
}

.skip-search {
    height: 20px;
    border-right: 1px solid #106638;
    padding: 20px;
    display: block;
    background: #106638;
    position: relative;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -ms-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

.skip-search:hover {
    background: #FFF;
}

.skip-search {
    cursor: pointer;
}

.skip-search .icon {
    height: 20px;
    width: 20px;
    display: block;
    background: url(sprite.png) -20px top no-repeat;
}

.skip-search:hover .icon {
    background: url(sprite.png) -121px top no-repeat;
}

.skip-search .label {
    display: none;
}

#header-search {
    display: none;
}

.account-cart-wrapper {
    text-align: center;
}

.account-cart-wrapper .skip-account,
.account-cart-wrapper .logout {
    background: #106638;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -ms-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    width: 94px;
}

.account-cart-wrapper .skip-account:hover {
    background: #FFF;
    color: #106638;
}

.account-cart-wrapper .skip-account,
.skip-inspire {
    color: inherit;
    text-decoration: none;
    padding: 20px 15px 20px;
    display: block;
}

.account-cart-wrapper .skip-account {
    width: 133px;
    padding: 20px 0;
    text-align: center;
}

.skip-inspire {
    float: left;
    border-right: 1px solid #106638;
}

.header-minicart {
    display: none;
}

/*HEADER SEARCH*/
.open_search_form {
    position: absolute;
    top: 60px;
    right: 135px;
    background: rgba(34, 51, 74, 0.8);
    background: #106638;
    width: 340px;
    max-height: 0;
    overflow: hidden;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.open_search_form.open {
    max-height: 700px;
}

.open_search_form form {
    background: #106638;
    padding: 0 20px;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.open.open_search_form form {
    padding: 18px 20px 20px 20px;
}

.open_search_form form h2,
.open_search_form form .search_titre {
    font-size: 1em;
    margin: 0 0 10px;
    color: #FFF;
    font-weight: bold;
    display: block;
}

.open_search_form form p {
    margin: 0;
}

.open_search_form form input[type="text"] {
    background: #FFF;
    border: none;
    border-radius: 0;
    width: 240px;
    padding: 10px;
    float: left;
    color: #363636;
    font-size: 0.857em;
    font-family: "Roboto", sans-serif;
    line-height: 20px;
    height: 20px;
}

.open_search_form form button {
    width: 40px;
    height: 40px;
    padding: 0;
    border: none;
    display: block;
    float: left;
    background: url(sprite.png) -115px 9px no-repeat #FFF;
}

#suggest {
    margin: 0 10px;
    padding: 0 20px 0;
    background: #FFF;
    color: #363636;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.open #suggest {
    margin: 10px;
    padding: 10px 20px 20px;
}

#suggest .search_title {

    text-transform: uppercase;
    font-weight: bold;
    font-size: 1em;
    color: #106638;
    margin: 0 0 10px 0;
    display: block;
}

.wrapper-suggest section {
    border-bottom: 1px solid #e7e7e7;
    padding: 10px 0;
}

.wrapper-suggest section:last-child {
    border-bottom: none;
    padding: 10px 0 0 0;
}

.wrapper-suggest a {
    color: #6b6b6b;
    font-weight: normal;
    text-transform: none;
    font-size: 1em;
    text-decoration: none;
}

.wrapper-suggest a span {
    font-weight: bold;
    color: #106638;
}

.wrapper-suggest ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.folder-suggests ul li {
    padding-left: 15px;
    position: relative;
}

.folder-suggests ul li:before {
    content: '';
    position: absolute;
    top: 5px;
    left: 0;
    width: 7px;
    height: 11px;
    background: url(sprite.png) -211px -120px no-repeat transparent;
}

.first-block ul {
    width: 50%;
    float: left;
}

/*BUTTON COMPARE => Sticky button (#fixed_compare)*/
#fixed_compare {
    position: fixed;
    right: 0;
    top: 416px;
    margin-top: 90px;
    background: #FFF;
    text-align: center;
}

.cms-home #fixed_compare {
    top: 603px;
}

#fixed_compare a {
    display: block;
    padding: 20px 30px;
    text-decoration: inherit;
    color: inherit;
    font-size: 0.929em;
    line-height: 1em;
    width: 80px;
}

#fixed_compare a:hover span.label_big {
    color: #106638;
}

#fixed_compare a span {
    display: block;
}

#fixed_compare a span.icon {
    background: url(sprite.png) -80px top no-repeat;
    height: 40px;
    width: 41px;
    margin-left: 20px;
}

#fixed_compare a:hover span.icon {
    background: url(sprite.png) -161px top no-repeat;
    height: 40px;
    width: 41px;
    margin-left: 20px;
}

#fixed_compare a span.label_big {
    text-transform: uppercase;
    font-weight: bold;
    /*color: #7da1c4;*/
    margin: 10px auto 2px;
}

/*TOP IMAGE BACKGROUND & TITLE => .main_top_content*/
.main_top_content {
    height: 275px;
    margin-top: 76px;
    padding-top: 100px;
    position: relative;
    /*border: 16px solid #FFF;*/
    background-size: cover;
    background-position: center center;
    background-color: #dce7f2;
    background-repeat: no-repeat;
    text-align: center;
    color: #FFF;
}

.main_top_content h1 {
    font-size: 54px;
    line-height: 54px;
    font-weight: normal;
    font-family: 'FuturaStdBook';
    letter-spacing: 0.05em;
    text-transform: uppercase;
    margin: 70px auto 10px;
    max-width: 880px;
}

.page-title {
    position: absolute;
    top: 50%;
    width: 100%;
    left: 0;
    z-index: 2;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.page-title .time {
    font-size: 1.2em;
    line-height: 20px;
    font-weight: normal;
    font-family: 'FuturaStdBook';
    letter-spacing: 0.05em;
    text-transform: none;
}

.slider_background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.slider_background ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.slider_background ul li {
    height: 100%;
}

.slider_background .bx-viewport, .bx-wrapper {
    position: relative;
    width: 100%;
    height: 100% !important;
    top: 0;
    left: 0;
}

.slider_background .header_slider, .header_slider li {
    height: 100% !important;
}

.slider_background .header_slider li {
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
}

.slider_background .controls {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: 30px;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    z-index: 3;
}

.slider_background .controls > .prev,
.slider_background .controls > .next {
    background: url("sprite.png") no-repeat scroll 0 0 transparent;
    height: 25px;
    width: 18px;
    cursor: pointer;
}

.slider_background .controls > .prev {
    float: left;
    background-position: -43px -210px;
}

.slider_background .controls > .next {
    float: right;
    background-position: -63px -210px;
}

/*FOOTER*/
.footer-container {
    width: 100%;
    background: #CCCB9B;
    position: relative;
    /*margin: 120px 0 0;*/
    margin: 85px 0 0;
    padding-bottom: 30px;
}

.languette {
    position: absolute;
    background: #CCCB9B;
    top: -45px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    padding: 15px 25px;
    font-size: 0.929em;
    font-weight: bold;
    text-transform: uppercase;
    z-index: 5;
    text-align: center;
    cursor: pointer;
}

.languette:hover {
    color: #7da1c4;
}

.fixed_languette_move {
    position: fixed;
    bottom: 0;
    background: #FFF;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    padding: 15px 25px;
    font-size: 0.929em;
    font-weight: bold;
    text-transform: uppercase;
    z-index: 5;
    text-align: center;
    cursor: pointer;
    width: 97%;
}

.fixed_languette_move .fixed_footer_top {
    display: none;
}

.fixed_languette {
    position: absolute;
    background: #FFF;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    padding: 15px 25px;
    font-size: 0.929em;
    font-weight: bold;
    text-transform: uppercase;
    z-index: 5;
    text-align: center;
    cursor: pointer;
    width: 97%;
}

.fixed_languette:hover {
    color: #7da1c4;
}

/*FOOTER FIRST LINE => .footer_top*/

/*FOOTER FIRST LINE => .footer_top*/

.fixed_footer_top {
    text-transform: uppercase;
    font-size: 0.857em;
    line-height: 1em;
    font-weight: bold;
}

.fixed_footer_top .site_links ul {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center;
}

.fixed_footer_top .site_links ul li {
    display: inline-block;
    padding: 20px 20px 20px 0;
    text-align: left;
}

.fixed_footer_top .site_links ul li a {
    color: inherit;
    text-decoration: none;
    /*-webkit-transition: 0.2s;
            -moz-transition: 0.2s;
            -ms-transition: 0.2s;
            -o-transition: 0.2s;
            transition: 0.2s;*/
}

.fixed_footer_top .site_links ul li a .label,
.fixed_footer_top .site_links ul li a .icon {
    display: inline-block;
    vertical-align: middle;
}

.fixed_footer_top .site_links ul li a .icon {
    background: url("sprite.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    height: 40px;
    margin: 0 10px 0 0;
    width: 40px;
}

.fixed_footer_top .site_links ul li a.call .icon {
    background-position: -131px -70px;
}

.fixed_footer_top .site_links ul li a.be-call .icon {
    background-position: -131px -110px;
}

.fixed_footer_top .site_links ul li a.brochure .icon {
    background-position: -131px -150px;
}

.fixed_footer_top .site_links ul li a.newslt .icon {
    background-position: -131px -190px;
}

.fixed_footer_top .site_links ul li a.cont .icon {
    background-position: -131px -230px;
}

.fixed_footer_top .site_links ul li a:hover.call .icon {
    background-position: left -70px;
}

.fixed_footer_top .site_links ul li a:hover.be-call .icon {
    background-position: left -110px;
}

.fixed_footer_top .site_links ul li a:hover.brochure .icon {
    background-position: left -150px;
}

.fixed_footer_top .site_links ul li a:hover.newslt .icon {
    background-position: left -190px;
}

.fixed_footer_top .site_links ul li a:hover.cont .icon {
    background-position: left -230px;
}

.fixed_footer_top .site_links ul li a:hover {
    color: #7da1c4;
}

.footer_top {
    /*color: #7DA1C4;*/
    text-transform: uppercase;
    font-size: 0.857em;
    line-height: 1em;
    font-weight: bold;
    border-bottom: 1px solid #e7e7e7;
}

.footer_top .site_links ul {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center;
}

.footer_top .site_links ul li {
    display: inline-block;
    padding: 20px 30px 20px 0;
    text-align: left;
}

.footer_top .site_links ul li a {
    color: inherit;
    text-decoration: none;
    /*-webkit-transition: 0.2s;
            -moz-transition: 0.2s;
            -ms-transition: 0.2s;
            -o-transition: 0.2s;
            transition: 0.2s;*/
}

.footer_top .site_links ul li a .label,
.footer_top .site_links ul li a .icon {
    display: inline-block;
    vertical-align: middle;
}

.footer_top .site_links ul li a .icon {
    background: url("sprite.png") no-repeat scroll 0 0 transparent;
    height: 40px;
    margin: 0 10px 0 0;
    width: 40px;
}

.footer_top .site_links ul li a.call .icon {
    background-position: -131px -70px;
}

.footer_top .site_links ul li a.be-call .icon {
    background-position: -131px -110px;
}

.footer_top .site_links ul li a.brochure .icon {
    background-position: -131px -150px;
}

.footer_top .site_links ul li a.newslt .icon {
    background-position: -131px -190px;
}

.footer_top .site_links ul li a.cont .icon {
    background-position: left -230px;
}

.footer_top .site_links ul li a:hover.call .icon {
    background-position: left -70px;
}

.footer_top .site_links ul li a:hover.be-call .icon {
    background-position: left -110px;
}

.footer_top .site_links ul li a:hover.brochure .icon {
    background-position: left -150px;
}

.footer_top .site_links ul li a:hover.newslt .icon {
    background-position: left -190px;

}

.footer_top .site_links ul li a:hover.cont .icon {
    background-position: left -230px;
}

.footer_top .site_links ul li a:hover {
    color: #7da1c4;
}

.social_links {
    float: right;
    margin: 20px 0;
}

.social_links .social {
    display: inline-block;
    width: 40px;
    height: 40px;
    margin-right: 8px;
    background: url("sprite.png") no-repeat scroll 0 0 transparent;
}

.social_links .social.fb {
    background-position: -171px -40px;
}

.social_links .social.tw {
    background-position: -171px -80px;
}

.social_links .social.pi {
    background-position: -171px -120px
}

.social_links .social.yt {
    background-position: -171px -160px;
}

.social_links .social.fb:hover {
    background-position: -40px -40px;
}

.social_links .social.tw:hover {
    background-position: -40px -80px;
}

.social_links .social.pi:hover {
    background-position: -40px -120px;
}

.social_links .social.yt:hover {
    background-position: -40px -160px;
}

/*FOOTER 2D LINE => .footer_bottom*/
.footer_bottom {
    color: #252525;
    font-size: 0.857em;
    line-height: 1.8em;
}

.footer_bottom .logo,
.footer .logo_part {
    float: left;
}

.footer_bottom .logo {
    margin: 16px 0 16px -5px;
}

.footer .logo_part {
    margin: 22px 0;
}

.footer_bottom .logo_part a {
    margin-right: 15px;
}

.footer_bottom .logo a {
    margin-right: 20px;
}

.footer_bottom .logo .aw_logo {
    margin-right: 65px;
}

.footer_col {
    float: left;
    /*width: 17%;*/
    width: 15%;
    margin-left: 0.5%;
}

.footer_col.fc-large {
    width: 18%;
}

.footer_col.first,
.footer .logo {
    /*width: 27%;*/
    width: 33%;
    margin-right: 1%;
    padding-right: 1%;
    margin-left: 0;
}

/*.footer_col.first .logos{
            margin-top: 10px;
        }
        .footer_col.first .logos > a {
            margin-left: 5px;
            display: inline-block;
            vertical-align: middle;
        }*/
.footer_col.first .logos > a.logo_ponant_presse {
    margin-left: -10px;
}

.footer_col h3,
.footer_col p {
    margin: 10px 0;
}

.footer_col a {
    text-decoration: none;
    color: inherit;
    -webkit-transition: 0.1s;
    -moz-transition: 0.1s;
    -ms-transition: 0.1s;
    -o-transition: 0.1s;
    transition: 0.1s;
}

.footer_col ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.footer_col ul li {
    margin: 2px 0;
}

.footer_col ul li a:hover {
    color: #777;
}

.footer_col h3 {
    text-transform: uppercase;
    font-size: 13px;
}

.footer_col.last {
    font-size: 1em;
    margin-top: 10px;
    /*padding-right: 1.7%;*/
    /*width: 15%;
            margin-left: 0.8%;*/
}

.footer_col.last a.bloc_link {
    text-transform: uppercase;
    background: #f4f4f4;
    font-weight: bold;
    display: block;
    /*font-size: 0.929em;*/
    font-size: 1.083em; /* => herit from .footer_bottom {font-size: 0.857em;} / 12px */
    line-height: 1.25em;
    padding: 10px;
    margin-bottom: 2px;
    -webkit-transition: 0.1s;
    -moz-transition: 0.1s;
    -ms-transition: 0.1s;
    -o-transition: 0.1s;
    transition: 0.1s;
}

.footer_col.last a.bloc_link:hover {
    background: #FAFAFA;
}

.footer_col.last a.bloc_link.logo_link {
    padding: 8px 5px 8px 0;
}

.footer_col .select_bg {
    padding: 0px;
    font-size: 1.083em; /* => herit from .footer_bottom {font-size: 0.857em;} / 12px */
    line-height: 1.25em;
    /*margin-top: 30px;*/
}

.footer_col .select_bg span.icon {
    top: 10px;
}

.footer_col select {
    font-size: 0.929em;
    font-weight: bold;
    text-transform: uppercase;
}

/* ==========================================================================
   PAGE - HOME
   ========================================================================== */
/*Home Video*/
#video-home {
    bottom: 0;
    left: 0;
    /* overflow: hidden; */
    position: absolute;
    right: 0;
    top: 0;
    z-index: 0;
    padding-top: 9%;
    /* width: 100%; */
}

#video-container {
    width: 100%;
    overflow: hidden;
    position: absolute;
    height: 100%;
    bottom: 0;
    left: 0;
}

#video {
    width: 100%;
    min-height: 600px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    margin: auto;
}

.content-header-home {
    position: relative;
    z-index: 1;
    text-shadow: 0px 0px 5px #333;
}

/*Home top content*/
.cms-home .main_top_content {
    height: 450px;
}

.cms-home .main_top_content h1 {
    margin-top: 20px;
}

.cms-home .main_top_content p {
    font-size: 1.071em;
    max-width: 600px;
    margin: 1em auto;
    line-height: 1.6em;
}

#home_voyage {
    width: 100%;
    margin: 0 auto;
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    bottom: 0;
    padding: 20px 0;
    z-index: 1;
}

.home_voyage-width {

    margin: 0 auto;
    width: 96%;
    max-width: 820px;
}

#home_voyage .select_destination,
#home_voyage .select_periode {
    float: left;
    /*padding: 13px 0 13px 1%;*/
    width: 32%;
    background: #FFF;
    border-right: 1px solid #d2d2d2;
    border-top: 1px solid #d2d2d2;
    border-bottom: 1px solid #d2d2d2;
}

#home_voyage .select_destination .sod_select,
#home_voyage .select_periode .sod_select {
    color: #106638;
}

#home_voyage .select_destination .sod_select .sod_list_wrapper,
#home_voyage .select_periode .sod_select .sod_list_wrapper {
    /*width: 100%;*/
    width: calc(100% + 6px);
    margin-left: -3px;
    margin-top: 0;
    color: #106638;
}

#home_voyage .select_destination .sod_select .sod_option,
#home_voyage .select_periode .sod_select .sod_option {
    border-top: 1px solid #f4f4f4;
}

#home_voyage .select_destination .sod_select .sod_option.active,
#home_voyage .select_periode .sod_select .sod_option.active {
    background: #106638;
    color: #FFF;

}

#home_voyage .select_bg {
    height: 50px;

}

#home_voyage select {
    font-size: 1.071em;
    color: #106638;

}

#home_voyage input[type="submit"] {
    display: block;
    width: 32%;
    border-radius: 3px 3px 0 0;
    float: left;
    -webkit-appearance: none;
    -moz-appearance: none;
    border: none;
    text-align: center;
    color: #FFF;
    /*background: #106638;*/
    font-size: 1.071em;
    font-weight: bold;
    text-transform: uppercase;
    height: 51.5px;
    background: #26afc2;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -ms-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    border-right: 1px solid #26afc2;
    border-top: 1px solid #26afc2;
    border-bottom: 1px solid #26afc2;
    /*border-radius: 0 3px 3px 0;*/
}

#home_voyage input[type="submit"]:hover {
    background: #FFF;
    color: #106638;
}

#home_voyage a.more {
    background: #fff;
    border-radius: 0 0 3px 3px;
    color: #106638;
    float: right;
    font-size: 0.9em;
    font-weight: 700;
    height: 20px;
    line-height: normal;
    margin: 0 2% -18px;
    text-align: center;
    text-decoration: none;
    text-transform: none;
    width: 32%;
}

#home_voyage a.more .icon {
    background: #fff url("sprite.png") no-repeat scroll -120px top;
    display: inline-block;
    height: 20px;
    margin: 0;
    vertical-align: middle;
    width: 19px;
}

/*HOME MAIN CONTENT => #home_posts .post*/
#home_posts {
    margin: 1%;
}

.post {
    float: left;
    background: #FFF;
    margin: 1%;
    padding: 0.75%;
    text-align: center;
    /*min-height: 340px;*/
    position: relative;
}

.post a {
    display: block;
    text-decoration: none;
    color: inherit;
}

.post_width_1 {
    width: 29.8%;
    min-height: 400px;
}

.post_width_2 {
    width: 63.1%;
    min-height: 400px;
}

.post .image {
    width: 100%;
    /*height: 192px;*/
    overflow: hidden;
}

.post p {
    font-size: 0.929em;
    color: #565758;
    margin: 4px 0;
}

#home_posts .post.merch {
    padding: 0.75%;
}

#home_posts .post.merch .merch_content_2 {
    position: absolute;
    top: 110px;
    bottom: 100px;
    background: #FFF;
    opacity: 0.80;
    filter: alpha(opacity=80);
}

#home_posts .post .post_content {
    position: relative;
    min-height: 148px;
    overflow: hidden;
}

#home_posts .post .post_content iframe {
    max-width: 100%;
}

#home_posts .post.merch .image {
    height: auto;
    /* min-height: 400px; */
}

#home_posts .post h2 {
    font-weight: normal;
    font-family: 'FuturaStdMedium', sans-serif;
    text-transform: uppercase;
    font-size: 1.357em;
    letter-spacing: 0.04em;
    /*color: #7da1c4;*/
    margin-top: 4px;
}

#home_posts .post.merch h2 {
    font-weight: normal;
    font-family: 'FuturaStdHeavy', sans-serif;
    text-transform: uppercase;
    font-size: 1.714em;
    letter-spacing: 0.04em;
    /*color: #26afc2;*/
}

#home_posts .post.merch .merch_content_1 h2 {
    font-weight: normal;
    font-family: 'FuturaStdHeavy', sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    margin: 5% 5% 0;
    font-size: 1em;
}

/*HOME NEWS => #home_actus*/
#home_actus {
    margin: 1%;
}

#home_actus h2 {
    font-size: 1.714em;
    font-weight: normal;
    font-family: 'FuturaStdBook';
    letter-spacing: 0.05em;
    text-transform: uppercase;
    text-align: center;
    overflow: hidden;
    /*margin: 2% 1%;*/
    margin: 1% 1% 1.5%;
}

#home_actus h2 span {
    padding: 0 30px;
    position: relative;
    display: inline-block;
}

#home_actus h2 span:before,
#home_actus h2 span:after {
    content: ' ';
    position: absolute;
    height: 0;
    border-top: 2px dotted #7b7b7b;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 980px;
}

#home_actus h2 span:before {
    right: 100%;
    margin-right: 10px;
}

#home_actus h2 span:after {
    left: 100%;
    margin-left: 10px;
}

#home_actus .actu {
    float: left;
    background: #FFF;
    margin: 1%;
    padding: 0.75%;
    text-align: center;
    /*min-height: 340px;*/
    position: relative;
}

#home_actus .actu h3 {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: normal;
    font-family: 'FuturaStdMedium';
    letter-spacing: 0.05em;
    margin-top: 4px;
}

#home_actus .actu .date {
    font-size: 0.857em;
    color: #959595;
}

.content_actu {
    /*padding: 0 10%;*/
    min-height: 160px;
    position: relative;
}

.content_actu .centre_hz {
    width: 80%;
    padding: 0 10%;
}

.content_actu p {
    margin: 0;
    font-size: 1em;
}

.content_actu .details {
    font-weight: bold;
    margin: 12px 0;
    padding: 0;
    list-style: none;
}

.content_actu .details li {
    padding: 0;
    color: inherit;
}

.content_actu .details .ship a {
    display: inline;
    color: #7DA1C4;
    text-decoration: none;
}

/* ==========================================================================
   PAGE - CROISIERES
   ========================================================================== */
/*SEARCH BLOC => #search_destination*/
#search_destination {
    padding: 2%;
    background: #FFF;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}

#search_destination h3 {
    text-align: center;
    font-family: 'FuturaStdBook';
    letter-spacing: 0.05em;
    text-transform: uppercase;
    font-size: 1.5em;
    font-weight: 400;
    color: #111111;
}

#search_destination p {
    text-align: left;
    padding: 0 40px;
}

#search_destination p:last-child {
    margin-bottom: 35px;
}

#search_destination form {
    margin-top: 25px;
}

#search_destination .select_bg {
    box-sizing: border-box;
    width: 13%;
    border-left: 1px solid #D9D9D9;
    float: left;
}

#search_destination .select_bg:first-child {
    border-left: none;
}

#search_destination .select_bg .sod_select {
    padding: 10px 0 10px 10px;
}

#search_destination .select_bg .icon {
    top: 15px;
}

#search_destination .select_bg select {
    /*font-size: 1em;*/
    font-size: 0.929em;
    font-weight: bold;
}

#search_destination .select_bg:nth-child(4) {
    /*border-left: none;*/
}

.search_dest_radio {
    float: left;
    border-width: 1px 1px 1px medium;
    border-style: solid solid solid none;
    border-color: #F4F4F4 #F4F4F4 #F4F4F4;
    border-image: none;
    width: auto;
    text-align: center;
    box-sizing: border-box;
}

.search_dest_radio span {
    text-transform: uppercase;
    font-size: 0.857em;
    font-weight: bold;
}

.search_dest_radio .field {
    margin: 10px auto 10px 10px;
}

.search_dest_radio .radio-box {
    width: 100%;
}

.search_dest_radio .field label,
.search_dest_radio input {
    display: inline-block;
    vertical-align: middle;
    width: auto;
    color: #48484D;
}

.search_dest_radio .field .radio-box label[for="price_base_1A"],
.search_dest_radio .field .radio-box label[for="price_base_2A"] {
    color: #ffffff;
}

.search_dest_radio .field label {
    margin: 0 15px;
}

.search_dest_radio input {
    background-color: #000000;
    margin-right: 5px;
    color: #000000 !important;
}

.reset {
    float: left;
    width: 20%;
    text-align: right;
    margin-top: 1.7%;
}

.reset a {
    text-transform: uppercase;
    text-decoration: underline;
    font-size: 0.929em;
    font-weight: bold;
    color: #111;
    display: inline-block;
    margin-top: 5px;
}

#search_options {
    float: left;
    width: 80%;
    margin-top: 1.4%;
}

#search_options .option {
    float: left;
    font-size: 0.929em;
    color: #575757;
    background: #f4f4f4;
    margin: 6px 6px 0 0;
    padding: 5px 10px;
}

#search_options .option span {
    display: inline-block;
}

#search_options .option span.icon {
    cursor: pointer;
    background: url(sprite.png) -22px -21px no-repeat;
    height: 9px;
    width: 9px;
    padding: 2px 5px 2px 0;
    margin-left: 10px;
}

/*TOOLBARS => .toolbar*/
.toolbar {
    margin: 2% 0 2% 0;
    text-transform: uppercase;
    font-size: 0.929em;
}

.BlocLeft {
    float: left;
}

.BlocRight {
    float: right;
}

.amount {
    /*float: left;*/
    margin: 0;
}

#NbResultForm {
    display: inline-block;
}

.toolbar_right {
    float: right;
}

.count-container ul {
    display: inline;
    padding: 0;
    margin-left: 5px;
}

.count-container li {
    float: left;
    margin-right: 5px;
    list-style: none;
}

.count-container li.current a.current {
    color: #000000 !important;
    font-weight: bold;
}

.sorter {
    float: none !important;
}

.sort-by {
    float: none;
    margin: 0;
    padding: 0;
    text-align: right;
}

strong {
    color: #000000;
}

.sorter ul {
    float: right;
    margin: 0;
    padding: 0;
    display: inline-block;
}

.sorter li {
    float: left;
    margin-left: 5px;
    list-style: none;
}

.pages ol {
    float: right;
    margin: 0;
    padding: 0;
    display: inline-block;
}

.pages ul {
    float: right;
    margin: 0;
    padding: 0;
    display: inline-block;
}

.pages li {
    float: left;
    margin-left: 5px;
    list-style: none;
}

/*.toolbar_right_sort-by_responsive {
    display:none;
}
.pager_responsive {
    display:inline;
    float: left;
    position: absolute;
    left:0;
}
.pages_responsive {
    display:inline;
    float: left;
    position: absolute;
    right:0;
}*/
.sorter,
.pager,
.pages {
    float: left;
    margin-left: 30px;
}

.toolbar_right ul,
.toolbar_right ol {
    margin: 0;
    padding: 0;
    display: inline-block;
    list-style: none;
}

.sorter a.sort {
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -ms-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

.sorter a.sort:hover {
    opacity: 0.5;
}

.sorter a.sort .icon, .icon.ascending, .icon.descending {
    background: url("sprite.png") no-repeat;
    display: inline-block;
    height: 10px;
    vertical-align: middle;
    width: 10px;
}

.sorter a.sort.ascending .icon, .icon.ascending {
    background-position: -213px -92px;
}

.sorter a.sort.descending .icon, .icon.descending {
    background-position: -213px -102px;
}

.toolbar a {
    color: #8b8b8d !important;
    text-decoration: none;
}

.toolbar_right ul li,
.toolbar_right ol li {
    display: inline-block;
}

.toolbar_right .label {
    color: #8b8b8d;
}

.toolbar_right a {
    text-decoration: none;
    color: #8b8b8d;
    padding: 0 3px;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -ms-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

.toolbar_right .current a {
    font-weight: bold;
    color: #8b8b8d;
}

.toolbar_right a:hover {
    color: #777;
}

.pages .current {
    font-weight: bold;
}

li.current.hide_mobile {
    margin-left: 15px;
}

.pages .current,
.pages a {
    margin-left: 10px;
}

/*PRODUCT LIST => #products-list*/
#products-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

#products-list .item {
    background: #FFF;
    padding: 2%;
    margin-bottom: 5px;
    border-bottom: 1px solid #e1e1e1;
}

#products-list .item:last-child {
    border-bottom: none;
}

.product-image {
    display: block;
    float: left;
    width: 33%;
}

.product-image img {
    width: 100%;
    height: auto;
}

.list-ship .product-image img {
    width: auto;
    height: auto;
}

.product-shop {
    float: left;
    width: 65%;
    margin-left: 2%;
}

.complete-description{
    text-align: justify;
    display:none;
}

.uncomplete-description{
    text-align: justify;
}

.more-description{
    padding:3px;
    cursor:pointer;
    font-weight: bold;
    text-decoration: underline;
}

.product-primary {
    width: 77%;
    margin-right: 3%;
    float: left;
    font-size: 1em;
}

.product-primary .bandeau {
    display: inline-block;
    /*background: #7da1c4;*/
    font-weight: bold;
    font-size: 0.929em;
    text-transform: uppercase;
    padding: 6px 12px;
    color: #FFF;
    margin: 0 10px 4px 0;
}

h2.product-name {
    margin: 0;
    /*color: #7da1c4;*/
    text-transform: uppercase;
    font-size: 1.286em;
}

h2.product-name a {
    text-decoration: none;
    color: inherit;
}

.product-primary p.date {
    margin: 0;
}

.product-primary ul.details {
    font-weight: bold;
    margin: 12px 0;
    padding: 0;
    list-style: none;
}

.product-primary ul.details li {
    padding: 0;
    color: inherit;
}

.product-primary p.description {
    margin: 12px 0 0;
}

.product-secondary,
.desc {
    float: left;
    width: 20%;
    text-align: right;
    text-align: center;
}

.price-box {
    /*color:  #106638;*/
    /*background: #f1f1f1;*/
    font-size: 1em;
    line-height: 1.429em;
    padding: 20px 0 15px;
    margin-bottom: 5px;
}

.price-box a {
    display: inline-block;
    text-decoration: none;
    color: inherit;
    text-align: left;
}

.price-box .price {
    font-size: 27px;
    font-weight: bold;
    display: block;
}

.price-box .normal-price {
    font-size: 0.857em;
}

.link-learn {
    /*background: #106638;
            color: #FFF;*/
    text-transform: uppercase;
    font-size: 1.071em;
    font-weight: bold;
    text-decoration: none;
    display: block;
    padding: 20px 0;
}

.main .link-button {
    font-weight: bold;
    text-decoration: none;
    padding: 3px 12px;
    margin: 0 1em;
    background: #106638;
    color: #FFF !important;
}

#account_orders .toolbar_right .pager .limiter ul {
    vertical-align: top;
}

#account_orders .toolbar_right .filters,
#account_orders .toolbar_right .sorter {
    margin-bottom: .8em;
}

.destination-product {
    position: relative;
}

.destination-link {
    height: 59px;
    width: 122px;
    position: absolute;
    bottom: 20px;
    right: 20px;
}

.destination-primary {
    width: 100%;
}

/*BLOCK MERCHANDISING => .merch*/
/*#products-list*/
.merch {
    background: none repeat scroll 0 0 #fff;
    padding: 0.5%;
    position: relative;
    text-align: center;
    margin-bottom: 5px;
}

/*#products-list*/
.merch_content_2 {
    background: none repeat scroll 0 0 #fff;
    bottom: 32px;
    left: 50%;
    width: 400px;
    padding: 30px;
    margin-left: -230px;
    position: absolute;
    top: 32px;
}

.merch_content_1 {
    background: none repeat scroll 0 0 #fff;
    bottom: 50%;
    width: 85%;
    margin: 0 5% 0 5%;
    position: absolute;
}

#account_dashboard .merch_content_2,
#products-list .merch_content_2 {
    margin-left: -230px;
}

/*#products-list*/
.merch_content_2 h2 {
    /*color: #26afc2;*/
    font-family: "FuturaStdHeavy", sans-serif;
    font-size: 1.714em;
    font-weight: normal;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    margin-bottom: 13px;
}

/*#products-list*/
.merch_content_2 p {
    color: #565758;
    font-size: 0.929em;
    margin: 4px 0;
    padding: 0 30px;
}

.merch_content_1 p {
    color: #565758;
    font-size: 0.929em;
    margin: 5%;
}

/* ==========================================================================
LANDING PAGE 404
========================================================================== */
.page-head-alt.no-route {
    width: 99%;
    text-align: center;
}

/* ==========================================================================
   LANDING PAGE
   ========================================================================== */
.bloc_lp {
    position: relative;
    background: #FFF;
    padding: 2%;
    margin-bottom: 5px;
    vertical-align: middle;
}

.bloc_lp .image,
.bloc_lp .bloc_lp_content {
    width: 50%;
    position: relative;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
}

.bloc_lp .bloc_lp_content {
    float: left;
}

.bloc_lp .image {
    vertical-align: top;
}

.bloc_lp.odd .image {
    /*margin-right: 1%;*/
    position: relative;
    float: left;
}

.bloc_lp.odd .bloc_lp_content {
    /*padding-left: 5px;*/
    /*margin-left: -4px;*/
    float: left;
}

.bloc_lp.even .image {
    /*margin-left: 1%;*/
    /*margin-left: -4px;*/
    /* padding-left: 5px;*/
    float: right;
}

.bloc_lp .bloc_lp_content h2 {
    /*color: #7da1c4;*/
    font-family: "FuturaStdMedium", sans-serif;
    font-size: 1.357em;
    font-weight: normal;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    margin-top: 10px;
}

.bloc_lp .bloc_lp_content p,
.bloc_lp .bloc_lp_content ul {
    color: #565758;
    font-size: 1em;
    margin: 10px 0;
    padding: 0 5%;
}

.bloc_lp .bloc_lp_content a {
    color: inherit;
}

/* ==========================================================================
   PRODUCT PAGE
   ========================================================================== */
.product-essential,
.product-program,
.product-information {
    background: #FFF;
    padding: 2%;
    font-size: 1em;
}

.product-program,
.product-collateral,
.product-information {
    margin-top: 2%;
}

/*FIRST BLOCK - COL 1 => IMAGES (.product-image-gallery)*/
.product-view .product-image-gallery img {
    margin-bottom: 10px;
}

/*FIRST BLOCK - COL 2 => TEXTE (.product-primary)*/
.product-view .product-primary h1,
.product-view .product-primary .cruise_title {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 1.286em;
    margin-top: 0;
    color: #2c2c2c;
}

.product-view .product-primary .date,
.product-view .product-primary .details,
.product-view .product-primary .dep_arr,
.product-view .product-primary .det {
    font-weight: bold;
    /*color: #464646;*/
}

.product-view .product-primary .dep_arr {
    margin-bottom: 0;
}

.product-view .product-primary .det {
    margin-top: 0;
}

.product-view .product-primary .details li {
    font-weight: normal;
}

.product-view .product-primary a.calendar {
    font-weight: bold;
    /*color: #7da1c4;*/
    vertical-align: middle;
}

.product-view .product-primary a.calendar span {
    display: inline-block;
    vertical-align: middle;
}

.product-view .product-primary a.calendar span.icon {
    background: url(sprite.png) -80px -40px no-repeat;
    height: 18px;
    width: 18px;
    margin-right: 10px;
}

.product-view .product-primary a.calendar span.label {
    text-decoration: underline;
}

.product-view .product-primary .description {
    /*color: #484848;*/
}

#product_pictos {
    margin: 24px 0 0;
    padding: 7px 0;
    list-style: none;
    border-top: 1px solid #EEE;
}

#product_pictos li {
    float: left;
    display: block;
    width: 33.3%;
    vertical-align: middle;
    /*color: #80a7d1;*/
    margin: 7px 0;
}

#product_pictos li .image {
    display: inline-block;
    vertical-align: middle;
    width: 30%;
    height: auto;
    margin-right: 6.5%;
}

#product_pictos li .label {
    margin-left: -4px;
    width: 63.5%;
    display: inline-block;
    vertical-align: middle;
}

/*FIRST BLOCK - COL 3 => LINK AND BUTTONS (.add-to-cart-buttons .ask_quotation)*/
.add-to-cart-buttons,
.ask_quotation,
.add_to_wl {
    float: left;
    text-align: center;
    width: 20%;
}

*
.ask_quotation:hover {
    color: #fff;
    background: #106638;
}

.add_to_wl {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #7da1c4;
    text-decoration: none;
    padding: 10px 0;
    font-size: 0.929em;
    font-weight: bold;
    line-height: 1em;
    margin-top: 10px;
}

.add-to-cart-buttons button {
    /*background: none repeat scroll 0 0 #106638;*/
    color: #fff;
    display: block;
    font-size: 1.071em;
    font-weight: bold;
    padding: 20px 0;
    text-decoration: none;
    text-transform: uppercase;
    border: none;
    width: 100%;
}

.ask_quotation {
    display: block;
    font-size: 1.071em;
    line-height: 1em;
    /*color: #2e4665;*/
    margin-top: 10px;
    font-weight: bold;
    background: #fc6;
    text-decoration: none;
    padding: 10px 3%;
    width: 94%;
    -webkit-transition: 0.2s ease;
    -o-transition: 0.2s ease;
    transition: 0.2s ease;
}

/*FIRST BLOCK - LINE 2 => .product-essential_bottom */
.product-essential_bottom {
    border-top: 1px solid #EEE;
    margin: 0;
    padding: 0;
    vertical-align: middle;
}

.product-essential_bottom a.brochure {
    font-weight: bold;
    /*color: #7da1c4;*/
    vertical-align: middle;
    display: inline-block;
    width: 33%;
    margin-right: -4px;
}

.product-essential_bottom a.brochure span {
    display: inline-block;
    vertical-align: middle;
}

.product-essential_bottom a.brochure span.icon {
    background: url(sprite.png) -6px -154px no-repeat;
    height: 32px;
    width: 32px;
    margin-right: 10px;
}

.product-essential_bottom a.brochure span.label {
    text-decoration: underline;
}

.important_information {
    display: inline-block;
    vertical-align: middle;
    margin-left: 2%;
    width: 65%;
    /*color: #484848;*/
    font-size: 0.929em;
}

.important_information h4 {
    text-transform: uppercase;
    font-size: 0.929em;
    margin: 10px 0 0;
}

.important_information p {
    margin: 4px 0;
}

/*SECOND BLOCK / THIRD BLOCK => .product-program / .product-information */
.product-program {
    position: relative;
    vertical-align: middle;
    /*color: #363636;*/
}

.product-program .program_left,
.product-program .program_right {
    display: inline-block;
    position: relative;
    text-align: left;
    vertical-align: top;
    width: 100%;
}

.product-program .program_right {
    margin-left: 1%;
    padding-left: 5px;
}

.product-program h3,
.product-information h3 {
    text-transform: uppercase;
    font-size: 1.286em;
    /*color: #363636;*/
    margin: 0 0 12px 0;
}

.product-program p {
    font-size: 1em;
    /*color: #484848;*/
}

/*PRODUCT SLIDER*/
.program-image {
    position: relative;
}

.program-image-slider {
    margin: 0;
    padding: 0;
}

#program-image-pager {
    /*position: absolute;
                background: #FFF;
                bottom: 0;
                left: 0;*/
    width: 100%;
}

#program-image-pager > a {
    width: 25%;
    border: 1px solid #FFF;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    display: block;
    float: left;
}

#program-image-pager > a img {
    width: 100%;
    height: 80px;
}

.program-image .bx-wrapper .bx-controls-direction a {
    height: 25px;
    top: 50%;
    margin-top: -12px;
    width: 18px;
    background-color: transparent;
    background-image: url(sprite.png);
}

.program-image .bx-wrapper .bx-prev {
    background-position: -43px -210px;
    left: 20px;
}

.program-image .bx-wrapper .bx-next {
    background-position: -63px -210px;
    right: 20px;
}

.program-image .bx-caption {
    display: none;
}

.slide_legend {
    position: absolute;
    width: 44%;
    padding: 0 3%;
    bottom: 0;
    left: -50%;
    text-align: right;
    font-size: 0.857em;
    font-style: italic;
}

.slide_legend h4 {
    margin: 0;
    font-weight: normal;
    font-size: 1em;
}

.slide_legend p {
    margin: 0;
    color: #9f9e9d;
}

/**/
.program_details {
    border: 1px solid #a8a8a8;
    padding: 3%;
    margin-top: 34px;
    width: 46%;
}

/*.program_details .prog_det{
            float: left;
            width: 48.5%;
        }
        .program_details .prog_det_left{
            margin-right: 3%;
        }*/
.program_details /*.prog_det*/  p {
    text-transform: uppercase;
    margin: 0;
}

.program_details /*.prog_det*/  ul {
    margin: 3% 0 0;
    padding: 0;
    list-style: none;
    font-size: 0.929em;
}

.product-information p:last-child {
    margin-bottom: 5px;
}

/*BOTTOM ADD TO CART FORM => #product_addtocart_form2*/
#product_addtocart_form2 {
    margin: 2%;
    text-align: right;
    vertical-align: middle;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: opacity 0.2s;
    -moz-transition: opacity 0.2s;
    -ms-transition: opacity 0.2s;
    -o-transition: opacity 0.2s;
    transition: opacity 0.2s;
}

#product_addtocart_form2 .add-to-cart-buttons,
#product_addtocart_form2 .ask_quotation {
    vertical-align: middle;
    display: inline-block;
    float: none;
    width: auto;
}

#product_addtocart_form2 .add-to-cart-buttons button {
    padding: 20px;
}

#product_addtocart_form2 .ask_quotation {
    margin: auto 30px 0 0;
}

.fixed_button #product_addtocart_form2 {
    position: fixed;
    right: 0;
    top: 230px;
    margin-right: 0;
    width: 140px;
    opacity: 1;
}

.fixed_button #product_addtocart_form2 a {
    margin-bottom: 10px;
    margin-right: 0;
    width: 140px;
}

.fixed_button #product_addtocart_form2 .add-to-cart-buttons {
    width: 140px;
}

.fixed_button #product_addtocart_form2 .add-to-cart-buttons:hover {
    background: #FFF;
}

.fixed_button #product_addtocart_form2 .ask_quotation {
    background: #FC6;
    width: 100px;
    padding: 10px 20px;
}

.fixed_button #product_addtocart_form2 .ask_quotation:hover {
    background: #106638;
}

/*TABS BLOCK => .product-collateral*/
.product-collateral {
    background: #FFF;
    font-size: 1em;
}

dt.tab {
    display: none;
}

#collateral-tabs {
    margin: 0;
}

/*TABS MENU => .toggle-tabs*/
.tabs ul.toggle-tabs,
.account_tabs ul.toggle-tabs {
    list-style: none;
    padding-left: 0;
    /*overflow: hidden;*/
    margin: 0;
}

.tabs ul.toggle-tabs,
.account_tabs ul.toggle-tabs {

}

.tabs ul.toggle-tabs:after,
.account_tabs ul.toggle-tabs:after {
    clear: both;
}

.tabs ul.toggle-tabs:after,
.account_tabs ul.toggle-tabs:after,
.tabs ul.toggle-tabs:before,
.account_tabs ul.toggle-tabs:before {
    content: " ";
    display: table;
}

.tabs ul.toggle-tabs li,
.account_tabs ul.toggle-tabs li {
    width: 10%;
    display: block;
    float: left;
    text-transform: uppercase;
    font-size: 1em;
    letter-spacing: 0.06em;
    /* border-bottom: 1px solid #e5edf6;*/
    background: #dfdfdf;
    position: relative;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

/*WIDTH SUIVANT LE NOMBRE D'ONGLET*/
.tabs ul.toggle-tabs.onglet4 li {
    /*5*/
    width: 25%;
    font-size: 1.071em;
}

.tabs ul.toggle-tabs.onglet5 li {
    /*5*/
    width: 20%;
    font-size: 1em;
}

.tabs ul.toggle-tabs.onglet6 li {
    /*6*/
    width: 16.66%;
    font-size: 1em;
}

.tabs ul.toggle-tabs.onglet7 li {
    /*7*/
    width: 14.25%;
    font-size: 0.929em;
}

.tabs ul.toggle-tabs.onglet8 li {
    /*8*/
    width: 12.5%;
    font-size: 0.929em;
}

.tabs ul.toggle-tabs.onglet9 li {
    /*9*/
    width: 11%;
    font-size: 0.900em;
}

.tabs ul.toggle-tabs.onglet10 li {
    /*8*/
    width: 10%;
    font-size: 0.800em;
}

.tabs ul.toggle-tabs.onglet11 li {
    /*8*/
    width: 9.0%;
    font-size: 0.700em;
}

.tabs ul.toggle-tabs li a,
.account_tabs ul.toggle-tabs li a {
    display: block;
    color: #7da1c4;

    text-decoration: none;
    padding: 15px 0;
    text-align: center;
    position: relative;
    min-height: 40px;
    border-left: 1px solid #FFF;
    -webkit-transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
    -ms-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
    font-weight: bold;
}

/*.tabs ul.toggle-tabs li a:after,
.account_tabs ul.toggle-tabs li a:after {
    content: ' ';
    position: absolute;
    bottom: -1px;
    background: #7da2c6;
    left: -1px;
    right: -1px;
    z-index: 2;
    height: 2px;
    opacity: 0;
    -webkit-transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
    -ms-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
}*/

.tabs ul.toggle-tabs li.ui-state-active a:hover,
.tabs ul.toggle-tabs li a:hover,
.account_tabs ul.toggle-tabs li a:hover {
    color: #7da1c4;
}

.tabs ul.toggle-tabs li.ui-state-active a,
.tabs ul.toggle-tabs li.ui-tabs-anchor a,
.tabs ul.toggle-tabs li a,
.account_tabs ul.toggle-tabs li.ui-state-active a {
    color: #0F6B3A;
    font-weight: bold;
}

.tabs ul.toggle-tabs li.ui-state-active,
.account_tabs ul.toggle-tabs li.ui-state-active {
    background: #FFF;
    padding: 0;
    margin: 0;
    z-index: 2;
}

/*.tabs ul.toggle-tabs li.ui-state-active a:after,
.account_tabs ul.toggle-tabs li.ui-state-active a:after{
    opacity: 1;
}*/

.tabs ul.toggle-tabs li:first-child a,
.account_tabs ul.toggle-tabs li:first-child a {
    border-left: none;
}

.tabs ul.toggle-tabs li a span,
.account_tabs ul.toggle-tabs li a span {
    position: absolute;
    top: 50%;
    width: 90%;
    left: 5%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

/*TABS => .tab-container*/
.tab-container {
    margin: 0;

}

/*choice_bar price*/
.tab-container #choice_bar.grey_block {
    margin: 2%;
    background: #f1f1f1;
}

.tab-container #choice_bar .search_dest_radio {
    background: #106638;
    text-transform: uppercase;
    color: #FFF;
    font-weight: bold;
    padding: 0 20px;
    margin-right: 0;
    width: auto;
}

.tab-container #choice_bar .search_dest_radio .field label {
    margin: 0 20px 0 5px;
    color: #FFFFFF !important;
}

.tab-container #choice_bar .search_dest_radio .field label:last-child {
    margin-right: 5px;
}

.tab-container #choice_bar .search_dest_radio input {
    margin-right: 0;
}

/*CABIN TAB => .cabin*/
.cabin {
    padding: 3% 2% 0 2%;
    /*border-top: 1em solid #F5F5F5;*/
    position: relative;
}

/*.cabin:last-child{
	border-bottom: none;
}*/
.cabin .image {
    display: block;
    float: left;
    width: 33%;
    position: relative;
}

.cabin .image .image_button_more {
    position: absolute;
    bottom: 0;
    width: 100%;
}

.cabin .image .image_button_more a {
    float: left;
    width: 32.3%;
    display: block;
    margin: 0 0 0.8% 0.8%;
    background: #FFF;
    text-align: center;
    padding: 7px 0;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: bold;
    color: inherit;
}

.cabin .product-shop .product-primary .image_button_more a {
    float: left;
    display: block;
    margin: 0 0 0.8% 0.8%;
    color: #FFF;
    text-align: center;
    padding: 5px 10px;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: bold;
    /*color:#7ba5d0;*/
}

.cabin h2 {
    font-size: 1.286em;
    text-transform: uppercase;
    color: #2d2d2d;
    margin-top: 0;
    text-transform: uppercase;
}

.cabin ul.details {
    margin: 0;
    padding: 0;
    list-style: none;
    /*color: #363636;*/
}

.cabin p {
    /*color: #484848;*/
}

.cabin form {
    padding: 2%;
    margin: 2% 0 0;
    border-top: 1px solid #EEE;
}

.cabin .regular-price {
    text-transform: uppercase;
}

.cabin .regular-price .detail {
    text-transform: none;
    font-size: 0.857em;
}

/*CLEARFIX RADIO PRICE ROW*/
#cabin_container form {
    padding: 2% 0;
}

#cabin_container .row {
    margin-bottom: 1%;
    border-bottom: none;
    height: 50px;
}

.row.blue {
    background: #e6e4e2;
    color: #106638;
}

.row.orange {
    background: #f1e9d7;
    color: #c79706;
}

#cabin_container .col {
    border-right: 1px solid #d1cfcd;
}

#cabin_container .row .col.credit,
#cabin_container .row .col.choix {
    border-right: none;
    text-align: center;
}

#cabin_container .row .col.credit {
    width: 140px;
}

#cabin_container .row .col.choix {
    width: 195px;
}

#cabin_container .row .col.choix > div {
    margin-top: 20px;
}

.credit_box {
    margin-top: 16px;
}

.credit_box .titre,
.credit_box .price {
    display: block;
    text-transform: uppercase;
}

.credit_box .titre {
    color: #FFF;
    font-weight: 600;
    font-size: 0.857em;
    padding: 2px 0;
}

.blue .credit_box .titre {
    background: #106638;
}

.orange .credit_box .titre {
    background: #c79706;
}

.credit_box .price {
    background: #FFf;
    font-weight: bold;
    font-size: 1.286em;
    padding: 3px 0 4px;
}

.credit a.more {
    color: inherit;
    font-size: 0.714em;
}

.col.name {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 1.071em;
    width: 150px;
}

.more_tp {
    font-size: 0.714em;
    line-height: 0.857em;
    margin-top: 5px;
}

#cabin_container .col.description {
    color: #838281;
    font-size: 0.857em;
}

#cabin_container .choix input[type="radio"] {
    display: none;
}

#cabin_container .choix input[type="radio"] + label .radio_cust {
    display: inline-block;
    width: 38px;
    height: 50px;
    margin: 0 2px 0 0;
    vertical-align: middle;
    cursor: pointer;
    position: relative;
    background: url(sprite.png) -95px -220px no-repeat #FFF;
}

#cabin_container .choix input[type="radio"] + label .radio_cust:after {
    background-color: transparent;
    content: ' ';
    position: absolute;
    height: 12px;
    width: 12px;
    border-radius: 50%;
    left: 50%;
    margin-left: -6px;
    margin-top: -6px;
    top: 50%;
}

#cabin_container .choix input[type="radio"]:checked + label .radio_cust:after {
    background-color: #484848;
}

#cabin_container .choix input[type="radio"] + label .radio_cust:after,
#cabin_container .choix input[type="radio"]:checked + label .radio_cust:after {
    -webkit-transition: background-color 0.4s linear;
    -o-transition: background-color 0.4s linear;
    -moz-transition: background-color 0.4s linear;
    transition: background-color 0.4s linear;
}

#cabin_container .choix .radio_price {
    background: #FFF;
    display: inline-block;
    vertical-align: middle;
    width: 125px;
    height: 36px;
    font-size: 25px;
    line-height: 12px;
    padding-top: 14px;
}

#cabin_container .choix .radio_price span {
    font-size: 12px;
}

.cabin .add-to-cart-buttons {
    float: right;
    width: auto;
    margin-top: 1%;
}

.add-to-cart-buttons button {
    padding: 20px;
}

/*SHIP TAB => .ship*/
.ship {
    padding: 2%;
    /*color: #363636;*/
}

.ship_slider {
    margin: 0;
    padding: 0;
}

.ship h2 {
    text-transform: uppercase;
    font-size: 1.286em;
    /*color: #7da1c4;*/
    margin: 20px 0 15px;
}

.ship .chapeau {
    font-weight: 500;
    margin-bottom: 20px;
}

.ship .ship_descr {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 50px;
    -moz-column-gap: 50px;
    column-gap: 50px;
    margin-bottom: 4%;
}

.ship .ship_descr p {
    margin: 0 0 10px;
}

#ship-tabs_select {
    margin: 50px 0 0;
    padding: 0;
    text-align: center;
    border-bottom: 1px solid #EEE;
    padding-bottom: 18px;
}

@media screen and (max-width: 980px)
{
    #ship-tabs_select {
        margin: 50px 0 0;
        padding: 0;
        text-align: center;
        border-bottom: 1px solid #EEE;
        padding-bottom: 18px;
        display: -webkit-flex;
        -webkit-flex-wrap: wrap;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
}

#ship-tabs_select li {
    display: inline;
    position: relative;
    padding-bottom: 18px;
}

#ship-tabs_select li a {
    text-decoration: none;
    text-transform: uppercase;
    color: inherit;
    padding: 0 10px;
    color: #555555;
    font-weight: normal;
    border-left: 1px solid #ececec;
    -webkit-transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
    -ms-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
}

#ship-tabs_select li:first-child a {
    border-left: none;
}

#ship-tabs_select li a:hover {
    color: #7da1c4;
}

#ship-tabs_select li a:after {
    background: none repeat scroll 0 0 #7da2c6;
    bottom: -1px;
    content: " ";
    height: 2px;
    left: -1px;
    opacity: 0;
    filter: alpha(opacity=0);
    position: absolute;
    right: -1px;
    transition: all 0.2s ease-in-out 0s;
    z-index: 2;
}

#ship-tabs_select li.ui-state-active a {
    color: #7da1c4;
    font-weight: bold;
}

#ship-tabs_select li.ui-state-active a:after {
    opacity: 1;
}

.ship_tab {
    padding: 10px 0;
    /*border-bottom: 1px solid #EEE;*/
}

#ship_links {
    margin-top: 2%;
}

.ship_link {
    color: #7da1c4;
    font-weight: bold;
    vertical-align: middle;
    margin-right: 35px;
}

.ship_link span {
    display: inline-block;
    vertical-align: middle;
}

.ship_link span.icon {
    background: url("sprite.png") no-repeat scroll transparent;
    height: 24px;
    margin-right: 10px;
    width: 24px;
}

.ship_link.virtual-tour span.icon {
    background-position: -97px -40px;
}

.ship_link.datasheet span.icon {
    background-position: -80px -160px;
}

.ship_link span.label {
    text-decoration: underline;
}

/*STOPOVER TAB => .stopover*/
.stopover {
    padding: 2%;
}

.stopover_item {
    border-bottom: 1px solid #EEE;
    padding: 2% 0;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.stopover_item.acc_open {
    padding-bottom: 0;
}

.stopover_item .stopover_item.last {
    border-bottom: none;
}

.stopover_item .image {
    display: inline-block;
    width: 33%;
    margin-right: 2%;
    vertical-align: bottom;
}

.stopover_item .stopover_content {
    display: inline-block;
    width: 65%;
    margin-left: -4px;
    vertical-align: bottom;
}

.stopover_content h2 {
    font-size: 1.286em;
    text-transform: uppercase;
    /*color:#7ba5d0;*/
    margin: 0 0 5px;
}

.stopover_content p {
    margin: 10px 0;
}

.stopover_content p.stopover_info {
    font-weight: bold;
    margin: 5px 0;
    /*color: #363636;*/
}

.stopover_info span {
    font-weight: normal;
    display: inline-block;
    margin-right: 40px;
}

.accordion_link p {
    margin-bottom: 0;
    /*color: #363636;*/
}

.accordion_link p a {
    display: block;
    width: auto;
    margin-right: auto;
    font-weight: bold;
    color: inherit;
}

/*STOPOVER ACCORDION*/
.stopover_item .accordion {
    padding: 0 0 4% 0;
    background: url(accordion_shadow_bottom.png) center bottom no-repeat;
    background-size: 100% auto;
    position: relative;
}

.accordion_top {
    padding-bottom: 2%;
    text-align: center;
    background: url(accordion_shadow_top.png) center top no-repeat;
    background-size: 100% auto;
}

.accordion_content {
    display: inline-block;
    width: 65%;
    margin-left: -4px;
    vertical-align: bottom;
    position: relative;
    padding-top: 30px;
}

.accordion_content .close {
    position: absolute;
    top: 0;
    right: 0;
    width: 15px;
    height: 15px;
    display: block;
    background: url(sprite.png) -105px -160px no-repeat;
    cursor: pointer;
}

.accordion_content .price-box {
    padding: 30px 0;
}

.accordion_left {
    float: left;
    font-size: 1em;
    margin-right: 3%;
    width: 77%;
}

.accordion_left h3 {
    margin-top: 0;
    text-transform: uppercase;
    font-size: 1em;
    /*color: #363636;*/
}

.accordion_left h3 span {
    display: block;
}

.accordion_left p:last-child {
    margin-bottom: 0;
}

.accordion_button {
    float: left;
    width: 20%;
    text-align: center;
}

/*SHIP TAB => .ship*/
#tab6 .option-step-title {
    padding: 2%;
}

#tab4 .tab-content {
    padding: 2%;
}

#tab5 .tab-content {
    padding: 2%;
}

#tab6 .tab-content {
    padding: 2%;
}

#tab7 .tab-content {
    padding: 2%;
}

#tab8 .tab-content {
    padding: 2%;
}

#tab9 .tab-content {
    padding: 2%;
}

#tab6 .option_checkout .image {
    width: 25%;
}

#tab6 .option_checkout .option-step_content {
    width: 90%;
}

#tab6 .option-step_content .line_inscription {
    right: 0;
    left: auto;
}

/*THEME TAB => .theme*/
.theme_item {
    padding: 2%;
    border-bottom: 1px solid #EEE;
}

.theme_item.last {
    border-bottom: none;
}

.theme .image {
    display: inline-block;
    width: 33%;
    margin-right: 2%;
    vertical-align: top;
}

.theme .theme_content {
    display: inline-block;
    width: 65%;
    margin-left: -4px;
    vertical-align: top;
}

.theme_content h2 {
    font-size: 1.286em;
    text-transform: uppercase;
    /*color:#7ba5d0;*/
    margin: 0 0 5px;
}

.theme_content p {
    margin: 10px 0 0 0;
}

/*OPTION TAB => .option_accordion*/
.product-view .option_accordion {
    margin-top: 0;
}

.product-view .option_checkout {
    padding-top: 2%;
    margin-bottom: 2%;
}

/* ==========================================================================
   PANIER PAGE 1 & 2
   ========================================================================== */
/*PANIER => #cart_step1*/
#cart_step1 .panel_card {
    text-align: center;
}

#cart_step1 .panel_card .field {
    text-align: left;
}

#cart_step1 .account_create .field {
    margin: 45px 0 39px;
}

#cart_step1 .panel_card label {
    text-align: right;
    margin-right: 5%;
}

#cart_step1 .panel_card .input-box {
    width: 65%;
}

#cart_step1 .panel_card h3 {
    text-transform: uppercase;
    font-size: 1.286em;
    text-align: center;
    margin-bottom: 25px;
}

.pwd_forgot {
    display: block;
    font-style: italic;
    font-size: 0.857em;
    line-height: 16px;
    text-decoration: underline;
    color: inherit;
    margin-top: 10px;
}

#cart_step1 .panel_card button {
    margin-top: 10px;
}

.account_create button {
    margin-bottom: 26px;
}

#cart_step1 .cart_submit_links {
    width: 100%;
}

#cart_step1 .line_submit a {
    display: inline-block;
}

/*PANIER2 */
#cart h3 {
    font-size: 1.286em;
    text-transform: uppercase;
    margin: 4px 0 30px;
}

.holder,
.passenger,
.reservation_inforamtion,
.add_passenger,
.account_create,
.account_connect {
    background: #FFF;
    padding: 2%;
    margin-bottom: 1%;
}

.holder_left,
.holder_right {
    float: left;
    width: 50%;
}

.passenger,
.reservation_inforamtion,
.add_passenger,
.account_create,
.account_connect {
    width: 45.5%;
    float: left;
}

.passenger,
.add_passenger.odd,
.account_create {
    margin-right: 0.5%;
}

.reservation_inforamtion,
.add_passenger.even,
.account_connect {
    margin-left: 0.5%;
}

.passenger .field .select-box {
    width: 17%;
}

.passenger .field label {
    width: 73%;
    padding-right: 5%;
}

.reservation_inforamtion {
    min-height: 158px;
}

.reservation_inforamtion h4 {
    font-size: 1em;
    /*  text-transform: uppercase;*/
    margin: 10px 0 22px;
}

.reservation_inforamtion p {
    font-size: 0.929em;
}

/*LAST LINE => .line_submit*/
.line_submit {
    margin: 2% 0;
    vertical-align: middle;
}

.line_submit .required {
    display: inline-block;
    width: 20%;
    margin-right: -4px;
    vertical-align: middle;
    font-size: 0.857em;
    font-style: italic;
}

.cart_submit_links {
    display: inline-block;
    text-align: right;
    width: 80%;
    vertical-align: middle;
    text-transform: uppercase;
    font-size: 1.071em;
    font-weight: bold;
    color: #FFF;
}

.cart_submit_links_login {
    display: inline-block;
    text-align: center;
    width: 80%;
    vertical-align: middle;
    text-transform: uppercase;
    font-size: 1.071em;
    font-weight: bold;
    color: #FFF;
}

.cart_submit_links_login button {
    padding: 15px 20px;
    line-height: 1.429em;
    margin-left: 8px;
    font-size: 1.071em;
    border: none;
    text-transform: uppercase;
    font-size: 1.071em;
    font-weight: bold;
    font-family: 'Roboto', sans-serif;

}

.cart_submit_links .return,
.cart_submit_links button {
    padding: 15px 20px;
    /*line-height: 1.429em;*/
    margin-left: 8px;
    font-size: 1.071em;
}

.cart_submit_links .return {
    text-decoration: none;
    color: inherit;
    background: #c6c7c7;
}

.cart_submit_links .return .label,
.cart_submit_links .return .icon {
    display: inline-block;
}

.cart_submit_links .return .icon {
    background: url("sprite.png") no-repeat scroll -80px -190px transparent;
    height: 11px;
    margin: 0 10px 0 0;
    width: 7px;
}

.cart_submit_links button {
    border: none;
    text-transform: uppercase;
    font-size: 1.071em;
    font-weight: bold;
    font-family: 'Roboto', sans-serif;
}

/* ==========================================================================
   CHECKOUT PAGE CABIN
   ========================================================================== */
#cabin_container.checkout_cabin .cabin {
    background: #FFF;
    border-top: 5px solid #F5F5F5;
    margin-top: 0;
}

#choice_bar {
    background: #FFF;
}

#choice_bar a.return {
    display: block;
    float: left;
    background: none repeat scroll 0 0 #c6c7c7;
    color: #FFF;
    text-decoration: none;
    font-size: 1.071em;
    font-weight: bold;
    text-align: right;
    text-transform: uppercase;
    vertical-align: middle;
    line-height: 1.429em;
    padding: 28px 20px 27px;
}

#choice_bar a.return .icon {
    background: url("sprite.png") no-repeat scroll -80px -190px transparent;
    height: 11px;
    margin: 0 10px 0 0;
    width: 7px;
    display: inline-block;
}

#choice_bar p {
    float: left;
    color: #4e4e4e;
    font-size: 1.286em;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1.071em;
    margin-left: 20px;
}

#choice_bar p span {
    text-transform: none;
    font-weight: normal;
    font-size: 0.83em;
}

#choice_bar .search_dest_radio {
    float: right;
    border: none;
    text-align: right;
    /*margin-right: 20px;*/
    background: #106638;
    text-transform: uppercase;
    color: #FFF;
    font-weight: bold;
    padding: 0 20px 1px;
    margin-right: 0;
    width: auto;
}

#choice_bar .search_dest_radio .field {
    margin: 28px auto;
}

#choice_bar .search_dest_radio .field label {
    margin: 0 20px 0 5px;
}

#choice_bar .search_dest_radio .field label:last-child {
    margin-right: 5px;
}

#choice_bar .search_dest_radio input {
    margin-right: 0;
}

#cabin_alert {
    border: 1px solid #b0b9c3;
    text-align: center;
    margin: 3% auto;
    max-width: 430px;
    width: 80%;
    padding: 2%;
    text-transform: uppercase;
}

#cabin_alert h4 {
    font-size: 1.286em;
    margin: 0 0 15px;
}

#cabin_alert p {
    margin: 0;
}

/*CABIN CHOICE*/
.d_none {
    display: none;
}

#cabin_choice {
    overflow: hidden;
}

#cabin_choice .content_fixed {
    position: absolute;
    width: 350px;
    left: 50%;
    margin-left: -175px;
    text-align: center;
    z-index: 10;
    color: #FFF;
}

.content_fixed.bottom {
    bottom: 45px;
}

#cabin_choice .content_fixed h2 {
    text-transform: uppercase;
    font-size: 1.429em;
    margin-top: 25px;
}

#cabin_choice .content_fixed button {
    color: #294a7e;
    font-size: 1.071em;
    text-transform: uppercase;
    font-weight: bold;
    background: #FFF;
    padding: 12px 25px;
    font-family: 'Roboto', sans-serif;
    border: none;
    -webkit-transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
    -ms-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
}

#cabin_choice .content_fixed button:hover {
    color: #FFF;
    background: #294a7e;
}

#cabin_choice .content_deck {
    overflow: auto;
    position: relative;
}

#cabin_choice .content_deck img {
    height: 456px;
    width: 1898px;
    moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
}

.choice_cab {
    position: absolute;
    height: 456px;
    width: 1898px;
    top: 0;
    left: 0;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
}

.cabin_check {
    text-align: center;
    position: absolute;
    background-color: rgba(255, 255, 255, 0.2);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#CCffffff', endColorstr='#CCffffff'); /* IE */
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -ms-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

.cabin_check:hover,
.cabin_check.select {
    background-color: rgba(255, 255, 255, 0.4);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#CCffffff', endColorstr='#CCffffff'); /* IE */
}

.cabin_check label {
    padding: 20px 0 10px;
    display: block;
}

.cabin_num {
    font-size: 1.214em;
    color: #FFF;
    font-family: 'Roboto';
    font-weight: bold;
}

/* ==========================================================================
   CHECKOUT PAGE STEPS
   ========================================================================== */
/*COL LEFT => #checkoutSteps*/
#checkoutSteps {
    list-style: none;
    padding: 0;
    margin: 0;
}

#checkoutSteps li {
    display: block;
    border-bottom: 1px solid #FFF;
}

#checkoutSteps li:last-child {
    border-bottom: none;
}

/*STEP TITLE => .step-title*/
.step-title {
    position: relative;
    background: #7da1c4;
    text-align: center;
    padding: 25px 0;
    cursor: pointer;
}

.step-title h2 {
    color: #FFF;
    font-size: 1.286em;
    text-transform: uppercase;
    margin: 0;
}

.step-title .icon {
    position: absolute;
    top: 27px;
    right: 33px;
    width: 18px;
    height: 15px;
    background: url(sprite.png) -100px -190px no-repeat;
}

.step-title.ui-accordion-header-active .icon {
    background-position: -100px -204px;
    /*-webkit-transition: 0.2s ease-in-out;
                -moz-transition: 0.2s ease-in-out;
                -ms-transition: 0.2s ease-in-out;
                -o-transition: 0.2s ease-in-out;
                transition: 0.2s ease-in-out;*/
}

/*STEP CONTENT => .step-content*/
.step-content {
    background: #FFF;
    padding: 3%;
}

.step-content h3 {
    text-transform: uppercase;
    margin-top: 0;
}

/*STEP CABIN => #step_cabin*/
#step_cabin p {
    color: #636363;
    font-size: 1em;
}

#step_cabin .cabin_choose {
    margin: 40px auto;
    text-align: center;
}

#step_cabin .cabin_choose a {
    font-weight: bold;
    font-size: 1.071em;
    text-transform: uppercase;
    text-decoration: none;
    padding: 20px;
    display: inline-block;
}

#step_cabin .grey_block {
    padding: 2%;
}

#step_cabin #cabin_container .col {
    border: none;
}

#step_cabin #cabin_container .col.name {
    width: auto;
}

#step_cabin #cabin_container form {
    padding: 0;
}

#step_cabin h4 {
    text-align: center;
    text-transform: uppercase;
    font-size: 1.071em;
}

.item_cabin {
    background: #FFF;
}

.item_cabin .price_proposals {
    border-collapse: separate;
    clear: both;
    width: 100%;
}

.item_cabin .price_proposals tr {
    display: block;
    position: relative;
}

.item_cabin .price_proposals td {
    vertical-align: middle;
}

.item_cabin .price_selector {
    width: 40px;
    border-right: 2px solid #f1f1f1;
    text-align: center;
}

.item_cabin .price {
    text-transform: uppercase;
    text-align: center;
    font-size: 27px;
    font-weight: 500;
    width: 130px;
    border-right: 2px solid #f1f1f1;
}

.item_cabin .price_detail {
    padding: 2%;
}

.item_cabin .price_detail p {
    margin: 5px 0;
}

/*STEP OPTIONS => #step_option*/
.option_head {
    vertical-align: middle;
}

.option_head p {
    display: inline-block;
    width: 75%;
    margin-right: 3%;
    vertical-align: middle;
    font-size: 1em;
}

.option_submit {
    display: inline-block;
    width: 20%;
    text-align: right;
    margin-left: -4px;
    vertical-align: middle;
}

.option_submit button {
    display: block;
    border: medium none;
    font-family: "Roboto", sans-serif;
    font-size: 1.071em;
    font-weight: bold;
    text-transform: uppercase;
    padding: 15px 20px;
    float: right;
}

/*PTION ACCORDION => .option_accordion*/
.option_accordion {
    margin-top: 15px;
}

.option_accordion ol {
    list-style: none;
    margin: 0;
    padding: 0;
}

.option-step-title {
    background: #F3F3F3;
    padding: 3%;
    text-transform: none;
    color: #515151;
    border-top: 2px solid #FFF;
    position: relative;
}

.option-step-title .icon {
    position: absolute;
    top: 23px;
    right: 20px;
    width: 18px;
    height: 15px;
    background: url(sprite.png) -103px -174px no-repeat;
}

.option-step-title.ui-accordion-header-active .icon {
    background-position: -103px -160px;
    /*-webkit-transition: 0.2s ease-in-out;
                        -moz-transition: 0.2s ease-in-out;
                        -ms-transition: 0.2s ease-in-out;
                        -o-transition: 0.2s ease-in-out;
                        transition: 0.2s ease-in-out;*/
}

.option-step-title h3 {
    margin: 0;
    font-size: 1.3em;
}

.option_checkout {
    padding: 3% 0 0;
    margin: 0 0 3%;
    border-top: 1px solid #e1e1e1;
    position: relative;
}

.option-step .option_checkout:first-child {
    border-top: none;
    /*padding-bottom: 0;*/
}

.option_checkout .image,
.option_checkout .option-step_content {
    float: left;
    width: 48.5%;
}

.option_checkout .image {
    margin-right: 1.5%;
}

.option_checkout .option-step_content {
    margin: 0 0 55px 1.5%;
}

.option-step_content {
    position: relative;
}

.option-step_content h4 {
    text-transform: uppercase;
    margin: 0 0 12px;
    font-size: 1.286em;
}

.option-step_content p {
    /*float:left;*/
    font-size: 1em;
    margin: 25px 0 0 0;
}

.option-step_content a {
    color: inherit;
    font-weight: bold;
}

.less_details_option {
    position: absolute;
    bottom: -25px;
    left: 0;
}

.option-step_content .light-blue a {
    font-weight: bold;
}

.option-step_content .line_inscription {
    position: absolute;
    bottom: 0;
    left: 51.5%;
}

.option-step_content .price-box {
    padding: 10px 20px;
    font-size: 27px;
    line-height: 31px;
    font-weight: 500;
    margin-bottom: 0;
    display: inline-block;
    vertical-align: bottom;
    margin-right: 2px;
}

.option-step_content button {
    display: inline-block;
    vertical-align: bottom;
}

/*STEP ACCOUNT => #step_account*/
#step_account .step-content {
    padding: 0;
}

#step_account h4 {
    font-size: 1.071em;
    text-align: center;
    text-transform: uppercase;
}

#step_account fieldset {
    border-bottom: 1px solid #e1e1e1;
    padding: 3%;
}

#step_account .step-content form {
    padding: 3% 0;
}

#step_account .field label {
    width: 48.5%;
    text-align: right;
}

#step_account .field .input-box,
#step_account .field .select-box,
#step_account .field .radio-box {
    width: 45.5%;
    margin-left: 3%;
    display: inline-block;
    vertical-align: middle;
}

.StateWidth {
    width: 70% !important;
    margin-left: 0 !important;
}

.CountryWidth {
    width: 100% !important;
}

/*.input-box.select-box {width:70%;margin-left:0;}*/
#step_account .field .radio-box label {
    display: inline;
    text-align: left;
    width: auto;
    margin: 0 15px 0 5px;
}

#step_account .field .radio-box input[type="radio"] {
    display: inline;
    width: auto;
}

#step_account .line_submit {
    margin: 3% 3% 0;
}

#step_account fieldset .line_submit {
    margin: 3% 0 0;
}

/*STEP SUMMARY => #step_summary*/
#step_summary {

}

#step_summary .step-content {
    padding: 1px 0 0 0;
}

#summary_option {
    width: 100%;
    font-size: 1em;
}

#summary_option tr {
    border-bottom: 1px solid #e1e1e1;
}

#summary_option td {
    padding: 3%;
}

#summary_option td.image {
    width: 140px;
    padding: 3% 0 3% 3%;
}

#summary_option td.total_price {
    font-weight: bold;
    width: 20%;
    /* padding: 3%;*/
}

#summary_option h5 {
    text-transform: uppercase;
    font-size: 1em;
    margin: 0;
}

#summary_option p {
    margin: 5px 0;
}

.booking_number {
    min-width: 110px;
    text-align: center;
}

.single_price {
    min-width: 60px;
    text-align: center;
}

.total_price {
    min-width: 80px;
    text-align: center;
}

#step_summary fieldset {
    padding: 3%;
    border-bottom: 1px solid #e1e1e1;
}

#step_summary .summary_check .field {
    vertical-align: middle;
    margin-bottom: 20px;
}

#step_summary .summary_check .field > label {
    width: 45%;
    padding-right: 2%;
    vertical-align: middle;
}

#step_summary .summary_check .field > label span {
    font-style: italic;
    font-size: 0.929em;
    color: #555;
}

#step_summary .summary_check .field .radio-box {
    width: 52%;
    margin-left: -4px;
    display: inline-block;
    vertical-align: middle;
}

#step_summary .summary_check .field .radio-box .radio-line {
    margin: 10px 0;
}

#step_summary .summary_check .field .radio-box input {
    width: 10%;
}

#step_summary .summary_check .field .radio-box .radio-line > label,
#step_summary .summary_check .field .radio-box > label {
    width: 85%;
}

#step_summary .summary_check .field .radio-box .radio-line > input,
#step_summary .summary_check .field .radio-box .radio-line > label {
    float: left;
    line-height: 1.429em;
    height: 20px;
}

#step_summary .summary_check .field_specific label {
    width: 25%;
    vertical-align: top;
    margin-top: 11px;
}

#step_summary .summary_check .field_specific .select-box {
    width: 73%;
    margin-left: -4px;
}

#step_summary .summary_check .field_specific .select-box textarea {
    margin-top: 10px;
    border: 1px solid #a8a8a8;
    border-radius: 3px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #363636;
    font-family: "Roboto", sans-serif;
    font-size: 1em;
    line-height: 1.214em;
    padding: 10px 6px;
    width: 100%;
    height: 130px;
}

/*PROMO FIELDS => #step_summary .promo*/
#step_summary .promo .field {
    margin: 0;
}

#step_summary .promo .field label,
#step_summary .promo .input-box {
    width: 33%;
}

/*TABLE BILL => .table_bill*/
.table_bill {
    margin: 3% 3% 0;
    width: 94%;
    border: 1px solid #e1e1e1;
    text-transform: uppercase;
    font-size: 1.071em;
}

.table_bill td {
    padding: 0 10px 16px;
}

.table_bill td.text {
    text-align: right;
}

.table_bill td.price {
    text-align: left;
    width: 120px;
    /*padding: 0 15px;*/
}

.table_bill .total_tax {
    font-weight: bold;
    font-size: 1.286em;
}

.table_bill .total_tax td {
    padding: 16px 10px 10px;
}

.table_bill .down_payment {
    font-weight: bold;
}

.table_bill .total_htax td {
    padding: 0 10px 16px 10px;
}

/*VALID LINE => .line_valid*/
.line_valid .field {
    margin: 0;
}

.line_valid .radio-box {
    float: left;
    width: 60%;
    margin-top: 8px;
}

.line_valid .radio-box input {
    width: 15px;
    margin-right: 20px;
}

.line_valid .radio-box label {
    width: 90%;
    font-size: 0.929em;
    text-decoration: underline;
    margin-left: -4px;
}

.line_valid button {
    float: right;
}

/*SUMMARY MORE INFO => .summary_information*/
.summary_information {
    padding: 3% 3%;
    font-size: 1em;
}

.summary_information p {
    display: inline-block;
    margin-right: 13%;
    vertical-align: middle;
    width: 65%;
    margin: 0 13% 0 0;
}

.summary_information a {
    color: inherit;
    display: inline-block;
    margin-left: -4px;
    text-align: center;
    vertical-align: middle;
    width: 22%;
}

/*STEP PAYEMENT => #step_payement*/
#step_payement .step-content {
    padding: 3% 0;
}

#step_payement .table_bill {
    margin-top: 0;
}

#step_payement fieldset {
    border-bottom: 1px solid #E1E1E1;
    padding: 3%;
}

#step_payement .field label {
    width: 30%;
}

#step_payement .field .input-box,
#step_payement .field .select-box {
    width: 65%;
}

#step_payement .radio_center {
    text-transform: uppercase;
    text-align: center;
    font-weight: bold;
    margin: 10px 0 30px;
}

#step_payement .radio_center label {
    display: inline;
    width: auto;
    padding: 0 25px 0 10px;
}

#step_payement .card_type .select_bg,
#step_payement .card_type img {
    float: left;
}

#step_payement .card_type img {
    margin-left: 20px;
}

#step_payement .card_date .card_month,
#step_payement .card_date .card_year {
    float: left;
    width: 78px;
    margin-right: 10px;
}

#step_payement .card_crypt .input-box {
    width: 78px;
}

#step_payement .card_crypt a {
    color: #363636;
    font-size: 0.714em;
}

.field.call {
    margin-left: 30%;
}

.field.call a {
    display: inline-block;
    vertical-align: middle;
}

.field.call a.encadre {
    border: 1px solid #f1f1f1;
    border-radius: 3px;
    font-weight: bold;
    line-height: 13px;
    margin: 0 2px;
    padding: 5px 10px;
    transition: all 0.2s ease 0s;
    color: #252525;
    font-size: 0.857em;
    text-transform: uppercase;
    display: inline-block;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -ms-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

.field.call a.encadre.encadre:hover {
    border: 1px solid #BBB;
}

.field.call a.encadre .label, .field.call a.encadre .icon {
    display: inline-block;
    vertical-align: middle;
}

.field.call a.encadre .icon {
    background: url("sprite.png") no-repeat scroll left 1px transparent;
    height: 26px;
    margin: 0 0 0 12px;
    width: 20px;
}

.radio_descr label {
    vertical-align: top;
    margin-top: 9px;
}

.radio_descr .checkbox-box {
    width: 65%;
    display: inline-block;
}

.radio_descr .checkbox-box input {
    float: left;
    text-align: left;
    margin-top: 11px;
}

.radio_descr .checkbox-box p {
    float: left;
    width: 90%;
    margin: 9px;
    font-size: 1em;
}

.radio_descr .checkbox-box p span {
    font-style: italic;
    display: block;
    font-size: 0.929em;
    margin-top: 5px;
}

#step_payement .line_submit {
    margin: 3% 3% 0 3%;
    /*text-align: right;*/
}

#step_payement .line_submit .required {
    width: 33%;
}

#step_payement .line_submit .cart_submit_links {
    width: 67%;
}

/*STEP FINISH => #step_finish*/
#step_finish {
    text-align: center;
    font-size: 1em;
}

#step_finish h3 {
    font-size: 1.286em;
}

/*BACK BUTTON => .checkout_back */
.line_submit.checkout_back {
    margin: 3%;
}

.checkout_back .cart_submit_links {
    text-align: left;
    width: 100%;
}

.checkout_back .cart_submit_links a {
    margin-left: 0;
    display: inline-block;
}

/*COL RIGHT => .sidebar*/
.sidebar {
    background: #FFF;
}

/*block-title*/
.sidebar .block .block-title {
    text-align: center;
    background: #FFF;
    font-family: 'FuturaStdBook';
    text-transform: uppercase;
    font-size: 1.5em;
    padding: 1px 0;
    position: relative;
    z-index: 2;
}

.sidebar .block .block-title span {
    padding: 20px 0;
    width: 100%;
    background: #FFF;
    display: block;
}

.sidebar .block .block-title:after {
    border-radius: 100%;
    bottom: 0;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
    content: "";
    height: 20%;
    left: 10%;
    position: absolute;
    right: 10%;
    width: 80%;
    bottom: 2px;
    z-index: -1;
}

/*block-content*/
.sidebar .block-content {
    padding: 6%;
}

.sidebar .block-content h3 {
    text-transform: uppercase;
    font-size: 1.286em;
    line-height: 1.286em;
    margin-top: 0;
}

/*info_summary*/
.info_summary ul {
    list-style: none;
    font-size: 1em;
    padding: 0;
    margin: 5px 0;
}

/*TABLES */
.sidebar .block-content table {
    width: 100%;
    font-size: 14px;
    border-top: 1px solid #e1e1e1;
    margin: 6% 0;

}

.sidebar .block-content table td {
    padding: 2px 0;
    vertical-align: top;
}

.sidebar .block-content table tr:first-child td {
    padding: 6% 0 2px;
}

.sidebar .block-content table td.td_right {
    text-align: right;
    width: 75px;
}

.option_summary .td_left span.title,
.option_summary .td_right,
.sidebar .block-content .cruise_cost .td_left span.title,
.sidebar .block-content .cruise_cost .td_right {
    font-weight: bold;
}

.sidebar .block-content .cruise_cost table {
    border: 1px solid #bbbbbb;
    border-top: 1px solid #bbbbbb;
}

.sidebar .block-content .cruise_cost td {
    border-bottom: none;
    padding: 16px !important;
}

.sidebar .block-content .cruise_cost .tot_included_commission td {
    padding: 16px 16px 3px 16px !important;
}

.sidebar .block-content .cruise_cost .included_commission td {
    padding: 3px 16px 16px 16px !important;
    font-style: italic;
    font-size: 12px;
}

.sidebar .block-content .cruise_cost tr:last-child > td {
    border-bottom: none;
}

.sidebar .block-content .cruise_cost p {
    text-align: center;
    font-size: 1em;
    margin: 0;
}

.sidebar .block-content .cruise_cost tr.hr_td_class {
    padding: 0 !important;
    border: none;
}

.sidebar .block-content .cruise_cost td.hr_class {
    padding: 0 !important;
    border: none;
}

.sidebar .block-content .cruise_cost td.hr_class hr {
    border-bottom: 2px dotted #bbbbbb;
    border-top: 0;
    padding: 0 !important;
    margin: 1px;
    box-sizing: border-box;
    height: 0;
}

/*LIGHTBOX=> .content_light*/

.callback_light {
    background: #f5f5f5 url("background_body.jpg") repeat scroll left top;
    padding: 50px;
    max-width: 940px;
    width: auto;
    margin: 0 auto;
}

.callback_light h2 {
    text-transform: uppercase;
    color: #5b5b5b;
    font-size: 25px;
    font-family: 'FuturaStdBook';
    text-align: center;
    font-weight: normal;
    margin: 0;
}

.callback_submit {
    text-align: center;
}

.callback_light .field label {
    margin-right: 2%;
}

.content_light {
    background: #f5f5f5 url("background_body.jpg") repeat scroll left top;
    padding: 50px;
    text-align: center;
    max-width: 940px;
    margin: 0 auto;
}

.content_light h2 {
    text-transform: uppercase;
    color: #5b5b5b;
    font-size: 25px;
    font-family: 'FuturaStdBook';
    font-weight: normal;
    margin: 0;
}

.content_light table {
    text-align: left;
    width: 100%;
    border-collapse: separate;
    border-color: red;
    border-spacing: 3px;
    margin: 60px auto;
}

.content_light table th {
    border: 3px solid transparent;
    background: #9cb6d1;
    text-transform: uppercase;
    color: #FFF;
    font-size: 14px;
    text-align: center;
    padding: 7px;
}

.content_light table td {
    border: 3px solid transparent;
    background: #FFF;
    padding: 7px;
}

td.achats {
    font-size: 15px;
    font-weight: bold;
    color: #5b5b5b;
}

td.details {
    font-size: 12px;
    color: #7da1c4;
}

td.otpions .select_bg {
    float: left;
    border: 1px solid #a8a8a8;
    margin: 5px 10px 5px 0;
    border-radius: 4px;
}

td.otpions .select_bg,
td.otpions .select_bg .sod_select {
    min-width: 110px;
}

td.otpions .select_bg .sod_select {
    padding: 5px 10px;
}

td.otpions .select_bg .sod_select:after {
    right: 2px;
    top: 6px;
}

td.otpions .select_bg .sod_select .sod_list_wrapper {
    margin-top: -2px;
    border-color: #a8a8a8;
}

td.price,
.content_light table tfoot td.price {
    text-align: center;
    color: #7da1c4;
    font-size: 15px;
    font-weight: bold;
}

.content_light table tfoot td {
    text-transform: uppercase;
    font-size: 15px;
    font-weight: bold;
    color: #106638;
    padding: 14px;
}

.content_light table .choix {
    width: 40px;
}

.content_light table .choix input[type="checkbox"] {
    display: none;
}

.content_light table .choix input[type="checkbox"] + label .radio_cust {
    display: inline-block;
    width: 38px;
    height: 50px;
    margin: 0 2px 0 0;
    vertical-align: middle;
    cursor: pointer;
    position: relative;
    background: url(sprite.png) -95px -220px no-repeat #FFF;
}

.content_light table .choix input[type="checkbox"] + label .radio_cust:after {
    background-color: transparent;
    content: ' ';
    position: absolute;
    height: 12px;
    width: 12px;
    border-radius: 50%;
    left: 50%;
    margin-left: -6px;
    margin-top: -6px;
    top: 50%;
}

.content_light table .choix input[type="checkbox"]:checked + label .radio_cust:after {
    background-color: #484848;
}

.content_light table .choix input[type="checkbox"] + label .radio_cust:after,
.content_light table .choix input[type="checkbox"]:checked + label .radio_cust:after {
    -webkit-transition: background-color 0.4s linear;
    -o-transition: background-color 0.4s linear;
    -moz-transition: background-color 0.4s linear;
    transition: background-color 0.4s linear;
}

/* ==========================================================================
   ACCOUNT CREATIONS / MODIFICATIONS PAGES
   ========================================================================== */
.my-account .content {
    background: #FFF;
    padding: 2%;
}

.my-account h2 {
    text-transform: uppercase;
    font-size: 1.286em;
    margin: 0;
}

.my-account .grey_block {
    padding: 3% 0;
    margin: 2% 0;
    text-align: center;
}

.my-account p.form-instructions {
    font-size: 1em;
    margin: 0;
}

.my-account.account-create .grey_block {
    margin: 5px 0;
}

.my-account .grey_block h3 {
    text-transform: uppercase;
    font-size: 1.071em;
    margin: 15px 0 30px;
}

.my-account .grey_block .field label,
.additional_information.grey_block .field label {
    text-align: right;
    width: 32%;
    margin-right: 4%;
}

.my-account .grey_block .field .input-box,
.my-account .grey_block .field .select-box,
.my-account .grey_block .field .radio-box,
.additional_information.grey_block .field .input-box,
.additional_information.grey_block .field .select-box,
.additional_information.grey_block .field .radio-box {
    width: 64%;
}

.create_account_btn {
    text-transform: uppercase;
    color: inherit;
    font-size: 1.071em;
    margin: 20px 0 10px;
    font-weight: bold;
    display: inline-block;
}

.my-account .line_submit {
    margin: 0;
}

.my-account .form_left,
.my-account .form_right {
    float: left;
    width: 50%;
}

.my-account .grey_block .field .input-box,
.my-account .grey_block .field .select-box,
.additional_information.grey_block .field .input-box,
.additional_information.grey_block .field .select-box {
    margin-left: -4px;
}

/*ACCOUNT CONNECTION => .registered-users*/
.my-account.registered-users .grey_block .field label {
    vertical-align: top;
    margin-top: 10px;
}

.my-account.registered-users .grey_block .field {
    margin: 10px auto;
    max-width: 700px;
}

.my-account.registered-users .grey_block .field .input-box {
    text-align: left;
}

.my-account.registered-users .grey_block .field.w66 input {
    width: 50%;
}

/*ACCOUNT FORM CREATION => .account-create*/
.my-account.account-create .grey_block {
    padding: 2%;
}

.my-account.account-create .grey_block:last-child {
    margin-bottom: 0;
}

.my-account.account-create h3 {
    text-transform: uppercase;
    font-size: 1.071em;
    margin: 30px 0 0;
}

#fieldset_title {
    text-transform: uppercase;
    font-size: 1.071em;
    font-weight: bold;
}

.title_register {
    text-align: left !important;
}

.participation .field {
    text-align: center;
    width: 100%;
    font-size: 1em;
}

.participation .field p {
    font-size: 1em;
}

.my-account .grey_block.participation .field input[type="radio"] {
    width: 15px;
    margin-right: 15px;
}

.my-account .grey_block.participation .field input[type="text"] {
    width: 35%;
}

.my-account .grey_block.participation .field label {
    width: auto;
}

.my-account .grey_block.participation .field .input-box {
    text-align: center;
    width: 600px;
    margin: 0 auto !important;
    position: relative;
}

.input_pyc {
    left: 73px;
    position: absolute;
    top: -10px;
    width: 100%;
}

.my-account .grey_block.participation .field .input-box span.tooltip, #payment_form_ops_cc span.tooltip {
    border-radius: 100%;
    display: inline-block;
    width: 26px;
    height: 26px;
    line-height: 26px;
    background: #FFF;
    border: 1px solid #a8a8a8;
    cursor: pointer;
    margin: auto 50px auto 10px;
    position: relative;
}

span.data-tooltip {
    position: absolute;
    width: 200px;
    line-height: 1.4em;
    background: #FFF;
    background: rgba(255, 255, 255, 1);
    border-radius: 4px;
    bottom: 40px;
    left: -20px;
    overflow: hidden;
    padding: 0 10px;
    max-height: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -ms-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

span.data-tooltip:after {
    top: 100%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    border-top-color: #FFF;
    border-top-color: rgba(255, 255, 255, 1);
    border-width: 10px;
    left: 33px;
    margin-left: -10px;
}

span.tooltip:hover span.data-tooltip {
    max-height: 450px;
    padding: 8px;
    opacity: 1;
    filter: alpha(opacity=100);
    overflow: visible;
    display: block;
}

.my-account.account-create .grey_block {
    text-align: left;
}

.newsletter_field {
    margin-top: 30px;
}

.newsletter_field label {
    vertical-align: top;
    display: inline;
}

.newsletter_field label.fieldlabel {
    display: inline-block;
}

.newsletter_field input[type="radio"] {
    margin-right: 0;
    margin-left: 10px;
    width: 15px;
    height: 15px;
    -webkit-appearance: radio; /* Safari and Chrome */
    vertical-align: middle;
}

.newsletter_field .input-box {
    display: inline;
}

.newsletter_field .input-box label {
    vertical-align: top;
}

.my-account .grey_block .form_allwidth .field label,
.additional_information.grey_block .form_allwidth .field label {
    width: 16%;
    margin-right: 2%;
}

.my-account .field.w66 input, .my-account .field.w66 .select_bg,
.additional_information .field.w66 input, .additional_information .field.w66 .select_bg,
.my-account .grey_block .form_allwidth .field.w66 input,
.additional_information.grey_block .form_allwidth .field.w66 input {
    width: 46%;
}

.field.w33 .select_bg {
    width: 46%;
}

#step_account .field.w33 .select_bg, #step_account .field.w33 input#dob {
    width: 70%;
}

#step_account .field label {
    width: 39%;
}

.my-account .grey_block .form_allwidth .field.w100 .input-box,
.additional_information.grey_block .field.w100 .input-box {
    width: 75.6%;
}

.my-account.account-create .line_submit {
    margin: 2% 0 0;
}

/*ACCOUNT CONFIRMATION => .account_confirmation*/
.account_confirmation.my-account .grey_block h3 {
    font-size: 1.286em;
}

.account_confirmation p {
    font-size: 1em;
}

.account_confirmation.my-account .line_submit {
    text-align: center;
}

.account_confirmation.my-account .line_submit a {
    text-transform: uppercase;
    font-size: 1.071em;
    font-weight: bold;
    text-decoration: none;
    line-height: 1.429em;
    padding: 15px 20px;
    display: inline-block;
}

/*ACCOUNT RESTE PASSWORD => .reset_pwd*/
.my-account.reset_pwd .grey_block .field {
    margin: 10px auto;
    max-width: 700px;
}

.my-account.reset_pwd .grey_block .field .input-box {
    text-align: left;
}

.my-account.reset_pwd .grey_block .field.w66 input {
    width: 50%;
}

/* ==========================================================================
   ACCOUNT / MY PONANT
   ========================================================================== */
.my-account-header {
    background: none repeat scroll 0 0 #fff;
    font-size: 1em;
    padding: 2%;
    margin-bottom: 2%;
}

.my-account-header .mah_left,
.my-account-header .mah_right {
    float: left;
}

.my-account-header .mah_left {
    width: 65%;
}

.my-account-header .mah_right {
    width: 35%;
    text-align: right;
}

.my-account-header h2 {
    text-transform: uppercase;
    font-family: 'FuturaStdBook', sans-serif;
    font-size: 21px;
    letter-spacing: 0.07em;
    font-weight: normal;
    margin: 5px 0;
}

.my-account-header p {
    margin: 10px 0;
}

.my-account-tabs {
    background: #FFF;
}

/*TABS CONTENT*/
.tab-content {
    background: #FFF;
}

.customer-account .tab-content h3 {
    text-transform: uppercase;
    font-size: 18px;
}

/*DASHBOARD TAB | MY ORDERS TAB  => #account_dashboard*/
#account_dashboard,
#account_orders {
    padding: 2%;
}

#account_orders .toolbar {
    margin: 0;
    padding: 2%;
}

/*#account_dashboard*/
.row,
#account_orders .row {
    display: table;
    width: 100%;
    border-bottom: 1px solid #e1e1e1;
}

/*#account_dashboard*/
.row .col,
#account_orders .row .col {
    display: table-cell;
    vertical-align: middle;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 1.5%;
}

.wishlist_col {
    display: table-cell;
    vertical-align: middle;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 1.5%;
    width: 50%;
}

/*#account_dashboard*/
.row .col.image,
#account_orders .row .col.image {
    width: 200px;
}

#account_dashboard .row .col.price-box {
    min-width: 110px;
}

#account_dashboard .row .col.available_period {
    min-width: 185px;
}

/*#account_dashboard*/
.row .col.description > p,
#account_orders .row .col.description > p {
    margin: 5px 0;
}

/*#account_dashboard*/
.row .col.status,
#account_orders .row .col.status {
    text-align: center;
    font-size: 1.071em;
    color: #717171;
    width: 150px;
}

/*#account_dashboard*/
.row .col.status span,
#account_orders .row .col.status span {
    display: block;
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: 20px;
}

/*#account_dashboard*/
.row .col.status a,
#account_orders .row .col.status a {
    font-size: 0.867em;
    font-weight: bold;
}

.line_links {
    padding: 2%;
}

.line_links > a {
    display: inline-block;
}

.line_links > a.more_cruises {
    float: left;
    margin-top: 16px;
    font-weight: bold;
    color: inherit;
}

.line_links > a.bg_light-blue {
    text-decoration: none;
    font-size: 1.071em;
    font-weight: bold;
    text-transform: uppercase;
    text-align: right;
    line-height: 1.429em;
    padding: 15px 20px;
    float: right;
}

#account_dashboard .merch {
    margin-top: 2%;
    padding: 0;
}

.dashboard_wishlist {
    border-top: 1px solid #E1E1E1;
}

.available_period a {
    font-weight: bold;
    color: inherit;
    font-size: 0.929em;
}

.available_period a .icon {
    display: inline-block;
    vertical-align: middle;
    background: url(sprite.png) -40px top no-repeat;
    height: 26px;
    width: 26px;
    margin-right: 10px;
}

.dashboard_wishlist .line_links {
    padding: 2% 0;
}

.sponsorship {
    border: 1px solid #a8a8a8;
    padding: 2%;
    display: inline-block;
}

.sponsorship h3,
.sponsorship p {
    margin: 0 0 10px;
}

.sponsorship p {

}

.sponsorship .bloc_sponsorship_left {
    float: left;
    width: 75%;
    padding-right: 4.5%;
}

.sponsorship .bloc_sponsorship_right {
    float: left;
    width: 20%;
}

.floatcol {
    float: left;
}

.floatcol .field.w33 input, .floatcol .field.w33 .select_bg {
    width: 60%;
}

.floatcol .field.w66 input, .floatcol .field.w66 .select_bg {
    width: 100%;
}

.col4 {
    width: 40%;
}

.sponsorship .col4 {
    width: 49%;
}

span.required-sponsor {
    font-style: italic;
    padding-left: 10px;
}

.col2 {
    width: 20%;
}

.sponsorship .sponsor_submit {
    font-size: 0.929em;
    margin-top: 32px;
}

.information_tab .sponsor_submit a {
    color: inherit;
    margin-top: 60px;
    display: block;
}

.sponsorship .sponsor_submit span.required,
.information_tab .sponsor_submit span.required {
    font-size: 0.857em;
    font-style: italic;
}

.sponsorship .sponsor_submit button {
    padding: 10px 34px;
    margin-top: 10px;
}

/*ORDER*/
.col.cta {
    text-align: center;
    width: 150px;
}

.col.cta a.button {
    font-size: 1.071em;
    font-weight: bold;
    line-height: 1.429em;
    padding: 15px 20px;
    text-decoration: none;
    text-transform: uppercase;
    display: inline-block;
    margin-bottom: 10px;
}

.col.cta .blue_link {
    font-size: 0.867em;
    font-weight: bold;
}

.last_cruise {
    border-top: 1px solid #E1E1E1;
}

.last_cruise .col.status {
    padding-left: 0;
}

/*ACCOUNT INFORMATION*/
.information_tab,
.information_tab .grey_block {
    padding: 2%;
}

.information_tab h3 {

}

/*ACCOUNT TABS HEADER*/
#account_information_select {
    margin: 50px 0 0;
    padding: 0 0 18px;
    text-align: center;
}

.product-essential .open_map_mobile {
    display: none;
}

@media screen and (max-width: 980px)
{
    #account_information_select {
        margin: 50px 0 0;
        padding: 0 0 18px;
        text-align: center;
        display: -webkit-box;
        font-size: 75%;
    }
}

#account_information_select li {
    display: inline;
    padding-bottom: 18px;
    position: relative;
}

#account_information_select li a {
    border-left: 1px solid #ececec;
    font-weight: normal;
    font-size: 1.071em;
    color: inherit;
    padding: 0 10px;
    text-decoration: none;
    text-transform: uppercase;
    transition: all 0.2s ease-in-out 0s;
}

#account_information_select li.ui-state-active a {
    color: #7da1c4;
    font-weight: bold;
}

#account_information_select li:first-child a {
    border-left: medium none;
}

#account_information label {
    text-align: left;
    /* margin-right: 4%;
     margin-right: 5px;*/
}

#account_information .grey_block:first-child label {
    margin-right: 4%;
}

/*Account inforamtion sub tab information_tab1*/

#account_information .form_left,
#account_information .form_right {
    float: left;
    width: 50%;
}

/*Account inforamtion sub tab information_tab2*/
#information_tab2 .newsletter_field {
    text-align: left;
}

#account_information .line_submit {
    margin-bottom: 0;
}

/*ACCOUNT WHISHLIST*/
#account_whishlist {
    padding: 2%;
}

#account_whishlist .dashboard_wishlist .col.cta a.button {
    margin-bottom: 0;
    display: inline-block;
    margin-right: 10px;
}

#account_whishlist .dashboard_wishlist .col.delete a.blue_link {
    font-size: 0.867em;
    font-weight: bold;
}

.margin-20 {
    margin-left: 20px;
}

/*ACCOUNT ORDERS*/
#account_orders .row .col.description {
    padding-left: 20px;
}

.cruise_detail .item {
    padding: 2%;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.cruise_detail h2,
.cruise_detail h4 {
    font-size: 1.071em;
    text-transform: uppercase;
    margin-top: 0;
}

.cruise_detail .row .col.status {
    width: auto;
}

.cruise_detail .print {
    bottom: 8%;
}

.cruise_detail .add_options {
    bottom: 0;
}

.cruise_detail .print,
.cruise_detail .add_options {
    position: absolute;
    right: 2%;
    text-transform: uppercase;
    text-decoration: none;
    padding: 10px 20px;
    font-weight: bold;
}

.cruise_detail .grey_block {
    padding: 1px 0;
}

.cruise_detail .grey_block .options,
.cruise_detail .grey_block .docs,
.cruise_detail .grey_block .call_action {
    margin: 2% 0;
    padding: 0 2%;
    position: relative;
}

.cruise_detail .docs_container {
    border-top: 1px solid #E1E1E1;
}

/*ACCOUNT REWARDS*/
#account_rewards {
    padding: 2%;
}

#account_rewards .left,
#account_rewards .right {
    width: 48%;
    float: left;
}

#account_rewards .left {
    margin-right: 4%;
}

#account_rewards h3 {
    border-bottom: 1px solid #E1E1E1;
    padding-bottom: 18px;
}

#account_rewards span.bold {
    font-weight: bold;
    text-transform: uppercase;
}

#account_rewards ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

#account_rewards ul li {
    padding: 3px 0;
}

#account_rewards ul li:before {
    content: '- ';
}

ul.docs_list {
    margin: 0;
    padding: 0;
    list-style: none;
}

ul.docs_list li {
    float: left;
    width: 28%;
    font-weight: bold;
    margin: 6px 0;
}

ul.docs_list li a {
    color: inherit;
}

ul.docs_list li a span {
    display: inline-block;
    vertical-align: middle;
}

ul.docs_list li a span.icon {
    background: url("sprite.png") no-repeat scroll -80px -160px rgba(0, 0, 0, 0);
    height: 24px;
    margin-right: 10px;
    width: 24px;
}

ul.docs_list li a span.label {
    text-decoration: underline;
}

/* ==========================================================================
   SHIP PAGE
   ========================================================================== */
.ship_page {
    background: none;
}

/*PAGE NAVIRES*/
.list_ship {
    background: #FFF;
    padding: 2%;
}

.list_ship .row:last-child {
    border-bottom: none;
}

.list_ship .row .col {
    vertical-align: top;
}

.list_ship .row .col.image {
    width: 250px;
    padding-left: 0;
}

.list_ship .row .col.description {
    padding-right: 5%;
}

.list-ship .list_ship .row .col.description {
    padding-top: 0;
}

.list_ship .row .col.description h3 {
    text-transform: uppercase;
    margin-top: 0;
    font-size: 1.286em;
    margin-bottom: 20px;
}

.list_ship .row .col.description p {
    margin: 20px 0;
}

.list_ship .row .col.voir {
    min-width: 125px;
    padding-right: 0;
}

.list-ship .list_ship .row .col.voir {
    min-width: 125px;
    padding-right: 0;
    vertical-align: bottom;
}

.list_ship .row .col.voir a {
    display: block;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 1.071em;
    font-weight: bold;
    text-align: center;
    padding: 20px 0;
    margin-top: 20px;
}

.ship_page .ship {
    padding: 0;
}

.ship_top_content.ship {
    padding: 0 0 2% 0;
}

.ship_page > .image {
    padding: 2% 0;
}

.ship_page .tabs ul.toggle-tabs {
    background: #FFF;
}

/*SHIP TABS*/
.my-ship-tabs {
    border-top: 1px solid #e5edf6;
}

.my-ship-tabs .tabs ul.toggle-tabs li {
    width: 14.28%;
    font-size: 1em;
    font-weight: bold;
}

.my-ship-tabs .tab-content {
    padding: 2%;
}

.my-ship-tabs .tab-content.flash_content h2 {
    margin: 0;
    padding: 2%;
}

.my-ship-tabs .tab-content.flash_content {
    padding: 0;
}

.my-ship-tabs .tab-content.flash_content .grey_block {
    min-height: 250px;
}

.my-ship-tabs .tab-content .std h2 {
    font-size: 1.286em;
    /*margin: 0 0 1% 2%;*/
    text-transform: uppercase;
}

/*FLASH FULLWIDTH CONTENT*/
.my-ship-tabs #tab1 .tab-content,
.my-ship-tabs #tab7 .tab-content {
    padding: 0;
}

.my-ship-tabs #tab1 .tab-content .grey_block,
.my-ship-tabs #tab7 .tab-content .grey_block {
    padding: 2%;
    min-height: 300px;
    background: #CCC;
}

/*SHIP GALLERY*/
.my-ship-tabs .tab-content.gal-content {
    padding: 0;
}

.ship-gal-slider {
    margin: 0;
    padding: 0;
}

#ship-gal-pager {
    width: 100%;
    overflow: hidden;
}

#ship-gal-pager a {
    width: 11.99%;
    border-left: 1px solid #fff;
    box-sizing: border-box;
    display: block;
    float: left;
    position: relative;
}

#ship-gal-pager a .border {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -ms-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    border: 0 solid #106638;
}

#ship-gal-pager a.active .border {
    border: 5px solid #106638;
}

/*SHIP DECK*/
.my-ship-tabs #ship-tabs_select {
    border-bottom: none;
}

/*SHIP MAP POSITION*/
.ship_position {
    background: #FFF;
    padding: 2%;
    margin-top: 2%;
}

.ship_position h3 {
    font-size: 1.286em;
    margin: 0 0 2%;
    text-transform: uppercase;
}

.position_iframe {
    position: relative;
    padding-bottom: 65.25%;
    height: 0;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

.position_iframe iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/*SHIP ASSOCIATED PRODUCTS*/
.ship_associated_product {
    margin-top: 2%;
    background: #FFF;
    padding-top: 2%;
}

.ship_associated_product > h2 {
    font-size: 1.286em;
    margin: 0 0 1% 2%;
    text-transform: uppercase;
}

/* ==========================================================================
   WORDPRESS NEW SELECT FIX
   ========================================================================== */
.wp-filters .wp-custom-select .wp-select-wrapper label {
    display: none;
}

.wp-select-wrapper .sod_select,
.wp-select-wrapper .sod_select:hover {
    background: #f4f4f4;
    padding: 15px 20px;
}

.wp-select-wrapper .sod_select:after {
    background: #f4f4f4 url("select_bg_grey.jpg") no-repeat scroll 1px center;
}

.wp-select-wrapper .sod_select .sod_list_wrapper {
    border-color: #f8f8f8;
    width: 301%;
    width: calc(300% + 2px);
    margin: -1px 0 0 0;
}

.wp-selects .wp-custom-select:nth-child(2) .wp-select-wrapper .sod_select .sod_list_wrapper {
    left: -100%;
    margin-left: -1px;
}

.wp-selects .wp-custom-select:nth-child(3) .wp-select-wrapper .sod_select .sod_list_wrapper {
    left: -200%;
    margin-left: -2px;
}

/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Image replacement
 */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}

top_nav

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */


@media only screen and (min-width: 1024px) {
    .InputRadioResp {
        display: inline;
    }
}

@media only screen and (max-width: 1280px) {
    #fixed_compare {
        display: none;
    }

    #product_addtocart_form2 {
        opacity: 1;
    }

    .toolbar_right {
        float: right;
    }

    #cabin_container .cabin_form {
        border: none !important;
    }

    .champsNL {
        margin-top: 10px !important;
    }

    .InputRadioResp {
        display: inline;
    }
}

@media only screen and (max-width: 1074px) {
    #video {
        height: 610px;
        min-height: 610px;
        width: 200%;
        margin-left: -50%;
    }

    .tabs ul.toggle-tabs.onglet7 li {
        font-size: 0.80em;
    }

    #cabin_container .cabin_form {
        border: none !important;
    }

    .InputRadioResp {
        display: inline-block;
    }
}

@media only screen and (max-width: 1024px) {
    /*#home_posts .merch .image img {*/
    /*height: 100%;*/
    /*!*width: auto;*!*/
    /*}*/
    .parent-not-already-click .level0{
        display: none;
    }

    #home_posts .post_width_1 .merch .image img {
        height: 400px;
    }

    #home_posts .post.merch .merch_content_1 {
        bottom: 50%;
    }

    #home_posts .post.merch .merch_content_2 {
        width: 320px;
        margin-left: -190px;
        top: 50px;
        bottom: 50px;
    }

    .toolbar {
        font-size: 1.1em;
    }

    #cabin_container .cabin_form {
        border: none !important;
    }

    .InputRadioResp {
        display: inline-block;
    }

    .newsletter_field input[type="radio"] {
        margin-right: 0;
        margin-left: 10px;
        width: 15px;
        height: 15px;
        -webkit-appearance: radio; /* Safari and Chrome */
        vertical-align: middle;
    }

    .toolbar_right {
        diplay: none;
    }

}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
    /*.field label {
        width:100%;
    }
    #passengers .newsletter_field {
        margin-top: auto;
        display:block;
    }
    .field.newsletter_field > label {display:block;}
    .newsletter_field label {
        vertical-align: top;
        display: block;
    }*/
    .newsletter_field input[type="radio"] {
        border-radius: 0.9em !important;
        margin-right: 0;
        padding-bottom: 10px !important;
        width: 15px;
        height: 13px;
        -webkit-appearance: radio;
        vertical-align: middle !important;
        /*position:relative;*/
        /*bottom:10px!important;*/
    }

    .InputRadioResp {
        position: relative;
    }

    /*.newsletter_field .input-box {
        display: inline!important;
        margin-top: 5px;
        width: 13%;
    }*/
}

@media only screen and (max-width: 980px) {
    /*HEADER FIRST STEP TO 768px*/
    .top_header .logo {
        width: 160px;
        margin: 4px 5px 4px 0;
        padding-right: 5px;
        padding-left: 0;
    }

    .top_header .logo img {
        width: 160px;
    }

    .top_header .top_nav a.encadre {
        /*padding: 5px;*/
    }

    .top_header .top_nav a.encadre .icon {
        margin-left: 4px;
        margin-top: -4px;
    }

    .top_header .top_nav {
        margin: 19px 5px 19px 0;
    }

    .top_header .top_nav a {
        font-size: 0.786em;
    }

    .top_header .top_nav .lang_select > .icon {
        margin-left: 0;
    }

    .top_header .top_nav a.inline {
        margin-left: 4px;
        padding-right: 4px;
    }

    .top_header .top_nav a.inline.log-out {
        /*margin-left: 3px;*/
        padding-right: 2px;
    }

    .top_header .top_nav a.inline.log-out {
        position: relative;
        padding-right: 2px;
        margin-right: 0;
    }

    .top_header .top_nav a.inline.log-out .label {
        right: -5px;
    }

    .bottom_header {
        font-size: 0.857em;
        z-index: 11;
    }

    .bottom_header:after {
        width: 50%;
        content: '';
        position: absolute;
        right: 0;
        height: 60px;
        background: #106638;
        top: 0;
        z-index: -1;
    }

    .bottom_header:before {
        width: 50%;
        content: '';
        position: absolute;
        left: 0;
        height: 60px;
        background: #106638;
        top: 0;
        z-index: -1;
    }

    .bottom_header .wrapper-width {
        max-width: 768px;
    }

    /*#nav ol li {
        margin-right: 11px;
    }*/
    #nav ol li a {
        padding: 21px 4px 20px;
    }

    .account-cart-wrapper .skip-account {
        padding: 21px 17px 20px;
        width: auto;
    }

    .search_form_coontainer {
        max-width: 768px;
    }

    .open_search_form {
        top: 60px;
        right: 129px;
    }

    /*FOOTER FIRST STEP TO 700px*/
    .footer_top {
        font-size: 0.786em;
    }

    .footer_top .site_links ul li {
        padding-right: 15px;
    }

    .footer_top .site_links ul li a .icon {
        margin-right: 5px;
    }

    .footer .logo {
        width: 40%;
    }

    .footer_col.first {
        width: 36%;
        float: left;
    }

    .footer_col,
    .footer_col.fc-large {
        width: 20%;
    }

    /*PRODUCT PAGE*/
    .product-view .product-primary,
    .checkout_cabin .product-primary {
        width: 72%;
    }

    .product-view .product-secondary, .product-view .desc,
    .product-view .add-to-cart-buttons, .product-view .ask_quotation, .product-view .add_to_wl,
    .product-view .add-to-cart-buttons, .product-view .add_to_wl,
    .checkout_cabin .product-secondary {
        width: 25%;
    }

    .product-view .ask_quotation {
        width: 96%;
    }

    .product-program .program_right {
        padding-left: 0;
        margin-left: -4px;
    }

    .product-program .program_left {
        margin-right: 2%;
    }

    .field.call a.encadre {
        display: inline;
        padding: 10px;
    }

    .field.call a.encadre .label {
        margin: 5px 0;
        padding: 10px 0;
    }

    .field.call a.encadre:after {
        content: "\a";
        white-space: pre;
    }

    #products-list .destination-product {
        min-height: 440px;
    }

    .product-view .add-to-cart-buttons {
        width: 100%;
    }

    .product-view .wl_quotation .add_to_wl {
        width: 100%;
    }

    .add-to-cart-buttons button {
        width: 100%;
        padding: 20px 22px 20px 23px;
    }

    .BlocLeft {
        font-size: 17px;
    }

    .BlocRight {
        font-size: 17px;
    }

    .amount {
        padding-bottom: 10px;
    }

    .sorter {
        padding-bottom: 10px;
    }

    #cabin_container .cabin_form {
        border: none !important;
    }
}

@media only screen and (max-width: 920px) {
    /*FICHE NAVIRE MOBILE*/
    .my-ship-tabs .tabs ul.toggle-tabs li {
        font-size: 0.857em;
    }

    /*ACCOUNT*/
    #account_information .grey_block:first-child .field .input-box,
    #account_information .grey_block:first-child .field .select-box {
        width: 67%;
    }

    /*LISTE CROISIERE*/
    .search_dest_radio .field {
        margin: 2px auto;
    }

    .search_dest_radio span {
        display: block;
    }

    /*PRODUCT PAGE*/
    #product_pictos li {
        width: 50%;
    }

    #step_account .field .input-box,
    #step_account .field .select-box,
    #step_account .field .radio-box {
        width: 62.5%;
    }

    #step_account .field label {
        text-align: right;
        width: 30.5%;
    }

    #step_summary .summary_check .field > label {
        width: 34%;
    }

    #step_summary .summary_check .field .radio-box {
        width: 64%;
    }

    .table_bill .total_tax {
        font-size: 1.143em;
    }

    .line_valid .radio-box label,
    .radio_descr .checkbox-box p {
        width: 85%;
    }

    /*SHIP PAGE*/
    .list_ship .row .col.image {
        width: 200px;
        padding-left: 0;
    }

    .list_ship .row .col.description {
        padding-right: 2.5%;
    }

    .list_ship .row .col.description p {
        margin: 10px 0;
    }

    .list_ship .row .col.voir {
        min-width: 110px;
        padding-right: 0;
    }

    .header-minicart .skip-link.skip-cart span.label {
        display: none;
    }

    .toolbar {
        font-size: 0.786em;
        margin: 30px 0 30px 0;
    }

    .pager {
        display: none;
    }

    .sod_select .sod_label {
        margin: 0;
        padding: 0 !important;
    }

    .sod_select:after {
        right: 2px !important;
    }

    .header-minicart a {
        display: none;
    }

    a.skip-link a.skip-cart a.no-count {
        display: none !important;
    }

    .RespIpad {
        display: inline-block !important;
        width: 100% !important;
        vertical-align: middle;
        font-size: 1em;
    }

    #passengers .newsletter_field {
        margin-top: 14px !important;
    }

    #step_review .summary_check .field .radio-box .radio-line {
        margin: 30px 0 !important;
    }

    .sponsorship .field .input-box,
    .sponsorship .field .select-box {
        width: 100%;
    }
}

@media only screen and (min-width: 800px) and (max-width: 1280px) {
}

@media only screen and (max-width: 767px) {

    /* AJOUT FB */
    #booklet-form .booklet {
        width: 100% !important;
        float: left;
        padding: 0 !important;
    }

    .option_checkout .image {
        display: none;
    }

    .field label {
        width: 100% !important;
    }

    .captcha-img{
        width: 80%; !important;
    }

    #home_voyage a.more {
        margin-right: 6.7%;
    }

    /*VIDEO HOME*/
    #video {
        height: 440px;
        min-height: 440px;
        width: 200%;
        margin-left: -50%;
    }

    .my-account .grey_block.participation .field input[type="text"] {
        width: 55%;
    }

    #destination-list .destination-desclink {
        min-height: 285px !important;
    }

    .destination-product .destination-desclink .link-destination {
        width: 45% !important;
    }

    #destination-list li {
        height: auto !important;
    }

    .row .col.image,
    #account_orders .row .col.image {
        width: 100%;
        text-align: center;
    }

    /*HIDE MOBILE*/
    /**/
    .hide_mobile {
        display: none;
    }

    .main_top_content {
        height: 200px;
        padding-top: 0;
    }

    .main_top_content h1 {
        margin-top: 10px;
        font-size: 22px;
    }

    .slider_background .controls {
        margin-top: 0;
    }

    /*HEADER SECOND STEP => mobile Menu*/
    /*Hide_mobile menu*/
    .row, #account_orders .row {
        padding: 5px;
    }

    .top_header .top_nav .hide_head_mobile,
    .top_header .top_nav a .label.hide_head_mobile {
        display: none;
    }

    .top_header .logo,
    .top_header .logo img {
        width: 140px;
    }

    .top_header .logo,
    .top_header.small .logo {
        padding-top: 6px;
        padding-bottom: 6px;
        padding-left: 0;
        height: auto;
    }

    .header-minicart {
        display: block;
    }

    .header-minicart a {
        display: block;
    }

    .top_header .top_nav,
    .top_header.small .top_nav {
        margin: 13px 32px 5px 0;
    }

    .top_header .top_nav a,
    .top_header .top_nav a.encadre {
        padding: 5px;
        margin-right: 10px;
        margin-left: 0;
    }

    .top_header .top_nav a .icon {
        display: inline-block;
        height: 20px;
        width: 20px;
    }

    .top_header .top_nav a.call.encadre, .top_header .top_nav a.be-call.encadre {
        border: none;
    }

    .top_header .top_nav a.compare .icon {
        background: url("sprite.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
        background-position: -40px -240px;
    }

    .top_header .top_nav a.call .icon {
        background-position: -60px -240px;
    }

    .skip-nav {
        display: block;
        position: fixed;
        right: 15px;
        top: 18px;
        z-index: 15;
    }

    .skip-nav .label {
        display: none;
    }

    #nav ol li a {
        padding: 0;
    }

    #nav ol li a:hover {
        color: inherit;
        background: inherit;
    }

    .account-cart-wrapper .skip-account,
    .account-cart-wrapper .logout {
        width: auto;
        text-align: right;
    }

    .account-cart-wrapper .skip-account:hover {
        color: inherit;
        background: #106638;
    }

    .header-minicart {
        background: #106638;
    }

    .open_search_form {
        top: 0;
        right: 141px;
    }

    /*MOBILE MENU LINES*/
    .skip-nav .icon {
        background: #106638;
        display: inline-block;
        height: 4px;
        position: relative;
        transition: all .3s ease-out;
        -moz-transition: all .3s ease-out;
        -webkit-transition: all .3s ease-out;
        width: 25px;
    }

    .skip-nav .icon:before, .skip-nav .icon:after {
        background: #106638;
        content: " ";
        display: inline-block;
        height: 4px;
        left: 0;
        position: absolute;
        -webkit-transform-origin: 0.28571rem center 0;
        -moz-transform-origin: 0.28571rem center 0;
        -ms-transform-origin: 0.28571rem center 0;
        -o-transform-origin: 0.28571rem center 0;
        transform-origin: 0.28571rem center 0;
        transition: all .3s ease-out;
        -moz-transition: all .3s ease-out;
        -webkit-transition: all .3s ease-out;
        width: 25px;
    }

    .skip-nav .icon:before {
        top: 8px;
    }

    .skip-nav .icon:after {
        top: -8px;
    }

    .menuopen.skip-nav .icon {
        background: transparent;
    }

    .menuopen.skip-nav .icon:before,
    .menuopen.skip-nav .icon:after {
        top: 0;
        -webkit-transform-origin: 50% 50% 0;
        -moz-transform-origin: 50% 50% 0;
        -ms-transform-origin: 50% 50% 0;
        -o-transform-origin: 50% 50% 0;
        transform-origin: 50% 50% 0;
        width: 25px;
    }

    .menuopen.skip-nav .icon:before {
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        -moz-transform: rotate3d(0, 0, 1, 45deg);
        -ms-transform: rotate3d(0, 0, 1, 45deg);
        -o-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
    }

    .menuopen.skip-nav .icon:after {
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        -moz-transform: rotate3d(0, 0, 1, -45deg);
        -ms-transform: rotate3d(0, 0, 1, -45deg);
        -o-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
    }

    .bottom_header {
        position: fixed;
        right: -250px;
        text-transform: uppercase;
        top: 56px;
        width: 250px;
        height: 100%;

        font-weight: normal;
        /*overflow: hidden;*/
        z-index: 16;
        -webkit-transition: 0.3s ease-in-out;
        -moz-transition: 0.3s ease-in-out;
        -ms-transition: 0.3s ease-in-out;
        -o-transition: 0.3s ease-in-out;
        transition: 0.3s ease-in-out;
    }

    .bottom_header.open {
        right: 0;
    }

    .bottom_header .wrapper-width {
        padding-bottom: 1px;
        overflow-y: scroll;
    }

    .bottom_header .wrapper-width .skip-links {
        margin-bottom: 56px;
    }

    #header-nav {
        float: none;
    }

    #nav ol {
        text-align: right;
        padding: 0;
    }

    #nav ol li {
        float: none;
        font-size: 1em;
        border-bottom: 1px solid #627792;
        padding: 12px 15px;
        margin-right: 0;
    }

    .skip-link.skip-search {
        display: none;
    }

    .account-cart-wrapper {
        float: none;
    }

    .account-cart-wrapper {
        text-align: right;
    }

    .account-cart-wrapper .skip-link {
        color: #FFF;
        text-decoration: none;
        font-size: 1em;
        border-bottom: 1px solid #627792;
        padding: 12px 15px;
        margin-right: 0;
        display: block;
    }

    /*DESTINATIONS*/
    #nav ol {

    }

    #nav ol li ul.level0 {
        position: relative;
        -webkit-transition: 0.6s ease-in-out;
        -moz-transition: 0.6s ease-in-out;
        -ms-transition: 0.6s ease-in-out;
        -o-transition: 0.6s ease-in-out;
        transition: 0.6s ease-in-out;
    }

    #nav ol li ul.level0 li.level1 {
        width: 100%;
        float: none;
        padding: 0;
    }

    #nav ol li ul.level0 li.level1 a,
    #nav ol li:hover > ul.level0 li.level1 a {
        display: block;
        padding: 1.5%;
        text-align: left;
    }

    #nav ol li:hover > ul.level0 {
        margin-top: 1.5%;
    }

    #nav ol li ul.level0 li.level1 img {
        width: 33.3%;
        display: inline-block;
        text-align: left;
    }

    #nav ol li ul.level0 li.level1 span,
    #nav ol li:hover > ul.level0 li.level1 span {
        float: right;
        margin: 3.5% 3%;
    }

    .top_header .top_nav a.top_nav_link.brochure {
        margin: 0 10px 0 0;
        border-right: 0;
    }

    .top_header .top_nav a.top_nav_link.brochure .label {
        display: none;
    }

    .top_header .top_nav a.top_nav_link.brochure .icon {
        height: 26px;
        width: 22px;
        background-position: -211px -240px;

    }

    .top_header .top_nav a.top_nav_link.newslt {
        margin: 0 10px 0 0;
        border-right: 0;
    }

    .top_header .top_nav a.top_nav_link.newslt .label {
        display: none;
    }

    .top_header .top_nav a.top_nav_link.newslt .icon {
        height: 26px;
        width: 22px;
        background-position: -131px -190px;
    }

    /*Hide mobile content*/
    #fixed_compare {
        display: none;
    }

    .show_mobile {
        display: block;
    }

    /**/
    .main_top_content,
    .cms-home .main_top_content {
        margin-top: 56px;
    }

    .cms-home .main_top_content {
        padding-top: 1px;
        height: 130px;
    }

    .cms-home .main_top_content h1 {
        margin-top: 75px;
    }

    /*FOOTER MOBILE*/
    .footer_top {
        /*display: none;*/
    }

    .footer_bottom {
        text-align: center;
        border-bottom: 1px solid #e7e7e7;
    }

    .social_links {
        float: none;
    }

    .mobile_news {
        text-align: center;
        border-bottom: 1px solid #e7e7e7;
        padding-bottom: 20px;
    }

    .mobile_news a {
        padding: 15px;
        font-weight: bold;
        font-size: 0.857em;
        display: inline-block;
        text-decoration: none;
        /*text-transform: uppercase;*/
    }

    .mobile_plan {
        text-align: center;
    }

    .mobile_plan a {
        color: inherit;
        display: inline-block;
        margin-top: 20px;
    }

    .languette {
        width: 168px;
        text-align: center;
    }

    /*MOBILE ACCORDION*/
    .toggle-tabs {
        display: none;
    }

    h3.acc_title {
        display: block;
        color: #FFF;
        margin: 0;
        padding: 15px;
        text-transform: uppercase;
        font-size: 1em;
        position: relative;
        border-bottom: 1px solid #c8d8e6;
        position: relative;
    }

    h3.acc_title a {
        color: inherit;
        text-decoration: none;
    }

    h3.acc_title:after {
        position: absolute;
        content: '';
        background: url("sprite.png") no-repeat scroll -100px -190px transparent;
        height: 15px;
        right: 10px;
        top: 16px;
        width: 18px;
    }

    h3.acc_title.ui-accordion-header-active {
        border-bottom: 1px solid transparent;
    }

    h3.acc_title.ui-accordion-header-active:after {
        background-position: -100px -204px;
    }

    /*FICHE NAVIRES*/
    .ship_associated_product .product-primary p.description {
        display: none;
    }

    .ship_associated_product #products-list .item {
        position: relative;
        padding: 30px 2% 70px;
    }

    body:not('.prediggorouter-index-excursion') .product-primary {
        width: 100%;
        margin-right: 0;
    }

    .product-primary h2 {
        /*position: absolute;*/
        top: 5px;
        left: 2%;
    }

    body:not('.prediggorouter-index-excursion') .product-secondary {
        position: absolute;
        bottom: 10px;
        left: 2%;
        width: 90px;
    }

    #products-list .destination-product {
        width: 96%;
        padding-bottom: 10px !important;
    }

    #products-list .destination-product .product-shop {
        width: 98%;
        padding-left: 0;
    }

    .destination-product .destination-desclink {
        width: 100%;
    }

    .destination-product .destination-desclink p.description {
        width: 100%;
        text-align: left;
        display: block;
        clear: both;
    }

    .destination-product .destination-desclink .link-destination {
        position: relative;
        display: block;
        clear: both;
        width: 120px;
        margin-top: 35px;
        float: left;
        right: 0;
        bottom: 0;
        /*left: 28%;*/
    }

    body:not('.prediggorouter-index-excursion') .price-box {
        margin-bottom: 0;
        padding-bottom: 10px;
        padding-top: 5px;
        float: left;
    }

    /*.product-primary, .product-shop{
            float: none;
        }*/
    .bx-controls {
        display: none;
    }

    /*ACCOUNT MOBILE*/
    .row, #account_orders .row {
        border-bottom: none;
        width: 97%;
    }

    #account_orders .row{
        display: block;
    }

    .row .col.status,
    #account_orders .row .col.status {
        width: 100%;
    }

    .row .col, #account_orders .row .col {
        display: block;

        /*margin: 3px auto;*/
        /* text-align: center;*/
    }

    .row .col.cta, #account_orders .row .col.cta {
        display: inherit;
        text-align: center;
        width: 100%;
    }

    .col.cta a.button {
        display: inline-block;
        margin-right: 10px;
    }

    #account_orders .row .col.description {
        padding-left: 1.5%;
        width:100%;
        text-align: center;
    }

    .row .col.available_period,
    #account_orders .row .col.available_period,
    .row .col.price-box,
    #account_orders .row .col.price-box{
        display: none;
    }

    .line_links {
        text-align: left;
    }

    .dashboard_wishlist .line_links {
        padding-left: 5px;
        margin-top: 0;
        margin-bottom: 20px;
    }

    .line_links > a.more_cruises {
        float: none;
    }

    .line_links > a.bg_light-blue {
        margin: 10px auto;
        float: none;
    }

    .sponsorship .sponsor_submit {
        margin-top: 10px;
    }

    .col4 {
        width: 100%;
    }

    .floatcol {
        float: none;
        width: 100%;
    }

    .merch,
    .print {
        display: none;
    }

    .sponsorship .sponsor_submit,
    .sponsor_submit {
        text-align: center;
        position: relative;
        right: 0;
        bottom: 0;
    }

    .information_tab .sponsor_submit a {
        margin-top: 10px;
    }

    .sponsorship .sponsor_submit span.required, .information_tab .sponsor_submit span.required,
    .line_links > a.more_cruises {
        display: block;
    }

    .sponsorship .bloc_sponsorship_left {
        padding: 0;
        width: 100%;
    }

    .sponsorship .bloc_sponsorship_left .field label { width: 30%; }

    .sponsorship .bloc_sponsorship_left .field .input-box,
    .sponsorship .bloc_sponsorship_left .field .select-box { width: 65%; }

    .sponsorship .bloc_sponsorship_right {
        display: none;
    }

    .sponsorship .col4 {
        width: 100%;
    }

    #account_information .form_left,
    #account_information .form_right {
        float: none;
        width: 100%;
    }

    .field .input-box,
    .field .select-box,
    .field .radio-box {
        width: 20%;
        margin-left: 0 !important;
        display: inline;
    }

    .field label {
        display: inline-block;
        width: 100%;
        vertical-align: middle;
        font-size: 1em;
    }

    .my-account .grey_block .field label, .additional_information.grey_block .field label {
        margin-right: 4%;
        text-align: left;
        width: 100%;
    }

    #account_rewards .left, #account_rewards .right {
        float: none;
        width: 100%;
    }

    #account_rewards .right {
        margin-top: 36px;
    }

    ul.docs_list li {
        width: 100%;
    }

    .cruise_detail .product-image {
        width: 70%;
        margin-top: 30px;
    }

    .cruise_detail .product-primary h2 {
        top: 7px;
    }

    .cruise_detail .product-shop {
        width: 100%;
        float: none;
    }

    .cruise_detail .add_options {
        position: relative;
        display: inline-block;
    }

    /*.options{
            text-align: center;
        }*/
    .cruise_detail .add_options {
        margin-left: 2%;
    }

    .options h4,
    .options .options_list {
        text-align: left;
    }

    /**/
    #account_information_select,
    #ship-tabs_select {
        margin: 10px 0 0;
    }

    #account_information_select li,
    #ship-tabs_select li {
        display: block;
        padding-bottom: 2px;
        position: relative;
    }

    #account_information_select li a,
    #ship-tabs_select li a {
        border-left: none;
    }

    #ship-tabs_select li a::after {
        background: transparent;
    }

    .customer-account .tab-content h3,
    #ship-tabs_select .tab-content h3 {
        font-size: 1.143em;
    }

    .ship_associated_product {
        margin-top: 6%;
    }

    .product-primary h2,
    .ship_associated_product > h2,
    .ship h2 {
        font-size: 1.143em;
    }

    #products-list .item {
        margin-bottom: 10px;
    }

    /*#ship-gal-pager{
            display: none;
        }*/
    .ship_associated_product > h2 {
        margin: 2% 0 3% 2%;
    }

    #ship-gal-pager a {
        width: 20%;
    }

    /*.price-box{
            font-size: 0.857em;
        }
        .price-box .price {
            font-size: 20px;
        }*/
    .product-primary ul.details {
        margin-top: 3px;
    }

    .dashboard_wishlist .row .col.cta {
        float: left;
    }

    .dashboard_wishlist .row .col.delete {
        float: left;
        margin-top: 16px;
    }

    /*LISTE PRODUITS*/
    #search_destination p br {
        display: none;
    }

    body:not('.prediggorouter-index-excursion') .category-products .product-secondary {
        padding: 2%;
        background: #f1f1f1;
        width: 92%;
        text-align: left;
        bottom: 7px;
    }

    body:not('.prediggorouter-index-excursion') .category-products .desc {
        bottom: 13px;
        right: 4%;
        position: absolute;
        width: 120px;
    }

    /*MOBILE SEARCH*/
    #products-list .item {
        position: relative;
        padding: 30px 2% 90px;
    }

    #products-list .destination-product.item {
        padding: 30px 2% 0;
    }

    #search_destination p {
        text-align: left;
        padding: 0 10px;
    }

    #search_destination .select_bg {
        float: none;
        width: 100% !important;
        border-left: none;
        margin-bottom: 10px;
        /*padding: 10px 0 10px 10px;*/
    }

    #search_destination .select_bg .icon {
        top: 10px;
    }

    .search_dest_radio {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        float: left;
        padding: 10px 0 10px 10px;
        background: #F4F4F4;
        width: 100%;
        float: none;
        text-align: center;
        margin-bottom: 10px;
    }

    #search_destination .select_bg {
        width: 100%;
    }

    /*CHECKIN CABIN*/
    #choice_bar .search_dest_radio {
        /*background: #FFF;*/
        width: auto;
        float: right;
        padding: 0 10px;
        margin-bottom: 0;
        margin-right: 0;
    }

    .search_dest_radio span {
        display: inline-block;
        vertical-align: middle;
        font-size: 0.929em;
    }

    .search_dest_radio .field {
        text-align: left;
        margin: 0 auto;
        font-size: 0.786em;
    }

    #choice_bar a.return {
        padding: 18px 7px;
        font-size: 1em;
    }

    #choice_bar .search_dest_radio .field {
        text-align: right;
        margin: 21px auto;
    }

    #choice_bar a.return .icon {
        margin-right: 4px;
    }

    #choice_bar .search_dest_radio .field label {
        margin: 0 5px;
    }

    #choice_bar .search_dest_radio input {
        margin-right: 0;
    }

    #choice_bar p {
        margin-left: 5px;
        font-size: 0.857em;
        margin-top: 17px;
    }

    #choice_bar p span {
        display: none;
    }

    .search_dest_radio .field label {
        margin-bottom: 0 !important;
        text-align: left !important;
        width: auto !important;
        margin: 0 10px;
        color: #000000 !important;
    }

    .reset {
        width: auto;
    }

    .reset a {
        text-decoration: underline;
        color: #7DA1C4;
        margin-top: 9px;
    }

    #search_options {
        float: right;
        position: relative;
        width: auto;
    }

    #search_options a {
        text-transform: uppercase;
        text-decoration: none;
        padding: 10px 15px;
        font-size: 0.929em;
        font-weight: bold;
        display: block;
    }

    #search_options a:hover {
        text-transform: uppercase;
        text-decoration: none;
        padding: 10px 15px;
        font-size: 0.929em;
        font-weight: bold;
        display: block;
        background-color: #f1f1f1;
    }

    #search_options a:visited {
        text-transform: uppercase;
        text-decoration: none;
        padding: 10px 15px;
        font-size: 0.929em;
        font-weight: bold;
        display: block;
        background-color: #7da1c4;
    }

    #search_options a:active {
        text-transform: uppercase;
        text-decoration: none;
        padding: 10px 15px;
        font-size: 0.929em;
        font-weight: bold;
        display: block;
        background-color: #f1f1f1;
    }

    #search_options .list_options {
        background: none repeat scroll 0 0 #fff;
        position: absolute;
        width: 100%;
        max-height: 0;
        overflow: hidden;
        z-index: 5;
        -webkit-transition: 0.2s;
        -moz-transition: 0.2s;
        -ms-transition: 0.2s;
        -o-transition: 0.2s;
        transition: 0.2s;
    }

    #search_options .list_options.open {
        max-height: 1500px;
        padding-bottom: 6px;
        -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
        -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
        box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    }

    .list_options.open a {
        max-height: 1500px;
        padding-bottom: 6px;
    }

    #search_options a.DropDownFilter {
        padding: 0 !important;
        display: inline-block;
        font-size: 0.929em;
    }

    #search_options .option {
        float: none;
        margin: 6px 6px 0;
    }

    #search_options .option .label {
        float: left;
        width: 90px !important;
    }

    #search_options .option span.icon {
        margin-top: 0;
        margin-bottom: 0;
    }

    #search_options .option span.icon {
        cursor: pointer;
        background: url(sprite.png) -22px -21px no-repeat;
        height: 9px;
        width: 9px;
        padding: 5px 5px 0 0;
        margin-left: 10px;
        float: right;
    }

    .toolbar {
        font-size: 0.786em;
        margin: 30px 2%;
    }

    .sort-by {
        text-align: center;
    }

    .sort-by .label {
        /* display: block;*/
        font-weight: bold;
        font-size: 1.1em;
        color: #000;
    }

    .toolbar_right ul, .toolbar_right ol {
        display: inline-block;
        list-style: outside none none;
        margin: 0;
        padding: 0;
        font-size: 1.2em;
    }

    .amount {
        margin-top: 0;
        font-weight: bold;
        font-size: 1.2em;
    }

    .pager {
        display: none;
    }

    .sorter, .pager, .pages {
        float: left;
        margin-left: 0;
        color: #000;
        font-size: 1.1em;
    }

    .pages .current, .pages a {
        margin: 0 5px 0 0;
    }

    .merch {
        display: block;
        min-height: 190px;

    }

    .merch img.img_hp_post {
        min-height: 200px;
    }

    .image img {
        width: auto;
        max-width: 100%;
    }

    #home_posts img {
        max-width: 100%;
    }

    .merch .image {
        height: 100%;
        overflow: hidden;
    }

    /*.merch .image img {*/
    /*height: 100%;*/
    /*width: auto;*/
    /*}*/
    /*PRODUCT PAGE*/
    .white_title {
        margin: 10px auto 0;
        padding: 5px 10px;
    }

    .product-view .product-essential {
        position: relative;
    }

    .product-view .product-primary,
    .checkout_cabin .product-primary {
        width: 100%;
        float: none;
    }

    .product-view .product-image .product-image-gallery {
        display: none;
    }

    .product-view .product-shop,
    .checkout_cabin .product-shop {
        width: 100%;
        float: none;
    }

    .product-program .program_right {
        margin-left: 0;
        width: 100%;
        float: none;
        margin-top: 2%;
    }

    .product-program .program_left {
        width: 100%;
        margin-right: 0;
    }

    .program_details {
        width: 94%;
    }

    .content_picto_card {
        border-top: 1px solid #e1e1e1;
        margin-top: 24px;
        position: relative;
    }

    .content_picto_card > .show_mobile {
        width: 30%;
        text-align: right;
        position: absolute;
        right: 0;
        top: 50%;
        margin-top: -10px;
    }

    .content_picto_card > .show_mobile a {
        font-size: 1.071em;
        padding: 10px 20px;
        font-weight: bold;
        text-decoration: none;
        text-transform: uppercase;
    }

    #product_pictos {
        margin-top: 0;
        width: 70%;
        float: left;
        border: none;
    }

    .wl_quotation {
        float: left;
        margin: 10px 0 10px 0;
    }

    #product_addtocart_form {
        position: relative;
    }

    .product-view .product-secondary, .product-view .desc, .product-view .add-to-cart-buttons, .product-view .ask_quotation, .add_to_wl, .checkout_cabin .product-secondary {
        width: auto;
    }

    .product-view .ask_quotation {
        /*display: none;*/
        width: 85px;
        padding: 16px 10px 16px 10px;
        margin-right: 10px;
        margin-top: 5px;
        float: left;

    }

    .product-view .add_to_wl {
        padding: 16px 10px 17px 10px;
        margin-right: 10px;
        margin-top: 0;
        width: auto;
    }

    .add-to-cart-buttons, .ask_quotation, .add_to_wl {
        float: right;
    }

    .product-essential .product-secondary {
        bottom: auto;
        position: relative;
        left: 0;
        margin-top: 15px;
    }

    .product-essential .product-secondary .price-box {
        padding-bottom: 0;
    }

    .product-essential_bottom a.brochure,
    .important_information {
        width: 100%;
    }

    .add_to_wl {
        margin-right: 10px;
        padding: 10px;
    }

    /*CABIN*/
    #cabin_container .cabin .image {
        display: none;
    }

    #cabin_container .product-shop {
        margin-left: 0;
    }

    #cabin_container .col {
        float: none;
        display: table-cell;
    }

    #cabin_container .col.name {
        width: auto;
    }

    .cabin p {
        font-size: 0.857em;
    }

    .credit_box {
        margin-top: 0;
        font-size: 0.929em;
    }

    #cabin_container .row .col.credit {
        width: 100px;
    }

    #cabin_container .row, #account_orders .row {
        padding: 0;
    }

    #cabin_container .col.name {
        font-size: 0.857em;
    }

    #cabin_container .row .col.credit a {
        display: none;
    }

    #cabin_container .choix .radio_price {
        font-size: 19px;
    }

    #cabin_container .choix .radio_price span {
        font-size: 9px;
    }

    #cabin_container .choix input[type="radio"] + label .radio_cust {
        width: 30px;
        background: url("sprite.png") no-repeat scroll -99px -220px #fff;
    }

    #cabin_container .choix .radio_price {
        width: 80px;
    }

    #cabin_container .col.description {
        display: none;
    }

    #cabin_container .product-primary h2 {
        left: 0;
        position: relative;
        top: auto;
    }

    #cabin_container .price-box {
        padding-bottom: 0;
    }

    /*ESCALES | OPTIONS*/
    .stopover_item .image,
    .option_checkout .image {
        float: none;
        width: 70%;
    }

    .stopover_content h2,
    .option-step_content h4 {
        margin-top: 10px;
        font-size: 1.071em;
    }

    .stopover_item .stopover_content {
        margin-left: 0;
        width: 100%;
    }

    .stopover_content p.stopover_info {
        display: block;
    }

    .stopover_content p {
        display: none;
    }

    .stopover_content p.not-hidden {
        display: block;
    }

    .option_checkout .option-step_content {
        width: 100%;
        float: none;
        margin-bottom: 55px;
        margin-left: 0;
    }

    .option-step_content .line_inscription {
        left: auto;
        right: 0;
    }

    .product-view .option_accordion {
        margin-top: 0;
        padding: 3%;
    }

    .option-step-title h3 {
        font-size: 1em;
        margin: 0;
    }

    .option-step-title .icon {
        top: 13px;
    }

    /*COMPTE CONNECTION*/
    .my-account .grey_block.participation .field label {
        width: auto !important;
    }

    .field.newsletter_field {
        text-align: left;
        margin-top: 10px;
    }

    .field.newsletter_field > label {
        display: block;
    }

    .field label {
        width: 100%;
    }

    /*CHECK-IN*/
    .col2-right-layout .main, .col2-right-layout .col-right, .col2-right-layout .col-left {
        float: none;
        width: 98% !important;
    }

    .col2-right-layout .col-right {
        margin-top: 15px;
    }

    .sidebar .block .block-title span {
        padding: 8px 0;
        position: relative;
    }

    .sidebar .block .block-title span:after {
        background: url("sprite.png") no-repeat scroll -103px -174px transparent;
        height: 15px;
        position: absolute;
        right: 10px;
        top: 15px;
        width: 18px;
        content: " ";
    }

    .sidebar .block .block-title.ui-accordion-header-active span:after {
        background-position: -103px -160px;
    }

    .col2-right-layout .main {
        margin-right: 0;
        width: 100%;
    }

    .checkout-onepage-index .col2-right-layout .main {
        width: 100% !important;
    }

    .field.w66 input, .field.w66 .select_bg {
        width: 70%;
    }

    #checkoutSteps .step-title {
        text-align: left;
        padding: 15px;
    }

    #checkoutSteps .step-title h2 {
        font-size: 1em;
    }

    #checkoutSteps .step-title .icon {
        right: 10px;
        top: 16px;
    }

    #summary_option td.image {
        display: none;
    }

    #step_summary .summary_check .field .radio-box .radio-line > label,
    #step_summary .summary_check .field .radio-box > label,
    .line_valid .radio-box label,
    .radio_descr .checkbox-box p {
        width: 85% !important;
        text-align: justify;
    }

    #step_summary .summary_check .field > label {
        width: 100%;
    }

    .summary_information a {
        width: 32%;
    }

    .summary_information p {
        width: 65%;
        margin-right: 3%;
    }

    .checkin_recap.sidebar .block .block-title .ui-accordion-header-icon {
        display: none;
    }

    #step_option .option_head p {
        width: 100%;
        float: none;
    }

    #step_option .option_submit {
        width: auto;
        margin-left: 0;
    }

    #step_payement .card_crypt .input-box {
        width: 78px !important;
    }

    .field.call {
        margin-left: 0;
    }

    /*SERVICES */
    .bloc_lp .image,
    .bloc_lp .bloc_lp_content {
        width: 100%;
        float: none;
    }

    .list_ship .row {
        border-bottom: 1px solid #e1e1e1;
    }

    .list_ship .row:last-child {
        border-bottom: none;
    }

    .list_ship .row .col.image {
        width: 250px;
    }

    .list_ship .row .col.description {
        padding-left: 0;
        padding-right: 1.5%;
    }

    .list_ship .row .col.description h3 {
        margin-bottom: 10px;
    }

    .list_ship .row .col.description p {
        margin: 5px 0;
        font-size: 0.929em;
    }

    .list_ship .row .col.voir {
        padding-left: 0;
    }

    .list_ship .row .col.voir a {
        display: inline-block;
        padding: 10px 20px;
        margin-top: 0;
    }

    /*CHECKOUT LIGHTBOX MOBILE*/
    .content_light {
        padding: 20px;
    }

    .content_light h2 {
        font-size: 20px;
        margin: 20px 0;
    }

    .content_light table {
        margin-top: 0;
        margin-bottom: 30px;
    }

    .content_light table th {
        display: none;
    }

    .content_light table,
    .content_light table tbody,
    .content_light table tr,
    .content_light table td,
    .content_light table tfoot {
        display: block;
    }

    .content_light table tr {
        background: #FFF;
        margin-bottom: 10px;
        padding: 10px 0;
    }

    .content_light table tfoot tr,
    .content_light table tfoot tr td {
        background: transparent;
        text-align: center;
        margin-left: 0;
        padding: 0;
        font-weight: 100;
    }

    .content_light table tfoot {
        margin-top: 50px;
    }

    .content_light table tfoot tr td.price {
        font-size: 30px;
        color: #106638;
    }

    .content_light table td.choix {
        float: left;
        margin: 11px 0 0 10px;
        position: relative;
    }

    .content_light table td.choix:after {
        content: ' ';
        position: absolute;
        right: -10px;
        top: -10px;
        width: 1px;
        height: 75px;
        /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#87e0fd+0,7da1c4+50,05abe0+100&0+0,0+100 */
        background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(125, 161, 196, 0.33) 50%, rgba(255, 255, 255, 0) 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(50%, rgba(125, 161, 196, 0.33)), color-stop(100%, rgba(255, 255, 255, 0))); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(125, 161, 196, 0.33) 50%, rgba(255, 255, 255, 0) 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(125, 161, 196, 0.33) 50%, rgba(255, 255, 255, 0) 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(125, 161, 196, 0.33) 50%, rgba(255, 255, 255, 0) 100%); /* IE10+ */
        background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(125, 161, 196, 0.33) 50%, rgba(255, 255, 255, 0) 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#BB87e0fd', endColorstr='#00FFFFFF', GradientType=0);
    }

    .content_light table td {
        margin-left: 80px;
        padding: 0;
    }

    .content_light table td.price {
        text-align: left;
    }

    #home_voyage .select_destination {
        width: 27% !important;
    }

    #step_review .summary_check .field .radio-box .radio-line {
        margin: 10px 0;
    }

    #passengers .newsletter_field {
        margin-top: 14px !important;
        /* margin-left: 10px;*/
    }

    .newsletter_field input[type="radio"] {
        margin-right: 0;
        /* margin-left: 10px; */
        width: 15px;
        height: 13px;
        -webkit-appearance: radio;
    }

    .top_header .top_nav .lang_select {
        margin: 0 10px 0 0;
        position: relative;
        left: 0;
        top: 0;
    }

    .top_header .top_nav .lang_select .lang {
        margin: 0;
        padding-left: 0;
        padding: 4px 0;
    }

    .top_header .top_nav .lang_select > .lang {
        margin: 4px 0 0;
    }

    .top_header .top_nav .lang_select .lang .icon {
        display: none;
    }

    .top_header .top_nav .lang_select .lang + .icon {
        margin: 10px 0 0 4px;
    }

    .top_header .top_nav .lang_select ul {
        padding: 0;
        top: 24px;
    }

    /* html selector add to catch priority over file declared after */
    html .footer .logo {
        width: 100%;
    }

    html .footer .logo_part {
        float: none;
    }

    html .social_links {
        float: none;
    }

    /* "!important is evil" mais pas le choix ... */
    .field label {
        display: block !important;
        width: auto !important;
        margin: 0 !important;
    }

    .field .input-box,
    .field .select-box,
    .field .radio-box {
        float: none !important;
        display: block !important;
        width: auto !important;
    }

    .field .input-box,
    .field .select-box {
        position: relative !important;
        left: 0 !important;
        top: 0 !important;
    }

    .field input {
        width: 100% !important;
    }

    .field input + img {
        position: absolute !important;
        right: 5px !important;
        top: 4px !important;
    }

    .select_bg,
    .field input {
        float: none !important;
        width: 100% !important;
    }

    .captchafield {
        width: 100% !important;
        margin:0 !important;
    }

    .captcha-reload{
        position: absolute;
        margin-top: 7px;
        margin-right: 12px;
    }

    .field.card_date .select_bg {
        display: inline-block !important;
        margin: 0 !important;
        width: 47.5% !important;
    }

    .field.card_date .select_bg.card_year {
        margin-left: 5% !important;
    }

    #step_payment .field label {
        display: block !important;
        width: auto !important;
        margin: 0 !important;
    }

    .field.card_crypt .input-box {
        display: inline-block !important;
    }

    .top_header .your-tools {
    }

    .top_header .your-tools .icon {
        display: none !important;
    }

    .open_map {
        display: block;
    }

}

@media only screen and (max-width: 680px) {
    /*VIDEO HOME*/
    #home_posts .post,
    .post_width_1,
    .post_width_2 {
        float: none;
        width: 96.5%;
        min-height: 0;
    }

    .content_actu {
        min-height: 0;
    }

    .post_width_1 .image {
        max-height: 400px;
    }

    /*PANIER */
    .add_passenger0 .add_passenger {
        display: none !important;
    }

    .passenger, .reservation_inforamtion, .add_passenger, .account_create, .account_connect {
        float: none;
        width: 96%;
    }

    .holder_left, .holder_right {
        float: none;
        width: 100%;
    }

    #login-form .my-account .grey_block {
        text-align: center;
    }

    .my-account.reset_pwd .grey_block .field.w66 input {
        width: 100%;
    }

    #home_voyage .select_destination {
        width: 27% !important;
    }

    #search_options .option span.icon {
        margin-top: 0;
        margin-bottom: 0;
    }

    #search_options .option span.icon {
        cursor: pointer;
        background: url(sprite.png) -22px -21px no-repeat;
        height: 9px;
        width: 9px;
        padding: 5px 5px 0 0;
        margin-left: 10px;
        float: right;
    }

    #search_destination .select_bg {
        width: 100%;
    }

    .field label {
        display: inline-block !important;
        width: auto;
        vertical-align: middle;
        font-size: 1em;
    }

    #step_account .field label {
        text-align: left;
    }

    #step_account .field .input-box, #step_account .field .select-box, #step_account .field .radio-box {
        width: 100%;
    }

    #step_account .field.w100 .select_bg,
    #step_account .field.w33 .select_bg, #step_account .field.w33 input#dob {
        width: 70%;
    }

    .sponsorship .field label {
        display: block;
        width: auto;
    }

    .sponsorship .field .input-box,
    .sponsorship .field .select-box {
        display: block;
        width: auto;
    }

    .sponsorship .floatcol .field.w66 input,
    .sponsorship .floatcol .field.w66 .select_bg {
        width: 100%;
    }
}

@media only screen and (max-width: 640px) {
    .select_destination {
        padding-left: 0;
        float: left;
        width: 100%;
    }

    #home_voyage input[type="submit"] {
        width: 29% !important;
        border-radius: 0;
    }

    .home_voyage-width {
        width: 96%;
    }

    #search_destination .select_bg {
        width: 100%;
    }

    .BlocLeft {
        float: none;
    }

    .BlocRight {
        float: none;
    }

    .BlocRight .sorter {
        display: block;
        line-height: 15px;
        margin-top: 10px;
    }

    .BlocRight .sort-by {
        text-align: left;
    }

    .BlocRight .sort-by .label {
        float: left;
    }

    .BlocRight .sorter ul {
        float: left;
        display: inline;
    }

    .BlocRight .count-container {
        display: block;
    }

    .BlocRight .pages {
        margin-top: 10px;
    }
}

@media only screen and (max-width: 630px) {

    .homepage-search-filter {
        margin-bottom: 3px;
    }

    #home_voyage .select_destination {
        width: 100% !important;
    }

    #home_voyage .select_destination .sod_select .sod_list_wrapper, #home_voyage .select_periode .sod_select .sod_list_wrapper,
    .main_top_content #home_voyage input[type="submit"] {
        width: 100% !important;
    }

    #video-home .select_destination,
    #video-home .select_periode {
        margin-bottom: 3px;
    }

    #search_destination .select_bg {
        width: 100%;
        z-index: 4;
    }

    .cms-home .main_top_content p {
        display: none;
    }

    .main_top_content h1 {
        font-size: 23px;
        line-height: 27px;
    }

    .cms-home .main_top_content h1 {
        width: 194px;
        margin: 45px auto 10px;
    }

    #home_voyage {
        position: inherit;
        margin: 135px auto 0 auto;
    }

    #home_voyage .select_periode {
        width: 100%;
    }

    #home_voyage .select_destination .sod_select .sod_list_wrapper,
    #home_voyage .select_periode .sod_select .sod_list_wrapper {
        width: 165.5%;
    }

    #home_voyage a.more {
        margin: 0 3px;
        width: 100%;
        float: left;
    }

    #video-home .content-header-home h1 {
        margin-top: -7%;
        width: auto;
    }

    #home_actus h2 {
        font-size: 1.5em;
    }

    .top_nav {
        margin: 13px 26px 0 0;
    }

    #search_destination .select_bg {
        width: 100%;
    }

    .newsletter_field input[type="radio"] {
        margin-left: 0 !important;
    }
}

@media (min-width: 631px) and (max-width: 639px)and (max-height: 320px) {
    #home_voyage {
        position: inherit;
        margin: 300px auto 0 auto;
    }

    .select_destination {
        padding-left: 0;
        float: left;
        width: 69%;
    }

    #home_voyage input[type="submit"] {
        width: 100% !important;
        border-radius: 0;
        font-size: 12px;
        height: 35px;
    }

    #home_voyage a.more {

    }
}

@media only screen and (max-width: 600px) {
    .row .col.image, #account_orders .row .col.image {
        display: block;
        text-align: center;
        width:100%;
    }

    .theme .image {
        width: 65%;
        margin-bottom: 2%;
        float: none;
    }

    .theme .theme_content {
        float: none;
        display: inline-block;
        margin-left: 0;
        vertical-align: bottom;
        width: 100%;
    }

    .product-primary .bandeau {
        padding: 6px 6px 3px 6px;
    }

    .product-primary p.description {
        display: none;
    }

    .my-account .form_left, .my-account .form_right {
        float: none;
        width: 100%;
    }

    #home_voyage .select_destination {
        width: 100% !important;
    }

    #search_destination .select_bg {
        width: 100%;
    }

    .BlocLeft {
        font-size: 10px;
    }

    .BlocRight {
        font-size: 10px;
    }

    .amount {
        padding-bottom: 10px;
    }

    .sorter {
        padding-bottom: 10px;
    }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 568px) {
    .newsletter_field input[type="radio"] {
        border-radius: 0.9em !important;
    }

    #step_option .cart_submit_links {
        float: none !important;
    }

    #step_option .option_head p {
        width: 100%!important;
        margin-bottom: 10px;
    }
}

@media only screen and (max-width: 520px) {
    .content_picto_card > .show_mobile {
        width: 100%;
    }

    .toolbar_right ul li.hide_mobile,
    .toolbar_right ol li.hide_mobile {
        display: none;
    }

    .pages {
        clear: both;
        float: none;
        font-size: 15px;
    }

    .toolbar_right {
        clear: both;
        float: left;
        width: 100%;
    }

    #product_pictos {
        width: 55%;
    }

    #product_pictos li {
        width: 33%;
    }

    #product_pictos li .label {
        display: none;
    }

    #product_pictos li .image {
        width: 70%;
    }

    .product-view .add_to_wl {
        line-height: 1em;
        margin: 5px 0 0 17px;
        padding: 10px 0;
        width: 118px;

    }

    .product-view .ask_quotation{
        width: 60px;
        padding: 14px 10px 16px;
    }

    .my-account.registered-users .grey_block h3 {
        margin-bottom: 15px;
    }

    .my-account.registered-users .grey_block .field.w66 input {
        width: 80%;
    }

    #home_posts .post.merch .merch_content_2 {
        width: 280px;
        padding: 10px;
        margin-left: -150px;
    }

    #home_posts .post.merch .merch_content_2 h2 {
        font-size: 1.143em;
    }

    #home_posts .post.merch .merch_content_2 p {
        font-size: 0.857em;
    }

    #home_posts .post.merch .merch_content_1 {
        width: 83%;
        margin: 0 5%;
    }

    #search_destination .select_bg {
        width: 100%;
    }

    .BlocLeft {
        font-size: 10px;
        float: none;
    }

    .BlocRight {
        font-size: 10px;
        float: none;
    }

    .amount {
        padding-bottom: 10px;
    }

    .sorter {
        padding-bottom: 10px;
    }

    .pages {
        float: none;
    }
}

@media only screen and (max-width: 490px) {
    .merch_content_2 {
        width: 280px;
        padding: 10px;
    }

    #account_dashboard .merch_content_2,
    #products-list .merch_content_2 {
        margin-left: -150px;
    }

    .merch_content_2 h2 {
        font-size: 1.143em;
    }

    .merch_content_2 p {
        font-size: 0.857em;
    }

    .my-account .grey_block {
        margin: 2% 0;
        padding: 2%;
    }

    .open_search_form {
        top: 50px;
        right: 50%;
        margin-right: -140px;
        width: 280px;
        position: fixed;
    }

    .open_search_form form input[type="text"] {
        width: 180px;
    }

    .wp-wysiwyg iframe {
        width: 100%
    }

    iframe {
        width: 100%;
        height: auto;
    }

    #home_voyage {
        position: inherit;
        margin-right: 50px !important;
    }

    .BlocLeft {
        font-size: 10px;
        float: none;
    }

    .BlocRight {
        font-size: 10px;
        float: none;
    }

    .amount {
        padding-bottom: 10px;
    }

    .sorter {
        padding-bottom: 10px;
    }
}

@media only screen and (max-width: 490px) {
    .select_bg.grey {
        width: 100%;
    }

    .select_destination {
        padding-left: 0;
        float: left;
        width: 69%;
    }

    #home_voyage input[type="submit"] {
        width: 29% !important;
        border-radius: 0;
    }

    .home_voyage-width {
        width: 96%;
    }

    .select_periode {
        /*display:none;*/
    }

    #home_voyage a.more {

    }

    #search_destination .select_bg {
        width: 100%;
    }

    #home_voyage {
        position: inherit; /*margin:130px auto 0 auto!important;*/
        margin-right: 15px !important;
    }

    .BlocLeft {
        font-size: 10px;
        float: none;
    }

    .BlocRight {
        font-size: 10px;
        float: none;
    }

    .amount {
        padding-bottom: 10px;
    }

    .sorter {
        padding-bottom: 10px;
    }

    .page {
        float: none;
    }
}

@media only screen and (max-width: 460px) {
    .content_home {
        position: relative;
    }

    .ship .ship_descr {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
        -webkit-column-gap: 0;
        -moz-column-gap: 0;
        column-gap: 0;
    }

    .ship_associated_product #products-list .item {
        padding-top: 50px;
    }

    .product-image {
        width: 100%;
    }

    .product-shop {
        width: 100%;
        margin-top: 10px;
    }

    body:not('.prediggorouter-index-excursion') .category-products .product-secondary {
        position: relative;
        padding: 0 0 0 10px;
        left: 0;
        width: 100%;
    }

    body:not('.prediggorouter-index-excursion') .category-products .desc {
        bottom: 22px;
        position: absolute;
        right: 3%;
        width: 120px;
    }

    body.prediggorouter-index-excursion .category-products .desc {
        width: 100%;
    }

    #products-list li.item {
        padding-top: 38px;
    }

    #products-list li.item .product-shop p {

    }

    .theme .image {
        width: 100%;
    }

    .newsletter_field .input-box.radio-box > label {
        margin-right: 0 !important;
    }

    .newsletter_field .input-box.radio-box > label::after {
        content: "";
        display: inline;
    }

    .cart_submit_links .return, .cart_submit_links button {
        line-height: 1.429em;
        margin-left: 8px;
        padding: 10px 15px;
    }

    .customer-account .cart_submit_links .return, .customer-account .cart_submit_links button {
        display: inline-block;
        margin-bottom: 5px;
        margin-left: 0px;
    }

    #home_voyage {
        position: inherit;
        margin: 300px auto 0 auto;
    }

    .select_destination {
        padding-left: 0;
        float: left;
        width: 69%;
    }

    #home_voyage input[type="submit"] {
        width: 100% !important;
        border-radius: 0;
        font-size: 12px;
        height: 35px;
        border-right: solid 2px #26afc2;
        border-left: solid 2px #26afc2;
    }

    .home_voyage-width {
        width: 97%;
    }

    .select_periode {
        /*display:none;*/
    }

    #home_voyage a.more {

    }

    #search_destination .select_bg {
        width: 100%;
    }

    .BlocLeft {
        font-size: 10px;
        float: none;
    }

    .BlocRight {
        font-size: 10px;
        float: none;
    }

    .amount {
        padding-bottom: 10px;
    }

    .sorter {
        padding-bottom: 10px;
    }

    .page {
        float: none;
    }
}

@media only screen and (max-width: 420px) {
    /*COMPTE CONNECTION*/
    .my-account .grey_block.participation .field input[type="text"] {
        width: 50%;
    }

    .my-account .grey_block.participation .field .input-box {
        text-align: left;
    }

    .my-account .grey_block.participation .field .input-box span.tooltip {
        text-align: center;
    }

    #cabin_choice .content_fixed h2 {
        font-size: 1em;
    }

    #cabin_choice .content_deck img, .choice_cab {
        margin-top: -50px;
    }

    .field label {
        display: inline-block !important;
    }

    #home_voyage {
        position: inherit;
        margin: 50px auto 0 auto !important;
    }

    #search_destination .select_bg {
        width: 100%;
    }

    #home_voyage .select_destination, #home_voyage .select_periode {
        margin-bottom: 5px;
    }

    #home_voyage .select_bg {
        height: 35px;
    }

    #home_voyage {
        margin-left: 10px;
    }

    #home_voyage a.more {

    }

    #home_voyage input[type="submit"] {
        width: 100.5%;
    }

    .BlocLeft {
        font-size: 10px;
        float: none;
    }

    .BlocRight {
        font-size: 10px;
        float: none;
    }

    .amount {
        padding-bottom: 10px;
    }

    .sorter {
        padding-bottom: 10px;
    }

    .pages {
        float: none;
    }

    .sod_select {
        display: inline-block;
        position: relative;
        line-height: 20px;
        width: 100%;
        padding: 8px 10px !important;
    }

    .sod_select:after {
        top: 9px !important;
    }

    .newsletter_field input[type="radio"] {
        margin-left: 0 !important;
    }

    .product-view .ask_quotation {
        border-top: solid 1.5px #f1f1f1;
        border-bottom: solid 1.5px #f1f1f1;
    }
}

@media only screen and (max-width: 480px) {
    .top_header .logo,
    .top_header .logo img {
        width: 110px;
        margin-top: 5px;
        margin-right: 0;
    }

    .top_header .top_nav a.top_nav_link.brochure {
        margin-right: 5px;
    }

    .top_header .top_nav a.top_nav_link.newslt {
        margin-right: 5px;
    }
}

@media only screen and (max-width: 360px) {
    /*HEADER THIRD STEP => mobile Menu*/
    .my-account .grey_block.participation .field .input-box span.tooltip {
        margin: auto 0 auto 20px;
    }

    .top_header {
        height: 55px;
    }

    .top_header .top_nav a,
    .top_header .top_nav a.encadre,
    .top_nav a.top_nav_link.newslt,
    .top_nav a.top_nav_link.brochure {
        margin-right: 5px;
    }

    .my-account .grey_block.participation .field .input-box {
        width: 285px;
    }

    .my-account .grey_block.participation .field input[type="text"] {
        width: 50%;
        /*display: block;*/
    }

    #home_posts .post.merch .merch_content_1 {
        margin: 0 7%;
        /*width: 240px;*/
    }

    #home_posts .post.merch .merch_content_2 {
        margin-left: -120px;
        padding: 10px;
        width: 220px;
    }

    .product-view .wl_quotation .add_to_wl {
        width: 36%;
    }

    #home_voyage {
        position: inherit;
        margin-right: 20px !important;
    }

    #search_destination .select_bg {
        width: 100%;
    }

    .toolbar {
        display: inline-block;
    }

    .BlocRight {
        display: inline-block;
    }

    .pages {
        float: none;
        margin-left: 0 !important;
    }

    .pages li {
        margin-left: 0;
        margin-right: 3px;
    }

    .newsletter_field .input-box {
        display: inline;
    }

    li.hide_mobile {
    }

    li.current.hide_mobile {
        margin-left: 0;
        margin-right: 5px;
    }

    span.data-tooltip {
        width: 180px;
        bottom: 30px;
        left: initial;
        right: -34px;
    }

    span.tooltip:hover span.data-tooltip {
        padding: 1px;
    }

    span.data-tooltip:after {
        right: 36px;
        left: initial;
        top: 40px;
    }

    .sod_select:after {
        top: 9px !important;
    }

    .newsletter_field .input-box {
        display: inline;
        margin-right: 6px;
    }

    .newsletter_field .input-box label {
        padding-top: 3px;
    }
}

@media only screen and (max-width: 320px) {
    .product-view .wl_quotation .add_to_wl {
        width: 40%;
        float: left;
    }

    #home_voyage {
        margin-left: 0;
        margin-right: 15px !important;
    }

    #home_voyage a.more {

    }

    #home_voyage .select_destination, #home_voyage .select-periode {
        border: 0;
    }

    #home_voyage input[type="submit"] {
        padding-left: 5px !important;
        padding-right: 5px !important;
    }

    .search_dest_radio .field label, .search_dest_radio input {
        display: inline-block;
        vertical-align: middle;
        width: auto;
        color: #000000 !important;
    }

    .pages {
        float: none;
    }

    .option_detail_div form {
        width: auto !important;
        padding: 0 !important;
        min-width: 0 !important;
    }

    .option_detail_div h4.light-blue {
        font-size: 1em !important;
    }

    .option_detail_div .iconsoptions img {
        width: 30px !important;
    }

    span.description {
        font-size: 10px !important;
        padding-left: 5px !important;
    }

    .price_items {
        font-size: 10px !important;
        padding-right: 5px !important;
    }

    .newsletter_field .input-box {
        display: inline;
        margin-right: 6px;
    }

    .newsletter_field .input-box label {
        padding-top: 3px;
    }

    .sod_select:after {
        top: 9px !important;
    }

    .product-primary .bandeau {
        padding: 5px 6px 3px 6px;
    }

    .product-view .product-essential .product-secondary {
        width: 96% !important;
    }

    .product-view .product-secondary .add-to-cart-buttons {
        margin-right: 0 !important;
    }

    .product-view .ask_quotation {
        margin-right: 2px;
        border-top: solid 1.5px #f1f1f1;
        border-bottom: solid 1.5px #f1f1f1;
    }

    .product-view .add_to_wl {
        margin-right: 1px !important;
    }

    .product-essential_bottom a.brochure {
        padding-top: 5px;
    }

    .product-view .product-secondary {
        width: 96% !important;
    }

    #cabin_container .choix input[type="radio"] + label .radio_cust::after {
        margin-left: -6px;
    }

    .search_dest_radio .field .radio-box label[for="price_base_1A"],
    .search_dest_radio .field .radio-box label[for="price_base_2A"] {
        color: #ffffff !important;
    }

    #step_option .cart_submit_links {
        float: none !important;
    }

    #step_option .option_head p {
        width: 100%!important;
        margin-bottom: 10px;
    }

    #step_payment .line_submit .required {
        width: 50%;
    }

    #step_payment .line_submit .cart_submit_links {
        width: 50%;
    }

    #step_account .field label {
        width: auto;
    }
}

@media only screen and (max-width: 300px) {
    .product-secondary {
        width: 90% !important;
    }

    .add-to-cart-buttons button.btn-cart {
        padding: 15px;
        width: 93px;
    }

    .product-view .ask_quotation {
        padding: 10px;
        margin-right: 2px;
        width: 73px;
    }

    .product-view .add_to_wl {
        margin-right: 2px;
        padding: 9px 7px;
        width: 93px;
    }
}

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

/***************************************************IPHONE LANDSCAPE */
@media only screen and ( min-device-width: 320px )and ( max-device-width: 568px )and (-webkit-min-device-pixel-ratio: 2)and (orientation: landscape) {
    /*#home_voyage {padding: 20px 14px;}*/
    #home_voyage {
        /*padding-left:12px;*/
    }

    #home_voyage .select_destination, #home_voyage .select_periode {
        width: 25% !important;
        border-top: 0;
        border-bottom: 0;
        padding-top: 2px !important;
    }

    #home_voyage input[type="submit"] {
        width: 24% !important;
    }

    .product-primary .bandeau {
        padding: 5px 6px 3px 6px;
    }

    .sorter, .pager, .pages {
        font-size: 1.7em;
    }

    .product-essential_bottom {
        padding-top: 7px;
    }

    #choice_bar p {
        width: auto !important;
        margin-top: 23px;
    }

    #cabin_container .choix input[type="radio"] + label .radio_cust::after {
        margin-left: -6px !important;
    }

    .newsletter_field .input-box {
        margin-right: 6px;
    }

    .newsletter_field input[type="radio"] {
        height: 20px;
    }

    .newsletter_field .input-box label {
        padding-top: 3px;
    }
}

/***************************************************IPAD LANDSCAPE */
@media only screen and ( min-device-width: 768px )and ( max-device-width: 1024px )and (-webkit-min-device-pixel-ratio: 1)and (orientation: landscape) {

}

/***************************************************GALAXY S5 LANDSCAPE */
@media only screen and ( min-device-width: 360px )and ( max-device-width: 640px )and (-webkit-min-device-pixel-ratio: 2)and (orientation: landscape) {
    .top_header .top_nav .lang_select > .icon {
        display: none !important;
    }

    /*#home_voyage {padding-left:15px;}*/
    #home_voyage .select_bg {
        height: 51.5px;
    }

    .sod_select {
        line-height: 21px;
        padding: 15px 10px;
    }

    #home_voyage .select_destination, #home_voyage .select_periode {
        width: 24% !important;
        border-top: 0;
        border-bottom: 0;
    }

    #home_voyage a.more {
        height: auto;
        border: 0;
        padding: 14px 0 13px 1%;
    }

    #home_voyage input[type="submit"] {
        width: 24% !important;
    }

    .product-primary .bandeau {
        padding: 5px 6px 3px 6px;
    }

    .amount {
        font-size: 1em !important;
    }

    .sorter, .pager, .pages {
        font-size: 1em !important;
    }

    .product-view .ask_quotation {
        border-top: solid 1px #f1f1f1;
        border-bottom: solid 1px #f1f1f1;
    }

    #cabin_container .choix input[type="radio"] + label .radio_cust::after {
        margin-left: -6px !important;
    }

    .newsletter_field .input-box label {
        width: 3% !important;
    }
}

/***************************************************GALAXY TAB S2 LANDSCAPE */
@media only screen and ( min-device-width: 800px )and ( max-device-width: 1280px )and (-webkit-min-device-pixel-ratio: 1)and (orientation: landscape) {

}

/* ==========================================================================
   PLUGINS CSS RULES
   ========================================================================== */
/*BX SLIDER*/
/** RESET AND LAYOUT
        ===================================*/
.bx-wrapper {
    position: relative;
    margin: 0;
    padding: 0;
    *zoom: 1;
}

.bx-wrapper img {
    max-width: 100%;
    display: block;
}

/** THEME
        ===================================*/
.bx-wrapper .bx-viewport {
    background: #fff;

    /*fix other elements on the page moving (on Chrome)*/
    -webkit-transform: translatez(0);
    -moz-transform: translatez(0);
    -ms-transform: translatez(0);
    -o-transform: translatez(0);
    transform: translatez(0);
}

/* DIRECTION CONTROLS (NEXT / PREV) */
.bx-wrapper .bx-prev {
    left: -1px;
    background: url(sprite.png) no-repeat -80px -70px #FFF;
}

.bx-wrapper .bx-next {
    right: -1px;
    background: url(sprite.png) no-repeat -80px -110px #FFF;
}

.bx-wrapper .bx-controls-direction a {
    position: absolute;
    top: 50%;
    margin-top: -25px;
    outline: 0;
    width: 50px;
    height: 49px;
    text-indent: -9999px;
    z-index: 5;
}

.bx-wrapper .bx-controls-direction a.disabled {
    display: none;
}

/*FAncybox*/
/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
    padding: 0;
    margin: 0;
    border: 0;
    outline: none;
    vertical-align: top;
    width: auto;
}

/*.option_detail_div form {width:auto!important;padding:0!important;min-width:0!important;}
.option_detail_div h4.light-blue{font-size:1em!important;}
.option_detail_div .iconsoptions img {width:30px!important;}
span.description {font-size:12px!important;padding-left:5px!important;}
.price_items {font-size:12px!important;padding-right:5px!important;}*/
.fancybox-wrap {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 8020;
}

.fancybox-skin {
    position: relative;
    background: #FFF;
    color: #444;
    text-shadow: none;
    padding: 10px;
}

.fancybox-opened {
    z-index: 8030;
}

.fancybox-opened .fancybox-skin {
    -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
    position: relative;
}

.fancybox-inner {
    overflow: hidden;
}

.fancybox-inner .result {
    height: 400px;
}

.fancybox-type-iframe .fancybox-inner {
    -webkit-overflow-scrolling: touch;
}

.fancybox-error {
    color: #444;
    font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin: 0;
    padding: 15px;
    white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
    display: block;
    width: 100%;
    height: 100%;
}

.fancybox-image {
    max-width: 100%;
    max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
    background-image: url('sprite.png');
}

/*#fancybox-loading {*/
/*position: fixed;*/
/*top: 50%;*/
/*left: 50%;*/
/*margin-top: -22px;*/
/*margin-left: -22px;*/
/*background-position: 0 -108px;*/
/*opacity: 0.8;*/
/*cursor: pointer;*/
/*z-index: 8060;*/
/*}*/

/*#fancybox-loading div {*/
/*width: 44px;*/
/*height: 44px;*/
/*background: url('fancybox_loading.gif') center center no-repeat;*/
/*}*/

.fancybox-close {
    position: absolute;
    top: 0;
    right: 0;
    width: 55px;
    height: 55px;
    cursor: pointer;
    z-index: 8040;
    background: transparent url("sprite.png") no-repeat scroll -211px top;
}

.fancybox-nav {
    position: absolute;
    top: 0;
    width: 40%;
    height: 100%;
    cursor: pointer;
    text-decoration: none;
    /*background: transparent url('blank.gif');  helps IE*/
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    z-index: 8040;
}

.fancybox-prev {
    left: 0;
}

.fancybox-next {
    right: 0;
}

.fancybox-nav span {
    position: absolute;
    top: 50%;
    width: 36px;
    height: 34px;
    margin-top: -18px;
    cursor: pointer;
    z-index: 8040;
    visibility: hidden;
}

.fancybox-prev span {
    left: 10px;
    background-position: -94px -77px;
}

.fancybox-next span {
    right: 10px;
    background-position: -80px -118px;
}

.fancybox-nav:hover span {
    visibility: visible;
}

.fancybox-tmp {
    position: absolute;
    top: -99999px;
    left: -99999px;
    visibility: hidden;
    max-width: 99999px;
    max-height: 99999px;
    overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
    overflow: hidden !important;
    width: auto;
}

.fancybox-lock body {
    overflow: hidden !important;
}

.fancybox-lock-test {
    overflow-y: hidden !important;
}

.fancybox-overlay {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    display: none;
    z-index: 8010;
    background: url('fancy_overlay.png');
}

.fancybox-overlay-fixed {
    position: fixed;
    bottom: 0;
    right: 0;
}

.fancybox-lock .fancybox-overlay {
    overflow: auto;
    overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
    visibility: hidden;
    font: normal 13px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
    position: relative;
    text-shadow: none;
    z-index: 8050;
}

.fancybox-opened .fancybox-title {
    visibility: visible;
}

.fancybox-title-float-wrap {
    position: absolute;
    bottom: 0;
    right: 50%;
    margin-bottom: -35px;
    z-index: 8050;
    text-align: center;
}

.fancybox-title-float-wrap .child {
    display: inline-block;
    margin-right: -100%;
    padding: 2px 20px;
    background: transparent; /* Fallback for web browsers that doesn't support RGBa */
    background: rgba(0, 0, 0, 0.8);
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    text-shadow: 0 1px 2px #222;
    color: #FFF;
    font-weight: bold;
    line-height: 24px;
    white-space: nowrap;
}

.fancybox-title-outside-wrap {
    position: relative;
    margin-top: 10px;
    color: #fff;
}

.fancybox-title-inside-wrap {
    padding-top: 10px;
}

.fancybox-title-over-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    padding: 10px;
    background: #000;
    background: rgba(0, 0, 0, .8);
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {

    /*    #fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
        background-image: url('fancybox_sprite@2x.png');
        background-size: 44px 152px; The size of the normal image, half the size of the hi-res image
    }

    #fancybox-loading div {
        background-image: url('fancybox_loading@2x.gif');
        background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
    /*}*/
}

/* ==========================================================================
   MULTIPLE SELECT
   ========================================================================== */
/**
 * @author zhixin wen <wenzhixin2010@gmail.com>
 */

.ms-parent {
    display: inline-block;
    position: relative;
    vertical-align: middle;
}

.ms-choice {
    display: block;
    width: 75%;
    height: 18px;
    padding: 0;
    overflow: hidden;
    cursor: pointer;
    white-space: nowrap;
    background: transparent !important;
    border: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background: transparent none repeat scroll 0 0;
    border: medium none;
    color: #363636;
    font-family: "Roboto", sans-serif;
    position: relative;
    font-size: 0.929em;
    font-weight: bold;
    text-align: left;
    /*border: 1px solid #aaa;
    text-align: left;

    line-height: 26px;
    color: #444;
    text-decoration: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background-color: #fff;*/
}

.ms-choice.disabled {
    /*background-color: #f4f4f4;
    background-image: none;
    border: 1px solid #ddd;*/

    cursor: default;
}

.ms-choice > span {
    position: absolute;
    top: 0;
    left: 0;
    right: 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    padding-left: 8px;
}

.ms-choice > span.placeholder {
    color: #363636;
}

.ms-choice > div {
    position: absolute;
    top: 0;
    right: 0;
    width: 20px;
    height: 25px;
    /*background: url('multiple-select.png') left top no-repeat;*/
}

/*.ms-choice > div.open {
    background: url('multiple-select.png') right top no-repeat;
}*/

.ms-drop {
    width: 100%;
    overflow: hidden;
    display: none;
    margin-top: -1px;
    padding: 0;
    position: absolute;
    z-index: 1000;
    background: #f4f4f4;;
    color: #000;
    border: 1px solid #aaa;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    color: #363636;
    font-family: "Roboto", sans-serif;
    /*position: relative;*/
    font-size: 0.929em;
}

.ms-drop.bottom {
    top: 100%;
    -webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, .15);
    -moz-box-shadow: 0 4px 5px rgba(0, 0, 0, .15);
    box-shadow: 0 4px 5px rgba(0, 0, 0, .15);
}

.ms-drop.top {
    bottom: 100%;
    -webkit-box-shadow: 0 -4px 5px rgba(0, 0, 0, .15);
    -moz-box-shadow: 0 -4px 5px rgba(0, 0, 0, .15);
    box-shadow: 0 -4px 5px rgba(0, 0, 0, .15);
}

.ms-search {
    display: inline-block;
    margin: 0;
    min-height: 26px;
    padding: 4px;
    position: relative;
    white-space: nowrap;
    width: 100%;
    z-index: 10000;
}

.ms-search input {
    width: 100%;
    height: auto !important;
    min-height: 24px;
    padding: 0 20px 0 5px;
    margin: 0;
    outline: 0;
    font-family: sans-serif;
    font-size: 1em;
    border: 1px solid #aaa;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    /*  background: #fff url('multiple-select.png') no-repeat 100% -22px;
    background: url('multiple-select.png') no-repeat 100% -22px, -webkit-gradient(linear, left bottom, left top, color-stop(0.85, white), color-stop(0.99, #eeeeee));
    background: url('multiple-select.png') no-repeat 100% -22px, -webkit-linear-gradient(center bottom, white 85%, #eeeeee 99%);
    background: url('multiple-select.png') no-repeat 100% -22px, -moz-linear-gradient(center bottom, white 85%, #eeeeee 99%);
    background: url('multiple-select.png') no-repeat 100% -22px, -o-linear-gradient(bottom, white 85%, #eeeeee 99%);
    background: url('multiple-select.png') no-repeat 100% -22px, -ms-linear-gradient(top, #ffffff 85%, #eeeeee 99%);
    background: url('multiple-select.png') no-repeat 100% -22px, linear-gradient(top, #ffffff 85%, #eeeeee 99%);*/
}

.ms-search, .ms-search input {
    -webkit-box-sizing: border-box;
    -khtml-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.ms-drop ul {
    overflow: auto;
    margin: 0;
    padding: 5px 8px;
}

.ms-drop ul > li {
    list-style: none;
    display: list-item;
    background-image: none;
    position: static;
}

.ms-drop ul > li .disabled {
    opacity: .35;
    filter: Alpha(Opacity=35);
}

.ms-drop ul > li.multiple {
    display: block;
    float: left;
}

.ms-drop ul > li.group {
    clear: both;
}

.ms-drop ul > li.multiple label {
    width: 100%;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ms-drop ul > li label {
    font-weight: normal;
    display: block;
    white-space: nowrap;
}

.ms-drop ul > li label.optgroup {
    font-weight: bold;
}

.ms-drop input[type="checkbox"] {
    vertical-align: middle;
}

.ms-drop .ms-no-results {
    display: none;
}

@media only screen and (min-width: 767px) {
    .open_map {
        display: none;
    }
}

@media only screen and (max-width: 767px) {

    /** 27414 button open map mobile device **/
    .open_map {
        background: #f1f1f1 none repeat scroll 0 0;
        display: block;
        float: right;
        font-size: 1.071em;
        font-weight: bold;
        margin-right: 10px;
        padding: 10px 3%;
        text-decoration: none;
        transition: all 0.2s ease 0s;
        width: 62px;
        float: right;
        color: #106638;
    }

    .open_map:hover {
        background: #106638 none repeat scroll 0 0;
        color: #fff;
    }

    div.fancybox-inner div#cruise_map_pop_mobile img {
        max-width: 100%;
    }

    /** end  27414 button open map mobile device**/
    .ms-parent {
        width: 100% !important;
    }

    .ms-drop {
        width: 83%;
    }

    .top_header .top_nav .your-tools {
        margin: 0 10px 0 0 !important;
        border: 0 none !important;
    }

    .cookie-localisation {
        position: fixed;
        top: 60px;
    }

    /** feature 26048 **/
    .product-essential_bottom {
        margin-top: 15px;
        padding-top: 10px;
    }

    .product-essential .price-box {
        padding-top: 0px;
        float: left;
        width: auto;
    }

    .product-essential .price-box .price {
        font-size: 25px;
    }

    .product-essential .price-box a {
        text-align: left;
    }

    .product-essential .open_map {
        display: none;
    }

    .product-essential .open_map_mobile{
        display: block;
        text-transform: uppercase;
        background-color: #7da1c4;
        color: #fff;
        font-size: 14px;
        width: auto;
        margin: 35px 0px;
        position: relative;
        right: -5%;
        padding: 10px;
    }

    .product-essential .add-to-cart-buttons button{
        padding: 20px 10px;
    }
    /** end feature 26048 **/
}

/*SELECT OR DIE*/
/* ===========================================================
 *
 *  Name:          selectordie_dev.css
 *  Updated:       2014-10-10
 *  Created by:    Per V @ Vst.mn
 *  What?:         Base CSS for Select or Die
 *
 *  Copyright (c) 2014 Per Vestman
 *  Dual licensed under the MIT and GPL licenses.
 *
 *  No, I don't usually comment my CSS, but in this
 *  case it might "help" someone.
 *
 *  Oddny | Cogs 'n Kegs
 * =========================================================== */

/* Remove, change to fit your needs */
@import url(http://fonts.googleapis.com/css?family=Lato:300,700);

.sod_select,
.sod_select * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* The SoD - Please keep this first three lines intact, otherwise all hell will break looooooose */
.sod_select {
    display: inline-block;
    position: relative;
    line-height: 20px;
    width: 100%;
    padding: 15px 10px;
    /*color: #106638;*/
    color: #363636;
    /*border: 3px solid #5e5e5e;
    background: #ffffff;
    color: #444444;
    font-size: 11px;
    font-weight: 700;*/
    text-align: left;
    /*text-transform: uppercase;*/
    outline: 0;
    outline-offset: -2px; /* Opera */
    cursor: default;
}

/* Up/Down arrows */
/*.sod_select:before,*/

.sod_select:after {
    background: rgba(0, 0, 0, 0) url("select_bg.jpg") repeat scroll 0 0;
    content: " ";
    display: block;
    height: 24px;
    position: absolute;
    right: 7px;
    top: 15px;
    width: 18px;
}

.select_bg.grey .sod_select:after {
    background: url("select_bg_grey.jpg") no-repeat scroll 1px center #f4f4f4;
}

/* Down arrow */
/* .sod_select:after
     {
         content: "\25BC";
         top: auto;
         bottom: 12px;
     }*/

/* Change the border color on hover, focus and when open */
.sod_select:hover,
.sod_select.open,
.sod_select.focus {
    border-color: #000000;
}

.sod_select.open {
    color: #919191;
}

/* .sod_select.focus { box-shadow: 0 0 5px rgba(0,0,0,.2); }*/

/* When the entire SoD is disabled, go crazy! */
.sod_select.disabled {
    border-color: #d2d2d2;
    color: #b2b2b2;
    cursor: not-allowed;
}

/* The "label", or whatever we should call it. Keep the first three lines for truncating. */
.sod_select .sod_label {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    min-height: 20px;
    padding-right: 15px;
}

.sod_select .sod_prefix {
    /* Use this if you're using a prefix and want to style it */
}

.sod_select .sod_placeholder {
    /* Use this if you're using a placeholder and want to style it */
}

/* Options list wrapper */
.sod_select .sod_list_wrapper {
    position: absolute;
    top: 100%;
    left: 0;
    display: none;
    height: auto;
    width: 118.5%;
    width: calc(100% + 85px);
    margin: 0 0 0 -1px;
    background: #ffffff;
    border: 1px solid #d2d2d2;
    border-radius: 0 0 3px 3px;
    border-top: none;
    color: #363636;
    font-weight: 300;
    z-index: 10;
}

/*
#select_store .sod_select .sod_list_wrapper {
    overflow:scroll;
    height:300px;
}
*/

.sod_select {
    cursor: pointer;
}

/* Shows the option list (don't edit) */
.sod_select.open .sod_list_wrapper {
    display: block;
}

/* Don't display the options when  */
.sod_select.disabled.open .sod_list_wrapper {
    display: none;
}

/* When the option list is displayed above the SoD */
.sod_select.above .sod_list_wrapper {
    top: auto;
    bottom: 100%;
    border-top: 1px solid #d2d2d2;
    border-bottom: none;
}

/* Options list container */
.sod_select .sod_list {
    display: block;
    overflow-y: auto;
    padding: 0;
    margin: 0;
    border-radius: 0 0 3px 3px;
}

/* All the options. Keep the first three lines for truncating... */
.sod_select .sod_option {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;

    position: relative;
    padding: 4px 10px;
    border-top: 1px solid #f4f4f4;
    list-style-type: none;
}

/* Optgroups */
.sod_select .sod_option.optgroup,
.sod_select .sod_option.optgroup.disabled {
    background: inherit;
    color: #939393;
    font-size: 10px;
    font-style: italic;
}

/* Children of an optgroup */
.sod_select .sod_option.groupchild {
    padding-left: 20px;
}

/* Used together with placeholderOption / data-placeholder-option */
.sod_select .sod_option.is-placeholder {
    display: none;
}

/* Disabled option */
.sod_select .sod_option.disabled {
    background: inherit;
    color: #cccccc;
}

/* Hover state for options, also used when a user uses his/hers up/down keys */
.sod_select .sod_option.active {
    background: #f7f7f7;
    color: #333333;
}

/*Make room for the check mark */
.sod_select .sod_option.selected {
    font-weight: 700;
    padding-right: 25px;
}

/* Displays a check mark for the selected option */
.sod_select .sod_option.selected:before {
    content: "";
    position: absolute;
    right: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    display: inline-block;
    color: #808080;
    height: 9px;
    width: 10px;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNy4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB2aWV3Qm94PSIwIDAgMTAgOSIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgMTAgOSIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+DQo8Zz4NCgk8cGF0aCBmaWxsPSIjRDlEOUQ4IiBkPSJNNCw2LjdDMy42LDYuMywzLjUsNi4xLDMuMSw1LjdDMi42LDUuMiwyLDQuNiwxLjUsNC4xYy0wLjgtMC44LTIsMC40LTEuMiwxLjJjMC45LDAuOSwxLjksMS45LDIuOCwyLjgNCgkJYzAuNywwLjcsMS4zLDEsMiwwQzYuNyw2LDguMywzLjcsOS44LDEuNUMxMC41LDAuNSw5LTAuMyw4LjMsMC42bDAsMEM2LjcsMi45LDUuNyw0LjQsNCw2LjciLz4NCjwvZz4NCjwvc3ZnPg0K);
}

/* Add a .no_highlight class to you SoD to hide the check mark and don't bold the option */
.sod_select.no_highlight .sod_option.selected {
    font-weight: 300;
}

.sod_select.no_highlight .sod_option.selected:before {
    display: none;
}

.sod_select .sod_option.link {
    /* If data-link is set on a specific option */
}

.sod_select .sod_option.linkexternal {
    /* If data-link-external is set on a specific option */
}

/* Hide native select */
.sod_select select {
    display: none !important;
}

/* The native select in touch mode. Keep this first line. Sorry, keep everything. */
.sod_select.touch select {
    -webkit-appearance: menulist-button;

    position: absolute;
    top: 0;
    left: 0;
    display: block !important;
    height: 100%;
    width: 100%;
    opacity: 0;
    z-index: 1;
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */
@media print,
(-o-min-device-pixel-ratio: 5/4),
(-webkit-min-device-pixel-ratio: 1.25),
(min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */
    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p, h2, h3 {
        orphans: 3;
        widows: 3;
    }

    h2, h3 {
        page-break-after: avoid;
    }
}

@media only screen and (min-width: 224px) and (max-width: 310px) {

    .top_header .logo {
        width: 28px !important;
        overflow: hidden !important;
    }
}

@media only screen and (max-width: 223px) {

    .top_header .top_nav {
        display: none !important;
    }
}

.list-ship .list_ship div.row {
    padding-bottom: 2%;
    padding-top: 2%;
}

.quotation-result p a {
    font-size: 1.1em;
}

.desc-cabin {
    float: left;
    margin: 0 0 15px;
    padding: 0;
    width: 120%;
}

.list-ship iframe {
    width: 99%;
    height: 350px;
}

.homepage-search-filter {
    margin: 0 3px;
    border-radius: 3px;
}

.footer_top .site_links ul li a.mail .icon {
    background-position: -214px -163px;
}

.top_header .top_nav a.mail .icon {
    background-position: -225px -202px;
}

.top_header .top_nav a.be-call .icon {
    background-position: left 1px;
}

#bg_dark-blue-span-hover {
    display: none;
}

button:hover #bg_dark-blue-span {
    display: none;
}

button:hover #bg_dark-blue-span-hover {
    display: inline;
}

.main_top_content {
    z-index: 4;
    position: relative;
}

.img_alt_video {
    width: 100%;
}

.voyage_ponant_oui #advice-required-entry-ibs_id {
    margin: 15px 0 0 70px !important;
}

.customer-account .cart_submit_links {
    width: 100%;
}

.ui-datepicker {
    z-index: 100 !important;
}

/**Page Prediggo IS CMS**/
#prediggo-is-cms .wrapper-width {
    width: 100%
}

#prediggo-is-cms .wrapper-width #search_destination {
    box-shadow: none;
}

#prediggo-is-cms .wrapper-width #search_destination p {
    padding: 0 15px;
}

#prediggo-is-cms.loading {
    background-color: #fff;
    background-position: center 7%;
    background-repeat: no-repeat;
    opacity: 0.4;
}


.v-button {
    padding: 2px 9px;
    line-height: 1.429em;
    margin-left: 8px;
    font-size: 1.071em;
    border: none;
    text-transform: uppercase;
    font-size: 1.071em;
    font-weight: bold;
    font-family: 'Roboto', sans-serif;
    background: #106638;
    text-decoration: none;
    color: white;
    height: 10px;
}

.v-actions {
    margin-top: 5px;
    margin-bottom: 5px;

}

.captchafield {
    width: 29%;
    margin-left: 36%;
    margin-right: 35%;
    padding: 10px 6px;
}
.my-account .grey_block .form_allwidth .captchafield,
.additional_information.grey_block .form_allwidth .captchafield{
    width: 25%;
    margin-left: 18%;
    margin-right: 50%;
    padding: 10px 6px;
}

.hpinput {
    display: none;
}

.account-create .captchainput .validation-advice{
    margin: 5px 0 5px 19% !important;
}

.captcha-image {
    float: left;
    display: inline;
    max-width: 100%;
    position: relative;
    margin-bottom: 10px;
}

.captcha-reload {
    position: absolute;
    right: 4px;
    top: 4px;
}



