/* **************************************************
 * CSS SPECIFIQUE POUR SURCHARGER LE STYLE TRAVEL
 * **************************************************
 *
 * 1. STYLE PAR DEFAULT
 *     1.1. FONT-FACE
 *     1.2. BALISES
 *     1.3. CLASSES
 *         1.3.1. ACCORDEONS
 *         1.3.2. ALERTES
 *         1.3.3. BOUTONS
 *         1.3.4. DATALIST
 *         1.3.5. FILTRES
 *         1.3.6. FORMULAIRES
 *         1.3.7. LISTES
 *         1.3.8. MODALES
 *         1.3.9. ONGLETS
 *         1.3.10. PAGINATION
 *         1.3.11. PICTOS
 *         1.3.12. POPOVER
 *         1.3.13. PRIX
 *         1.3.14. TABLEAUX
 *         1.3.15. TEMPLATES
 *
 * 2. GABARIT
 *     2.1. HEADER
 *         2.1.1. HEADER H1
 *         2.1.2. HEADER TOP
 *         2.1.3. HEADER RIGHT
 *         2.1.4. HEADER BOTTOM
 *         2.1.5. LOGO
 *         2.1.6. NAVIGATION
 *         2.1.7. HEADER COVID
 *     2.2. FOOTER
 *         2.2.2. INFORMATIONS DE CONTACT
 *         2.2.3. INFORMATIONS PAIEMENTS
 *         2.2.4. COPYRIGHT
 *     2.3. BANNER
 *         2.3.1. BANNER FULLSCREEN
 *     2.4. CONTENT
 *         2.4.1. FIL D'ARIANE
 *         2.4.2. FIL D'ARIANE DES ETAPES DE PAIEMENT
 *         2.4.3. COLONNE GAUCHE
 *         2.4.4. COLONNE DROITE
 *
 * 3. MODULES
 *     3.1. CUSTOM SELECT
 *     3.2. FANCYBOX
 *     3.3. GOOGLE MAPS
 *     3.4. OWL CAROUSEL
 *     3.5. PACKERY
 *     3.6. SELECT 2
 *     3.7. SCROLL TOP
 *     3.8. BOX
 *     3.9. LOADER
 *
 * 4. PAGES
 *     4.1. PAGE D'ACCUEIL CROISILAND
 *         4.1.1. LES TITRES
 *         4.1.2. LE FORMULAIRE DE RECHERCHE
 *         4.1.3. SUGGESTIONS DE CROISIERES
 *         4.1.4. THEMATIQUE
 *         4.1.5. GROUPES ET CE
 *         4.1.6. LES GARANTIES CROISILAND
 *         4.1.7. LISTE DES ACTUALITES
 *     4.2. PAGE D'ACCUEIL PARTENAIRES
 *         4.2.1. NOTRE SELECTION CROISILAND
 *         4.2.2. ENCART THEME
 *     4.3. PAGE AVANTAGES COMPAGNIES
 *     4.4. PAGE DETAIL
 *     4.5. PAGE LISTE
 *     4.6. PAGE LISTE PORTS
 *     4.7. PAGE PROMOTIONS ET BONS PLANS
 *     4.8. PAGE DEVIS
 *         4.8.1. PAGE ETAPE 1
 *         4.8.2. PAGE ETAPE 2
 *         4.8.3. PAGE ETAPE 3
 *         4.8.4. PAGE ETAPE 4
 *         4.8.5. PAGE ETAPE 5
 *         4.8.6. PAGE CONFIRMATION PAIEMENT
 *         4.8.7. PAGE ANNULATION PAIEMENT
 *     4.9. PAGE QUI SOMMES NOUS
 *     4.10. PAGES COMPAGNIES
 *     4.11. PAGES ESPACE GROUPES
 *
 * 5. TEMPLATES
 *     5.1. SLIDERS
 *         5.1.1. SLIDER LOGOS COMPAGNIES
 *         5.1.2. SLIDER VISIONNEUSES BANDEAUX
 *
 * 6. ANIMATION CSS
 *
 * 7. VERSION RESPONSIVE
 *     7.1. LAPTOP
 *     7.2. TAB LANDSCAPE
 *     7.3. TAB PORTRAIT
 *     7.4. MOBILE LANDSCAPE
 *     7.5. MOBILE PORTRAIT
 *
 * 8. BOOTSTRAP 4.0
 *
 * ************************************************** */



/* **************************************************
 * 1. STYLE PAR DEFAULT
 * ************************************************** */

/* **************************************************
 * 1.1. FONT-FACE
 * ************************************************** */
@font-face{
    font-family: 'Classico';
    src:url('fonts/classico/bfb58899-9126-4c51-baa1-aac67915e55c.eot?#iefix');
    src:url('fonts/classico/bfb58899-9126-4c51-baa1-aac67915e55c.eot?#iefix') format('eot'),
        url('fonts/classico/58f5611e-4419-4cbf-a807-d79289c18a94.woff2') format('woff2'),
        url('fonts/classico/1579b38c-183c-41c4-a1da-71061b8267ae.woff') format('woff'),
        url('fonts/classico/86732736-f575-4dc4-b3c3-3101721dcebd.ttf') format('truetype');
}

/* **************************************************
 * 1.2. BALISES
 * ************************************************** */
html,
body {
    color: #666666;
    font-family: 'Lato', sans-serif;
    height: 100%;
}

a {
    color: #005677;
    outline: none;
}
a:focus,
a:hover {
    outline: none;
}
a,
a:before,
a:after {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

a > img {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

button {
    outline: none;
}
button:focus,
button:hover {
    outline: none !important;
}
button,
button:before,
button:after {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
    color: #333333;
    font-family: 'Classico', sans-serif;
    font-weight: 700;
    margin: 0 0 10px 0;
}
h1, .h1 {
    font-size: 30px;
    margin-bottom: 15px;
    /*font-weight: 400;*/
}
h2, .h2 {
    font-size: 24px;
    margin-bottom: 15px;
}
h2.ultra-bold,
.h2.ultra-bold {
    font-size: 30px;
}
h3, .h3 {
    font-size: 20px;
}
h4, .h4 {
    font-size: 16px;
}
h5, .h5 {
    font-size: 14px;
}
h6, .h6 {
    font-size: 14px;
}
hr {
    border-color: #CCCCCC;
}
form {
    /*font-family: 'Arial', sans-serif;*/
}
label {
    font-weight: 400;
}
p {
    margin: 0 0 15px 0;
}
.p {
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857;
    margin: 0 0 15px 0;
}
p.title {
    color: #666666;
    font-family: 'Classico';
    font-size: 18px;
    line-height: 18px;
    position: relative;
    text-align: center;
}
p.title:before {
    border-top: 1px solid #CCCCCC;
    content: '';
    left: 0;
    position: absolute;
    top: 9px;
    width: 100%;
}
p.title > span {
    background: #FFFFFF;
    display: inline-block;
    position: relative;
    padding: 0 15px;
}

#demande-devis {
    border: 1px solid #FFFFFF;
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height 0.8s ease;
    -moz-transition: max-height 0.8s ease;
    transition: max-height 0.8s ease;
}
#demande-devis.open {
    max-height: 1000px;
}

/* **************************************************
 * 1.3. CLASSES
 * ************************************************** */
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"],
.radio input[type="radio"],
.radio-inline input[type="radio"] {
    float: left;
    position: static;
}
.font,
.font-roboto-regular {
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
}

.font-robotoCondensed-regular {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: normal;
}

.font2,
.font-roboto-thin {
    font-family: 'Roboto Thin', sans-serif;
    font-weight: normal;
}
.lato {
    font-family: 'Lato', sans-serif;
    font-weight: normal;
}
.classico {
    font-family: 'Classico';
}

.bar-fixed-bottom {
    bottom: 0;
    left: 0;
    position: fixed;
    width: 100%;
    z-index: 990;
}
.bar-fixed-bottom .inner {
    bottom: 0;
    -webkit-box-shadow: 5px 5px 5px 5px #999999;
    box-shadow: 5px 5px 5px 5px #999999;
    left: 0;
    position: absolute;
    width: 100%;
}

/* Button link */
.bar-fixed-bottom .btn-link {
    background: transparent;
    border: 0;
    -webkit-border-radius: 0 10px 0 0;
    border-radius: 0 10px 0 0;
    height: 40px;
    width: 95px;
}
.bar-fixed-bottom .btn-link .fa-angle-down {
    font-size: 30px;
    left: 8px;
    position: absolute;
    top: 6px;
}
.bar-fixed-bottom .btn-link:focus,
.bar-fixed-bottom .btn-link:hover {
    text-decoration: none;
}
.bar-fixed-bottom .btn-link:hover .fa-angle-down {
    padding-top: 3px;
}

/* Reduce */
.bar-fixed-bottom.reduce .inner {
    bottom: -150px;
    left: -110%;
}
.bar-fixed-bottom.reduce .btn-link {
    background: #0099CC;
    color: #FFFFFF;
    padding: 0;
    width: 40px;
}
.bar-fixed-bottom.reduce .btn-link .fa-angle-down {
    left: 9px;
    top: 7px;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    transform: rotate(180deg);
}
.bar-fixed-bottom.reduce .btn-link:hover .fa-angle-down {
    padding-left: 3px;
    padding-top: 0;
}
.bar-fixed-bottom.reduce .btn-link .text {
    display: none;
}

.booknow {
    font-size: 14px;
    padding: 10px 10px 10px 60px;
    -webkit-transition: none;
    -moz-transition: none;
    transition: none;
}
.booknow.paiement {
    font-size: 12px;
}

/* Circle */
.circle {
    -webkit-border-radius: 50%;
    border-radius: 50%;
}
.circle-20 {
    height: 20px;
    line-height: 20px;
    width: 20px;
}
.circle-25 {
    height: 25px;
    line-height: 25px;
    width: 25px;
}
.circle-30 {
    height: 30px;
    line-height: 30px;
    width: 30px;
}
.circle-40 {
    height: 40px;
    line-height: 40px;
    width: 40px;
}
.circle-45 {
    height: 45px;
    line-height: 45px;
    width: 45px;
}
.circle-50 {
    height: 50px;
    line-height: 50px;
    width: 50px;
}
.circle-100 {
    height: 100px;
    line-height: 100px;
    width: 100px;
}
.circle-image {
    bottom: -50px;
    height: 100px;
    left: 0;
    position: absolute;
    right: 0;
    width: 100px;
}

/* chargement */
.chargement {
    padding: 10px;
    text-align: center;
}
#recapitulatif-prix .chargement {
    color: #FF5A00;
}
.chargement .fa {
    font-size: 30px;
    height: 30px;
    width: 30px;
}

.clearfix {
    float: none;
    clear: both;
}

.close {
    background: transparent;
    color: #FFFFFF;
    font-family: sans-serif;
    font-size: 70px;
    font-weight: normal;
    opacity: 0.6;
    position: absolute;
    right: 20px;
    text-align: center;
    text-decoration: none;
    text-shadow: none;
    top: 15px;
    z-index: 10;
}
.close:focus,
.close:hover {
    color: #FFFFFF;
    opacity: 1;
    text-shadow: none;
}

.cstyle10 {
    background-color: #005677;
}

.cursor-disabled {
    cursor: not-allowed;
}
.help,
.cursor-help {
    cursor: help;
}
.pointer,
.cursor-pointer {
    cursor: pointer;
}

.ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
}

.fi-flag-france {
    background: transparent url(images/flag-france.png) no-repeat 50% 50% / 20px 20px;
}
.fi-flag-uk {
    background: transparent url(images/flag-uk.png) no-repeat 50% 50% / 20px 20px;
}
.fi-flag-espagne {
    background: transparent url(images/flag-espagne.png) no-repeat 50% 50% / 20px 20px;
}
.fi-flag-allemagne {
    background: transparent url(images/flag-allemagne.png) no-repeat 50% 50% / 20px 20px;
}
.fi-costaclub {
    background: transparent url(images/costaclub.png) no-repeat 50% 50% / 20px 20px;
}

.image-scale {
    display: block;
    overflow: hidden;
}
.image-scale img {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.image-scale:hover {}
.image-scale:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    transform: scale(1.1);
}

.row-sm {
    /*margin-left: -5px;*/
    /*margin-right: -5px;*/
}
.row-sm [class*="col-"] {
    padding-left: 5px;
    padding-right: 5px;
}

span.line {
    display: block;
    border: 1px solid #00abd7;
    border-top-color:#00abd7;
    border-right-color: #00abd7;
    border-bottom-color:#00abd7;
    border-left-color: #00abd7;
    width: 40px;
    position: relative;
    margin-bottom: 20px;
}

.star-rating {
    color: #FF9900;
}
.star-rating:focus,
.star-rating:hover {
    color: #FF9900;
    text-decoration: none;
}

.table-responsive {
    border: 0;
    margin: 0;
}

/* custom.css */
.filtertip,
.itemlabel3,
.collapsebtn2 {
    font-family: 'Lato';
}

/* **************************************************
 * 1.3.1. ACCORDEONS
 * ************************************************** */
.panel-group {
    margin-bottom: 30px;
}
.panel-travel,
.panel-group .panel-travel {
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.panel-group .panel + .panel {
    border-top: 1px solid #CCCCCC;
    margin-top: 0;
}

.panel-travel .panel-heading {
    padding: 0;
}
.panel-travel .panel-title > a {
    background-color: #005677;
    color: #FFFFFF;
    display: block;
    font-size: 20px;
    font-weight: 400;
    height: 50px;
    line-height: 50px;
    padding: 0 15px;
    position: relative;
    text-align: left;
}
.panel-travel .panel-title > a:focus,
.panel-travel .panel-title > a:hover {
    text-decoration: none;
}
.panel-travel .panel-title > a::after {
    /*content: '\00d7'; /* &times; */
    content: '\f106'; /* fa-angle-up */
    font-family: 'FontAwesome';
    font-size: 30px;
    height: 20px;
    line-height: 12px;
    position: absolute;
    right: 15px;
    text-align: center;
    top: 15px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: transform 0.3s ease;
    -moz-transition: transform 0.3s ease;
    transition: transform 0.3s ease;
    width: 20px;
}
.panel-travel .panel-title > a > i {
    color: #FFFFFF;
    float: left;
    font-size: 22px;
    width: 35px;
}
.panel-travel .panel-title > a.collapsed {
    background-color: #FFFFFF;
    color: #333333;
}
.panel-travel .panel-title > a.collapsed:hover {
    color: #005677;
}
.panel-travel .panel-title > a.collapsed::after {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    transform: rotate(180deg);
}
.panel-travel .panel-title > a.collapsed > i {
    color: #005677;
}
.panel-travel #heading-bonplan .panel-title > a {
    background-color: #F26D7D;
}
.panel-travel #heading-bonplan .panel-title > a.collapsed {
    background-color: #FFFFFF;
}
.panel-travel #heading-bonplan .panel-title > a.collapsed:focus,
.panel-travel #heading-bonplan .panel-title > a.collapsed:hover {
    color: #F26D7D;
}
.panel-travel #heading-bonplan .panel-title > a.collapsed > i {
    color: #F26D7D;
}

.recapitulatif-reservation .panel-travel .panel-title > a {
    background-color: #FFFFFF;
    color: #333333;
    font-size: 18px;
    font-weight: 700;
}
.recapitulatif-reservation .panel-travel .panel-title > a::after {
    right: 50px;
}

/* **************************************************
 * 1.3.2. ALERTES
 * ************************************************** */
.alert-warning-dark {
    background-color: #D97201;
    border-color: #D97201;
    color: #FFFFFF;
}

/* **************************************************
 * 1.3.3. BOUTONS
 * ************************************************** */
.btn {
    border-style: solid;
    border-width: 2px;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
}
.btn-sm {
    padding-bottom: 3px;
    padding-top: 3px;
}
/*.btn.disabled {
    background-color: #F0F0F0;
    border-color:  #F0F0F0;
    color: #999999;
}*/
.btn .fa {
    font-size: 20px;
    margin-bottom: 1px;
    vertical-align: middle;
}
.btn-sm .fa {
    font-size: 14px;
}

.btn-link {
    font-weight: 400;
    padding: 0;
}

/* Bouton d'action */
.btn-action {
    background-color: #FF5A00;
    border-color: #EB5300;
    color: #FFFFFF;
    letter-spacing: 1px;
    padding-left: 65px;
    position: relative;
    text-transform: uppercase;
}
.btn-action:active,
.btn-action:focus,
.btn-action:hover {
    background-color: #C84700;
    border-color: #B84200;
    color: #FFFFFF;
}
.btn-action:before {
    border-right: 1px solid rgba(255, 255, 255, 0.5);
    content: '\f00c'; /* fa-check */
    font-family: 'FontAwesome';
    font-size: 120%;
    font-weight: 400;
    height: 85%;
    left: 2px;
    padding: 0 15px;
    position: absolute;
    top: 3px;
    width: 50px;
    z-index: 2;
}
.btn-lg.btn-action:before {
    padding-top: 4px;
}

.btn-action[disabled] {
    background-color: #CCCCCC;
    border-color: #CCCCCC;
    color: #333333;
}
.btn-action[disabled]:active,
.btn-action[disabled]:focus,
.btn-action[disabled]:hover {
    background-color: #CCCCCC;
    border-color: #CCCCCC;
    color: #333333;
}

/* Button back */
a.backbtn {
    background: #222222;
    color: #FFFFFF;
    padding: 0 12px 0 18px;
    position: relative;
    width: auto;
}
a.backbtn:before {
    content: "\f053"; /* fa-chevron-left */
    color: #FFFFFF;
    font-family: FontAwesome;
    font-size: 8px;
    left: 7px;
    position: absolute;
    top: 6px;
}
a.backbtn:hover {
    background: #0099CC;
    padding-left: 21px;
    text-decoration: none;
}

/* Bouton noir */
.btn-black {
    background: #000000;
    border-color: #000000;
    color: #FFFFFF;
}
.btn-black:active,
.btn-black:focus,
.btn-black:hover {
    background: #222222;
    border-color: #222222;
    color: #FFFFFF;
}

/* Bouton bleu très clair */
.btn-xlblue {
    background: #B7E0F6;
    border-color: #B7E0F6;
    color: #005677;
}
.btn-xlblue:active,
.btn-xlblue:focus,
.btn-xlblue:hover {
    background: #A9CFE3;
    border-color: #A9CFE3;
    color: #005677;
}

/* Bouton bleu clair */
.btn-lblue {
    background: #00B1E0;
    border-color: #00B1E0;
    color: #FFFFFF;
}
.btn-lblue:active,
.btn-lblue:focus,
.btn-lblue:hover {
    background: #008AB0;
    border-color: #008AB0;
    color: #FFFFFF;
}

/* Bouton bleu */
.btn-blue {
    background: #005677;
    border-color: #005677;
    color: #FFFFFF;
}
.btn-blue:active,
.btn-blue:focus,
.btn-blue:hover {
    background: #044061;
    border-color: #044061;
    color: #FFFFFF;
}

.btn-blue2 {
    border: 1px solid #30b9da;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: rgba(0,0,0,0.2) 1px 2px 3px;
    box-shadow: rgba(0,0,0,0.2) 1px 2px 3px;
    color: #fff;
    display: block;
    font-size: 14px;
    font-weight: 700;
    height: 52px;
    padding: 15px 10px 10px 15px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    text-shadow: rgba(0,0,0,.4) 0 -1px 0;
    width: 100%;
}
.btn-blue2:hover {
    color: #fff;
    text-decoration: none;
    text-shadow: rgba(0,0,0,.4) 0 -1px 0;
}

/* Button close */
.btn-close {
    background: transparent;
    font-size: 30px;
    height: 40px;
    line-height: 36px;
    padding: 0;
    width: 40px;
}
.btn-close:focus,
.btn-close:hover {}

/* Button collapse */
.btn-collapse {
    background-color: #005677;
    color: #FFFFFF;
    border: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    font-family: 'Classico';
    font-size: 18px;
    font-weight: 700;
    line-height: 30px;
    padding: 10px 50px 10px 15px;
    position: relative;
    text-align: left;
    width: 100%;
    white-space: normal;
}
.btn-collapse.collapsed {
    background-color: #FFFFFF;
    color: #333333;
}
.btn-collapse:focus,
.btn-collapse:hover {
    color: #FFFFFF;
}
.btn-collapse.collapsed:focus,
.btn-collapse.collapsed:hover {
    color: #005677;
}
.btn-collapse:after {
    content: '\f106';
    font-family: 'FontAwesome';
    font-size: 35px;
    position: absolute;
    right: 15px;
    top: 8px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.btn-collapse.collapsed:after {
    top: 13px;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    transform: rotate(180deg);
}
.btn-collapse.btn-sm {
    font-size: 16px;
    line-height: 16px;
    padding: 7px 50px 7px 10px;
}
#btn-collapse-infos-tarif i {
    font-size: 20px;
}
#btn-collapse-infos-tarif:after {
    content: '';
}

/* Bouton bleu très clair */
.btn-xlgrey {
    background: #F2F2F2;
    border-color: #F2F2F2;
    color: #333333;
}
.btn-xlgrey:active,
.btn-xlgrey:focus,
.btn-xlgrey:hover {
    background: #DDDDDD;
    border-color: #DDDDDD;
    color: #333333;
}

/* Bouton gris clair */
.btn-lgrey {
    background: #CCCCCC;
    border-color: #CCCCCC;
    color: #333333;
}
.btn-lgrey:active,
.btn-lgrey:focus,
.btn-lgrey:hover {
    background: #999999;
    border-color: #999999;
    color: #333333;
}

/* Bouton gris */
.btn-grey {
    background: #666666;
    border-color: #666666;
    color: #FFFFFF;
}
.btn-grey:active,
.btn-grey:focus,
.btn-grey:hover {
    background: #999999;
    border-color: #999999;
    color: #FFFFFF;
}

.btn-newsletter {
    background: #005677;
    border: 1px solid #FFFFFF;
    -webkit-border-radius: 0 3px 3px 0;
    border-radius: 0 3px 3px 0;
    color: #FFFFFF;
    height: 34px;
    overflow: hidden;
    position: absolute;
    right: 0;
    text-indent: -100px;
    top: 0;
    width: 32px;
}
.btn-newsletter:hover,
.btn-newsletter:focus,
.btn-newsletter:active {
    background-color: #044061;
}
.btn-newsletter:before {
    color: #FFFFFF;
    content: '\f1d9'; /* fa-paper-plane-o */
    font-family: 'FontAwesome';
    font-weight: 400;
    left: 65px;
    position: absolute;
}

.btn-top {
    background: #999999;
    border: 0;
    color: #FFFFFF;
    float: right;
    padding: 10px 15px;
    -webkit-transition: background-color .5s ease;
    -moz-transition: background-color .5s ease;
    transition: background-color .5s ease;
}
.btn-top:hover,
.btn-top:focus,
.btn-top:active {
    background: #666666;
    color: #FFFFFF;
}

/* Bouton transparent */
.btn-transparent {
    background-color: transparent;
    border-color: #FFFFFF;
    color: #FFFFFF;
}
.btn-transparent:hover,
.btn-transparent:focus,
.btn-transparent:active,
.btn-transparent.active,
.open .dropdown-toggle.btn-transparent {
    background-color: #FFFFFF;
    border-color: #FFFFFF;
    color: #000000;
}

/* Button travel */
.btn-travel {
    background-color: #005677;
    border-color: #024B69;
    color: #FFFFFF;
}
.btn-travel:hover,
.btn-travel:focus,
.btn-travel:active,
.btn-travel.active,
.open .dropdown-toggle.btn-travel {
    background-color: #024561;
    border-color: #02405A;
    color: #FFFFFF;
}

/* Bouton orange */
.btn-orange {
    background-color: #FF5A00;
    border-color: #EB5300;
    color: #FFFFFF;
}
.btn-orange:hover,
.btn-orange:focus,
.btn-orange:active,
.btn-orange.active {
    background-color: #C84700;
    border-color: #B84200;
    color: #FFFFFF;
}

/* Bouton rose */
.btn-pink {
    background-color: #F26D7D;
    border-color: #DF6573;
    color: #FFFFFF;
}
.btn-pink:hover,
.btn-pink:focus,
.btn-pink:active,
.btn-pink.active {
    background-color: #BE5662;
    border-color: #AF505B;
    color: #FFFFFF;
}

/* Bouton jaune */
.btn-yellow {
    background: #EBE133;
    border-color: #EBE133;
    color: #000000;
}
.btn-yellow:active,
.btn-yellow:focus,
.btn-yellow:hover {
    background: #B8B029;
    border-color: #B8B029;
    color: #000000;
}

/* Bouton blanc */
.btn-white {
    background-color: #FFFFFF;
    border-color: #FFFFFF;
    color: #000000;
    text-transform: uppercase;
}
.btn-white:active,
.btn-white:focus,
.btn-white:hover,
.btn-pink.active {
    background-color: rgba(255, 255, 255, 0.8);
    border-color: rgba(255, 255, 255, 0.8);
    /*color: #000000;*/
}
/* Bouton or */
.btn-gold {
    background-color: #cbaa5c;
    border-color: #cbaa5c;
    color: #ffffff;
    text-transform: uppercase;
}
.btn-gold:active,
.btn-gold:focus,
.btn-gold:hover,
.btn-gold.active {
    background-color: rgba(203, 170, 92, 0.8);
    border-color: rgba(203, 170, 92, 0.8);
    color: #ffffff;
}

/* Button radio */
/*.btn-radio {
    background-color: transparent;
    border-color: transparent;
    height: 50px;
    line-height: 45px;
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: 50px;
}
.btn-radio label {
    border: 1px solid rgba(255, 90, 0, 0.3); /* #FF5A00 */
    /*background: rgba(255, 90, 0, 0.05); /* #FF5A00 */
    /*border-radius: 3px;
    color: #333333;
    display: block;
    height: 100%;
    padding: 0;
    width: 100%;
}
.btn-radio input[type="radio"]:checked + label {
    border: 1px solid rgba(255, 90, 0, 0.3); /* #FF5A00 */
    /*background: #FF5A00;
    color: #FFFFFF;
    font-weight: 700;
}
.btn-radio.disabled label {
    border: 1px solid #CCCCCC;
    background: #F2F2F2;
    color: #CCCCCC;
}
.form-horizontal .btn-radio {
    min-height: 50px;
    padding: 0;
}*/
.btn-checkbox,
.btn-radio {
    height: 20px;
    position: relative;
    width: 20px;
}
.btn-checkbox label,
.btn-radio label {
    border: 2px solid #CCCCCC;
    background: #FFFFFF;
    color: #333333;
    cursor: pointer;
    height: 100%;
    left: 0;
    padding: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}
.btn-checkbox label {
    border-radius: 3px;
}
.btn-radio label {
    border-radius: 50%;
    top: -2px;
}
.btn-checkbox input[type="checkbox"],
.btn-radio input[type="radio"] {
    left: 0;
    margin: 3px;
    position: absolute;
    top: 0;
    z-index: 0;
}
.btn-checkbox input[type="checkbox"]:checked + label {
    background-color: #FF5A00;
    border-color: #FF5A00;
    -weblit-box-shadow: 0 0 0 3px #FFFFFF inset;
    -moz-box-shadow: 0 0 0 3px #FFFFFF inset;
    box-shadow: 0 0 0 3px #FFFFFF inset;
}
.btn-radio input[type="radio"]:checked + label {
    background-color: #FF5A00;
    border-color: #FF5A00;
    -webkit-box-shadow: inset 0px 0px 0px 3px #FFFFFF;
    -moz-box-shadow: inset 0px 0px 0px 3px #FFFFFF;
    box-shadow: inset 0px 0px 0px 3px #FFFFFF;
}
.btn-checkbox input:focus + label,
.btn-checkbox input:hover + label,
.btn-radio input:focus + label,
.btn-radio input:hover + label {
    border-color: #B5B5B5;
}

/* Button with arrow */
.btn-arrow-left,
.btn-arrow-right {
    position: relative;
}
.btn-arrow-left:after,
.btn-arrow-right:after {
    font-family: FontAwesome;
    font-size: 25px;
    font-weight: 400;
    position: absolute;
    top: -2px;
}
.btn-arrow-left {
    padding-left: 25px;
}
.btn-arrow-left:after {
    content: '\f104'; /* fa-angle-left */
    left: 7px;
}
.btn-arrow-left:hover:after {
    left: 4px;
}
.btn-arrow-right {
    padding-right: 25px;
}
.btn-arrow-right:after {
    content: '\f105'; /* fa-angle-right */
    right: 7px;
}
.btn-arrow-right:hover:after {
    right: 4px;
}
.btn-sm.btn-arrow-left:after,
.btn-sm.btn-arrow-right:after {
    font-size: 20px;
}
.btn-lg.btn-arrow-left {
    padding-left: 30px;
}
.btn-lg.btn-arrow-right {
    padding-right: 30px;
}
.btn-lg.btn-arrow-left:after,
.btn-lg.btn-arrow-right:after {
    font-size: 30px;
    top: 2px;
}
.btn-link.btn-arrow-left:after,
.btn-link.btn-arrow-right:after {
    top: -7px;
}

/* **************************************************
 * 1.3.4. DATALIST
 * ************************************************** */
.datalist {
    position: absolute;
    z-index: 999;
}
.datalist > .inner {
    border: 2px solid #DDDDDD;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background: #FFFFFF;
    max-height: 320px;
    overflow-x: hidden;
    overflow-y: visible;
}
.datalist > .inner > button {
    background: #FFFFFF;
    border: none;
    text-align: left;
    padding: 6px 12px;
    white-space: nowrap;
    width: 100%;
}
.datalist > .inner > button:focus,
.datalist > .inner > button:hover {
    background: #F5F5F5;
}

/* **************************************************
 * 1.3.5. FILTRES
 * ************************************************** */
.filter-liste {}

/* **************************************************
 * 1.3.6. FORMULAIRES
 * ************************************************** */
input[type="number"] {
    -moz-appearance: textfield;
    padding-right: 6px;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[readonly] + .input-group-addon {
    border: none;
}

.form-control {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 2px solid #EBEBEB;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #666666;
}
.form-control:focus {
    border-color: #DDDDDD;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.form-control.datepicker {
    cursor: pointer;
    padding-left: 6px;
    padding-right: 24px;
}

.form-control-feedback {
    background: #EBEBEB;
    -webkit-border-radius: 0 4px 4px 0;
    border-radius: 0 4px 4px 0;
    color: #999999;
}
.form-control-feedback.fa {
    line-height: 34px;
    width: 30px;
}
.has-feedback-left {
    position: relative;
}
.has-feedback-left .form-control {
    padding-left: 36px;
}
.has-feedback-left .form-control-feedback {
    -webkit-border-radius: 4px 0 0 4px;
    border-radius: 4px 0 0 4px;
    left: 0;
    right: auto;
}

.has-error .form-control,
.has-error .form-control:focus {
    border-color: #FF0000;
}
.has-error .checkbox,
.has-error .checkbox-inline,
.has-error .control-label,
.has-error .help-block,
.has-error .radio,
.has-error .radio-inline,
.has-error.checkbox label,
.has-error.checkbox-inline label,
.has-error.radio label,
.has-error.radio-inline label {
    color: #FF0000;
    font-weight: 700;
}

.btn-submit {
    background: #EBEBEB;
    color: #005677;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.btn-submit .fa {
    font-size: inherit;
}
.btn-submit:hover {
    background: #005677;
    color: #FFFFFF;
}
.input-group-btn > .btn {
    border-width: 1px;
}
.input-group-btn .btn-submit {
    border-left-width: 0;
    padding: 5px 12px;
}

.form-horizontal .checkbox.pt0 {
    padding-top: 0;
}

.form-date-naissance {}
.form-date-naissance input.form-control-date-naissance-jour {
    float: left;
    margin-right: 2%;
    width: 28%;
}
.form-date-naissance input.form-control-date-naissance-mois {
    float: left;
    margin-right: 2%;
    width: 28%;
}
.form-date-naissance input.form-control-date-naissance-annee {
    float: left;
    width: 40%;
}

/* **************************************************
 * 1.3.7. LISTES
 * ************************************************** */
.list {
    list-style: none;
    margin: 0;
    padding: 0;
}
.list .item {}
.list .item h2,
.list .item h2 a {
    color: #333333;
    font-weight: 700;
}
.list .item h2 a:hover {
    color: #005677;
    text-decoration: none;
}

.list.menu {
    border-top: 1px solid #CCCCCC;
    margin-bottom: 30px;
}
.list.menu > li {
    border-bottom: 1px solid #CCCCCC;
}
.list.menu > li > a {
    background: #FFFFFF;
    color: #333333;
    display: block;
    padding: 5px;
}
.list.menu > li > a:focus,
.list.menu > li > a:hover {
    background: #F2F2F2;
    color: #005677;
    text-decoration: none;
}

/* Check list Cabine */
ul.check-list-cabine {
    list-style: none;
    margin: 0;
    padding: 0;
}
ul.check-list-cabine li {
    line-height: 24px;
    padding-left: 20px;
    position: relative;
}
ul.check-list-cabine li:before {
    display: block;
    height: 8px;
    left: 0px;
    position: absolute;
    top: 0px;
    width: 8px;
    color: #72bf66;
    font-family: Flaticon;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    content: "\f135";
}

/* Check list & Moins list */
ul.check-list,
ul.moins-list {
    list-style: none;
    margin: 0;
    padding: 0;
}
ul.check-list li,
ul.moins-list li {
    line-height: 24px;
    padding-left: 20px;
    position: relative;
}
ul.check-list li:before,
ul.moins-list li:before {
    -webkit-border-radius: 50%;
    border-radius: 50%;
    content: '';
    display: block;
    height: 8px;
    left: 5px;
    position: absolute;
    top: 10px;
    width: 8px;
}
ul.check-list li:before {
    background-color: #005677;
}
ul.moins-list li:before {
    background-color: #BFBFBF;
}

/* List blue */
ul.list-blue {}
ul.list-blue li {}
ul.list-blue li a {
    background-color: #2B6187;
    border-bottom: 1px solid #00416f;
    border-left: 4px solid #2B6187;
    color: #FFFFFF;
    display: block;
    font-size: 14px;
    font-weight: 700;
    padding: 20px;
}
ul.list-blue li a:focus,
ul.list-blue li a:hover {
    background-color: #00416F;
    border-left: 4px solid #000000;
    color: #FFFFFF;
    text-decoration: none;
}

/* **************************************************
 * 1.3.8. MODALES
 * ************************************************** */
.modal {}
.modal-dialog {}
.modal-content {
    -webkit-border-radius: 0;
    border-radius: 0;
    border: 0;
}
.modal-header {
    background: #005677;
    border-bottom: none;
    color: #FFFFFF;
    font-size: 25px;
    padding: 15px 50px 15px 15px;
}
.modal-header h2 {
    color: #FFFFFF;
    font-size: 18px;
    text-transform: uppercase;
}
.modal-header .close {
    font-size: 40px;
    margin: 0;
    right: 10px;
    top: 5px;
}
.modal-backdrop {}
.modal-backdrop-white {
    background-color: #FFFFFF;
}
.modal-backdrop-white.in {
    opacity: 0.8;
}
.modal-btn-close {
    background: transparent;
    border: none;
    color: #FFFFFF;
    font-family: sans-serif;
    font-size: 40px;
    font-weight: normal;
    height: 50px;
    line-height: 50px;
    opacity: 0.6;
    position: absolute;
    right: 0;
    text-align: center;
    text-decoration: none;
    text-shadow: none;
    top: 0;
    width: 50px;
    z-index: 10;
}
.modal-btn-close:focus,
.modal-btn-close:hover {
    opacity: 1;
}

/* Modal sur fond blanc */
.modal-white {}
.modal-white .modal-dialog,
.modal-white.in .modal-dialog {
    margin-top: 50vh;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
}
.modal-white .modal-content {
    background-color: transparent;
    box-shadow: none;
}

/* Modal cabine */
#modal-cabine {}
#modal-cabine .modal-dialog {
    width: 750px;
}

/* Modal offre speciale */
#modal-offre-speciale .modal-header {
    background: #F26D7D;
    color: #FFFFFF;
}

/* Modal publicite */
#modal-publicite .close {
    right: 28px;
}
#modal-publicite .modal-dialog {
    max-width: 830px;
    width: auto;
}

/* Modal telephone */
#modal-telephone {}
#modal-telephone .modal-body {
    padding: 40px 15px 15px;
}
#modal-telephone .modal-dialog {
    margin: 15px auto;
    width: 300px;
}
#modal-telephone .close {
    color: #333333;
}
#modal-telephone .image > img {
    -webkit-border-radius: 50%;
    border-radius: 50%;
    border: 10px solid #FF5A00;
}

/* Modal video */
#modal-video .modal-dialog {
    height: 450px;
    margin: 40px auto 30px;
    width: 800px;
}
#modal-video .modal-header {
    padding: 0;
    position: relative;
}
#modal-video .modal-header .close {
    background: rgba(0, 0, 0, 0.6);
    font-size: 40px;
    height: 40px;
    line-height: 40px;
    right: -10px;
    text-align: center;
    top: -40px;
    width: 40px;
}
#modal-video .modal-body {
    padding: 0;
}

/* **************************************************
 * 1.3.9. ONGLETS
 * ************************************************** */
.nav-tabs {
    border-bottom: none;
    height: auto;
}
.nav-tabs > li {
    background: #005677;
    border-right: 1px solid #DDDDDD;
}
.nav-tabs > li:last-child {
    border-right: none;
}
.nav-tabs > li > a {
    border: 0;
    border-radius: 0;
    color: #FFFFFF;
    margin: 0;
    padding: 10px;
}
.nav-tabs > li > a:focus,
.nav-tabs > li > a:hover,
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
    background: #044061;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.nav-tabs > li > a .fi {
    float: left;
    font-size: 18px;
    margin-top: -3px;
    width: 26px;
}

#form-list-home .nav-tabs {
    height: 40px;
}
#form-list-home .nav-tabs > li {
    min-width: 200px;
}
#form-list-home .nav-tabs > li:first-child,
#form-list-home .nav-tabs > li:first-child > a {
    -webkit-border-top-left-radius: 3px;
    border-top-left-radius: 3px;
}
#form-list-home .nav-tabs > li:last-child,
#form-list-home .nav-tabs > li:last-child > a {
    -webkit-border-top-right-radius: 3px;
    border-top-right-radius: 3px;
}
#form-list-home .nav-tabs > li a {
    font-family: 'Lato';
    font-weight: 700;
    height: 40px;
    text-transform: uppercase;
}
#form-list-home .nav-tabs > li > a .fi {
    font-size: 21px;
    margin-top: -5px;
}

#form-list-home .nav-tabs > li.active {
    background: transparent;
}
#form-list-home .nav-tabs > li.active > a {
    color: #005677;
}

#myTabContent {
    background-color: #FFFFFF;
    -webkit-border-radius: 0 3px 3px 3px;
    border-radius: 0 3px 3px 3px;
    height: auto;
    min-height: 110px;
    padding: 15px 20px 0 20px;
}
#myTabContent .btn-search {
    float: right;
    margin: 0 0 5px 0;
}

/* Navigation avancée */
.nav-tabs-adv {
    margin-bottom: 20px;
}
.nav-tabs-adv > li {
    background: transparent;
}
.nav-tabs-adv > li > a {
    background: #FFFFFF;
    color: #005677;
}
.nav-tabs-adv > li > a:hover,
.nav-tabs-adv > li > a:focus {
    background: #DDDDDD;
}
.nav-tabs-adv > li.active > a,
.nav-tabs-adv > li.active > a:hover,
.nav-tabs-adv > li.active > a:focus {
    background: #005677;
    color: #FFFFFF;
}
.nav-tabs-adv > li.active > a:before {
    border-top: 10px solid #005677;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    bottom: -9px;
    content: '';
    height: 0;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    width: 0;
}

/* Page détail */
.nav-tabs-vertical {
    margin-bottom: 0;
}
.nav-tabs-vertical > li {
    background: transparent;
    height: 50px;
    margin: 2px 0;
    border-right: 0px;
}
.nav-tabs-vertical > li > a {
    background: #FFFFFF;
    color: #005677;
    height: 50px;
    line-height: 50px;
    padding: 0 15px;
}
.nav-tabs-vertical > li > a:before {
    border-bottom: 25px solid transparent;
    border-left: 25px solid #FFFFFF;
    border-top: 25px solid transparent;
    bottom: 0;
    content: '';
    left: 100%;
    margin-left: -25px;
    position: absolute;
    top: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.nav-tabs-vertical > li > a:hover:before {
    border-left: 25px solid #DDDDDD;
}
.nav-tabs-vertical > li > a > .fi {
    float: left;
    font-size: 22px;
    margin-top: 0;
    width: 35px;
}
.nav-tabs-vertical > li > a > span {
    line-height: 50px;
    font-size: 18px;
}
.nav-tabs-vertical > li.active > a:before {
    border-left: 25px solid #005677;
    border-right: 0;
    border-top: 25px solid transparent;
    bottom: 0;
    left: 100%;
    margin-left: 0;
}
.responsive-collapse-link {
    list-style-type: none;
    margin-bottom: 10px;
}
.responsive-collapse-link > a {
    border: 0;
    border-radius: 0;
    background: transparent;
    color: #005677;
    margin: 0;
    padding: 0 20px;
    height: 50px;
    line-height: 50px;
    display: inline-block;
    width: 100%;
    text-decoration: none;
}
.responsive-collapse-link > .active-link {
    border: 0;
    border-radius: 0;
    background: #005677;
    color: #FFFFFF;
    margin: 0;
    padding: 0 20px;
    height: 50px;
    line-height: 50px;
    display: inline-block;
    width: 100%;
    text-decoration: none;
}
.bon-plan.responsive-collapse-link > a {
    color: #F26D7D;
}
.bon-plan.responsive-collapse-link > .active-link {
    background: #F26D7D;
    color: #FFFFFF;
}
.responsive-collapse-link > a .fi {
    float: left;
    font-size: 22px;
    margin-top: 0;
    width: 35px;
}
.responsive-collapse-link > a .chevron {
    float: right;
    text-align: right;
}
.responsive-collapse-link > a > span {
    line-height: 50px;
    font-size: 20px;
}

/* Bon plan */
.nav-tabs-adv > li.bon-plan > a {
    color: #F26D7D;
}
.nav-tabs-adv > li.bon-plan.active > a {
    background: #F26D7D;
    color: #FFFFFF;
}
.nav-tabs-adv > li.bon-plan.active > a:before {
    border-top: 10px solid #F26D7D;
}
.nav-tabs-vertical > li.bon-plan.active > a:before {
    border-top: 25px solid transparent;
    border-left: 25px solid #F26D7D;
}

/* Navigation avancée gris */
.nav-tabs-grey {}
.nav-tabs-grey > li {}
.nav-tabs-grey > li > a {
    background: #F2F2F2;
}

/* **************************************************
 * 1.3.10. PAGINATION
 * ************************************************** */
.pagination {
    margin: 15px 0px;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
    background-color: #F2F2F2;
    border-color: #DDDDDD;
    color: #666666;
    font-weight: 700;
}

/* **************************************************
 * 1.3.11. PICTOS
 * ************************************************** */
.picto {
    background-repeat: no-repeat;
    float: left;
    font-style: normal;
}

/* Picto des bons plans */
.picto-bp {
    background-color: #F26D7D;
    background-position: center center;
    border-radius: 50%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    width: 40px;
}
.picto-bp-credit-bord       { background-image: url('../_imgs/pictos/bons-plans/credit-bord.png'); }
.picto-bp-costa-club       { background-image: url('../_imgs/pictos/bons-plans/costa-club.png'); }
.picto-bp-forfaits-boissons { background-image: url('../_imgs/pictos/bons-plans/forfaits-boissons.png'); }
.picto-bp-credit-vol        { background-image: url('../_imgs/pictos/bons-plans/vol.png'); }
.picto-bp-croisiland        { background-image: url('../_imgs/pictos/bons-plans/croisiland.png'); }
.picto-bp-duo               { background-image: url('../_imgs/pictos/bons-plans/duo.png'); }
.picto-bp-saint-valentin    { background-image: url('../_imgs/pictos/bons-plans/saint-valentin.png'); }
.picto-bp-early-b           { background-image: url('../_imgs/pictos/bons-plans/early-b.png'); }
.picto-bp-excursion         { background-image: url('../_imgs/pictos/bons-plans/excursion.png'); }
.picto-bp-famille           { background-image: url('../_imgs/pictos/bons-plans/famille.png'); }
.picto-bp-immanquables      { background-image: url('../_imgs/pictos/bons-plans/immanquables.png'); background-color: #FFFFFF; }
.picto-bp-jaime             { background-image: url('../_imgs/pictos/bons-plans/jaime.png'); background-color: #8d0d3c; }
.picto-bp-msc-club          { background-image: url('../_imgs/pictos/bons-plans/msc-club.png'); background-color: #072048; }
.picto-bp-offre-single      { background-image: url('../_imgs/pictos/bons-plans/single.png'); }
.picto-bp-pret-a-embarquer  { background-image: url('../_imgs/pictos/bons-plans/pret-a-embarquer.png'); }
.picto-bp-privileges        { background-image: url('../_imgs/pictos/bons-plans/privileges.png'); }
.picto-bp-promo             { background-image: url('../_imgs/pictos/bons-plans/promotions.png'); }
.picto-bp-surclassement     { background-image: url('../_imgs/pictos/bons-plans/surclassement.png'); }
.picto-bp-tout-inclus       { background-image: url('../_imgs/pictos/bons-plans/tout-inclus.png'); }
.picto-bp-vacances          { background-image: url('../_imgs/pictos/bons-plans/vacances.png'); }
.picto-bp-blackfriday       { background-image: url('../_imgs/pictos/bons-plans/bf.png'); background-color: #000000; }
.picto-bp-balcon            { background-color: #FF0000; }

/* Picto qui sommes nous */
/*.picto-qui {
    background-color: #F26D7D;
    background-position: center center;
    border-radius: 50%;
    height: 60px;
    line-height: 60px;
    text-align: center;
    width: 60px;
}

.picto-qui-phone            { background-image: url('../_imgs/pictos/phone.png'); }
.picto-qui-send             { background-image: url('../_imgs/pictos/send.png'); }
.picto-qui-map              { background-image: url('../_imgs/pictos/maps.png'); }
.picto-qui-search           { background-image: url('../_imgs/pictos/search.png'); }*/


/* Picto Google Maps */
.picto-gm {
    color: #FFFFFF;
    height: 30px;
    line-height: 28px;
    text-align: center;
    width: 30px;
}
.picto-gm-croisiland        { background-image: url('../_imgs/googlemaps/marker-croisiland.png'); }
.picto-gm-blue              { background-image: url('../_imgs/googlemaps/marker-blue.png'); }
.picto-gm-lblue             { background-image: url('../_imgs/googlemaps/marker-lblue.png'); }
.picto-gm-circle-blue       { background-image: url('../_imgs/googlemaps/circle-blue.png'); }
.picto-gm-circle-lblue      { background-image: url('../_imgs/googlemaps/circle-lblue.png'); }
.picto-gm-circle-departure  { background-image: url('../_imgs/googlemaps/circle-departure.png'); }
.picto-gm-circle-arrival    { background-image: url('../_imgs/googlemaps/circle-arrival.png'); }

/* Picto des services */
.picto-service {
    /* A modifier à chaque ajout ! */
    background-image: url('images/sprite-services.png?v=1.02');
    min-height: 32px;
    padding-left: 35px;
}
.picto-service-restauration { background-position: 0px 0px; }
.picto-service-piscine      { background-position: 0px -32px; }
.picto-service-sport        { background-position: 0px -64px; }
.picto-service-service      { background-position: 0px -96px; }
.picto-service-superficie   { background-position: 0px -128px; }
.picto-service-famille      { background-position: 0px -160px; }
.picto-service-handicape    { background-position: 0px -192px; }
.picto-service-ponts        { background-position: 0px -224px; }
.picto-service-spa          { background-position: 0px -256px; }
.picto-service-wifi         { background-position: 0px -288px; }
.picto-service-carte        { background-position: 0px -320px; }
.picto-service-cabine       { background-position: 0px -352px; }
.picto-service-categorie    { background-position: 0px -384px; }
.picto-service-boisson      { background-position: 0px -416px; }
.picto-service-enfants      { background-position: 0px -448px; }
.picto-service-activites    { background-position: 0px -480px; }

/* **************************************************
 * 1.3.12. POPOVER
 * ************************************************** */
.popover {
    z-index: 1040;
}
.popover-title {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    padding: 10px;
}
.popover-content {
    color: #666666;
    padding: 10px;
}

#assurance .popover {
    border: 2px solid #005677;
    max-width: 330px;
}
#assurance .popover > .arrow:after {
    border-width: 9px;
    border-bottom-width: 0;
}
#assurance .popover.top > .arrow {
    border-top-color: #005677;
}
#assurance .popover.top > .arrow:after {
    bottom: 2px;
    margin-left: -9px;
}
#assurance .popover-button-close {
    font-size: 24px;
    height: 32px;
    line-height: 28px;
    padding: 0;
    width: 32px;
}

.detail .popover {
    max-width: 352px;
}
.detail .popover-content {
    padding: 0;
}

#popover-profile .popover {
    max-width: 330px;
    min-height: 200px;
    width: 330px;
    z-index: 10000;
}

.itineraire .popover {}
.itineraire .popover-content {
    padding: 5px;
}
#ajax-list-escales {
    font-size: 11px;
    max-width: 100%;
    width: 300px;
}
#ajax-list-escales .table th,
#ajax-list-escales .table td {
    padding: 5px;
}

.prix-info .popover {}
.prix-info .popover-content {
    font-size: 12px;
    min-width: 240px;
    padding: 5px;
}

#ajax-login-macif .popover {
    width: 300px;
}

.prix-croisiere .popover-content {
    font-size: 11px;
    font-weight: 700;
    padding: 5px;
}

/* **************************************************
 * 1.3.13. PRIX
 * ************************************************** */
.prix {
    color: #666666;
    font-size: 14px;
    text-align: center;
}
.prix .nombre {
    color: #FF5A00;
    font-size: 30px;
    font-weight: 700;
}
.prix .devise,
.prix .etoile {
    color: #FF5A00;
    font-size: 25px;
    font-weight: 700;
}
.text-prix-barre {
    display: inline-block;
    font-size: 12px;
    line-height: 12px;
    text-align: center;
    width: 100%;
}
.prix-barre {
    text-decoration: line-through;
}
h3 .prix-barre {
    float: left;
}
.prix-info {}

.prix-croisiere {
    line-height: 20px;
}
.prix-croisiere .prix {
    display: block;
}

/* **************************************************
 * 1.3.14. TABLEAUX
 * ************************************************** */

/* Tableau des prix */
.table-price {}
.table-price .tr {
    border-top: 1px solid #CCCCCC;
    margin: 0;
    padding: 0;
}
.table-price .tr > .th,
.table-price .col-md-3 .table-price-nav1 {
    border-left: 1px solid #CCCCCC;
}
.table-price .tr > .th.text-center {
    border-left: none;
}
.table-price .th,
.table-price .td {
    border-bottom: 1px solid #CCCCCC;
    border-right: 1px solid #CCCCCC;
    height: 50px;
    line-height: 44px;
    padding: 0 10px;
    position: relative;
}
.table-price .th {
    font-weight: 700;
}
.table-price .th > span {
    display: inline-block;
    font-size: 14px;
    line-height: 14px;
    vertical-align: middle;
}
.table-price .td {}
.table-price .title {
    line-height: 100%;
    padding-top: 7px;
}
.table-price .title button {
    background: transparent;
    color: #666666;
    font-size: 12px;
    padding-bottom: 0;
    padding-top: 16px;
}
.table-price .title button:focus,
.table-price .title button:hover {
    background: transparent;
    color: #666666;
}

.table-price .btn {
    background: rgba(255, 90, 0, 0.05); /* #FF5A00 */
    -webkit-border-radius: 0;
    border-radius: 0;
    color: #333333;
    display: block;
    font-family: 'Arial', sans-serif;
    font-size: 15px;
    font-weight: 400;
    height: 100%;
    line-height: 15px;
    left: 0;
    padding: 7px 10px 7px 10px;
    position: absolute;
    top: 0;
    width: 100%;
}
.table-price .btn.bold {
    font-weight: 700;
}
.table-price .btn .fa {
    background: #005677;
    border-radius: 50%;
    color: #FFFFFF;
    font-size: 12px;
    height: 20px;
    line-height: 21px;
    margin-right: 3px;
    margin-top: -2px;
    text-align: center;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    width: 20px;
}
.table-price .btn:hover {
    background: #005677;
    color: #FFFFFF;
}
.table-price .btn:hover .fa {
    background: #FFFFFF;
    color: #005677;
}
.table-price .th .btn {
    text-align: left;
}
.table-price .th a,
.table-price .td a {
    color: #FF5A00;
    font-size: 16px;
    font-weight: 700;
    height: 100%;
    left: 0;
    padding: 0 10px;
    position: absolute;
    top: 0;
    width: 100%;
}
.table-price .th a {
    color: #333333;
}
.table-price .th a:focus,
.table-price .th a:hover {
    text-decoration: none;
}
.table-price .th a[data-toggle] {
    color: #005677;
    font-size: 14px;
    font-weight: normal;
    text-decoration: none;
}
.table-price .th a[data-toggle]:hover {
    text-decoration: underline;
}

/* table-price - nav1 */
.table-price .table-price-nav1 {}
.table-price .table-price-nav1 > .td > a {
    color: #333333;
}
.table-price .table-price-nav1 > .td > a:focus,
.table-price .table-price-nav1 > .td > a:hover {
    text-decoration: none;
}

/* table-price - nav2 */
.table-price .table-price-nav2 {
    max-height: 500px;
}
.table-price .table-price-nav2 .th,
.table-price .table-price-nav2 .td {
    height: 50px;
    line-height: 35px;
}
.table-price .table-price-nav2 .th a,
.table-price .table-price-nav2 .td a {
}
.table-price .table-price-nav2 .td a:hover {
    background: #FF5A00;
    color: #FFFFFF;
    text-decoration: none;
}
.table-price .radio {
    height: 100%;
    left: 0;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: absolute;
    text-align: center;
    top: 0;
    width: 100%;
}
.table-price .radio label {
    color: #FF5A00;
    display: block;
    font-family: 'Arial', sans-serif;
    font-size: 16px;
    font-weight: 700;
    height: 100%;
    padding: 0;
    width: 100%;
}
.table-price .radio label:hover {
    /*background: #F2F2F2;*/
}
.table-price .radio label:after {
    background: #FFFFFF;
    border: 2px solid #999999;
    -wekbit-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: 0px 0px 0px 2px #FFFFFF inset;
    -moz-box-shadow: 0px 0px 0px 2px #FFFFFF inset;
    box-shadow: 0px 0px 0px 2px #FFFFFF inset;
    content: '';
    height: 16px;
    left: 10px;
    position: absolute;
    top: 10px;
    width: 16px;
}
.table-price .radio input {
}
.table-price .radio input:checked + label {
    /*background: #F2F2F2;*/
}
.table-price .radio input:checked + label:after {
    background: #FF5A00;
    border-color: #FF5A00;
}

/* table-price - collapse */
.table-price .collapse {
    display: block;
    max-height: 0;
    overflow: hidden;
}
.table-price .collapse.in {
    max-height: 1000px;
}
.table-price .collapsing {
    height: auto;
    max-height: 500px;
    overflow: hidden;
}

/* table-price - nav */
.table-price .owl-prev,
.table-price .owl-next {
    height: 50px;
    line-height: 50px;
    margin-top: 0;
    top: 0;
}

.table-price .price {
    color: #333333;
    font-size: 11px;
    line-height: 15px;
}
.table-price .price .number {
    color: #333333;
    font-size: 14px;
    font-weight: normal;
}
.table-price .price .currency {
    color: #333333;
    font-size: 12px;
    font-weight: normal;
}

.table-price .owl-carousel {
    display: block;
    overflow: hidden;
}
.table-price .owl-carousel .item {
    float: left;
    width: 16.6667%;
}
.table-price .owl-carousel .owl-item .item {
    float: none;
    width: auto;
}

.table-price .owl-carousel .owl-item.current-cruise {
    position: relative;
}
.table-price .owl-carousel .owl-item.current-cruise:before,
.table-price .owl-carousel .owl-item.current-cruise:after,
.table-price .owl-carousel .owl-item.current-cruise .item:before,
.table-price .owl-carousel .owl-item.current-cruise .item:after {
    content: '';
    left: 0;
    position: absolute;
    top: 0;
    z-index: 1;
}
.table-price .owl-carousel .owl-item.current-cruise:before {
    border-left: 1px solid #FF5A00;
    height: 100%;
}
.table-price .owl-carousel .owl-item.current-cruise:after {
    border-left: 1px solid #FF5A00;
    height: 100%;
    left: auto;
    right: 0;
}
.table-price .owl-carousel .owl-item.current-cruise .item {
    position: relative;
}
.table-price .owl-carousel .owl-item.current-cruise .item:before {
    border-top: 1px solid #FF5A00;
    top: -1px;
    width: 100%;
}
.table-price .owl-carousel .owl-item.current-cruise .item:after {
    border-top: 1px solid #FF5A00;
    bottom: 0;
    top: auto;
    width: 100%;
}

.table-price .popover-title {
    padding-right: 40px;
}
.table-price .popover-title .popover-button-close {
    background-color: transparent;
    border: none;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    font-size: 28px;
    height: 32px;
    left: auto;
    line-height: 32px;
    padding: 0;
    position: absolute;
    right: 3px;
    top: 3px;
    width: 32px;
}
.table-price .popover-title .popover-button-close:hover {
    background-color: #DDDDDD;
    color: #333333;
    text-decoration: none;
}

/* **************************************************
 * 1.3.15. TEMPLATES
 * ************************************************** */

/* Assistance */
.assistance {}
.assistance .fi-operator {
    font-size: 40px;
    line-height: 60px !important;
}
.assistance .telephone {
    color: #005677;
    font-size: 30px;
    font-weight: bold;
    text-align: left;
}

/* Bordure image */
.border-bottom-contact {
    background: url('images/border-bottom-contact.jpg') no-repeat center / cover;
    height: 15px;
}
.border-bottom-inscription-newsletter {
    background: url('images/border-bottom-inscription-newsletter.jpg') no-repeat center / cover;
    height: 15px;
}
.border-bottom-jeu-concours {
    background: url('images/border-bottom-jeu-concours.png') no-repeat center / cover;
    height: 15px;
}

/* Cabine */
.cabine {}
.cabine .row {
    display: table;
    float: none;
}
.cabine .row .col-xxs-12 {
    display: table-cell;
    float: none;
    vertical-align: top;
}
.cabine .row .col-xxs-12:last-child {
    border: 15px solid #FFFFFF;
}

.detail .categorie .description {
    height: 233px;
    padding-bottom: 10px;
}

/* Contactez nous */
.contactez-nous {}
.contactez-nous img {
    border-width: 5px;
}

.col-md-4 .contactez-nous img {
    float: none !important;
    margin-right: 0;
}
.col-md-4 .contactez-nous p:first-child {
    float: none !important;
    margin-bottom: 15px;
    text-align: center;
}

/* Coordonnées */
.aside-coordonnees {}
.aside-coordonnees .pagecontainer {
    min-height: 90px;
    padding-left: 90px;
    position: relative;
}
.aside-coordonnees .pagecontainer.title {
    background: url('images/croisiland-fond.jpg') no-repeat center / cover;
    min-height: 80px;
    padding-left: 15px;
}
.aside-coordonnees .icon {
    background-color: #EEF9FF;
    color: #005677;
    font-size: 30px;
    height: 60px;
    left: 15px;
    line-height: 55px;
    position: absolute;
    text-align: center;
    top: 15px;
    width: 60px;
}

/* Widget des options */
.frais-de-service {
    text-align: center;
}
.frais-de-service > button {
    color: #666666;
    font-size: 10px;
}
.frais-de-service > button:focus,
.frais-de-service > button:hover {
    color: #666666;
    text-decoration: none;
}
.frais-de-service > button > i {
    font-size: 10px;
}
.frais-de-service .popover {
    width: 240px !important;
}
.frais-de-service .popover-title {
    font-size: 11px;
}
.frais-de-service .popover-content {
    font-size: 11px;
    padding: 10px;
}
.frais-de-service .popover-content p:last-child {
    margin-bottom: 0;
}

/* Widget des options */
.options {}
.options .option {}
.options .option > a,
.options .option > h3 {
    background: #FFFFFF;
    color: #333333;
    height: 30px;
    line-height: 26px;
    padding-left: 37px;
}
.options .option > a > i,
.options .option > h3 > i {
    background-color: #00B1E0;
    border: 2px solid #00A3CF;
    color: #FFFFFF;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    font-size: 18px;
    height: 30px;
    line-height: 26px;
    text-align: center;
    width: 30px;
}
.options .option > a:focus,
.options .option > a:hover {
    background: #EBEBEB;
}
.options .option > a:focus > i,
.options .option > a:hover > i {
    color: #FFFFFF;
}
.options .option > a > span {
    font-size: 12px;
    line-height: 12px;
}

.options .option .popover {
    width: 240px;
    max-width: 240px;
}
.options .option .popover-content {
    color: #333333;
    font-size: 12px;
    padding: 3px 6px;
}

/* Widget des offres spéciales */
.offres-speciales {
    font-size: 12px;
    line-height: 12px;
}
.offres-speciales .offre-speciale {
    float: right;
}
.offres-speciales .offre-speciale > a {
    background-color: #FDBEC6;
    border: 1px solid #FFFFFF;
    color: #333333;
    display: block;
    line-height: 40px;
    min-height: 40px;
    padding: 0 5px 0 40px;
    position: relative;
}
.offres-speciales .offre-speciale > a > i {
    left: 5px;
    position: absolute;
    top: 5px;
}
.offres-speciales .offre-speciale > a > i.picto-bp-immanquables {
    background-color: #FFFFFF !important;
}
.offres-speciales .offre-speciale > a > span {
    color: #333333;
    display: inline-block;
    font-size: 12px;
    line-height: 12px;
    vertical-align: middle;
}

.offres-speciales .offre-speciale.jaune > a {
    border: 1px solid #FF0000;
    background-color: #FFFF00;
    color: #FF0000;
}
.offres-speciales .offre-speciale.jaune > a > i {
    background-color: #FF0000;
}
.offres-speciales .offre-speciale.jaune > a > span {
    -webkit-animation: blink 1.5s infinite;
    -moz-animation: blink 1.5s infinite;
    animation: blink 1.5s infinite;
    color: #FF0000;
    font-size: 14px;
    font-weight: 700;
    line-height: 14px;
}

.offres-speciales .offre-speciale.bleu > a {
    border: 1px solid #fff;
    background-color: #0271A4;
    color: #fff;
}
.offres-speciales .offre-speciale.bleu > a > i {
    background-color: #0271A4;
}
.offres-speciales .offre-speciale.bleu > a > span {
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    line-height: 14px;
}

.offres-speciales .offre-speciale.bleu-msc > a {
    border: 1px solid #fff;
    background-color: #072048;
    color: #fff;
}
.offres-speciales .offre-speciale.bleu-msc > a > i {
    background-color: #072048;
}
.offres-speciales .offre-speciale.bleu-msc > a > span {
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    line-height: 14px;
}

.offres-speciales .offre-speciale .picto-bp {
    background-size: 22px;
    height: 30px;
    line-height: 30px;
    width: 30px;
}

.offres-speciales .offre-speciale .popover {
    font-size: 12px;
    width: 240px;
}
.offres-speciales .offre-speciale .popover .popover-title {
    background: #F26D7D;
    color: #FFFFFF;
    padding: 5px 8px;
}
.offres-speciales .offre-speciale .popover .popover-content {
    padding: 3px 8px 5px;
}

.detail .offres-speciales {
    margin: 0 -5px 5px;
}
.detail .offres-speciales .offre-speciale {
    float: left;
    margin-bottom: 10px;
    width: 50%;
}

/* Partez en Croisières */
.partez-en-croisieres {
    background: url('../_imgs/pubs/pec-fond.jpg') no-repeat bottom center;
    overflow: hidden;
}
.partez-en-croisieres .inner {
    background-color: rgba(0, 0, 0, 0.7);
    color: #FFFFFF;
}
.partez-en-croisieres .btn {
    margin-bottom: -40px;
}
.partez-en-croisieres .image {
    height: 400px;
    margin: 0 auto;
    position: relative;
    padding-bottom: 50px;
    width: 250px;
}
.partez-en-croisieres .image img:nth-of-type(2) {
    bottom: -47px;
    left: -100px;
    position: absolute;
}

/* Remise partenaire */
.remise-partenaire {}
#selection-cabine .remise-partenaire {
    background: #F2F2F2;
    font-size: 11px;
}
#selection-cabine .remise-partenaire .circle {
    height: 30px;
    left: 5px;
    line-height: 30px;
    top: 5px;
    width: 30px;
}

/* Liste des escales */
.list-escales {}
.list-escales .picto-gm {
    margin: -5px 10px -5px -5px;
}
.itineraire .nano {
    height: 410px;
}

/* Spécial groupes */
.special-groupes .popover,
.resa-confiance-croisiland .popover {
    width: 200px;
    max-width: 200px;
}
.special-groupes .popover-content,
.resa-confiance-croisiland .popover-content {
    color: #333333;
    font-size: 12px;
    padding: 3px 6px;
}

/* Tarif comprend / comprend pas */
.detail .pagecontainer .pagecontainer {
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin: 0;
    padding: 0;
}
.detail #panel-tarif .tarif-comprend h2,
.detail #panel-tarif .tarif-comprend-pas h2 {
    border-bottom: none;
    padding-bottom: 0;
}

.detail #panel-tarif .tarif-comprend .pagecontainer,
.detail #panel-tarif .tarif-comprend-pas .pagecontainer {
    border-bottom: 1px solid #CCCCCC;
    margin-bottom: 15px;
    padding-bottom: 15px;
}

.detail #panel-infos .informations-complementaires h2 {
    border-bottom: none;
    padding-bottom: 0;
}

.detail #panel-infos .informations-complementaires .pagecontainer {
    border-bottom: 1px solid #CCCCCC;
    margin-bottom: 15px;
    padding-bottom: 15px;
}

.detail .itineraire .pagecontainer {
    padding-bottom: 0;
}

/* Widget du tarif spécial */
.tarifs {
    /*margin-left: -5px;*/
    /*margin-right: -5px;*/
}
.tarifs .tarif {
    padding-left: 5px;
    padding-right: 5px;
}
.tarifs .tarif > a {
    background: #FFFFFF;
    height: 50px;
    line-height: 46px;
    padding-left: 60px;
}
.tarifs .tarif > a:focus,
.tarifs .tarif > a:hover {
    background: #EBEBEB;
}
.tarifs .tarif > a > img {
    -webkit-border-radius: 4px;
    border-radius: 4px;
}
.tarifs .tarif > a > span {
    font-size: 14px;
    line-height: 14px;
}

.tarifs .tarif .popover {
    width: 240px;
    max-width: 240px;
}
.tarifs .tarif .popover-content {
    color: #333333;
    font-size: 12px;
    padding: 3px 6px;
}

.detail .tarifs {}
.detail .tarifs .tarif {}
.detail .tarifs .tarif > a {
    height: 30px;
    line-height: 26px;
    padding-left: 37px;
}

.liste .tarifs {}
.liste .tarifs .tarif {
    margin-top: 5px;
    /*margin-bottom: 5px;*/
}
.liste .tarifs .tarif > a {
    height: 30px;
    line-height: 26px;
    padding-left: 37px;
}
.liste .tarifs .tarif > a > span {
    font-size: 12px;
    line-height: 12px;
}

/* Publicité */
.publicite {
    margin: 0 auto;
    max-width: 350px;
}



/* **************************************************
 * 2. GABARIT
 * ************************************************** */

/* **************************************************
 * 2.1. HEADER
 * ************************************************** */
#header {}

.navbar-fixed-top {}

/* **************************************************
 * 2.1.1. HEADER H1
 * ************************************************** */
#header-h1 {
    height: 30px;
    overflow: hidden;
    -webkit-transition: height 0.3s ease;
    -moz-transition: height 0.3s ease;
    transition: height 0.3s ease;
}
#header-h1 .p {
    color: #005677;
    display: inline;
    height: 30px;
    line-height: 30px;
    margin: 0;
    white-space: nowrap;
}

/* **************************************************
 * 2.1.2. HEADER TOP
 * ************************************************** */
#header-top {}

/* **************************************************
 * 2.1.3. HEADER RIGHT
 * ************************************************** */
#header-right {
    border-left: 1px solid #E2E2E2;
}
#header-right > div {
    border-right: 1px solid #E2E2E2;
    float: left;
}
#header-right > div > a,
#header-right > div > button,
#header-right > div > span {
    background: #FFFFFF;
    border: none;
    float: left;
    height: 50px;
    padding: 0 15px 0 40px;
    position: relative;
    max-width: 250px;
}
#header-right > div > a:focus,
#header-right > div > a:hover,
#header-right > div > button:focus,
#header-right > div > button:hover {
    background: #F5F5F5;
}
#header-right > div > a > i,
#header-right > div > button > i,
#header-right > div > span > i {
    height: 50px;
    left: 0;
    line-height: 50px;
    position: absolute;
    text-align: center;
    top: 0;
    width: 40px;
}

/* **************************************************
 * 2.1.4. HEADER BOTTOM
 * ************************************************** */
#header-bottom {}

/* **************************************************
 * 2.1.5. LOGO
 * ************************************************** */
#logo {}
#logo > img {}

/* **************************************************
 * 2.1.6. NAVIGATION
 * ************************************************** */
.navbar {
    border: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    margin: 0;
    min-height: 0;
}
.navbar .nano {
    overflow: visible;
}
.navbar .nano > .nano-content {
    overflow: visible;
    position: static;
}
.navbar .nano > .nano-pane {
    display: none !important;
}

/* Niveau 1 */
.navbar-nav {}
.navbar-nav > li {}
.navbar-nav > li > a {
    background: transparent;
    color: #FFFFFF;
    font-family: 'Lato';
    height: 40px;
    line-height: 40px;
    padding: 0px 15px;
    text-transform: uppercase;
}
.navbar-nav > li > a:focus,
.navbar-nav > li > a:hover,
.navbar-nav > li:focus > a,
.navbar-nav > li:hover > a,
.navbar-nav > li.active > a,
.navbar-nav > li.open > a,
.navbar-nav > li.open > a:focus,
.navbar-nav > li.open > a:hover {
    background: #044061;
    color: #FFFFFF;
}
.navbar-nav > li > a.dropdown-toggle {
    padding-right: 30px;
    position: relative;
}
.navbar-nav > li > a.dropdown-toggle:before {
    color: #FFFFFF;
    content: '\f107'; /* fa-angle-down */
    font-family: 'FontAwesome';
    font-size: 18px;
    font-weight: 400;
    position: absolute;
    right: 11px;
    top: 1px;
}

/* Niveau 2 */
ul.nav li.dropdown > ul.dropdown-menu {
    background: rgba(255, 255, 255, 0.95);
    border: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-column-gap: 0;
    -moz-column-gap: 0;
    column-gap: 0;
    -webkit-column-rule: 1px solid rgba(255, 255, 255, 0.3);
    -moz-column-rule: 1px solid rgba(255, 255, 255, 0.3);
    column-rule: 1px solid rgba(255, 255, 255, 0.3);
    min-width: 100%;
    padding: 5px 0;
}
ul.nav li.dropdown ul.dropdown-column-2 {
    -webkit-columns: 2;
    -moz-columns: 2;
    columns: 2;
}
ul.nav li.dropdown ul.dropdown-column-3 {
    -webkit-columns: 3;
    -moz-columns: 3;
    columns: 3;
}
ul.nav li.dropdown ul.dropdown-column-4 {
    -webkit-columns: 4;
    -moz-columns: 4;
    columns: 4;
}
ul.nav li.dropdown > ul.dropdown-menu > li {}
ul.nav li.dropdown > ul.dropdown-menu > li > a {
    border: 0;
    color: #333333 !important;
    display: block;
    font-size: 12px;
    height: 30px;
    line-height: 30px;
    padding: 0 45px 0 15px;
}
ul.nav li.dropdown > ul.dropdown-menu > li > a:focus,
ul.nav li.dropdown > ul.dropdown-menu > li > a:hover,
ul.nav li.dropdown > ul.dropdown-menu > li:focus > a,
ul.nav li.dropdown > ul.dropdown-menu > li:hover > a {
    background: rgba(0, 86, 119, 0.15);
    color: #044061 !important;
    text-decoration: none;
}

/* Niveau 2 : Mega menu */
ul.nav li.dropdown > ul.mega-menu {
    padding: 0;
}
ul.nav li.dropdown:hover > ul.mega-menu {
    z-index: 1010;
}
ul.nav li.dropdown > ul.mega-menu > li {}
ul.nav li.dropdown > ul.mega-menu > li > a {
    border-left: 3px solid #FFFFFF;
    border-top: 1px solid rgba(204, 204, 204, 0.4);
    height: 40px;
    line-height: 40px;
    padding: 0 45px 0 15px;
    position: relative;
}
ul.nav li.dropdown > ul.mega-menu > li:hover > a,
ul.nav li.dropdown > ul.mega-menu > li > a:focus,
ul.nav li.dropdown > ul.mega-menu > li > a:hover {
    background-color: rgba(0, 86, 119, 0.15);
    border-left: 3px solid #044061;
    color: #044061 !important;
}
ul.nav li.dropdown > ul.mega-menu > li:first-child > a {
    border-top: none;
}
ul.nav li.dropdown > ul.mega-menu > li.dropdown > a:before {
    content: '\f105'; /* fa-angle-right */
    font-family: FontAwesome;
    font-size: 20px;
    position: absolute;
    right: 10px;
    top: -2px;
}

/* Niveau 3 : Mega menu */
ul.nav li.dropdown > ul.mega-menu > li > ul.dropdown-menu {
    border: 0;
    left: 100%;
    max-height: none;
    min-height: 100%;
    top: 0;
}
ul.nav li.dropdown > ul.mega-menu > li > ul.dropdown-menu li {}
ul.nav li.dropdown > ul.mega-menu > li > ul.dropdown-menu li > a {
    height: 30px;
    line-height: 30px;
    padding: 0 45px 0 15px;
}
ul.nav li.dropdown:hover > ul.mega-menu > li:hover > ul.dropdown-menu {
    z-index: 1020;
}

.navbar-toggle {
    height: 40px;
    margin: 5px 5px 0 0;
    position: relative;
    width: 42px;
}
.navbar-fixed-top.compact .navbar-toggle {
    margin-top: 5px;
}
.navbar-fixed-top.compact .navbar-toggle.in {
    margin-top: 0;
}
.navbar-toggle .icon-bar {
    background: #005677;
    height: 3px;
    left: 9px;
    margin-top: 0 !important;
    opacity: 1;
    position: absolute;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.5s ease;
}
.navbar-toggle .icon-bar:nth-of-type(1) {
    top: 11px;
}
.navbar-toggle .icon-bar:nth-of-type(2) {
    top: 18px;
}
.navbar-toggle .icon-bar:nth-of-type(3) {
    top: 25px;
}
.navbar-toggle.in {
    margin: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 99999;
}
.navbar-toggle.in .icon-bar {
    background: #FFFFFF;
}
.navbar-toggle.in .icon-bar:nth-of-type(1) {
    height: 3.5px;
    top: 18px;
    transform: rotate(45deg);
}
.navbar-toggle.in .icon-bar:nth-of-type(2) {
    opacity: 0;
}
.navbar-toggle.in .icon-bar:nth-of-type(3) {
    height: 3.5px;
    top: 18px;
    transform: rotate(-45deg);
}

/* **************************************************
 * 2.1.7. HEADER COVID
 * ************************************************** */
#header-covid {}
#header-covid #header-covid-close {
    background: none;
    border: none;
    color: white;
    font-size: 20px;
    position: absolute;
    right: 0;
    top: 0;
}

/* **************************************************
 * 2.2. FOOTER
 * ************************************************** */
#footer {}

/* **************************************************
 * 2.2.2. INFORMATIONS DE CONTACT
 * ************************************************** */
#footer .contact-info {}

/* Social Networks */
#footer .social-networks {}
#footer .social-networks > p {
    white-space: nowrap;
}
#footer .social-networks a {
    display: inline-block;
    height: 30px;
    width: 30px;
}
#footer .social-networks a:hover,
#footer .social-networks a.bg-white:hover {
    background: rgba(255, 255, 255, 0.6);
}
#footer .social-networks a.bg-blue:hover {
    background: rgba(0, 86, 119, 0.6);
    color: #FFFFFF;
}
#footer .social-networks a .fi {
    -webkit-border-radius: 50%;
    border-radius: 50%;
    font-size: 21px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    width: 30px;
}

/* **************************************************
 * 2.2.3. INFORMATIONS PAIEMENTS
 * ************************************************** */
#footer .paiements {}
#footer .paiements .container .row {
    padding: 0;
}

/* **************************************************
 * 2.2.4. COPYRIGHT
 * ************************************************** */
#footer .copyright {}

/* **************************************************
 * 2.3. BANNER
 * ************************************************** */
.banner {
    background-color: #999999;
    background-position: center top;
    background-repeat: no-repeat;
    color: #FFFFFF;
    min-height: 350px;
    overflow: hidden;
    position: relative;
    width: 100%;
}
.banner .banner-container {
    bottom: 20px;
    position: absolute;
    width: 100%;
}
.banner .banner-container .banner-inner {
    background: rgba(255, 255, 255, 0.85);
}

/* **************************************************
 * 2.3.1. BANNER FULLSCREEN
 * ************************************************** */
.banner-fullscreen {
    background-color: #999999;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #FFFFFF;
    height: 100%;
    overflow: hidden;
    position: relative;
    text-align: center;
    width: 100%;
}
.banner-fullscreen .cover {
    background-image: linear-gradient(
            to top,
            rgba(1, 33, 54, 0.8) 0%,
            rgba(1, 33, 54, 0.5) 25%,
            rgba(1, 33, 54, 0.3) 75%,
            rgba(1, 33, 54, 0.1) 100%
        );
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.banner-fullscreen .container {
    color: #FFFFFF;
    margin-top: 90px;
}

.btn-scroll-down {
    background: transparent;
    border: 2px solid #CCCCCC;
    border-radius: 14px;
    bottom: 5vh;
    height: 40px;
    left: 0;
    margin: 0 auto;
    padding: 0;
    position: absolute;
    right: 0;
    width: 28px;
}
.btn-scroll-down .fa {
    animation: scroll 1s infinite;
    color: #CCCCCC;
    font-size: 16px;
    position: relative;
    vertical-align: top;
    width: 21px;
}
.btn-scroll-down .fa:after {
    background: #CCCCCC;
    content: '';
    height: 10px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 2px;
}
.btn-scroll-down:focus,
.btn-scroll-down:hover {
    border-color: #FFFFFF;
}
.btn-scroll-down:focus .fa,
.btn-scroll-down:hover .fa {
    color: #FFFFFF;
}
.btn-scroll-down:focus .fa:after,
.btn-scroll-down:hover .fa:after {
    background: #FFFFFF;
}

/* **************************************************
 * 2.4. CONTENT
 * ************************************************** */
#content {
    background-color: #F2F2F2;
}
.espace-groupe #content,
.luxe #content,
.exploration #content,
.fluviales #content {
    padding-top: 90px;
}
#content.bg-white {
    background-color: #FFFFFF;
}
#content.p-0,
#content.pt-0 {
    padding-top: 0 !important;
}

.pagecontainer {
    background: #FFFFFF;
    border: 0px solid #CCCCCC;
    box-shadow: 0 0 0px rgba(0, 0, 0, 0.13);
    margin: 0 0 30px 0;
}

.back-to-top {
    float: right;
    line-height: 15px;
    margin-bottom: 20px;
}

/* **************************************************
 * 2.4.1. FIL D'ARIANE
 * ************************************************** */
.breadcrumb {
    background-color: transparent;
    margin: 0;
    padding: 10px 5px;
}
.breadcrumb > li {
    margin-right: 5px;
}

/* **************************************************
 * 2.4.2. FIL D'ARIANE DES ETAPES DE PAIEMENT
 * ************************************************** */
.breadcrumb-booking {}
.breadcrumb-booking > li {
    width: 20%;
}
.breadcrumb-booking a:focus,
.breadcrumb-booking a:hover {
    text-decoration: none;
}

.breadcrumb-booking .number {
    background: #FFFFFF;
    border: 2px solid #CCCCCC;
    color: #CCCCCC;
    line-height: 26px;
}
.breadcrumb-booking .active .number {
    background: #FFFFFF;
    border-color: #005677;
    color: #005677;
}
.breadcrumb-booking .active:hover .number {
    background: #005677;
    border-color: #044061;
    color: #FFFFFF;
}
.breadcrumb-booking .selected .number {
    background: #FF5A00;
    border-color: #C84700;
    color: #FFFFFF;
}

.breadcrumb-booking .text {
    color: #CCCCCC;
}
.breadcrumb-booking .active .text {
    color: #005677;
}
.breadcrumb-booking .active .text:hover {
    color: #333333;
}
.breadcrumb-booking .selected .text {
    color: #FF5A00;
}

/* **************************************************
 * 2.4.3. COLONNE GAUCHE
 * ************************************************** */
.column-left {
    padding: 0;
}

/* **************************************************
 * 2.4.4. COLONNE DROITE
 * ************************************************** */
.column-right {
    float: right;
    padding-left: 30px;
    padding-right: 0;
}
.column-right h2 {
    line-height: 22px;
    overflow: hidden;
}



/* **************************************************
 * 3. MODULES
 * ************************************************** */

/* **************************************************
 * 3.1. CUSTOM SELECT
 * ************************************************** */
.customSelect {
    background: #FFFFFF url('images/select.png') no-repeat scroll right center;
}
.customSelect.customSelectDisabled {}
.customSelect.customSelectDisabledOption {}
.customSelect.customSelectFocus {
    border-color: #DDDDDD;
}
.customSelect.customSelectHover {}
.customSelect.customSelectOpen {
    background: #FFFFFF url('images/select.png') no-repeat scroll right center;
    border-color: #DDDDDD;
}
.hasCustomSelect,
.customSelectInner {
    min-width: 100%;
    width: 100% !important;
}

/* **************************************************
 * 3.2. FANCYBOX
 * ************************************************** */
a.fancybox {
    display: block;
    position: relative;
}
a.fancybox:after {
    background: rgba(0, 0, 0, 0.5);
    bottom: 0;
    color: #FFFFFF;
    content: '\f00e'; /* fa-search-plus */
    font-family: 'FontAwesome';
    font-size: 20px;
    font-weight: 400;
    height: 40px;
    line-height: 40px;
    margin: auto;
    position: absolute;
    right: 0;
    text-align: center;
    width: 40px;
}
a.fancybox:hover:after {
    background: #000000;
}

/* **************************************************
 * 3.3. GOOGLE MAPS
 * ************************************************** */
#map-canvas,
#modal-map-canvas {
    display: block;
    height: 249px;
    width: 100%;
}
.itineraire #map-canvas {
    height: 249px;
}
.detail .itineraire #map-canvas {
    height: 410px;
}
#map-canvas .marker-blue,
#map-canvas .marker-lblue,
#map-canvas .marker-arrival,
#map-canvas .marker-departure,
#map-canvas .marker-departure-arrival {
    background-color: transparent;
    background-repeat: no-repeat;
    color: #FFFFFF;
    font-size: 14px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    width: 30px;
}
#map-canvas .marker-blue {
    background-image: url('../_imgs/googlemaps/marker-blue.png');
}
#map-canvas .marker-lblue {
    background-image: url('../_imgs/googlemaps/marker-lblue.png');
}
#map-canvas .marker-arrival {
    background-image: url('../_imgs/googlemaps/marker-arrival.png');
}
#map-canvas .marker-departure {
    background-image: url('../_imgs/googlemaps/marker-departure.png');
}
#map-canvas .marker-departure-arrival {
    background-image: url('../_imgs/googlemaps/marker-departure-arrival.png');
}
#map-canvas .marker-croisiland {
    background: transparent url('../_imgs/googlemaps/marker-croisiland.png') no-repeat;
    height: 79px;
    width: 50px;
}

.leaflet-div-icon {
    background: transparent;
    border: none;
}

.leaflet-marker-icon .number {
    position: relative;
    top: -35px;
    font-size: 14px;
    font-weight: bold;
    color: #FFFFFF;
    width: 30px;
    text-align: center;
}

#padding-top {
    padding-top: 600px;
}

/* **************************************************
 * 3.4. OWL CAROUSEL
 * ************************************************** */
.owl-carousel {}
.owl-carousel .owl-item {}
.owl-carousel .owl-item .item {}
.owl-carousel .owl-item .item img {
    -webkit-border-radius: 3px;
    border-radius: 3px;
    max-width: 100%;
}
.owl-carousel .owl-item .item img.w-auto {
    width: auto;
}

/* Owl Carousel - Nav */
.owl-prev,
.owl-next {
    /*background: rgba(2, 88, 123, 0.8);*/
    background: #005677;
    color: #FFFFFF;
    font-size: 20px;
    height: 45px;
    line-height: 43px;
    margin-top: -23px;
    position: absolute;
    text-align: center;
    top: 50%;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
    width: 30px;
}
.owl-prev {
    left: 0;
}
.owl-next {
    right: 0;
}
.owl-prev:hover,
.owl-next:hover {
    /*background: rgba(0, 0, 0, 0.8);*/
    background: #397C97;
    color: #FFFFFF;
}
.owl-prev.disabled,
.owl-next.disabled {
    display: none !important;
}

.owl-nav-circle .owl-prev,
.owl-nav-circle .owl-next {
    background: transparent;
    color: #999999;
    height: 40px;
    line-height: 40px;
    margin-top: -20px;
    position: absolute;
    top: 50%;
    width: 40px;
}
.owl-nav-circle .owl-prev .fi,
.owl-nav-circle .owl-next .fi {
    font-size: 40px;
}
.owl-nav-circle .owl-prev {
    left: -60px;
}
.owl-nav-circle .owl-next {
    right: -60px;
}

/* Owl Carousel - Dots */
.owl-carousel .owl-dots {
    bottom: -30px;
    height: 15px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    text-align: center;
}
.owl-carousel .owl-dot {
    background: transparent;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    border: 2px solid #005677;
    display: inline-block;
    height: 15px;
    margin: 0 3px 1px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    width: 15px;
}
.owl-carousel .owl-dot:focus,
.owl-carousel .owl-dot:hover {
    background: rgba(0, 86, 119, 0.5); /* #005677 */
}
.owl-carousel .owl-dot.active {
    background: #005677;
}
.owl-carousel .owl-dot span {}

/* Owl Carousel - Thumbs */
.owl-thumbs {}
.owl-thumb-item {
    background: none;
    border: 0;
    opacity: 0.4;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.owl-thumb-item:hover,
.owl-thumb-item.active {
    opacity: 1;
}
.owl-thumb-item img {
    width: 100%;
}

/* Owl Carousel - Cabines */
.slider-cabines {
    max-width: 375px;
}
.slider-cabines .owl-prev,
.slider-cabines .owl-next {
    background: rgba(0, 0, 0, 0.6);
    color: #FFFFFF;
    font-size: 50px;
    height: 50px;
    margin-top: -25px;
    width: 50px;
}
.slider-cabines .owl-prev {
    left: 0;
}
.slider-cabines .owl-next {
    right: 0;
}
.slider-cabines .owl-prev .fa,
.slider-cabines .owl-next .fa {
    line-height: 50px;
    font-size: 50px;
    display: block;
}
.slider-cabines .owl-prev .fa {
    padding-right: 7px;
}
.slider-cabines .owl-next .fa {
    padding-left: 7px;
}
.slider-cabines .owl-prev:focus,
.slider-cabines .owl-prev:hover,
.slider-cabines .owl-next:focus,
.slider-cabines .owl-next:hover {
    background: rgba(0, 0, 0, 1);
}

/* Owl Carousel - Navires */
.slider-navires .owl-carousel .item {}
.slider-navires .owl-carousel .item img {
    -webkit-border-radius: 0;
    border-radius: 0;
    display: block;
    height: auto;
    margin: 0 auto;
    max-height: 100%;
    max-width: 100%;
    width: auto;
}
.slider-navires .owl-carousel {
    max-height: 505px;
    overflow: hidden;
}
.slider-navires .owl-carousel.owl-loaded {
    max-height: none;
}
.slider-navires .owl-carousel .item {
    float: left;
    height: 379px;
    width: 570px;
}
.slider-navires .owl-carousel .item img {
    display: none;
}
.slider-navires .owl-carousel .owl-stage-outer .item img {
    display: block;
}
.slider-navires .owl-carousel .owl-dots {
    z-index: -1;
}
.slider-navires .owl-carousel .owl-thumbs {
    margin: 0 -2px;
    padding-top: 4px;
}
.slider-navires .owl-carousel .owl-thumb-item {
    padding: 0 2px;
    margin-bottom: 4px;
    width: 10%;
}
.slider-navires .owl-buttons {
    font-size: 12px;
    opacity: 0;
    position: absolute;
    right: 10px;
    top: 10px;
    -webkit-transition: opacity 0.6s ease;
    -moz-transition: opacity 0.6s ease;
    transition: opacity 0.6s ease;
    z-index: 2;
}
.slider-navires .owl-buttons .owl-button {
    background: rgba(30, 30, 30, 0.6);
    border: 0;
    color: #DDDDDD;
    float: left;
    height: 36px;
    line-height: 36px;
    padding: 0;
    text-align: center;
}
.slider-navires .owl-buttons .owl-button .fa {
    height: 36px;
    line-height: 36px;
    vertical-align: top;
    width: 36px;
}
.slider-navires .owl-buttons .owl-button span {
    display: inline-block;
    height: 36px;
    line-height: 36px;
    overflow: hidden;
    text-align: right;
    -webkit-transition: width 0.2s linear;
    -moz-transition: width 0.2s linear;
    transition: width 0.2s linear;
    white-space: nowrap;
    width: 0px;
}
.slider-navires .owl-buttons .owl-button:hover {
    background: rgba(30, 30, 30, 0.9);
}
.slider-navires .owl-buttons .owl-button:hover span {
    width: 120px;
}
.slider-navires:hover .owl-buttons {
    opacity: 1;
}

.slider-navires .owl-paging {
    background: rgba(30, 30, 30, 0.6);
    bottom: 10px;
    color: #DDDDDD;
    font-size: 12px;
    height: 24px;
    left: 0;
    line-height: 24px;
    margin: 0 auto;
    position: absolute;
    right: 0;
    text-align: center;
    -webkit-transition: opacity 0.6s ease;
    -moz-transition: opacity 0.6s ease;
    transition: opacity 0.6s ease;
    width: 60px;
    z-index: 2;
}

/* **************************************************
 * 3.5. PACKERY
 * ************************************************** */
.packery {
    margin-left: -15px;
    margin-right: -15px;
}
.packery-item {
    margin-bottom: 30px;
    padding-left: 15px;
    padding-right: 15px;
    width: 25%;
}

/* **************************************************
 * 3.6. SELECT 2
 * ************************************************** */
.select2-container {
    border: 0;
    height: auto;
    padding: 0;
    width: 100% !important;
}
.select2-container .select2-choice,
.select2-container .select2-choices {
    background: #FFFFFF;
    border: 2px solid #EBEBEB;
    border-radius: 4px;
    color: #666666 !important;
    outline: none;
}
.select2-container .select2-choice {
    height: 36px;
    padding: 5px;
}
.select2-container .select2-choice div {
    background: url('images/select.png') no-repeat center center;
    border: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    width: 16px;
}
.select2-container .select2-choice div b {
    display: none;
}

/* Select multi */
.select2-choices .select2-search-choice {
    background: #DDDDDD;
    color: #666666;
    margin: 5px 0 5px 5px;
    padding: 5px 20px 5px 5px;
}
.select2-choices .select2-search-choice-close {
    background-image: none !important;
    right: 5px;
    top: 5px;
}
.select2-choices .select2-search-choice-close:before {
    color: #666666;
    content: '\f00d'; /* fa-times */
    font-family: 'FontAwesome';
    font-size: 14px;
    height: 13px;
    line-height: 11px;
    position: absolute;
    right: 0;
    top: 0;
    width: 12px;
}
.select2-choices .select2-search-choice-close:hover:before {
    color: #242423;
}

.select2-choices .select2-search-field input {
    color: #666666 !important;
    font-family: 'Lato', sans-serif;
    font-weight: 400 !important;
    height: 30px;
    line-height: 30px;
    margin: 0;
    padding: 6px 0 6px 12px;
}

/* Select active */
.select2-container.select2-container-active .select2-choice,
.select2-container-multi.select2-container-active .select2-choices {
    border: 2px solid #EBEBEB;
    -webkit-box-shadow: none;
    box-shadow: none;
}

/* Select dropdown open */
.select2-container.select2-dropdown-open .select2-choice,
.select2-container-multi.select2-dropdown-open .select2-choices {
    background: #FFFFFF;
    border: 2px solid #DDDDDD;
    -webkit-box-shadow: none;
    box-shadow: none;
}

/* Select search */
.select2-search {
    padding: 1px;
}
.select2-search input {
    color: #666666;
    font-weight: normal !important;
    margin: 0 !important;
}

/* Select results */
.select2-results {
    color: #666666;
    margin: 0;
    padding: 0;
}
.select2-results .select2-highlighted {
    background-color: #DDDDDD;
    color: #666666;
}
.select2-results .select2-disabled {
    display: none;
}

/* **************************************************
 * 3.7. SCROLL TOP
 * ************************************************** */
.scrolltop {
    background: rgba(0, 0, 0, 0.6);
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border: 0;
    color: #FFFFFF;
    bottom: -15px;
    height: 40px;
    opacity: 0;
    position: fixed;
    right: 15px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    width: 40px;
    z-index: 999;
}
.scrolltop:hover {
    background: #000000;
}
.scrolltop.active {
    bottom: 15px;
    opacity: 1;
}

.stop-scrolling {
    height: 100%;
    overflow: hidden;
}

/* **************************************************
 * 3.8. BOX
 * ************************************************** */
.box {}
.box-close {
    color: #333333;
    display: none;
    position: absolute;
    right: 10px;
    top: -5px;
}
.box-close:focus,
.box-close:hover {
    color: #333333;
}
.box-loaded .box-close {
}
.box-content {}
.box-cover {
    background: rgba(0, 0, 0, 0.6);
    cursor: pointer;
    display: none;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1050;
}
.box-loaded .box-content {
    background: #FFFFFF;
    height: 100%;
    right: -100%;
    max-width: 600px;
    overflow: hidden;
    position: fixed;
    top: 0;
    -webkit-transition: right 0.3s ease;
    -moz-transition: right 0.3s ease;
    transition: right 0.3s ease;
    width: 100%;
    z-index: 1100;
}
.box-loaded .box-content > div:first-child {
    bottom: 0;
    left: 0;
    overflow-x: hidden;
    overflow-y: scroll;
    position: absolute;
    right: 0;
    top: 0;
}
.box-loaded .box-open {
    right: 0;
}

/* **************************************************
 * 3.9. LOADER
 * ************************************************** */
.loader-5 {
    height: 64px;
    width: 64px;
    -webkit-animation: loader-5-1 2s cubic-bezier(0.770, 0.000, 0.175, 1.000) infinite;
            animation: loader-5-1 2s cubic-bezier(0.770, 0.000, 0.175, 1.000) infinite;
}
@-webkit-keyframes loader-5-1 {
    0%   { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); }
}
@keyframes loader-5-1 {
    0%   { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
.loader-5:before {
    content: "";
    display: block;
    position: absolute;
    top: 0; left: 0;
    bottom: 0; right: auto;
    margin: auto;
    width: 16px;
    height: 16px;
    background: #00ABD7;
    border-radius: 50%;
    -webkit-animation: loader-5-2 2s cubic-bezier(0.770, 0.000, 0.175, 1.000) infinite;
            animation: loader-5-2 2s cubic-bezier(0.770, 0.000, 0.175, 1.000) infinite;
}
@-webkit-keyframes loader-5-2 {
    0%   { -webkit-transform: translate3d(0, 0, 0) scale(1); }
    50%  { -webkit-transform: translate3d(48px, 0, 0) scale(.5); }
    100% { -webkit-transform: translate3d(0, 0, 0) scale(1); }
}
@keyframes loader-5-2 {
    0%   { transform: translate3d(0, 0, 0) scale(1); }
    50%  { transform: translate3d(48px, 0, 0) scale(.5); }
    100% { transform: translate3d(0, 0, 0) scale(1); }
}
.loader-5:after {
    content: "";
    display: block;
    position: absolute;
    top: 0; left: auto;
    bottom: 0; right: 0;
    margin: auto;
    width: 16px;
    height: 16px;
    background: #00ABD7;
    border-radius: 50%;
    -webkit-animation: loader-5-3 2s cubic-bezier(0.770, 0.000, 0.175, 1.000) infinite;
            animation: loader-5-3 2s cubic-bezier(0.770, 0.000, 0.175, 1.000) infinite;
}
@-webkit-keyframes loader-5-3 {
    0%   { -webkit-transform: translate3d(0, 0, 0) scale(1); }
    50%  { -webkit-transform: translate3d(-48px, 0, 0) scale(.5); }
    100% { -webkit-transform: translate3d(0, 0, 0) scale(1); }
}
@keyframes loader-5-3 {
    0%   { transform: translate3d(0, 0, 0) scale(1); }
    50%  { transform: translate3d(-48px, 0, 0) scale(.5); }
    100% { transform: translate3d(0, 0, 0) scale(1); }
}
.loader-5 span {
    display: block;
    position: absolute;
    top: 0; left: 0;
    bottom: 0; right: 0;
    margin: auto;
    height: 64px;
    width: 64px;
}
.loader-5 span:before {
    content: "";
    display: block;
    position: absolute;
    top: 0; left: 0;
    bottom: auto; right: 0;
    margin: auto;
    width: 16px;
    height: 16px;
    background: #00ABD7;
    border-radius: 50%;
    -webkit-animation: loader-5-4 2s cubic-bezier(0.770, 0.000, 0.175, 1.000) infinite;
            animation: loader-5-4 2s cubic-bezier(0.770, 0.000, 0.175, 1.000) infinite;
}
@-webkit-keyframes loader-5-4 {
    0%   { -webkit-transform: translate3d(0, 0, 0) scale(1); }
    50%  { -webkit-transform: translate3d(0, 48px, 0) scale(.5); }
    100% { -webkit-transform: translate3d(0, 0, 0) scale(1); }
}
@keyframes loader-5-4 {
    0%   { transform: translate3d(0, 0, 0) scale(1); }
    50%  { transform: translate3d(0, 48px, 0) scale(.5); }
    100% { transform: translate3d(0, 0, 0) scale(1); }
}
.loader-5 span:after {
    content: "";
    display: block;
    position: absolute;
    top: auto; left: 0;
    bottom: 0; right: 0;
    margin: auto;
    width: 16px;
    height: 16px;
    background: #00ABD7;
    border-radius: 50%;
    -webkit-animation: loader-5-5 2s cubic-bezier(0.770, 0.000, 0.175, 1.000) infinite;
            animation: loader-5-5 2s cubic-bezier(0.770, 0.000, 0.175, 1.000) infinite;
}
@-webkit-keyframes loader-5-5 {
    0%   { -webkit-transform: translate3d(0, 0, 0) scale(1); }
    50%  { -webkit-transform: translate3d(0, -48px, 0) scale(.5); }
    100% { -webkit-transform: translate3d(0, 0, 0) scale(1); }
}
@keyframes loader-5-5 {
    0%   { transform: translate3d(0, 0, 0) scale(1); }
    50%  { transform: translate3d(0, -48px, 0) scale(.5); }
    100% { transform: translate3d(0, 0, 0) scale(1); }
}



/* **************************************************
 * 4. PAGES
 * ************************************************** */

/* **************************************************
 * 4.1. PAGE D'ACCUEIL CROISILAND
 * ************************************************** */

/* **************************************************
 * 4.1.1. LES TITRES
 * ************************************************** */
h2.qui {
    font-family: 'Classico';
    color: #555555;
    font-size: 30px;
    font-weight: 400;
    margin-bottom: 30px;
    position: relative;
}
h1.home,
h2.home {
    font-family: 'Classico';
    color: #555555;
    font-size: 30px;
    font-weight: 400;
    margin-bottom: 30px;
    position: relative;
    text-align: center;
}
h1.home:before,
h2.home:before {
    border-top: 1px solid #CCCCCC;
    content: '';
    left: 0;
    position: absolute;
    top: 15px;
    width: 100%;
    z-index: 0;
}
h1.home > span,
h2.home > span {
    background-color: #FFFFFF;
    display: inline-block;
    font-size: 30px;
    line-height: 30px;
    max-width: 70%;
    padding: 0 30px;
    position: relative;
    z-index: 1;
}
.page.luxe h1.home > span {
    max-width: 80%;
}

/* **************************************************
 * 4.1.2. LE FORMULAIRE DE RECHERCHE
 * ************************************************** */
#form-recherche-accueil {
    height: 0;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 10;
}
#form-recherche-accueil .container {
    height: 0;
}
.form-recherche-accueil .tab-content {
    background-color: rgba(255, 255, 255, 0.8);
}
.form-recherche-accueil .tab-content:hover,
.form-recherche-accueil .tab-content.hover {
    background-color: rgba(255, 255, 255, 1);
}

/* **************************************************
 * 4.1.3. SUGGESTIONS DE CROISIERES
 * ************************************************** */
.suggestions {}
.suggestions .suggestion {}
.suggestions .suggestion .content {}
.suggestions .suggestion .content .title {
    height: 45px;
    overflow: hidden;
}
.suggestions .suggestion .content .description {
    height: 140px;
    overflow: hidden;
}
.suggestions .suggestion .image {
    position: relative;
}
.suggestions .suggestion .image:after {
    background-image: linear-gradient(transparent, #FFFFFF);
    bottom: 0;
    content: '';
    height: 50%;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: 1;
}
.suggestions .suggestion .image .logo-compagnie {
    background-color: rgba(255, 255, 255, 0.85);
    height: 52px;
    padding: 5px;
    position: absolute;;
    right: 10px;
    top: 10px;
    width: 110px;
}

/* **************************************************
 * 4.1.4. THEMATIQUE
 * ************************************************** */
.thematique-absolute-logo {
    position: absolute;
    top: 10px;
    right: 10px;
}
.thematique-absolute-logo img {
    width: 95px;
}
.thematique-subtitle {
    font-size: 12px;
    color: #00ABD7;
}
.thematique-description {
    font-size: 14px;
    line-height: 18px;
    height: 72px;
    overflow-y: hidden;
    margin-bottom: 15px;
}

/* **************************************************
 * 4.1.5. GROUPES ET CE
 * ************************************************** */
.groupes-et-ce {
    background-color: #FB9968;
    background-image: url('../_imgs/home-page/bg-groupes.jpg');
    background-size: cover;
    color: #FFFFFF;
}
.groupes-et-ce .encart {
    background-color: #FFFFFF;
    min-height: 250px;
    padding: 40px 10px 0 10px;
    position: relative;
    text-align: center;
}
.groupes-et-ce .encart::before {
    border-top: 45px solid #EE8E41;
    border-right: 45px solid #EE8E41;
    border-bottom: 45px solid transparent;
    border-left: 45px solid transparent;
    content: '';
    height: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 0;
}
.groupes-et-ce .encart::after {
    color: #FFFFFF;
    content: '\f067'; /* fa-plus */
    font-family: 'FontAwesome';
    font-size: 30px;
    height: 60px;
    line-height: 60px;
    position: absolute;
    right: 0;
    text-aling: center;
    top: 0;
    width: 60px;
}
.groupes-et-ce .encart a {
    color: #505050;
    font-size: 20px;
    line-height: 18px;
    text-transform: uppercase;
}
.groupes-et-ce .encart a:focus,
.groupes-et-ce .encart a:hover {
    color: #EE8E41;
    text-decoration: none;
}
.groupes-et-ce .encart a span {
    font-size: 16px;
    text-transform: none;
}

.bg-groupes {
    background: rgba(10, 178, 223, 0.82) none repeat;
}

/* **************************************************
 * 4.1.6. LES GARANTIES CROISILAND
 * ************************************************** */
.les-garanties-croisiland {
    background-color: #E9F6FE;
    background-image: url('../_imgs/home-page/bg-garanties.jpg');
    background-position: bottom right;
    background-repeat: no-repeat;
    color: #225574;
}
.les-garanties-croisiland h2.home {
    color: #225574;
}
.les-garanties-croisiland h2.home::before {
    border-color: #A9CFE3;
}
.les-garanties-croisiland h2.home span {
    background-color: #E9F6FE;
}
.les-garanties-croisiland .garantie {
    min-height: 210px;
}

/* **************************************************
 * 4.1.7. LISTE DES ACTUALITES
 * ************************************************** */
.actualites-mise-en-avant {
    background-color: #005677;
    background-image: url('../_imgs/home-page/bandeaux/blog.jpg');
    background-size: cover;
}
.actualites-mise-en-avant .cover {
    background-color: rgba(0, 86, 119, 0.5); /* #005677 */
    padding: 30px 0;
}
.actualites-mise-en-avant h2 {
    color: #FFFFFF;
    font-size: 30px;
    position: relative;
}
.actualites-mise-en-avant h2::after {
    border-top: 1px solid #FFFFFF;
    content: '';
    height: 0;
    position: absolute;
    right: 0;
    top: 18px;
    width: 30%;
}
.actualites-mise-en-avant h2 > span {
    display: block;
    font-size: 20px;
    font-weight: 400;
}

.list-actualites {}
.list-actualites .bg-dblue {
    min-height: 463px;
}
.list-actualites .image {
    background: #CCCCCC;
    position: relative;
    text-align: center;
}
.list-actualites .image img {
    vertical-align: top;
}
.list-actualites .image .categorie {
    background: rgba(0, 86, 119, 0.85); /* #005677 */
    bottom: 15px;
    color: #FFFFFF;
    font-size: 13px;
    font-weight: 700;
    left: 15px;
    line-height: 1;
    padding: 5px 8px;
    position: absolute;
}
.list-actualites .titre {
    display: block;
    height: 56px;
    overflow: hidden;
}
.list-actualites .description {
    height: 60px;
    overflow: hidden;
}

/* **************************************************
 * 4.2. PAGE D'ACCUEIL PARTENAIRES
 * ************************************************** */

/* **************************************************
 * 4.2.1. NOTRE SELECTION CROISILAND
 * ************************************************** */
.slider-notre-selection {}
.slider-notre-selection .item {
    float: left;
    margin-right: 30px;
    width: 360px;
}
.slider-notre-selection .item:last-child {
    margin-right: 0;
}
.slider-notre-selection .owl-carousel .item {
    float: none;
    margin-right: 0;
    width: auto;
}
.slider-notre-selection .lbl,
.slider-notre-selection .lbl img {
    background-color: #CCCCCC;
    -webkit-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0;
    min-height: 132px;
    position: relative;
}
.slider-notre-selection h3 {
    background: rgba(24, 24, 24, 0.9);
    bottom: 0;
    color: #FFFFFF;
    font-family: 'Lato';
    font-size: 16px;
    font-weight: 700;
    left: 0;
    line-height: 29px;
    margin: 0;
    min-height: 30px;
    min-width: 200px;
    padding: 0 10px;
    position: absolute;
    text-transform: uppercase;
}

.slider-notre-selection .deal {
    border: 1px solid #CCCCCC;
    border-top: none;
    color: #666666;
    font-family: 'Lato';
    font-size: 13px;
    font-weight: 400;
    min-height: 78px;
    overflow: hidden;
    padding: 10px 0;
}
.slider-notre-selection .deal:nth-of-type(4) {
    -webkit-border-radius: 0 0 3px 3px;
    border-radius: 0 0 3px 3px;
}
.slider-notre-selection .deal:last-child {
    background: #FFFFFF;
    border: 0;
}
.slider-notre-selection .deal p {
    font-size: 13px;
    line-height: 17px;
    margin-bottom: 0;
}

.slider-notre-selection .prix {
    display: block;
    font-size: 14px;
    line-height: 17px;
    text-align: right;
}
.slider-notre-selection .prix .nombre {
    font-size: 20px;
}
.slider-notre-selection .prix .devise {
    font-size: 16px;
}
.slider-notre-selection .des,
.slider-notre-selection .pers {
    display: block;
}

.slider-notre-selection .bg-sand {
    background: transparent;
}
.slider-notre-selection .bg-sand .deal {
    background: #F9F6EF;
    border-color: #F4DCA0;
}
.slider-notre-selection .bg-sand h3 {
    background: rgba(251, 245, 229, 0.9); /* #FBF5E5 */
    color: #A57D13;
}

 /* **************************************************
 * 4.2.2. ENCART THEME
 * ************************************************** */
.bg-gersal{
    background-image: url('../_imgs/pubs/gersal/bg-gersal.jpg');
    height: 260px;
}
.promo-gersal{
    width: 250px;
}
.titre-gersal{
    top: 20px;
    width: 500px;
}
.mentions-gersal{
    top: 248px;
    background-color:#ed1c24;
    padding:5px 5px 5px 250px;
}


/* **************************************************
 * 4.3. PAGE AVANTAGES COMPAGNIES
 * ************************************************** */
.avantages-compagnies .compagnie .row {
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 50% auto;
}
.avantages-compagnies .compagnie .avantages {}
.avantages-compagnies .compagnie .avantages:before {
    border-left: 25px solid transparent;
    border-right: 25px solid transparent;
    border-top: 25px solid #F2F2F2;
    content: '';
    height: 0;
    left: 50%;
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: -1px;
    width: 0;
}
.avantages-compagnies .compagnie .avantages .avantage {
    height: 320px;
}
.avantages-compagnies .compagnie:nth-of-type(even) .row {
    background-position: 100% 0;
}
.avantages-compagnies .compagnie:nth-of-type(even) .avantages:before {
    border-top: 25px solid #005677;
    left: 0;
    right: 50%;
}

/* **************************************************
 * 4.4. PAGE DETAIL
 * ************************************************** */
.detail {}

#panel-itineraire {}
#panel-itineraire .pagecontainer {
    margin-bottom: 0;
}

/* **************************************************
 * 4.5. PAGE LISTE
 * ************************************************** */
.listitem2 {
    width: auto !important;
}
.itemlabel3 {
    background: #FFFFFF;
    font-size: 13px;
    line-height: 15px;
    height: auto;
    min-height: 210px;
    overflow: visible;
    width: 100%;
}
.itemlabel3 .bg-xlgrey {}
.itemlabel3:hover,
.itemlabel3:hover .bb-lgrey,
.itemlabel3:hover .bt-lgrey {
    border-color: #999999;
}
.labelright {
    min-height: 210px;
    padding: 0;
    width: 100%;
}
.labelleft2 {
    min-height: 210px;
    padding: 10px;
}
.labelleft2 h2 {
    width: 100%;
}

/* Moteur de recherche */
.tip-arrow {
    background: none;
    border-left: 16px solid transparent;
    border-right: 16px solid transparent;
    border-top: 9px solid #000000;
    bottom: -8px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    width: 34px;
}

/* Liste des croisières */
.croisieres {
    clear: both;
    list-style: none;
    margin: 0;
    padding: 0;
}
.croisieres .croisiere {}
.croisieres .croisiere h2 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
}
.croisieres .croisiere .navire {}
.croisieres .croisiere .navire img {
    height: auto;
    width: 80px;
}
.croisieres .croisiere .bg-xlgrey > div {
    height: 200px;
}
.croisieres .croisiere .bg-xlgrey > div:first-child { background-color: #FFF; }
.croisieres .croisiere .info {
    min-height: 181px;
    position: relative;
}
.croisieres .croisiere .description a {
    font-weight: normal;
}
.croisieres .croisiere select {
    width: 120px !important;
}
.croisieres .croisiere a.title {
    color: #333333;
    cursor: pointer;
}
.croisieres .croisiere a.title:hover {
    color: #005677;
    text-decoration: underline;
}

/* **************************************************
 * 4.6. PAGE LISTE PORTS
 * ************************************************** */
.ports {}
.ports .list {
    border-bottom: 1px solid #CCCCCC;
}
.ports .list .item-header {
    background-color: #005677;
    border: 1px solid #005677;
    color: #FFFFFF;
    padding: 5px 15px;
}
.ports .list .item {
    border-left: 1px solid #CCCCCC;
    border-right: 1px solid #CCCCCC;
    padding: 2px 10px;
}
.ports .list .item:first-child {
    padding-top: 4px;
}
.ports .list .item:last-child {
    padding-bottom: 4px;
}

/* **************************************************
 * 4.7. PAGE PROMOTIONS ET BONS PLANS
 * ************************************************** */
.list-promotions .isotope .item {
    min-width: 270px;
    position: relative;
}

.list-promotions {}
.list-promotions .promotion {}
.list-promotions .promotion .logo {
    background: rgba(255, 255, 255, 0.85);
    height: 50px;
    line-height: 40px;
    padding: 5px;
    text-align: center;
    vertical-align: middle;
    width: 100px;
    z-index: 1;
}
.list-promotions .promotion .logo img {
    max-height: 40px;
    max-width: 90px;
    vertical-align: middle;
}
.list-promotions .promotion .image {
    height: 165px;
    overflow: hidden;
}
/* .list-promotions .promotion .image img {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
    -webkit-transition: transform 0.3s ease;
    -moz-transition: transform 0.3s ease;
    transition: transform 0.3s ease;
    max-width: 100%;
}
.list-promotions .promotion .image:hover img {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    transform: scale(1.2);
} */

.list-promotions .picto-bp {
    border: 3px solid #F2F2F2;
    height: 45px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: 142px;
    width: 45px;
}

.list-promotions .blackfriday .btn-pink {
    background: #000000;
    border-color: #000000;
}

.list-promotions .jaime .btn-pink {
    background: #8d0d3c;
    border-color: #8d0d3c;
}

/* **************************************************
 * 4.8. PAGE DEVIS
 * ************************************************** */
.devis,
.reservation {
    background-color: #F2F2F2;
}

.bloc-tarif {
    background-color: #e3f7fc;
    float: left;
    padding: 10px;
    width: 49.2%;
}
.bloc-club {
    background-color: #f5f5f5;
    float: right;
    padding: 10px;
    width: 49.2%;
}
.bloc-tarif p,
.bloc-club p,
.bloc-tarif ul,
.bloc-club ul {
    color: #005677;
    font-size: 12px;
}

.bloc-tarif .title,
.bloc-club .title {
    margin-bottom: 10px;
}

.bloc-tarif .image,
.bloc-club .image {
    min-height: 40px;
}

.itemlabel4 {
    background: #FFFFFF;
    border: 1px solid #E8E8E8;
    font-family: 'Lato';
    font-size: 13px;
    height: 100%;
    line-height: 15px;
    overflow: hidden;
    width: 100%;
}

.z1 { z-index: 1; }
.z2 { z-index: 2; }

span.centime {
    bottom: -7px;
    position: absolute;
    right: 0;
}
.telephone {
    color: #30b9da;
    font-size: 30px;
    font-weight: bold;
    text-align: center;
}
.telephone .numero {
    position: relative;
}

/* Image */
.image-logo {
    position: absolute;
    right: 0;
    top: 0;
}
.image-logo img {
    width: 55px;
}

/* Table */
.table thead > tr > th {
    border-bottom: 2px solid #dddddd;
    vertical-align: bottom;
}
.table tbody > tr > td {
    border-top: 1px solid #bfbfbf;
}
.table thead > tr > th,
.table tbody > tr > th,
.table tfoot > tr > th,
.table thead > tr > td,
.table tbody > tr > td,
.table tfoot > tr > td {
    border-top: 1px solid #bfbfbf;
}
.table .no-border {
    border: 0;
}

#tarif .table {
    color: #333333;
}
#tarif .table th,
#tarif .table td {
    border: 1px solid #bfbfbf;
    font-size: 13px;
    padding: 3px 8px;
}
#tarif .table .empty {
    border: 0;
    padding: 0;
}
#tarif .table .subtotal {
    font-weight: bold;
    text-align: right;
}
#tarif .table .total {
    color: #005677;
    font-weight: bold;
    text-align: right;
}

#table-tarif-croisiere-partenaire {}
#table-tarif-croisiere-partenaire .offres-speciales {
    font-weight: normal;
}
#table-tarif-croisiere-partenaire .offre-speciale {
    margin: 0 !important;
    padding: 0;
    width: 100%;
}
#table-tarif-croisiere-partenaire .offre-speciale .bg-xlgrey {
    background: transparent;
    line-height: 11px;
    min-height: 0;
    padding: 0;
}
#table-tarif-croisiere-partenaire .offre-speciale .picto-bp {
    display: none;
}
#table-tarif-croisiere-partenaire .offre-speciale a:after {
    color: #FF5A00;
    content: '**';
}

/* **************************************************
 * 4.8.5. PAGE ETAPE 5
 * ************************************************** */
.formule-paiement {}
.formule-paiement .formule {}
.formule-paiement .formule:hover {
    border: 1px solid #FF5A00;
}

/* Responsive reCaptcha */
@media screen and (max-width: 375px) {
    #rc-imageselect, .g-recaptcha {
        transform:scale(0.77);
        -webkit-transform:scale(0.77);
        transform-origin:0 0;
        -webkit-transform-origin:0 0;
    }
}

/* **************************************************
 * 4.9. PAGE QUI SOMMES NOUS
 * ************************************************** */
.effect-engagements {
    border-radius: 50%;
    box-shadow: 0 0 0 0 rgba(0, 171, 215, 0.4) inset, 0 0 0 5px rgba(255, 255, 255, 0.6) inset, 0 1px 2px rgba(0, 0, 0, 0.1);
    cursor: default;
    height: 130px;
    position: relative;
    transition: all 0.4s ease-in-out 0s;
    width: 130px;
}

#engagements .owl-theme .item {
    float: left;
    width: 100%;
}
#engagements .owl-carousel .owl-dots {
    bottom: -15px;
}
#engagements .owl-carousel .owl-dot {
    border-color: #FFFFFF;
}
#engagements .owl-carousel .owl-dot.active {
    background-color: #FFFFFF;
}

/* **************************************************
 * 4.10. PAGES COMPAGNIES
 * ************************************************** */
#introduction {}
#introduction h2 {
    font-size: 40px;
    position: relative;
    padding: 30px 0 0 240px;
}
#introduction .relative {
    height: 450px;
}
#introduction .image {
    bottom: 0;
    max-width: 300px;
    position: absolute;
    right: 0;
}

#panel-programme .carte-fidelite .titre {
    height: 44px;
    line-height: 44px;
    overflow: hidden;
    vertical-align: middle;
}
#panel-programme .carte-fidelite .description {
    height: 180px;
    overflow: hidden;
}

#table-avantage-club {}
#table-avantage-club th {
    border-bottom-width: 1px;
    vertical-align: top;
}
#table-avantage-club th:nth-of-type(1) {
    width: 25%;
}
#table-avantage-club th:nth-of-type(n+2) {
    width: 140px;
}
#table-avantage-club .bg-xlgrey {
    border-left: none;
    border-right: none;
}
#table-avantage-club .fi {
    line-height: 10px;
}

/* CSS de la page covid */
.compagnies-info-covid {}
.compagnies-info-covid .compagnies {}
.compagnies-info-covid .compagnies .compagnie {
     border: 1px solid #E2E2E2;
}
.compagnies-info-covid .compagnies .compagnie .link {
    display: block;
}
.compagnies-info-covid .compagnies .compagnie .link .logo {
    display: block;
    height: 120px;
    line-height: 120px;
    text-align: center;
}
.compagnies-info-covid .compagnies .compagnie .link .logo > img {
    height: auto;
    max-width: 100%;
}
.compagnies-info-covid .compagnies .compagnie .link .titre {
    background-color: #005677;
    color: #FFFFFF;
    display: block;
    font-weight: 700;
    margin: 0;
    padding: 10px;
    text-align: center;
}
.compagnies-info-covid .compagnies .compagnie .link:hover {
    text-decoration: none;
}
.compagnies-info-covid .compagnies .compagnie .link:hover .titre {
    background-color: #0099CC;
}

.avantage {}
.avantage img {
    max-height: 100px;
    max-width: 100px;
}
.avantage .contenu {
    height: 180px;
}
.brochure {}
.brochure .contenu {
    height: 150px;
}

/* **************************************************
 * 4.11. PAGES ESPACE GROUPES
 * ************************************************** */
.espace-groupe.row {
    background-position: 0 100%;
    background-repeat: no-repeat;
    background-size: 50% auto;
    min-height: 300px;
}
.espace-groupe.row:nth-of-type(2) {
    background-position: 100% 0;
}
.devenir-partenaire .espace-groupe.row:nth-of-type(3) {
    background-position: 0 30%;
}

h3.bandeau-groupes{
margin-top:8% !important;
font-size:26px !important;
margin-bottom:20px !important;
}
.lien-groupes{
padding:10px;
border: 1px solid white;
border-radius: 4px;

}

/* **************************************************
 * 4.12. PAGE REMERCIEMENT JEU CONCOURS
 * ************************************************** */
.remerciement-jeu-concours {}
.remerciement-jeu-concours .pagecontainer h2 {
    color: #005677;
}
.remerciement-jeu-concours .pagecontainer p strong {
    color: #005677;
    font-size: 20px;
}



/* **************************************************
 * 5. TEMPLATES
 * ************************************************** */

/* **************************************************
 * 5.1. SLIDERS
 * ************************************************** */

/* **************************************************
 * 5.1.1. SLIDER LOGOS COMPAGNIES
 * ************************************************** */
.logos-compagnies {}
.logos-compagnies h2.home {
    margin-bottom: 15px;
}

.slider-logos-compagnies {}
.slider-logos-compagnies .item {}
.slider-logos-compagnies .item a {}
.slider-logos-compagnies .item a img {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
}
.slider-logos-compagnies .item a:hover img {
    -webkit-transform: scale(0.85);
    -moz-transform: scale(0.85);
    transform: scale(0.85);
}

/* **************************************************
 * 5.1.2. SLIDER VISIONNEUSES BANDEAUX
 * ************************************************** */
.slider-visionneuses-bandeaux {
    background-color: #F2F2F2;
    height: 610px;
    overflow: hidden;
}
.slider-visionneuses-bandeaux.loaded {
    overflow: visible;
}

/* Offre */
.slider-visionneuses-bandeaux .offre {
    background-position: center top;
    background-repeat: no-repeat;
    background-size: auto 610px;
    height: 610px;
}
.slider-visionneuses-bandeaux .offre-inner {
    height: 100%;
}
.slider-visionneuses-bandeaux .container {
    height: 100%;
    padding-top: 80px;
}
.slider-visionneuses-bandeaux .offre .button {}
.slider-visionneuses-bandeaux .offre .button .btn {
    height: 48px;
    line-height: 42px;
    padding-bottom: 0;
    padding-top: 0;
    -webkit-transition: all 0.9s ease;
    -moz-transition: all 0.9s ease;
    transition: all 0.9s ease;
}
.slider-visionneuses-bandeaux .offre .prix {
    color: #FFFFFF;
    font-weight: 400;
    white-space: nowrap;
}
.slider-visionneuses-bandeaux .offre .prix .nombre,
.slider-visionneuses-bandeaux .offre .prix .devise {
    color: #FFFFFF;
}
.slider-visionneuses-bandeaux .offre .no-link {
    cursor: default;
}

/* Offres liés */
.slider-visionneuses-bandeaux .offres-lies {}
.slider-visionneuses-bandeaux .offres-lies a {
    background: transparent;
    color: #FFFFFF;
    display: block;
    font-size: 15px;
    min-height: 90px;
    white-space: nowrap;
}
.slider-visionneuses-bandeaux .offres-lies a:focus,
.slider-visionneuses-bandeaux .offres-lies a:hover {
    background: #FFFFFF;
    color: #005677;
    text-decoration: none;
}
.slider-visionneuses-bandeaux .offres-lies a .fi {
    float: left;
    font-size: 40px;
    margin: -5px 10px 0 0;
}
.slider-visionneuses-bandeaux .offres-lies .col-md-3 h3 {
    height: 90px;
    overflow: hidden;
}
.slider-visionneuses-bandeaux .offres-lies .col-md-3 h3 a {
    margin-top: 200px;
}
.slider-visionneuses-bandeaux .offres-lies .col-md-3:nth-of-type(1) h3 a {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.slider-visionneuses-bandeaux .offres-lies .col-md-3:nth-of-type(2) h3 a {
    -webkit-transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    transition: all 0.7s ease;
}
.slider-visionneuses-bandeaux .offres-lies .col-md-3:nth-of-type(3) h3 a {
    -webkit-transition: all 0.9s ease;
    -moz-transition: all 0.9s ease;
    transition: all 0.9s ease;
}
.slider-visionneuses-bandeaux .offres-lies .col-md-3:nth-of-type(4) h3 a {
    -webkit-transition: all 1.1s ease;
    -moz-transition: all 1.1s ease;
    transition: all 1.1s ease;
}
.slider-visionneuses-bandeaux .offres-lies img {
    display: inline-block;
}

/* Owl carousel */
.slider-visionneuses-bandeaux .owl-item {
    overflow: hidden;
}
.slider-visionneuses-bandeaux .owl-item img,
.slider-visionneuses-bandeaux .owl-item h2,
.slider-visionneuses-bandeaux .owl-item .inner {
    -webkit-transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
    transition: all 0.8s ease;
    width: auto;
}
.slider-visionneuses-bandeaux .owl-item .image {
    height: 80px;
    position: relative;
}
.slider-visionneuses-bandeaux .owl-item .image img {
    left: 0;
    position: absolute;
    top: -500px;
}
.slider-visionneuses-bandeaux .owl-item h2 {
    margin-left: -1000px;
}
.slider-visionneuses-bandeaux .owl-item .inner {
    margin-left: -3000px;
}
.slider-visionneuses-bandeaux .owl-item .button {
    height: 50px;
    position: relative;
}
.slider-visionneuses-bandeaux .owl-item .button .btn {
    margin-left: 0;
    left: 0;
    position: absolute;
    top: 1000px;
}
.slider-visionneuses-bandeaux .owl-item.active h2,
.slider-visionneuses-bandeaux .owl-item.active .inner {
    margin-left: 0;
}
.slider-visionneuses-bandeaux .owl-item.active .image img,
.slider-visionneuses-bandeaux .owl-item.active .button .btn {
    top: 0;
}
.slider-visionneuses-bandeaux .owl-item.active .offres-lies .col-md-3 h3 a {
    margin-top: 0 !important;
}

.slider-visionneuses-bandeaux .owl-prev,
.slider-visionneuses-bandeaux .owl-next {
    background: rgba(0, 0, 0, 0.6);
    color: #FFFFFF;
    font-size: 50px;
    height: 100px;
    margin-top: -50px;
    width: 50px;
}
.slider-visionneuses-bandeaux .owl-prev {
    left: 0;
}
.slider-visionneuses-bandeaux .owl-next {
    right: 0;
}
.slider-visionneuses-bandeaux .owl-prev .fa,
.slider-visionneuses-bandeaux .owl-next .fa {
    line-height: 100px;
    font-size: 50px;
    display: block;
}
.slider-visionneuses-bandeaux .owl-prev .fa {
    padding-right: 7px;
}
.slider-visionneuses-bandeaux .owl-next .fa {
    padding-left: 7px;
}
.slider-visionneuses-bandeaux .owl-prev:focus,
.slider-visionneuses-bandeaux .owl-prev:hover,
.slider-visionneuses-bandeaux .owl-next:focus,
.slider-visionneuses-bandeaux .owl-next:hover {
    background: rgba(0, 0, 0, 1);
}

.slider-visionneuses-bandeaux .owl-carousel .owl-dots {
    bottom: -30px;
}
.slider-visionneuses-bandeaux .owl-carousel .owl-dot {
    border-color: #005677;
}
.slider-visionneuses-bandeaux .owl-carousel .owl-dot:focus,
.slider-visionneuses-bandeaux .owl-carousel .owl-dot:hover {
    background: rgba(255, 255, 255, 0.5);
}
.slider-visionneuses-bandeaux .owl-carousel .owl-dot.active {
    background: #005677;
}

/* Scroll to */
.slider-visionneuses-bandeaux .bg-scroll {
    background: rgba(0, 0, 0, 0.6);
    -webkit-border-radius: 25px;
    border-radius: 25px;
    bottom: 20px;
    height: 46px;
    padding: 3px;
    position: absolute;
    right: 20px;
    width: 34px;
    z-index: 1;
}
.slider-visionneuses-bandeaux .scrollto {
    background: transparent;
    border: 2px solid #FFFFFF;
    border-radius: 14px;
    bottom: 0;
    display: block;
    height: 40px;
    left: 0;
    line-height: 30px;
    margin: 0 auto;
    position: relative;
    padding: 0;
    right: 0;
    width: 28px;
}
.slider-visionneuses-bandeaux .scrollto .fa {
    animation: scroll 1s infinite;
    color: #FFFFFF;
    font-size: 20px;
    position: relative;
    vertical-align: middle;
    text-align: center;
    width: 24px;
}
.slider-visionneuses-bandeaux .scrollto .fa:after {
    background: #FFFFFF;
    content: '';
    height: 10px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 2px;
    width: 2px;
}
.slider-visionneuses-bandeaux .scrollto:hover {
    background: #FFFFFF;
}
.slider-visionneuses-bandeaux .scrollto:hover .fa {
    color: #005677;
}
.slider-visionneuses-bandeaux .scrollto:hover .fa:after {
    background: #005677;
}

/* **************************************************
 * DEFAULT STYLE
 * ************************************************** */
.center         { margin: 0 auto; text-align: center; }

.border-radius  { -webkit-border-radius: 4px; border-radius: 4px; }

.block          { display: block; }
.inline-block   { display: inline-block; }
.italic         { font-style: italic; }

.flex           { display: flex; }
.flex-auto      { margin: auto; }

.margin-auto    { margin: 0 auto; }

.ohidden        { overflow: hidden; }

.absolute       { position: absolute; }
.fixed          { position: fixed; }
.relative       { position: relative; }
.static         { position: static; }
.full-content   { height: 100%; left: 0; top: 0; width: 100%; }

.nowrap         { white-space: nowrap; }

.transition,
.transition:before,
.transition:after {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.lowercase      { text-transform: lowercase; }
.uppercase      { text-transform: uppercase; }

/* Background-color */
/*.bg-blue      { background-color: #30b9da; }*/
.bg-xlblue      { background-color: #B9EDF7; }
.bg-lblue       { background-color: #B9DEF1; }
.bg-blue        { background-color: #0099CC; }
.bg-dblue       { background-color: #005677; }

.bg-dark        { background-color: #333333; }

.bg-black       { background-color: #000000; }

.bg-green       { background-color: #72BF66; }
.bg-green2      { background-color: #339933; }

.bg-grey        { background-color: #999999; }
.bg-grey2       { background-color: #666666; }
.bg-lightgrey   { background-color: #F5F5F5; }
.bg-lgrey       { background-color: #CCCCCC; }
.bg-xlgrey      { background-color: #F2F2F2; }

.bg-red         { background-color: #FF3300; }
.bg-lred        { background-color: #FF9966; }
.bg-lred2       { background-color: #FF5A00; }

.bg-xlorange    { background-color: rgba(255, 90, 0, 0.05); }
.bg-lorange     { background-color: #FBCDBD; }
.bg-orange      { background-color: #FF5A00; }

.bg-orange td,
.bg-red td      { color: #FFFFFF !important; }

.bg-xlpink      { background-color: #FDBEC6; }
.bg-lpink       { background-color: #F38794; }
.bg-pink        { background-color: #F26D7D; }
.bg-dpink       { background-color: #B2555D; }

.bg-sand        { background-color: #F9F6EF; }

.bg-white       { background-color: #FFFFFF; }

.bg-xlyellow    { background-color: #FFFFDD; }
.bg-lyellow     { background-color: #FFFF99; }
.bg-yellow      { background-color: #FFFF00; }

.bg-gold        { background-color: #cbaa5c; }

.bg-costa       { background-color: #fed230; }

.bg-gradient-black { background-image: linear-gradient(to top, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0) 40%); }
.bg-gradient-white { background-image: linear-gradient(to top, rgba(255,255,255,0.8) 0%, rgba(255,255,255,0) 40%); }

/* Borders */
.bo-black   { border: 1px solid #000000; }
.bt-black   { border-top: 1px solid #000000; }
.br-black   { border-right: 1px solid #000000; }
.bb-black   { border-bottom: 1px solid #000000; }
.bl-black   { border-left: 1px solid #000000; }
.bx-black   { border-left: 1px solid #000000; border-right: 1px solid #000000; }
.by-black   { border-top: 1px solid #000000; border-bottom: 1px solid #000000; }

.bo-blue    { border: 1px solid #005677; }
.bt-blue    { border-top: 1px solid #005677; }
.br-blue    { border-right: 1px solid #005677; }
.bb-blue    { border-bottom: 1px solid #005677; }
.bl-blue    { border-left: 1px solid #005677; }
.bx-blue    { border-left: 1px solid #005677; border-right: 1px solid #005677; }
.by-blue    { border-top: 1px solid #005677; border-bottom: 1px solid #005677; }

.bo-lblue   { border: 1px solid #0099CC; }
.bt-lblue   { border-top: 1px solid #0099CC; }
.br-lblue   { border-right: 1px solid #0099CC; }
.bb-lblue   { border-bottom: 1px solid #0099CC; }
.bl-lblue   { border-left: 1px solid #0099CC; }
.bx-lblue   { border-left: 1px solid #0099CC; border-right: 1px solid #0099CC; }
.by-lblue   { border-top: 1px solid #0099CC; border-bottom: 1px solid #0099CC; }

.bo-xlblue   { border: 1px solid #CBEBFA; }
.bt-xlblue   { border-top: 1px solid #CBEBFA; }
.br-xlblue   { border-right: 1px solid #CBEBFA; }
.bb-xlblue   { border-bottom: 1px solid #CBEBFA; }
.bl-xlblue   { border-left: 1px solid #CBEBFA; }
.bx-xlblue   { border-left: 1px solid #CBEBFA; border-right: 1px solid #CBEBFA; }
.by-xlblue   { border-top: 1px solid #CBEBFA; border-bottom: 1px solid #CBEBFA; }

.bo-dblue   { border: 1px solid #044061; }
.bt-dblue   { border-top: 1px solid #044061; }
.br-dblue   { border-right: 1px solid #044061; }
.bb-dblue   { border-bottom: 1px solid #044061; }
.bl-dblue   { border-left: 1px solid #044061; }
.bx-dblue   { border-left: 1px solid #044061; border-right: 1px solid #044061; }
.by-dblue   { border-top: 1px solid #044061; border-bottom: 1px solid #044061; }

.bo-dark    { border: 1px solid #333333; }
.bt-dark    { border-top: 1px solid #333333; }
.br-dark    { border-right: 1px solid #333333; }
.bb-dark    { border-bottom: 1px solid #333333; }
.bl-dark    { border-left: 1px solid #333333; }
.bx-dark    { border-left: 1px solid #333333; border-right: 1px solid #333333; }
.by-dark    { border-top: 1px solid #333333; border-bottom: 1px solid #333333; }

.bo-grey    { border: 1px solid #999999; }
.bt-grey    { border-top: 1px solid #999999; }
.br-grey    { border-right: 1px solid #999999; }
.bb-grey    { border-bottom: 1px solid #999999; }
.bl-grey    { border-left: 1px solid #999999; }
.bx-grey    { border-left: 1px solid #999999; border-right: 1px solid #999999; }
.by-grey    { border-top: 1px solid #999999; border-bottom: 1px solid #999999; }

.bo-grey2   { border: 1px solid #666666; }
.bt-grey2   { border-top: 1px solid #666666; }
.br-grey2   { border-right: 1px solid #666666; }
.bb-grey2   { border-bottom: 1px solid #666666; }
.bl-grey2   { border-left: 1px solid #666666; }
.bx-grey2   { border-left: 1px solid #666666; border-right: 1px solid #666666; }
.by-grey2   { border-top: 1px solid #666666; border-bottom: 1px solid #666666; }

.bo-lgrey   { border: 1px solid #CCCCCC; }
.bt-lgrey   { border-top: 1px solid #CCCCCC; }
.br-lgrey   { border-right: 1px solid #CCCCCC; }
.bb-lgrey   { border-bottom: 1px solid #CCCCCC; }
.bl-lgrey   { border-left: 1px solid #CCCCCC; }
.bx-lgrey   { border-left: 1px solid #CCCCCC; border-right: 1px solid #CCCCCC; }
.by-lgrey   { border-top: 1px solid #CCCCCC; border-bottom: 1px solid #CCCCCC; }

.bo-xlgrey  { border: 1px solid #E2E2E2; }
.bt-xlgrey  { border-top: 1px solid #E2E2E2; }
.br-xlgrey  { border-right: 1px solid #E2E2E2; }
.bb-xlgrey  { border-bottom: 1px solid #E2E2E2; }
.bl-xlgrey  { border-left: 1px solid #E2E2E2; }
.bx-xlgrey  { border-left: 1px solid #E2E2E2; border-right: 1px solid #E2E2E2; }
.by-xlgrey  { border-top: 1px solid #E2E2E2; border-bottom: 1px solid #E2E2E2; }

.bo-orange  { border: 1px solid #FF5A00; }
.bt-orange  { border-top: 1px solid #FF5A00; }
.br-orange  { border-right: 1px solid #FF5A00; }
.bb-orange  { border-bottom: 1px solid #FF5A00; }
.bl-orange  { border-left: 1px solid #FF5A00; }
.bx-orange  { border-left: 1px solid #FF5A00; border-right: 1px solid #FF5A00; }
.by-orange  { border-top: 1px solid #FF5A00; border-bottom: 1px solid #FF5A00; }

.bo-lorange { border: 1px solid #FCE5D9; }
.bt-lorange { border-top: 1px solid #FCE5D9; }
.br-lorange { border-right: 1px solid #FCE5D9; }
.bb-lorange { border-bottom: 1px solid #FCE5D9; }
.bl-lorange { border-left: 1px solid #FCE5D9; }
.bx-lorange { border-left: 1px solid #FCE5D9; border-right: 1px solid #FCE5D9; }
.by-lorange { border-top: 1px solid #FCE5D9; border-bottom: 1px solid #FCE5D9; }

.bo-pink    { border: 1px solid #F26D7D; }
.bt-pink    { border-top: 1px solid #F26D7D; }
.br-pink    { border-right: 1px solid #F26D7D; }
.bb-pink    { border-bottom: 1px solid #F26D7D; }
.bl-pink    { border-left: 1px solid #F26D7D; }
.bx-pink    { border-left: 1px solid #F26D7D; border-right: 1px solid #F26D7D; }
.by-pink    { border-top: 1px solid #F26D7D; border-bottom: 1px solid #F26D7D; }

.bo-red     { border: 1px solid #FF0000; }
.bt-red     { border-top: 1px solid #FF0000; }
.br-red     { border-right: 1px solid #FF0000; }
.bb-red     { border-bottom: 1px solid #FF0000; }
.bl-red     { border-left: 1px solid #FF0000; }
.bx-red     { border-left: 1px solid #FF0000; border-right: 1px solid #FF0000; }
.by-red     { border-top: 1px solid #FF0000; border-bottom: 1px solid #FF0000; }

.bo-white   { border: 1px solid #FFFFFF !important; }
.bt-white   { border-top: 1px solid #FFFFFF; }
.br-white   { border-right: 1px solid #FFFFFF; }
.bb-white   { border-bottom: 1px solid #FFFFFF; }
.bl-white   { border-left: 1px solid #FFFFFF; }
.bx-white   { border-left: 1px solid #FFFFFF; border-right: 1px solid #FFFFFF; }
.by-white   { border-top: 1px solid #FFFFFF; border-bottom: 1px solid #FFFFFF; }

.bo-none    { border: none; }
.bt-none    { border-top: none; }
.br-none    { border-right: none; }
.bb-none    { border-bottom: none; }
.bl-none    { border-left: none; }
.bx-none    { border-left: none; border-right: none; }
.by-none    { border-top: none; border-bottom: none; }

.bs-dotted  { border-style: dotted; }
.bs-dashed  { border-style: dashed; }
.bs-solid   { border-style: solid; }
.bs-double  { border-style: double; }
.bs-groove  { border-style: groove; }
.bs-ridge   { border-style: ridge; }
.bs-inset   { border-style: inset; }
.bs-outset  { border-style: outset; }
.bs-none    { border-style: none; }
.bs-.hidden { border-style: hidden; }

.detail .bo-pink { border-width: 3px; }

/* Colors */
.black  { color: #000000; }

.lblue  { color: #00B1E0; }
.blue   { color: #005677; }
.dblue  { color: #5FB0C9; }

.dark, a.dark                             { color: #333333; }
a.dark:active, a.dark:focus, a.dark:hover { color: #005677; }

.green { color: #3c763d; }

.lgrey  { color: #999999; }
.grey   { color: #666666; }
.dgrey  { color: #333333; }

.gold   { color: #CBAA5C; }

.orange { color: #FF5A00; }

.pink   { color: #F26D7D; }
.dpink  { color: #B2555D; }

.red    { color: #FF3300; }

.yellow { color: #EBE133; }

.white, a.white                              { color: #FFFFFF; }
a.white:active, a.white:focus, a.white:hover { color: #FFFFFF; text-decoration: underline; }

.text-shadow-visio {
    text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.4);
}

/* Font weight */
.thin       { font-weight: 100; }
.light      { font-weight: 300; }
.normal     { font-weight: 400; }
.semi-bold  { font-weight: 600; }
.bold       { font-weight: 700; }
.extra-bold { font-weight: 900; }
.ultra-bold { font-weight: 900; }

/* Height */
.h-450 { height: 450px; }
.h-400 { height: 400px; }
.h-375 { height: 375px; }
.h-350 { height: 350px; }
.h-325 { height: 325px; }
.h-300 { height: 300px; }
.h-100 { height: 100px; }
.h-90  { height: 90px; }
.h-80  { height: 80px; }
.h-70  { height: 70px; }
.h-60  { height: 60px; }
.h-50  { height: 50px; }
.h-40  { height: 40px; }
.h-30  { height: 30px; }
.h-20  { height: 20px; }
.h-10  { height: 10px; }

/* Max Height */
.mx-h-500 { max-height: 500px; }

/* Right */
.right-5 { right: -5px; }

.text-bold { font-weight: 700; }
.text-underline { text-decoration: underline; }

/* Vertical align */
.vertical-bottom { vertical-align: bottom; }
.vertical-middle { vertical-align: middle; }
.vertical-top    { vertical-align: top; }

/* Width */
.w-auto { width: auto; }
.w100px { width: 100px; }
.w150px { width: 150px; }
.w200px { width: 200px; }
.w250px { width: 250px; }
.w300px { width: 300px; }
.w350px { width: 350px; }

.ma-w-100 { max-width: 100%; height: auto; }
.m-w-100  { max-width: 100%; height: auto; }
.max-w100 { max-width: 100%; height: auto; }

.mw250 { max-width: 250px; }

.z-10 { z-index: 10; }

.nowrap { white-space: nowrap; }

/* Style du custom.css de travel */
.tab-content {
    color: #666666;
    height: auto;
    overflow: hidden;
}

/* **************************************************
 * 6. ANIMATION CSS
 * ************************************************** */
.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.text-blink {
    -webkit-animation: blink 1.5s infinite;
    -moz-animation: blink 1.5s infinite;
    animation: blink 1.5s infinite;
}
@keyframes blink {
    from {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
}

.pulseOnHover {}
.pulseOnHover:hover,
a:hover .pulseOnHover,
button:hover .pulseOnHover {
    -webkit-animation: pulseOnHover 0.4s ease;
    -moz-animation: pulseOnHover 0.4s ease;
    animation: pulseOnHover 0.4s ease;
}
@keyframes pulseOnHover {
    from {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        transform: scale(1);
    }
    50% {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        transform: scale(1.1);
    }
    to {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        transform: scale(1);
    }
}

.rotateOnClick {
    -webkit-animation: rotateOnClick 0.4s ease;
    -moz-animation: rotateOnClick 0.4s ease;
    animation: rotateOnClick 0.4s ease;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    transform: rotate(180deg);
}
.rotateOnClick.collapsed {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    transform: rotate(0);
}

@keyframes infinitePulse {
    from {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        transform: scale();
    }
    90% {
        -webki-transform: scale(1);
        -moz-transform: scale(1);
        transform: scale(1);
    }
    94% {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        transform: scale(1.1);
    }
    98% {
        -webki-transform: scale(1);
        -moz-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes scroll {
    0% { opacity: 0; }
    10% { top: 0; opacity: 1; }
    100% { top: 10px; opacity: 0;}
}

.infiniteRotate {
    -webkit-animation: infiniteRotate 1.2s linear infinite;
    -moz-animation: infiniteRotate 1.2s linear infinite;
    animation: infiniteRotate 1.2s linear infinite;
}
@keyframes infiniteRotate {
    from {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to   {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.scrolling-text {
    -webkit-animation: scrolling-text 20s infinite;
    -moz-animation: scrolling-text 20s infinite;
    animation: scrolling-text 20s infinite;
}
@keyframes scrolling-text {
    from { margin-left: 0; }
    to   { margin-left: -120%; }
}
@keyframes shake {
    from { bottom: 20px; }
    50%  { bottom: 25px; }
    to   { bottom: 20px; }
}



/* **************************************************
 * 7. VERSION RESPONSIVE
 * ************************************************** */

/* **************************************************
 * 7.1. LAPTOP
 * ************************************************** */
@media (max-width: 1399px) {

    /* 2.3. BANNER */
    .banner {
        background-size: 1400px auto;
        min-height: 255px;
    }
    /* 2.3.1. BANNER FULLSCREEN */
    .banner-fullscreen h1.lg-mt-100 {
        margin-top: 50px;
    }

    /* 4.2.1. NOTRE SELECTION CROISILAND */
    .slider-notre-selection .owl-nav {
        display: none;
    }

    /* 4.10. PAGES COMPAGNIES */
    .banner-fullscreen h1.s-90 {
        margin-top: 50px;
    }
    .banner-fullscreen .s-90 {
        font-size: 70px;
        line-height: 70px;
    }
    .banner-fullscreen .s-30 {
        font-size: 27px;
    }
    .banner-fullscreen .s-24 {
        font-size: 22px;
    }

    /* 5.1.2. SLIDER VISIONNEUSES BANDEAUX */
    .slider-visionneuses-bandeaux .bg-scroll {
        bottom: 110px;
    }
}

/* **************************************************
 * 7.2. TAB LANDSCAPE
 * ************************************************** */
@media (max-width: 1199px) {
    /* 1.3.8. MODALES */
    /* Modal cabine */
    #modal-cabine {}
    #modal-cabine .modal-dialog {
        width: 70%;
    }

    /* 1.3.9. ONGLETS */
    .nav-tabs-adv > li {
        text-align: center;
    }
    .nav-tabs-adv > li > a {
        line-height: 20px;
    }
    .nav-tabs-adv > li > a .fi {
        display: block;
        float: none;
        margin: 0 auto;
    }
    .nav-tabs-vertical > li > a {
        line-height: 50px;
        text-align: left;
    }
    .nav-tabs-vertical> li > a .fi {
        display: initial;
        float: left;
    }

    /* 1.3.15. TEMPLATES */
    .detail .categorie .description {
        height: 186px;
    }
    .options .option > a {
        margin-right: 5px;
        overflow: hidden;
        width: auto;
    }
    .detail .special-groupes,
    .detail .resa-confiance-croisiland {
        margin-bottom: 15px;
    }

    /* 2.1.3. HEADER RIGHT */
    #header-right {
        border-left: none;
        margin-right: -15px;
    }
    #header-right > div {
        border-right: none;
    }
    #header-right > div > a,
    #header-right > div > span {
        padding: 0;
        width: 40px;
    }

    /* 2.3. BANNER */
    .banner {
        background-size: 1200px auto;
        min-height: 215px;
    }
    .banner h1 {
        font-size: 20px;
    }
    /* 4.2.2. ENCART THEME */

    .mentions-gersal{
        padding:5px 5px 5px 5px;
    }
    /* 3.3. GOOGLE MAPS */
    .itineraire #map-canvas {
        height: 205px;
    }

    /* 3.4. OWL CAROUSEL */
    .slider-navires .owl-carousel {
        height: 664px;
    }
    .slider-navires .owl-carousel .item {
        height: 532px;
        width: 100%;
    }

    /* 4.1.3. SUGGESTIONS DE CROISIERES*/
    .suggestions .suggestion .content .description {
        height: 100px;
    }

    /* 4.1.4. THEMATIQUE */
    .thematique-absolute-logo img {
        width: 80px;
    }
    .thematique-subtitle {
        font-size: 10px;
        color: #00ABD7;
        margin: 0;
        margin-bottom: 15px;
    }

    /* 4.1.6. LES GARANTIES CROISILAND */
    .les-garanties-croisiland .garantie {
        min-height: 250px;
    }

    /* 4.1.7. LISTE DES ACTUALITES */
    .actualites-mise-en-avant h2::after {
        width: 13%;
    }
    .list-actualites .bg-dblue {
        min-height: 419px;
    }
    .list-actualites .image {
        height: 195px;
        line-height: 195px;
    }

    /* 4.5. PAGE LISTE */
    .croisieres .croisiere .bg-xlgrey > div {
        height: 148px;
    }
    .croisieres .croisiere .info {
        min-height: 148px;
    }

    /* 4.9. PAGE QUI SOMMES NOUS */
    #engagements .container {
        overflow: hidden;
        width: 100%;
    }

    /* 4.10. PAGES COMPAGNIES */
    .banner-fullscreen .container {
        margin-top: 50px;
    }

    /* ancienne page devis */
    .btn-top {
        -webkit-border-radius: 4px;
        border-radius: 4px;
        font-size: 14px;
        line-height: 1.42857;
        padding: 6px 10px;
    }
}

/* **************************************************
 * 7.3. TAB PORTRAIT
 * ************************************************** */
@media (min-width: 992px) {
    ul.nav li.dropdown > ul.dropdown-menu {
        display: none;
        margin-top: 40px;
        max-height: 0;
        max-width: 0;
        opacity: 0;
        overflow: hidden;
        transition: all .3s ease-in-out;
        z-index: 1010;
    }
    ul.nav li.dropdown:hover > ul.dropdown-menu {
        display: block;
        margin-top: 0;
        opacity: 1;
        max-height: 500px;
        max-width: 900px;
        z-index: 1020;
    }
    ul.nav li.dropdown:hover > ul.mega-menu {
        overflow: visible;
    }
}
@media (max-width: 991px) {

    #footer .infos-pratiques {
        clear: both;
    }

    /* 1.3.5. FILTRES */
    .filtertip a {
        position: absolute;
        right: 10px;
        top: 20px;
    }
    .filtertip {
        height: auto;
        z-index: 1;
    }
    .filtertip .p-20 {
        padding: 10px;
    }

    #filter-collapse {
        background: rgba(0, 0, 0, 0.9);
        cursor: pointer;
        display: none;
        height: 100%;
        left: 0;
        overflow-y: scroll;
        position: fixed;
        top: 0;
        width: 100%;
        z-index: 9999;
    }
    #filter-collapse.open {
        display: block;
    }
    #filter-collapse > div {
        cursor: default;
        margin: 15px;
    }

    #filter-close {
        background: none;
        border: 0;
        color: #999999;
        font-size: 50px;
        padding: 0;
        right: 11px;
        top: 1px;
    }
    #filter-close:focus,
    #filter-close:hover {
        color: #666666;
        text-decoration: none;
    }

    .filter-liste-top .mi-h-100 {
        min-height: 0;
    }
    #trier-par {
        position: absolute;
        right: 0;
        top: -80px;
        width: 50%;
    }

    /* 1.3.7. LISTES */
    .list.menu {
        -webkit-columns: 2;
        -moz-columns: 2;
        columns: 2;
    }

    /* 1.3.8. MODALES */
    #modal-video iframe,
    #modal-video .modal-dialog {
        height: 394px;
        width: 700px;
    }

    /* 1.3.15. TEMPLATES */
    .col-md-4 .contactez-nous img {
        float: left !important;
        margin-right: 15px;
    }
    .col-md-4 .contactez-nous p:first-child {
        float: left !important;
        margin-bottom: 0;
        text-align: left;
    }

    /* Liste des escales */
    .itineraire .nano {
        height: auto;
        overflow: visible;
    }
    .itineraire .nano-content {
        margin-right:0 !important;
        overflow: visible;
        position: static;
    }
    .itineraire .nano-pane {
        display: none;
    }

    /* Offres spéciales */
    .liste .offres-speciales {
        margin: 0 -5px;
    }

    /* 2.1.2. HEADER TOP */
    #header-top {
        border-bottom: 1px solid #CCCCCC;
    }

    /* 2.1.4. HEADER BOTTOM */
    #header-bottom {
        height: 0;
    }

    /* 2.1.6. NAVIGATION */
    .navbar {
        /* height: 50px; */
        width: 100%;
    }
    .navbar-header {
        float: left;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
        margin-top: 30px;
        padding-top: 5px;
    }
    .navbar-fixed-top {
        border-width: 0 0 1px;
        top: 0;
    }
    .navbar-collapse.collapse {
        display: none !important;
    }
    .navbar-nav {
        float: none !important;
        margin-top: 7.5px;
    }
    .navbar-nav > li {
        float: none;
    }
    .collapse.in {
        display: block !important;
    }

    .navbar .nano {
        overflow: hidden;
    }
    .navbar .nano > .nano-content {
        overflow-x: hidden;
        overflow-y: scroll;
        position: absolute;
    }
    .navbar .nano > .nano-pane {
        display: none !important;
    }

    .navbar-nav {
        margin: 0;
    }
    .navbar-nav > li {
        border-bottom: 1px solid #FFFFFF;
    }
    .navbar-nav > li > a {
        height: 50px;
        line-height: 50px;
    }
    .navbar-nav > li > a.dropdown-toggle:before {
        font-size: 25px;
        top: 0;
    }
    .navbar-nav > li > a.dropdown-toggle[aria-expanded="true"]:before {
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        transform: rotate(180deg);
    }
    .navbar-collapse {
        background: #005677;
        height: 100% !important;
        left: 0;
        margin: 0;
        max-height: none !important;
        padding: 0;
        position: fixed;
        top: 0;
        width: 100%;
    }
    .navbar-collapse.collapse {
        height: 100% !important;
    }

    .dropdown-menu {
        border-top: 1px solid #FFFFFF;
        box-shadow: none;
        display: none !important;
        float: none;
        margin: 0 !important;
        position: static;
        width: 100%;
    }
    .dropdown-menu > li {
        width: 100%;
    }
    .dropdown-menu > li > a {
        border-bottom: 1px solid #044061;
        height: 40px;
        line-height: 40px;
        padding: 0 20px;
    }
    .navbar-nav .open .dropdown-menu {
        display: block !important;
        max-height: 100% !important;
        max-width: 100% !important;
        opacity: 1 !important;
    }
    .navbar-nav .open .dropdown-menu > li > a {
        line-height: 40px;
        padding: 0 20px;
    }
    .navbar-toggle {
        display: block;
    }

    /* 2.2.2. INFORMATIONS DE CONTACT */
    #footer .contact-info .col-md-4 {
        border-top: 1px solid #044061;
    }
    #footer .contact-info .col-md-4:first-child {
        border-top: none;
    }
    #footer .contact-info .contacts {
        margin: 0 auto;
    }
    #footer .contact-info .contacts .contact {
        margin-left: 20px;
    }
    #footer .footer-newsletter,
    #footer .social-networks {
        margin: 0 auto;
        /*text-align: center;*/
    }

    /* 2.2.3. INFORMATIONS PAIEMENTS */
    #footer .paiements .container .row > div {
        border-top: 1px solid #CCCCCC;
    }
    #footer .paiements .container .row > div:first-child {
        border-top: none;
    }

    /* 2.2.4. COPYRIGHT */
    #footer .copyright a:first-child {
        border-left: none;
    }

    /* 2.3. BANNER */
    .banner {
        background: none !important;
        min-height: 0;
    }
    .banner .banner-container {
        position: static;
    }
    .banner .banner-container .banner-inner {
        background: none;
    }

    /* 2.3.1. BANNER FULLSCREEN */
    .banner-fullscreen .container {
        margin-top: 50px;
    }
    .banner-fullscreen .s-90 {
        font-size: 50px;
        line-height: 50px;
    }
    .banner-fullscreen .s-30 {
        font-size: 24px;
    }
    .banner-fullscreen .s-24 {
        font-size: 20px;
    }

    /* 2.4.4. COLONNE DROITE */
    .column-right {
        float: none;
        padding: 0;
    }

    /* 3.3. GOOGLE MAPS */
    #map-canvas {
        width: 100%;
    }
    .itineraire #map-canvas {
        height: 250px;
    }

    /* 3.4. OWL CAROUSEL */
    .slider-navires .owl-carousel {
        height: 579px;
    }
    .slider-navires .owl-carousel .item {
        height: 479px;
    }

    /* 3.5. PACKERY */
    .packery {
        margin-left: -7.5px;
        margin-right: -7.5px;
    }
    .packery-item {
        margin-bottom: 15px;
        padding-left: 7.5px;
        padding-right: 7.5px;
        width: 33.333333333%;
    }

    /* 4.1.1. LES TITRES */
    h1.home span {
        max-width: 90%;
    }

    /* 4.1.2. LE FORMULAIRE DE RECHERCHE */
    #form-recherche-accueil {
        height: auto;
        position: static;
        top: 0;
    }
    #form-recherche-accueil .container {
        height: auto;
        padding: 0;
    }
    .form-recherche-accueil .bb-lgrey {
        border-bottom: none;
        padding-bottom: 0;
    }
    .form-recherche-accueil .tab-content {
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    /* 4.1.3. SUGGESTIONS DE CROISIERES*/
    .suggestions .suggestion .content .title {
        height: auto;
    }
    .suggestions .suggestion .content .description {
        height: auto;
    }

    /* 4.1.4. THEMATIQUE */
    .thematique-absolute-logo img {
        width: 95px;
    }
    .thematique-subtitle {
        font-size: 12px;
        color: #00ABD7;
        margin: 0;
        margin-bottom: 15px;
    }
    .thematique-description {
        font-size: 14px;
        line-height: 18px;
        height: 68px;
        overflow-y: hidden;
    }

    /* 4.1.5. GROUPES ET CE */
    .groupes-et-ce h2 {
        position: relative;
        text-align: center;
    }
    .groupes-et-ce h2::before,
    .groupes-et-ce h2::after {
        border-top: 1px solid #FFFFFF;
        content: '';
        position: absolute;
        top: 15px;
        width: 18%;
    }
    .groupes-et-ce h2::before {
        left: 0;
    }
    .groupes-et-ce h2::after {
        right: 0;
    }

    /* 4.1.6. LES GARANTIES CROISILAND */
    .les-garanties-croisiland .garantie {
        min-height: 220px;
    }

    /* 4.1.7. LISTE DES ACTUALITES */
    .actualites-mise-en-avant h2::after {
        border-top: 1px solid #FFFFFF;
        width: 30%;
    }
    .list-actualites .bg-dblue {
        min-height: 454px;
    }
    .list-actualites .image {
        height: 230px;
        line-height: 230px;
    }

     /* 4.2.2. ENCART THEME */

    .mentions-gersal{
        padding:5px 5px 5px 5px;
    }

    /* 4.3. PAGE AVANTAGES COMPAGNIES */
    .avantages-compagnies .compagnie .avantages:before,
    .avantages-compagnies .compagnie:nth-of-type(even) .avantages:before {
        left: 0;
        right: 0;
    }

    /* 4.4. PAGE DETAIL */
    .partenaire.detail .prix-croisiere .prix {
        padding-top: 15px;
    }

    /* 4.5. PAGE LISTE */
    .listitem2 {
        height: 210px;
    }
    .labelleft2 {
        min-height: 220px;
    }
    .croisieres .croisiere .bg-xlgrey > div {
        height: 155px;
    }
    .croisieres .croisiere .labelright {
        border-left: none;
        border-top: 1px solid #E8E8E8;
        min-height: 0;
    }
    .croisieres .croisiere .info {
        min-height: 155px;
    }

    /* 4.7. PAGE PROMOTIONS ET BONS PLANS */
    .list-promotions .isotope .item {
        float: left;
        width: 50%;
    }

    /* 4.8.6 PAGE CONFIRMATION PAIEMENT */
    #recapitulatif-reservation .br-lgrey {
        border-right: none;
    }

    /* 4.10. PAGES COMPAGNIES */
    #introduction h2 {
        padding: 0;
    }
    #introduction .relative {
        height: auto;
    }
    #introduction .image {
        margin-bottom: 15px;
        max-width: 100%;
        position: static;
    }

    .avantage:nth-of-type(odd),
    .brochure:nth-of-type(odd) {
        padding-right: 8px;
    }
    .avantage:nth-of-type(even),
    .brochure:nth-of-type(even) {
        padding-left: 8px;
    }

    /* 5.1.2. SLIDER VISIONNEUSES BANDEAUX */
    .slider-visionneuses-bandeaux {
        height: 400px;
    }
    .slider-visionneuses-bandeaux .container {
        padding-top: 0;
    }
    .slider-visionneuses-bandeaux .offre {
        background-size: auto 400px;
        height: 400px;
        padding-top: 0;
    }
    .slider-visionneuses-bandeaux .offre-inner {
        background-image: linear-gradient(to top, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0) 60%) !important;
    }
    .slider-visionneuses-bandeaux .offre .col-md-6 {
        height: 100%;
    }
    .slider-visionneuses-bandeaux .offre .h1 span,
    .slider-visionneuses-bandeaux .offre p {
        color: #FFFFFF;
        -webkit-text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.4);
        -moz-text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.4);
        text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.4);
    }
    .slider-visionneuses-bandeaux .offre .description {
        position: absolute;
        bottom: 15px;
    }
    .slider-visionneuses-bandeaux .owl-prev,
    .slider-visionneuses-bandeaux .owl-next {
        bottom: 15px;
        height: 40px;
        top: auto;
        width: 40px;
    }
    .slider-visionneuses-bandeaux .owl-prev {
        left: auto;
        right: 70px;
    }
    .slider-visionneuses-bandeaux .owl-next {
        right: 15px;
    }
    .slider-visionneuses-bandeaux .owl-prev .fa,
    .slider-visionneuses-bandeaux .owl-next .fa {
        font-size: 40px;
        line-height: 38px;
    }
    .slider-visionneuses-bandeaux .owl-item.active .image img {
        top: 10px;
    }
}

/* **************************************************
 * 7.4. MOBILE LANDSCAPE
 * ************************************************** */
@media (max-width:767px) {

    /* 1.2. BALISES */
    h1, .h1 {
        font-size: 22px;
    }
    h2, .h2 {
        font-size: 20px;
    }
    h3, .h3 {
        font-size: 18px;
    }
    h4, .h4 {
        font-size: 16px;
    }
    h5, .h5 {
        font-size: 15px;
    }
    h6, .h6 {
        font-size: 14px;
    }

    /* 1.3.1. ACCORDEONS */
    .panel-group {
        margin-bottom: 15px;
    }

    /* 1.3.8. MODALES */
    #modal-video iframe,
    #modal-video .modal-dialog {
        height: 281px;
        width: 500px;
    }

    /* Modal cabine */
    #modal-cabine {}
    #modal-cabine .modal-dialog {
        width: 97%;
    }

    /* 1.3.13. PRIX */
    .detail .prix-croisiere {
        text-align: center;
    }

    /* 1.3.14. TABLEAUX */
    .table-responsive-advanced {}
    .table-responsive-advanced th:nth-of-type(n+2) {
        display: none;
    }
    .table-responsive-advanced td {
        display: block;
    }
    .table-responsive-advanced td[data-label] {
        text-align: right;
    }
    .table-responsive-advanced td[data-label]:before {
        content: attr(data-label);
        float: left;
    }

    /* 1.3.15. TEMPLATES */

    /* Liste des escales */
    .list-escales {}
    .list-escales .table-responsive-advanced {
        border-top: 1px solid #CCCCCC;
    }
    .list-escales .table-responsive-advanced th {
        display: none;
    }
    .list-escales .table-responsive-advanced td {
        background-color: #FFFFFF;
        border-top: none;
        clear: both;
        padding: 0 3px;
    }
    .list-escales .table-responsive-advanced td:first-child {
        background-color: #F9F9F9;
        border-bottom: 1px solid #CCCCCC;
        padding: 8px;
        text-align: left;
    }
    .list-escales .table-responsive-advanced td:nth-of-type(2) {
        padding-top: 5px;
    }
    .list-escales .table-responsive-advanced td:last-child {
        border-bottom: 1px solid #CCCCCC;
        padding-bottom: 15px;
    }

    /* 2.1.6. NAVIGATION */
    .container > .navbar-header {
        margin-right: 0;
    }

    /* 2.2.2. INFORMATIONS DE CONTACT */
    #footer .contact-info .col-sm-2 {
        padding: 0;
    }

    /* 2.4.1. FIL D'ARIANE */
    .breadcrumb {
        padding: 10px 15px;
    }

    /* 2.4.2. FIL D'ARIANE DES ETAPES DE PAIEMENT */
    .breadcrumb-booking > li {
        width: 50%;
    }

    /* 3.3. GOOGLE MAPS */
    .detail .itineraire #map-canvas {
        height: 250px;
    }

    /* 3.4. OWL CAROUSEL */
    .slider-navires .owl-carousel {
        height: 342px;
    }
    .slider-navires .owl-carousel .item {
        height: 342px;
    }
    .slider-navires .owl-carousel .owl-nav {
        display: none;
    }

    /* 3.5. PACKERY */
    .packery-item {
        width: 50%;
    }

    /* 4.1.5. GROUPES ET CE */
    .groupes-et-ce h2::before,
    .groupes-et-ce h2::after {
        width: 7%;
    }

    /* 4.1.6. LES GARANTIES CROISILAND */
    .les-garanties-croisiland h2.home span {
        max-width: 95%;
    }
    .les-garanties-croisiland .garantie {
        min-height: 0;
    }

    /* 4.1.7. LISTE DES ACTUALITES */
    .actualites-mise-en-avant h2 {
        text-align: center;
    }
    .actualites-mise-en-avant h2::before {
        border-top: 1px solid #FFFFFF;
        content: '';
        height: 0;
        left: 0;
        position: absolute;
        top: 18px;
        width: 20%;
    }
    .actualites-mise-en-avant h2::after {
        width: 20%;
    }
    .list-actualites .bg-dblue {
        min-height: 0;
    }
    .list-actualites .image {
        height: auto;
        line-height: 1;
    }
    .list-actualites .titre,
    .list-actualites .description {
        height: auto;
    }

    /* 4.2.2. ENCART THEME */
    .titre-gersal{
        top: 80px;
        width: 300px;
    }
    .promo-gersal{
        width: 200px;
    }
    .mentions-gersal{
        top: 250px;
        padding:5px 5px 5px 5px;
    }
    /* 4.4. PAGE DETAIL */
    .detail #content > .container {
        padding: 0;
    }
    .detail h1 {
        font-size: 20px;
        line-height: 20px;
    }
    .detail h1 .s-16 {
        font-size: 14px;
        line-height: 20px;
    }

    /* 4.5. PAGE LISTE */
    .croisieres .croisiere h2 {
        white-space: normal;
    }
    .croisieres .croisiere .bg-xlgrey > div {
        height: auto;
    }
    .croisieres .croisiere .info {
        min-height: 0;
    }
    .croisieres .croisiere .info > .absolute {
        position: static;
    }

    /* 4.8. PAGE DEVIS */
    .etape1 .btn-action,
    .etape2 .btn-action,
    .etape3 .btn-action,
    .etape4 .btn-action {
        -webkit-border-radius: 0;
        border-radius: 0;
        bottom: 0;
        font-size: 18px;
        left: 0;
        line-height: 1.3333333;
        padding: 10px 16px;
        position: fixed;
        width: 100%;
        z-index: 1030;
    }
    .etape1 #footer,
    .etape2 #footer,
    .etape3 #footer,
    .etape4 #footer {
        padding-bottom: 50px;
    }
    .etape1 .scrolltop,
    .etape2 .scrolltop,
    .etape3 .scrolltop,
    .etape4 .scrolltop {
        bottom: 65px;
    }

    /* 4.10. PAGES COMPAGNIES */
    .banner-fullscreen .s-90 {
        font-size: 30px;
        line-height: 30px;
    }
    .banner-fullscreen .s-30 {
        font-size: 20px;
    }
    .banner-fullscreen .s-24 {
        font-size: 16px;
    }

    #panel-programme .carte-fidelite .titre {
        height: auto;
    }
    #panel-programme .carte-fidelite .description {
        height: auto;
    }

    #table-avantage-club th:nth-of-type(n+2),
    #table-avantage-club td.bg-xlgrey:nth-of-type(n+2) {
        display: none;
    }
    #table-avantage-club td {
        border: 0;
        display: block;
        font-weight: 700;
    }
    #table-avantage-club td[data-label] {
        padding: 2px 8px;
        text-align: right;
    }
    #table-avantage-club td:first-child {
        border-bottom: 1px solid #DDDDDD;
    }
    #table-avantage-club td[data-label]:before {
        content: attr(data-label);
        float: left;
        font-weight: 400;
    }
    #table-avantage-club td[data-label]:first-child {
        padding-top: 8px;
    }
    #table-avantage-club td[data-label]:last-child {
        border-bottom: 1px solid #DDDDDD;
        padding-bottom: 8px;
    }

    #table-tarif-croisiere-partenaire {
        border-bottom: 1px solid #BFBFBF;
    }
    #table-tarif-croisiere-partenaire col {
        width: 100% !important;
    }
    #table-tarif-croisiere-partenaire th,
    #table-tarif-croisiere-partenaire td.bg-xlgrey:nth-of-type(n+2) {
        display: none;
    }
    #table-tarif-croisiere-partenaire td {
        border: 0;
        display: block;
        font-weight: 700;
    }
    #table-tarif-croisiere-partenaire td[data-label] {
        padding: 2px 8px;
        text-align: right;
    }
    #table-tarif-croisiere-partenaire td:nth-of-type(1) {

    }
    #table-tarif-croisiere-partenaire td:nth-of-type(2),
    #table-tarif-croisiere-partenaire td:nth-of-type(3),
    #table-tarif-croisiere-partenaire td:nth-of-type(4) {
        border-bottom: 0;
        border-top: 0;
    }
    #table-tarif-croisiere-partenaire td:nth-of-type(5) {
        border-top: 0;
    }
    #table-tarif-croisiere-partenaire td[data-label]:before {
        content: attr(data-label);
        float: left;
        font-weight: 400;
    }

    /* 5.1.2. SLIDER VISIONNEUSES BANDEAUX */
    .slider-visionneuses-bandeaux .offre h2 {
        font-size: 25px;
        lin-height: 25px;
    }
    .slider-visionneuses-bandeaux .offre p {
        font-size: 16px;
    }
}

/* **************************************************
 * 7.5. MOBILE PORTRAIT
 * ************************************************** */
@media (max-width:543px) {

    /* 1.3.7. LISTES */
    .list.menu {
        -webkit-columns: 1;
        -moz-columns: 1;
        columns: 1;
    }

    /* 1.3.8. MODALES */
    #modal-avantages .modal-image img {
        min-height: 200px;
        width: auto;
    }

    #modal-croisiland .modal-image img {
        min-height: 200px;
        width: auto;
    }

    #modal-video iframe,
    #modal-video .modal-dialog {
        height: 135px;
        width: 240px;
    }

    /* 1.3.9. ONGLETS */
    .nav-tabs-adv {
        height: 40px;
    }
    .nav-tabs-adv > li > a {
        height: auto;
        padding: 10px;
    }
    .nav-tabs-grey {
        height: auto;
    }

    /* 1.3.15. TEMPLATES */

    /* Cabine */
    .cabine {}
    .cabine .row {
        display: block;
        float: none;
    }
    .cabine .row .col-xxs-12 {
        display: block;
        float: none;
    }

    .contactez-nous img,
    .col-md-4 .contactez-nous img {
        float: none !important;
        height: auto;
        margin-right: 0;
        width: 100px;
    }
    .contactez-nous p:first-child,
    .col-md-4 .contactez-nous p:first-child {
        float: none !important;
        margin-bottom: 15px;
        text-align: center;
    }

    /* 2.1.6. NAVIGATION */
    .navbar-toggle {
        margin-top: 5px;
    }
    .navbar-button {
        margin-top: 4px;
    }

    /* 2.2.2. INFORMATIONS DE CONTACT */
    #footer .contact-info .col-md-4,
    #footer .contact-info .col-md-4:last-child {
        float: none;
        width: 100%;
    }

    /* 2.4. CONTENT */
    .pagecontainer,
    .pagecontainer.mb-30 {
        margin-bottom: 15px;
    }
    .pagecontainer > .p-30 {
        padding: 15px;
    }

    /* 3.4. OWL CAROUSEL */
    .slider-navires .owl-carousel {
        height: 193px;
    }
    .slider-navires .owl-carousel .item {
        height: 193px;
    }

    /* 3.5. PACKERY */
    .packery-item {
        width: 100%;
    }

    /* 4.1.1. LES TITRES */
    h1.home span {
        max-width: 85%;
    }

    /* 4.1.2. LE FORMULAIRE DE RECHERCHE */
    #form-list-home .nav-tabs li {
        min-width: 0;
    }
    #form-list-home li a span {
        display: none;
    }

    /* 4.1.4. THEMATIQUE */
    .thematique-description {
        font-size: 14px;
        line-height: 18px;
        height: 72px;
        overflow-y: hidden;
    }

    /* 4.1.5. GROUPES ET CE */
    .groupes-et-ce h2::before,
    .groupes-et-ce h2::after {
        width: 0;
    }

    /* 4.3. PAGE AVANTAGES COMPAGNIES */
    .avantages-compagnies .compagnie .avantages .avantage {
        height: auto;
    }
    .avantages-compagnies .compagnie .avantages .avantage h3 {
        min-height: 0;
    }

    /* 4.4. PAGE DETAIL */
    .detail .image-itineraire + span,
    .detail .image-video + span {
        width: 100%;
    }
    .detail .bordertype4 {
        margin-left: 0;
    }
    .detail .btn-action {
        font-size: 14px;
    }
    #panel-navire .bl-grey {
        border-left: none;
        padding-left: 0;
    }

    /* 4.5. PAGE LISTE */
    .croisieres .croisiere:nth-child(odd),
    .croisieres .croisiere:nth-child(even) {
        padding: 0 !important;
    }

    /* 4.7. PAGE PROMOTIONS ET BONS PLANS */
    .list-promotions .isotope .item {
        float: none;
        width: 100%;
    }

    /* 4.8. PAGES DEVIS*/
    #calculer-votre-budget-croisiere .btn {
        width: 100%;
    }
    #tarif .table .column1 {
        width: 70%;
    }
    #tarif .table .column2 {
        width: 30%;
    }
    #assurance .table-assurance td {
        padding-left: 0;
        padding-right: 0;
    }
    #assurance .table-assurance .bl-lgrey {
        border-left: none;
    }
    .bloc-tarif {
        float: none;
        margin-top: 20px;
        width: 100%;
    }
    .bloc-club {
        float: none;
        margin-top: 20px;
        width: 100%;
    }



    .avantage:nth-of-type(odd),
    .brochure:nth-of-type(odd) {
        padding-right: 15px;
    }
    .avantage:nth-of-type(even),
    .brochure:nth-of-type(even) {
        padding-left: 15px;
    }
    .avantage .contenu,
    .brochure .contenu {
        height: auto;
    }
    .brochure .mi-h-90 {
        min-height: 0;
    }



    .assistance .telephone { text-align: center; }
}



/* **************************************************
 * 8. BOOTSTRAP 4.0
 * ************************************************** */
.hidden-xxs-up { display: none; }

.hidden-lg-down { display: none !important; }

.pull-xxs-left  { float: left !important; }
.pull-xxs-right { float: right !important; }
.pull-xxs-none  { float: none !important; }

.text-xxs-left   { text-align: left; }
.text-xxs-right  { text-align: right; }
.text-xxs-center { text-align: center; }

@media (max-width:1199px) {
    .hidden-md-down { display: none !important; }

    .md-mi-h-0 { min-height: 0 !important; }
}
@media (max-width:991px) {
    .hidden-sm-down { display: none !important; }

    .sm-mi-h-0 { min-height: 0 !important; }
}
@media (max-width:767px) {
    .hidden-xs-down { display: none !important; }

    .xs-mi-h-0 { min-height: 0 !important; }
}
@media (max-width:543px) {
    .col-xxs-1, .col-xxs-2, .col-xxs-3, .col-xxs-4, .col-xxs-5, .col-xxs-6, .col-xxs-7, .col-xxs-8, .col-xxs-9, .col-xxs-10, .col-xxs-11, .col-xxs-12 {
        min-height: 1px;
        padding-left: 15px;
        padding-right: 15px;
        position: relative;
    }
    .col-xxs-1, .col-xxs-2, .col-xxs-3, .col-xxs-4, .col-xxs-5, .col-xxs-6, .col-xxs-7, .col-xxs-8, .col-xxs-9, .col-xxs-10, .col-xxs-11 {
        float: left;
    }
    .col-xxs-1  { width: 8.33333%; }
    .col-xxs-2  { width: 16.6667%; }
    .col-xxs-3  { width: 25%; }
    .col-xxs-4  { width: 33.3333%; }
    .col-xxs-5  { width: 41.6667%; }
    .col-xxs-6  { width: 50%; }
    .col-xxs-7  { width: 58.3333%; }
    .col-xxs-8  { width: 66.6667%; }
    .col-xxs-9  { width: 75%; }
    .col-xxs-10 { width: 83.3333%; }
    .col-xxs-11 { width: 91.6667%; }
    .col-xxs-12 { width: 100%; }

    .hidden-xxs-down { display: none !important; }

    .xxs-mi-h-0 { min-height: 0 !important; }
}

@media (min-width:544px) {
    .hidden-xs-up { display: none; }

    .pull-xs-left  { float: left !important; }
    .pull-xs-right { float: right !important; }
    .pull-xs-none  { float: none !important; }

    .text-xs-left   { text-align: left; }
    .text-xs-right  { text-align: right; }
    .text-xs-center { text-align: center; }
}
@media (min-width:768px) {
    .hidden-sm-up { display: none; }

    .pull-sm-left  { float: left !important; }
    .pull-sm-right { float: right !important; }
    .pull-sm-none  { float: none !important; }

    .text-sm-left   { text-align: left; }
    .text-sm-right  { text-align: right; }
    .text-sm-center { text-align: center; }
}
@media (min-width:992px) {
    .hidden-md-up { display: none; }

    .pull-md-left  { float: left !important; }
    .pull-md-right { float: right !important; }
    .pull-md-none  { float: none !important; }

    .text-md-left   { text-align: left; }
    .text-md-right  { text-align: right; }
    .text-md-center { text-align: center; }
}
@media (min-width:1200px) {
    .hidden-lg-up { display: none; }

    .pull-lg-left  { float: left !important; }
    .pull-lg-right { float: right !important; }
    .pull-lg-none  { float: none !important; }

    .text-lg-left   { text-align: left; }
    .text-lg-right  { text-align: right; }
    .text-lg-center { text-align: center; }
}
