@charset "utf-8";

/* CSS Document */

#globalproduct,
#singleproduct {
    background: #e7ebec;
}

#globalproduct .panier {
    margin-top: 0;
}

#globalproduct .content-l {
    z-index: 1000;
    width: 100%;
    left: 0;
    top: 0;
}

#globalproduct .affix {
    background-color: #fff;
    padding-top: 14px;
    padding-bottom: 14px;
}

#globalproduct .content-l .btn {
    font-size: 13px;
    padding: 12px 0;
    text-align: center;
}

#globalproduct .content-l .btn:focus {
    color: #FFF;
}

#pageResultFilter .disabled{
    color: #ccc;
} 
input[type=text]:-moz-read-only {
    /* For Firefox */
    background-color: transparent !important;
    background: none !important;
}

input[type=text]:read-only {
    background-color: transparent !important;
    background: none !important;
}

.superPositionElement .disabled {
    color: #ccc !important;
    background: #eee !important;
}

#globalproduct .container,
#singleproduct .container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    max-width: none;
    font: Arial, Helvetica, sans-serif;
}

#singleproduct p.blue1,
#singleproduct h4.blue1,
#singleproduct h5.blue1,
#singleproduct h2.blue1,
#singleproduct h3.blue1 {
    margin-bottom: 4px;
    
}
#singleproduct h2.blue1{
    font-size: 18px;
}
#singleproduct h3.blue1{
    font-size: 14px;
}

#singleproduct #avis h4.blue1,
#singleproduct #avis h5.blue1 {
    margin-bottom: 6px;
}

#singleproduct #avis p.blue1 {
    margin-bottom: 0px;
}

#globalproduct .container-fluid {
    max-width: 1170px!important;
}

.blueimp-gallery .close {
    background: none;
    background-image: none;
    padding: 0px 30px!important;
}

.blueimp-gallery>.prev,
.blueimp-gallery>.next,
.blueimp-gallery>.close,
.blueimp-gallery>.title,
.blueimp-gallery>.play-pause {
    display: block!important;
}

.blueimp-gallery .next,
.blueimp-gallery .prev {
    padding-left: 0;
    padding-right: 0;
}


/* COLORS */

.red {
    display: inherit;
}

.blue1 {
    color: #0b3264!important;
}

a.blue1:hover {
    color: #666666!important;
}

.blue2 {
    color: #0090ff!important;
}

a.blue2:hover {
    color: #0090ff!important;
}

.green2 {
    color: #339900;
}

.grey2 {
    color: #999999;
}

.blue1bkg {
    background-color: #0b3264;
}

.blue2bkg {
    background-color: #0090ff;
}

.grey1bkg {
    background-color: #e6eaef;
}

.grey2bkg {
    background-color: #f3f5f6;
}

.green2bkg {
    background-color: #339900;
}

.whitebkg {
    background-color: #ffffff;
}

.red1bkg {
    background-color: #d9534f;
}

.green1bkg {
    background-color: #2CC990;
}


/* CUSTOM BOOTSTRAP */

.btn {
    font-size: 13px;
    padding: 8px 7px;
    line-height: 1;
}

.btn-primary,
.btn-secondary {
    margin-bottom: 7px;
    border: 1px solid transparent;
}

button.text-center {
    text-align: center;
}

button.text-left {
    text-align: left;
}

.btn-primary {
    color: #fff;
    background-color: #0090ff !important;
    border: 1px solid #0090ff;
}

.btn-primary:hover {
    color: #0090ff;
    background-color: #fff !important;
    border: 1px solid #0090ff;
}

.btn-secondary {
    color: #0090ff;
    background-color: #fff;
    border: 1px solid #0090ff;
}

.btn-secondary:hover {
    color: #fff;
    background-color: #0090ff;
    border: 1px solid #0090ff;
}

.selectedboat,
.selectedboat:focus,
.selectedboat:active {
    color: #0090ff !important;
    background-color: #fff !important;
}
.selectedboat .fa{
    color: #ff0279 !important;
}
.left_groupe .panel-group .panel {
    border-radius: 0;
}

.left_groupe .panel-default>.panel-heading {
    color: #333;
    background-color: #e6eaef;
    border-color: #e6eaef;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.ui-slider-horizontal .ui-slider-range {
    background-color: #aab8c9 !important;
}

a:focus,
a:hover {
    text-decoration: none;
}


/* FIX FIREFOX */

button {
    position: relative;
}

button .pull-right {
    position: absolute;
    right: 6px;
    top: 12px;
}


/* HEAD */

#bread-crum {
    margin-bottom: 15px;
}


/* STRUCTURE */

.left_groupe {
    width: 236px;
    margin-right: 0;
    /*
    float:none;
    position: absolute;
    */
    float: left;
    margin-bottom: 40px;
}

.right_groupe {
    /*width:inherit;
    float:none;
    margin-left: 254px;*/
    width: calc(100% - 236px);
    float: left;
    margin-bottom: 24px;
    padding-left: 18px;
}

.votre_rech {
    width: inherit;
}

#produit_liste,
.placepage {
    width: 100%;
}

.pagetitle {
    position: relative;
}


.modal-body .t_rech {
    width: auto;
    background: #0b3264!important;
}

.nomargin {
    margin: 0!important;
}

.filtercta {
    display: none;
    position: fixed;
    bottom: 0;
    z-index: 100;
}


/* PRODUIT */

#result_Basket .fa,
#busket .fa {
    color: inherit;
}

#result_Basket .count_busket {
    padding: 8px 12px;
}

.panel-heading>h4>.accordion-toggle:active {
    background-color: #8599b2;
}

.panel-title {
    height: inherit;
    line-height: 15px;
    font-size: 14px;
    font-weight: bold;
}

.prodselect span {
    font-size: 12px;
    font-weight: bold;
}

.panel-default {
    border-top: 0;
    border-right: 0;
    border-bottom: 0;
    border-left: 0;
}

.ui-slider-horizontal {
    height: .7em;
    margin: 5px 0;
}

.ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 18px;
    height: 18px;
    cursor: default;
    background-image: url(/webroot/img/filter-handle.png);
    top: -.5em;
    margin-left: -.7em;
    border-radius: 50%;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
    border: 0;
    background-color: none;
}

.filtrable {
    padding: 12px 6px;
    border-bottom: #e6eaef 1px solid;
}

.filtrable ui-slider {
    padding: 6px 0;
}

#myfilter h5 {
    text-transform: none;
    padding-left: 12px;
    font-size: 14px;
    font-weight: bold;
}

#myfilter.affix {
    padding-top: 0;
    top: 0;
}

.accordion-toggle .glyphicon {
    padding: 0 6px;
}

.basket_bateau {
    border-bottom: none;
    padding: 4px 4px;
    background-color: #e6eaef !important;
    margin: 4px 0;
}

.prodselect>div>div:nth-child(1)>div {
    background-color: #fff;
}

.patway h5,
.patway a,
.patway i {
    display: inline-block;
    vertical-align: middle;
}

.patway i {
    margin-left: 36px;
}

.patway a {
    margin-right: 30px;
    color: #666;
}

.patway a:hover {
    color: #0b3264;
}

.patway h5 {
    font-weight: bold;
    text-decoration: underline;
    margin-bottom: 2px;
    margin-top: 2px;
}

.produ {
    width: 100%;
    clear: both;
}

.product:first-child {
    margin-top: 0;
}

.product,
.topfiltre {
    width: 100%;
    clear: both;
    width: 100%;
    margin: 20px auto;
    font-size: 13px;
    /*overflow:hidden;*/
    display: inline-block;
    padding: 6px 0;
}

.topfiltre {
    margin: 0 auto 20px;
}

.product {
    background-color: #FFF;
}

.product p {
    margin: 0 0 5px;
}

.product div:nth-child(5) {
    margin: 20px 0 0 0;
}

.product h2,
.product h5 {
    display: inline-block;
}
.product .pic .hfavorite,
.mdrProduct .hfavorite{
    display: inline;
    padding: 8px 8px 4px 8px;
    border-radius: 50%;
    position: absolute;
    right: -18px;
    top: 4px;
    background: #fff;
}
.mdrProduct .hfavorite{
    right: 8px;
    top: 4px;  
}

.product .pic .hfavorite .fa,
.mdrProduct  .hfavorite .fa{
    font-size: 24px;
    color: #ccd1d9;
    cursor: pointer;
}
.product .pic .hfavorite .fa:hover,
.product .pic .hfavorite .fasel,
.mdrProduct .hfavorite .fa:hover,
.mdrProduct .hfavorite .fasel,
.product_cruise .hfavorite .fasel{
    color: #ff0279;
}
.bateau {
    margin-bottom: 7px;
}

.product h2 {
    font-size: 28px;
    font-weight: bold;
    margin: 0;
    margin-bottom: 4px;
}

.product h2.name {
    max-width: 70%;
    float: left;
}

.product h5 {
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 8px;
    min-width: 46px;
}

.product h6 {
    margin: 0;
}

.bateau {
    width: 100%;
    height: auto;
}

.reduc,
.reduc:hover {
    position: absolute;
    display: block;
    top: 10px;
    left: 6px;
    padding: 14px 10px 8px;
    text-align: center;
    font-size: 13xp;
    font-weight: bold;
    background: #F30;
    color: #FFF;
    text-decoration: none;
}


/*.reduc:hover {
    background:#FFF;
    color:#F30;
}*/

.reduc span {
    display: block;
    font-size: 30px;
    font-weight: normal;
    font: Arial, Helvetica, sans-serif;
}

.pic {
    position: relative;
}

.icons {
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 5px;
}

.icons img {
    margin: 12px 5px;
}

.troisix,
.troisix:visited,
.troisix:hover {
    display: inline-block;
    color: #FFF;
    background-color: #0090ff;
    /* margin-left: 12px; */
    padding: 6px 7px 6px 24px;
    position: relative;
    bottom: 12px;
    right: 4px;
    border-radius: 8px;
    border: 3px solid #FFFFFF;
    vertical-align: top;
    /* float: left; */
}

.troisix:before {
    position: absolute;
    left: -19px;
    bottom: -3px;
    height: 36px;
    width: 36px;
    border: 3px solid #FFF;
    border-radius: 100%;
    content: " ";
    background-image: url(/webroot/img/threesixty.png);
    background-size: contain;
    background-repeat: no-repeat;
}


/*
.troisix:hover {
    color: #0083da;
    background-color: #fff;
    border:3px solid #0083da;
}*/

.note_resultat {
    width: 174px;
}

.note,
.prix {
    float: right;
}

.note span,
.notemobile span {
    font-size: 21px;
    float: right;
    display: block;
    margin-left: 10px;
    padding: 8px 6px;
    color: #FFF;
    border-radius: 4px;
}

.notemobile {
    position: absolute;
    z-index: 99;
    top: 10px;
    right: 30px;
}

.note u {
    font-size: 10px;
}

.prix span {
    font-size: 22px;
    margin-left: 3px;
    padding: 3px;
    text-align: right;
    display: inline-block;
    vertical-align: baseline;
}

.checked:before {
    font-family: FontAwesome;
    display: inline-block;
    content: "\f046";
    padding-right: 8px;
    font-size: 15px;
    vertical-align: bottom;
}

.checkedbox:before {
    font-family: FontAwesome;
    display: inline-block;
    content: "\f046";
    padding-right: 8px;
    font-size: 15px;
    vertical-align: bottom;
}

.prodselect {
    padding: 12px;
}

.ctarow div:nth-child(1) {
    padding-right: 2px;
}

#globalproduct #myfilter .prodselect label {
    width: 100%;
}

.prodselect label .count_elem {
    color: #333;
}

.type_liste .checkbox:hover,
.chantier_liste .checkbox:hover,
.type_dispo .checkbox:hover {
    background-color: #e6eaef;
}

.ctarow div:nth-child(2) {
    padding-left: 2px;
}

.extrainfo div:nth-child(1) {
    margin-top: 6px;
    padding-top: 6px;
    border-top: #e6eaef 1px solid;
}

.extrainfo span {
    margin-right: 30px;
}

.extrainfo .money {
    margin-right: 0;
}

.extrainfo .usp p {
    padding-left: 28px;
    padding-bottom: 2px;
}

.rightavatar {
    display: inline-block;
    position: relative;
    top: 10px;
    border-radius: 50%;
    margin-left: 12px;
}

.lesplusproduits button,
.lesplusproduits a,
.single_content_block button,
.single_content_block a {
    background: none;
    color: #0b3264;
    border: 0;
    text-decoration: underline;
}


/*  TOP FILTRE  */

checkbox.grey1bkg .topfiltre {
    margin-top: 0;
    font-weight: 500;
}

.topfiltre .checkbox {
    padding: 5px 16px 1px 36px;
    margin-top: 2px;
    margin-bottom: 2px;
}

.topfiltre .checkbox:hover {
    background-color: #ffffff;
}

.topfiltre .checkbox.active {
    background-color: #ffffff;
}

.topfiltre div.checkbox:nth-child(1) {
    padding: 8px 16px 4px 36px;
    background-color: #ffffff;
}

.topfiltre div.checkbox.active:nth-child(1) {
    padding: 8px 16px 4px 36px;
    background-color: #e6eaef;
}

.topfiltre .vertical {
    padding-top: 12px;
    padding-bottom: 12px;
}

.topfiltre .title {
    border-bottom: #e6eaef 1px solid;
}

.topfiltre .horizontal {
    border-top: #e6eaef 1px solid;
}

.topfiltre .horizontal .checkbox {
    padding: 7px 24px 3px 40px;
    display: inline-block;
    margin: 8px;
    background-color: #ffffff;
}

.topfiltre .horizontal .checkbox:hover {
    background-color: #e6eaef;
}

.topfiltre .horizontal .checkbox.active {
    background-color: #e6eaef;
}


/* TRIER PAR */

.div_try {
    position: inherit;
    /*top: -7px;*/
}

.trie_par {
    padding: 6px 12px;
    height: inherit;
    width: 160px;
    background: #FFF;
    position: relative;
    cursor: pointer;
    border-radius: 4px;
}

.panel-heading {
    padding: 8px 2px;
}

.panel-body {
    padding: 5px;
}

.panel-group .panel-heading+.panel-collapse>.list-group,
.panel-group .panel-heading+.panel-collapse>.panel-body,
.panel-group .panel-heading+.panel-collapse>.panel-default {
    border-bottom: 0;
    border-top: 0;
    border-left: 0;
    border-right: 0;
}

#result_Basket .t_rech,
#myfilter .t_rech {
    height: auto;
    padding-top: 8px;
    padding-bottom: 8px;
    font-weight: bold;
    font-size: 18px;
    line-height: 1;
}

.crewsdetail .crewElemengt {
    text-transform: lowercase;
}

.crewsdetail .crewElemengt:first-child {
    text-transform: initial
}

.crewsdetail .crewElemengt:before {
    content: ',';
}

.crewsdetail .crewElemengt:first-child:before {
    content: '';
}

.boat_spec span:after {
    content: '-'
}

.boat_spec span:last-child:after {
    content: ''
}

.actionFilter {
    z-index: 1000;
    position: fixed;
    right: 0;
    bottom: 0px;
    width: 100%;
}

.blue1 .listeBase:after {
    content: ',';
}

.blue1 .listeBase:last-child:after {
    content: '';
}

.date_sejour {
    padding: 6px 0px 0px 6px;
    display: inline-block;
}

#loadingStaff {
    position: fixed;
    bottom: 0;
    left: 0;
    display: none;
}

.glyphicon-refresh-animate {
    -animation: spin .7s infinite linear;
    -webkit-animation: spin2 .7s infinite linear;
}

@-webkit-keyframes spin2 {
    from {
        -webkit-transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    from {
        transform: scale(1) rotate(0deg);
    }
    to {
        transform: scale(1) rotate(360deg);
    }
}

.ui-dialog {
    border: 1px solid #ccc;
    background: #e6eaef;
    z-index: 10000000000000000;
}

.ui-dialog-titlebar-close {
    display: none;
}

.ui-widget-header {
    background: none;
    border: none;
}

#telUsHowMany h4 {
    font-size: 17px;
    line-height: 1.5;
}

.ui-dialog-title {
    font-size: 17px;
    font-weight: 500;
}

del .menu_icon {
    font-size: inherit !important;
}

#singleproduct .menu_icon {
    font-size: 12px;
    font-weight: normal;
}

#singleproduct .hasDatepicker,
#globalproduct .hasDatepicker {
    font-size: 12px;
    cursor: pointer;
}

#singleproduct .hasDatepicker {
    font-size: 14px;
}

#singleproduct time {
    font-size: 14px;
    padding-top: 5px;
    display: block;
}

#singleproduct .checkbox {
    padding-left: 0;
    margin: 0;
}

a.toggelinfo {
    text-decoration: none!important;
}

#singleproduct .col-md-12 .table tr:first-child td {
    border-top-color: rgb(11, 51, 101);
}

#single_content .col-md-12 table>tbody>tr:nth-child(1)>th {
    font-weight: bold;
    border-top: 1px solid #0b3264;
}

#singleproduct .col-md-12 .table {
    margin-bottom: 0px;
    border-bottom: 1px solid #ddd;
}

#singleproduct .col-md-6 .table,
#singleproduct .col-md-4 .table {
    margin-bottom: 15px;
    border-bottom: 1px solid #ddd;
}

#singleproduct td {
    font-size: 14px;
}

#single_content .left_group .col-md-6 table th,
#single_content .left_group .col-md-4 table th {
    border-top: none;
}

#singleproduct .col-md-4 .table tr:first-child td {
    border-top-color: #ddd;
}

#single_content .left_group table p,
#single_content .left_group table td,
#single_content .left_group table th {
    margin: 0;
    font-size: 15px;
}

#single_content .left_group table th {
    border-top-color: #0b3264;
}

#single_content .left_group table.extras tr:first-child td {
    border-top-color: #0b3264;
}

#single_content .left_group table.extras tr td:first-child .blue1 {
    max-width: 270px;
}

#single_content .left_group table.information tr:first-child td {
    border-top: none;
}

#single_content .progress {
    height: 5px;
}

.has_min_with {
    min-width: 92px;
}

#single_content .left_group .progress {
    margin-bottom: 10px;
}

#single_content .group_points .col-md-10 p #single_content .left_group.col-md-8.col-md-pull-4.wrapper>div:nth-child(9)>div:nth-child(4)>div:nth-child(2)>p {
    margin-bottom: 0;
}

#single_content .form-control {
    padding: 6px 4px;
    border-radius: 0!important;
    color: inherit;
}

#single_content select,
#devis .footer_demande select.form-control {
    padding: 6px 4px;
    height: 36px;
    width: 100%;
    /*text-align:center;*/
    border: 1px solid #DDD;
    border-radius: 0!important;
}

#single_content .input-group,
#devis .input-group {
    border: 1px solid #ccc;
}

#single_content .form-control,
.input-group-addon {
    border: 0;
}

#single_content .input-group-addon {
    border-radius: 0;
}

#single_content .input-group-addon {
    padding: 6px 4px;
    background-color: #fff;
    border-left: 0;
}

:target:before {
    margin-top: -150px;
    padding-bottom: 150px;
    display: block;
    content: " ";
}

#header_single_content,
#single_content,
.footer_demande {
    font-size: 13px;
    font-weight: 300;
}

#single_content {
    font-size: 14px;
}


/*header menu*/

#singleproduct #header-section1 {
    padding-top: 32px;
}

#singleproduct #header-section1 .troisix:before {
    position: absolute;
    left: 8px;
    bottom: 4px;
    height: 21px;
    width: 21px;
}

#singleproduct #header-section1 .troisix {
    padding-left: 37px;
    top: 0;
    font-size: 13px;
}

#singleproduct #header-section2 {
    padding-top: 30px;
    margin: auto;
}

#singleproduct #header-section2>div {
    margin: auto;
}

#singleproduct #header-section2>div>div {
    padding-left: 0px;
    padding-right: 5px;
    padding-bottom: 5px;
    box-sizing: border-box;
}

#singleproduct #header-section2>div>div:first-child {
    padding-left: 0;
}

#singleproduct #header-section2>div>div:nth-last-child(1) {
    padding-left: 0px;
}


/*fixed buttons bar */

#singleproduct #header-section3 {
    padding-top: 22px;
    padding-bottom: 22px;
    background-color: #FFF;
}

#singleproduct .affix {
    position: fixed;
    z-index: 999;
    top: 0;
}

#singleproduct #header-section3 .btn {
    width: 12.51%;
    margin: 0.71%;
    box-sizing: border-box;
    border: 1px solid #0b3264;
    font-weight: bold;
    font-size: 15px;
    border-radius: 0;
    color: #0b3264;
    padding: 8px 0px;
}

#singleproduct #header-section3 .btn:active,
#singleproduct #header-section3 .btn:hover {
    color: #ffffff;
    background-color: #0b3264;
}

#singleproduct #header-section3 .btn:nth-last-child(1) {
    margin-right: 0;
}

#singleproduct #header-section3 .btn:first-child {
    margin-left: 0;
}

#singleproduct .row.affix {
    width: 100%;
    background: #FFF;
}

#singleproduct .row.affix #header-section3 {
    width: 100%;
    background: #FFF;
}

#singleproduct .see-more-pics {
    position: absolute;
    background-color: rgba(255, 255, 255, 0.8);
    margin: 10% auto;
    right: 0;
    left: 0;
    width: 50px;
    border-radius: 100%;
    text-align: center;
    font-size: 24px;
    line-height: 50px;
}

#single_content .see-more-pics h3 {
    margin-top: 10px;
    padding: 2px;
}

@media (max-width: 767px) {
    #singleproduct #header-section3 .btn {
        width: initial;
        margin-right: 2%;
        box-sizing: border-box;
        float: left;
        padding: 8px 11px;
    }
    #singleproduct #header-section3 .btn:nth-child(5) {
        margin-left: 0;
    }
}


/*left group*/

.single_content_block {
    background-color: #fff;
    padding: 20px;
    margin: 20px 0;
}

#single_content .group_points {
    margin-top: 15px;
    margin-bottom: 15px;
}

#single_content #photos>div {
    margin-left: 0;
    margin-right: 0;
}

#single_content #photos .col-md-2 {
    padding: 5px;
}


/* header banner pic */

#header_single_content .mainpic {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    min-height: 350px;
}


/*right sidebar*/

#right_side_bar>div {
    max-width: 336px !important;
    margin-top: -400px;
    z-index: 1000;
}

.mdr_fiche_model #right_side_bar>div {
    width: 336px;
}

#right_side_bar button.btn-primary b,
.mdrProduct button.btn-primary b,
#right_side_bar button.btn-secondary,
#devis button.btn-primary i,
#devis button.btn-primary b {
    line-height: 26px;
}

#right_side_bar button.btn-primary .bolt-button {
    margin-left: -36px;
}

#right_side_bar p {
    margin: 0;
}

#right_side_bar h4,
#right_side_bar h5,
#right_side_bar h2,
#right_side_bar h3 {
    color: #fff;
    font-weight: bold;
    display: inline-block;
    font-size: 18px;
}

#right_side_bar .header_right_sidebar,
#right_side_bar .body_right_sidebar {
    padding-top: 20px;
    padding-bottom: 20px;
}

#right_side_bar #bate .note span {
    width: 54%;
    float: right;
    text-align: center;
    margin: 0;
}

#right_side_bar #bate .certificat {
    width: 38%;
    float: left;
}

#right_side_bar #bate .col-md-6 h5 {
    margin-bottom: none;
}

#right_side_bar #bate .col-md-6 span {
    font-size: 13px;
}

#right_side_bar .bolt-button,
.mdrProduct .bolt-button{
    border-radius: 100%;
    display: inline-block;
    padding: 4px;
    margin-right: 10px;
}

#right_side_bar .bolt-button i,
.mdrProduct .bolt-button i{
    padding: 0 4px;
    color: #fff;
}

#right_side_bar .bolt-button i:hover {
    padding: 0 4px;
    color: #fff;
}

#right_side_bar .fa-lg,
.mdrProduct .fa-lg{
    line-height: 1.5em;
}

#right_side_bar hr {
    margin-top: 5px;
    margin-bottom: 5px;
}

#right_side_bar button,
#right_side_bar .sidebar-block {
    margin: 20px 0;
}

#right_side_bar .bottom-space {
    margin-bottom: 20px;
}

#right_side_bar #bate {
    margin-bottom: 20px;
}


/*view 360 button galeria*/

.single_content_block .view_360,
#header-section2 .view_360 {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    height: 50px;
    width: 50px;
}


/*star rating*/

#single_content .star-rating i {
    color: #0090fd;
    font-size: 15px;
}

#single_content .img-responsive,
#photoGalerySm .img-responsive {
    height: 81px;
}


/*footer demande*/

#devis h2 {
    font-size: 40px;
    font-weight: bold;
}

#devis {
    padding: 20px;
}

#devis h3,
#header_single_content h2 {
    display: inline;
    margin-right: 15px;
}

#devis .footer_table input[type="number"] {
    text-align: center;
    height: 38px;
    width: 100%;
    margin: 5px 0;
    border: 1px solid #ccc;
}

#devis .footer_table .table-bordered td {
    padding: 7px 10px 7px 30px;
}

#devis .footer_table.demande .col-md-12 label {
    width: 100%;
}

#devis .footer_table.demande .col-md-12 .form-control {
    border: 1px solid #DDD;
    margin-top: 15px;
}

#devis .footer_table {
    display: table;
    width: 100%;
}

#devis .footer_table label,
#right_side_bar label {
    font-weight: normal;
}

#devis .footer_table label {
    display: inline-block;
    padding-left: 0;
}

#devis .footer_table .demande label {
    width: 100%;
}

#devis .footer_table textarea.form-control {
    margin-bottom: 10px;
}

#devis .footer_table td {
    padding: 10px
}


#devis .footer_table.groupe .form-control {
    margin: 0 0;
}

#devis .footer_table.groupe .col-xs-3:nth-child(1),
.footer_table.groupe .col-xs-3:nth-child(3),
.footer_table.budget .demande label {
    padding-top: 8px;
}

#devis .footer_table.budget .demande text-area.form-control {
    border: 1px solid #ccc;
}


#devis .footer_demande img {
    padding: 25px;
}

.destinations-form .change {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
}


/*Forms*/

fieldset #single_content {
    padding: inherit;
}

#single_content .date {
    cursor: pointer;
}

.c-act .date,
.c-act select,
.c-act textarea {
    border: 1px solid #0b3264 !important;
    /*blue1*/
}

.c-on small,
.c-on span,
.c-on label {
    color: #25c86a !important;
}

.c-on select,
.c-on .input-group.date,
.c-on textarea {
    color: #25c86a !important;
    border: 1px solid #25c86a !important;
    /*    -webkit-appearance: none;  /*Removes default chrome and safari style*/
    /*    -moz-appearance: none;  /*Removes default style Firefox*/
    /*	background: transparent url('../img/check-sign.png') no-repeat 97%;
            background-size: 15px;*/
}


.c-ko small,
.c-ko span,
.c-ko label {
    color: #ff0000 !important;
}

.c-ko select,
.c-ko .input-group.date,
.c-ko textarea {
    color: #ff0000 !important;
    border: 1px solid #ff0000 !important;
    /*    -webkit-appearance: none;  /*Removes default chrome and safari style*/
    /*    -moz-appearance: none;  /*Removes default style Firefox*/
    /*	background: transparent url('../img/error.png') no-repeat 97%;
            background-size: 15px;*/
}


/*tooltip*/



.popover-content {
    background-color: transparent;
}


/*popover*/

.popover-title {
    background: #fff;
    border-bottom: 0px solid #fff;
}

.popover {
    border: 1px solid #0b3264 !important;
    background-color: #0b3264;
    color: #FFF;
}

.popover-title {
    font-weight: bold;
}

.tooltip ul,
.popover ul {
    margin-left: 0;
    padding-left: 0;
    text-align: left;
}

.tooltip li,
.popover li {
    margin-left: 0;
    padding-left: 0;
    text-align: left;
    list-style: none;
}

#right_sidebar_form .blue1 small {
    font-size: 72%;
}

.cf_destination {
    padding-top: 18px;
    padding-bottom: 18px;
}

.border-center {
    width: 100%;
    position: relative;
}

.border-center::before {
    content: '';
    position: absolute;
    bottom: 50%;
    border-bottom: 1px #808080 solid;
    width: 99%;
    z-index: 0;
}

.card-bread-crum a {
    font-size: 14px;
    color: #808080;
    font-weight: bold;
    display: inline-block;
    margin-right: 0;
    width: 33%;
    text-align: center;
    cursor: auto;
}

.card-bread-crum a .bg2grey {
    background: #f3f5f6;
    position: relative;
    padding-right: 8px;
    padding-left: 8px;
}

.card-bread-crum a:first-child {
    text-align: left;
}

.card-bread-crum a:last-child {
    text-align: right;
}

.card-bread-crum a:first-child .bg2grey {
    padding-left: 0;
}

.card-bread-crum .patway i {
    margin-left: 0;
}

.card-bread-crum .w3-badge {
    background-color: #808080;
    color: #fff;
    display: inline-block;
    padding: 1px 6px;
    text-align: center;
    border-radius: 50%;
}

.card-bread-crum .w3-badge-check {
    background-color: #25c86a;
    padding: 1px 5px;
    font-size: 10px;
}

.card-detail {
    padding-top: 40px;
}

.card-detail h1 {
    text-align: center;
    font-size: 30px;
    color: #003366;
    font-weight: 500;
    padding: 0;
    margin: 0;
}

.listPnaier {
    padding-top: 40px;
    padding-bottom: 40px;
}

.listPnaier .table td {
    vertical-align: middle;
    text-align: right;
    font-size: 24px;
    font-weight: bold;
    color: #6487a5;
    border-top: 1px solid #6487a5;
}

.listPnaier .table tr td:first-child {
    width: 60%;
    text-align: left;
}

.listPnaier .table tr:last-child td {
    border-bottom: 1px solid #6487a5;
}

.listPnaier .table tr td.red {
    display: table-cell;
    color: #FF3333;
}

.listPnaier .table tr td .fa-trash-o {
    cursor: pointer;
}

.info_form {
    background-color: #e5eaee;
    color: #003366;
    padding-top: 30px;
    padding-bottom: 20px;
}

.form-partage {
    background-color: #e5eaee;
    color: #003366;
    padding-top: 20px;
}

.info_form label,
.form-partage label {
    font-weight: normal;
}

.form-partage label .info {
    opacity: 0.5;
    font-style: italic;
}

.info_form .form-control::placeholder,
.form-partage .form-control::placeholder {
    font-size: 24px;
}

.info_form .form-control::-ms-input-placeholder,
.form-partage .form-control::-ms-input-placeholder {
    font-size: 24px;
}

.info_form .form-control,
.form-partage .form-control {
    border-radius: 0;
    height: 50px;
    padding: 6px 12px;
    font-weight: bold;
    font-size: 24px;
    line-height: 1.5;
}

.form-partage textarea.form-control {
    height: 150px;
}

.noPanier {
    padding-top: 20px;
    background-color: #e5eaee;
    margin-top: 40px;
    margin-bottom: 40px;
}

.noPanier .alert-text {
    color: #003366;
    font-size: 38px;
    text-align: center;
    font-weight: bold;
}

.info_action {
    padding-top: 30px;
    padding-bottom: 40px;
}

#partage .info_action {
    padding-top: 20px;
    padding-bottom: 0;
}

.info_action .btn {
    border-radius: 0;
    border: none;
    font-size: 16px;
    font-weight: bold;
    text-align: left;
    padding: 20px 20px;
}

.requirement {
    padding-bottom: 30px;
}

.requirement .requirement_content {
    padding-top: 10px;
}

.requirement .requirement_content h1 {
    padding-top: 0;
    margin-top: 0;
    text-align: center;
}

.requirement .requirement_content .btn-primary:hover,
.info_action .btn-primary:hover {
    color: #fff;
    background-color: #0090ff !important;
    border: none;
}

.requirement .requirement_content .btn-primary .fa,
.info_action .btn-primary .fa {
    font-size: 20px;
    font-weight: bold;
    right: 8px;
}

.requirement .requirement_content .fields {
    background-color: #e5eaee;
    border-bottom: 1px solid #003366;
    margin-top: 20px;
}

.requirement .requirement_content .fields .elements {
    border-top: 1px solid #003366;
    padding-bottom: 15px;
    font-size: 14px;
}

.requirement .requirement_content .fields .elements h3 {
    font-weight: bold;
}

.requirement .requirement_content .fields .elements .form-group {
    border-bottom: 1px solid #6487a5;
    margin-bottom: 0;
    padding: 15px 0;
    font-weight: bold;
}

.requirement .requirement_content .fields .elements .form-group label {
    font-weight: bold;
}

.requirement .requirement_content .fields .elements .form-group:last-child,
.requirement .requirement_content .fields .elements .form-inline .form-group {
    border-bottom: none;
}

.requirement .requirement_content .fields .elements .form-inline .form-group .input-group {
    width: 60%;
}

.requirement .requirement_content .fields .elements .onlyTow .form-group {
    border-bottom: none;
    width: 100%;
}

.requirement .requirement_content .fields .elements .onlyTow .form-group .pull-left {
    display: inline-table;
    vertical-align: middle;
}

.requirement .requirement_content .fields .elements .onlyTow .form-group .pull-left label {
    display: table-cell;
    vertical-align: middle;
    height: 34px;
}

.requirement .requirement_content .datePickerSide {
    width: 100%;
}

.requirement .requirement_content .datePickerSide input:read-only {
    background-color: #fff!important;
}

.requirement .requirement_content .datePickerSide .input-group {
    width: 170px!important;
}

.requirement .requirement_content .datePickerSide .titles_radios {
    padding-top: 6px;
}

.requirement .requirement_content .datePickerSide-b {
    border-bottom: 1px solid #6487a5!important;
}

.requirement .requirement_content .datePickerSide-nb {
    padding-bottom: 0;
}

#magazin-content {
    padding: 40px 0!important;
    font-size: 14px;
    line-height: 22px;
}
#magazin-topbar{
   background: #FFF;
   padding: 20px 3rem;
   margin-top: 20px;
}
#magazin-sidebar section{
    background: #FFF;
    padding: 10px;
    margin-bottom: 30px;
}
#magazin-content article, 
#blogCarousel {
    text-align: center;
    background: #FFF;
    padding: 3rem;
    margin-bottom: 30px;
}

#magazin-content article header::after {
    background: #fab526;
    height: 4px;
    width: 125px;
    margin: 10px auto;
}

#magazin-content article header img {
    width: 100%;
    height: auto;
}

#magazin-content article header h1 {
    font-weight: bold;
}
#magazin-content article header .h1{
    padding-top: 0;
    margin-top: 0;
}

#magazin-content article header h2 a {
    color: #000;
    text-decoration: none;
    font-size: 30px;
    font-weight: 900;
    font-style: normal;
}

#magazin-content article header h2 a:hover,
#magazin-topbar section a:hover{
    color: #fab526;
}
#magazin-topbar h3,
#blogCarousel h3{
    color: #000;
    text-decoration: none;
    font-weight: 900;
    font-style: normal;
    margin-top: 0;
    padding-top: 0;
}
#magazin-topbar section a{
    color: #000;
}

#magazin-content article .resume {
    text-align: justify;
    width: 100%;
    word-wrap: break-word;
    overflow: hidden;
    padding: 0 4rem;
}

#magazin-content article .resume * {
    font-family: Arial;
    font-size: 14px;
    line-height: 2em;
    color: #003366;
}

#magazin-content article .resume h2 {
    font-size: 24px;
    font-weight: bold;
}

#magazin-content article .resume h3 {
    font-size: 20px;
    font-weight: bold;
}

#magazin-content article .resume p {
    text-align: justify;
}

#magazin-content article .resume a {
    color: #337ab7;
    text-decoration: none;
}

#magazin-content article footer .btn-default {
    background: #0090ff;
    color: #fff;
    font-size: 16px;
    text-transform: none;
    border-radius: 35px;
    font-weight: 700;
    border: none;
}

#magazin-content article footer .btn-default:hover {
    background: #fff;
    color: #0090ff;
    border: 1px solid #0090ff;
}

#magazin-content article footer .entry-date,
#magazin-content article header .entry-date {
    padding-top: 10px;
    color: #989898;
    font-style: italic;
    font-weight: 900;
    display: block;
}
#magazin-content .imgC{
    width: 100%;
    height: auto;
    cursor: pointer;
    margin-bottom: 10px
}
#magazin-content .postTagList{
    margin-top: 15px;
}

#magazin-content .carousel-inner a{
    color: #000;
    font-size: 14px;
}
.thanks {
    padding-top: 40px;
    padding-bottom: 100px;
    margin: auto;
}

.thanks h1 {
    font-size: 200px;
    text-align: center;
    margin-bottom: 0;
    padding-bottom: 0;
    line-height: 1;
}

.thanks .message {
    text-align: center;
    font-size: 29px;
}

.thanks .social {
    padding-top: 20px;
}

.thanks .social .col-md-3 {
    text-align: center;
}

.thanks .social .col-md-3:first-child {
    text-align: left;
}

.thanks .social .col-md-3:last-child {
    text-align: right;
}

.thanks .social [class*="fa fa-"], .thanks .social [class*="fab fa-"]  {
    background: #0b3264;
    color: #FFF;
    border-radius: 60px;
    display: inline-block;
    height: 60px;
    line-height: 60px;
    margin: auto 0;
    width: 60px;
    font-size: 30px;
    text-align: center;
}

.info-success::after {
    content: "\f00c";
    background: #25c86a;
    color: #fff;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 13px;
    line-height: 1.7;
    width: 22px;
    height: 22px;
    padding-left: 5px;
    border-radius: 50%;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    position: absolute;
    right: 30px;
    top: 36px;
}

.info-error::after {
    content: "\f00d";
    background: #cc2908;
    color: #fff;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 13px;
    line-height: 1.7;
    width: 22px;
    height: 22px;
    padding-left: 6px;
    border-radius: 50%;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    position: absolute;
    right: 30px;
    top: 36px;
}

.info-success .user-success,
.info-success .intl-tel-input {
    border: 1px solid #25c86a;
    color: #25c86a;
}

.info-error .user-error,
.info-error .intl-tel-input {
    border: 1px solid #cc2908;
    color: #cc2908;
}

.mdrProduct .loading {
    text-align: center;
    clear: both;
}

.mdrProduct {
    font-size: 14px;
    padding-bottom: 20px;
}

.mdrProduct hr {
    margin-top: 10px;
    margin-bottom: 5px;
}

.mdrProduct button {
    margin: 20px 0;
}

.logo-product-ctc {
    padding: 25px;
}

.mdrProduct h5 {
    font-weight: bold;
    display: inline-block;
}

.mdrProduct label {
    font-weight: normal;
}

#blueimp-gallery .partage {
    position: absolute;
    bottom: 15px;
    left: 0;
    list-style: none;
    padding-left: 20px;
}

#blueimp-gallery .partage .btn-primary,
#blueimp-gallery .partage .btn-primary:hover {
    background: #0090ff !important;
    width: 100%;
    font-size: 16px;
    line-height: 1.5;
    padding: 8px 12px;
    color: #fff;
}

#partage-merci {
    display: none;
}

#partage-merci p {
    font-size: 22px;
    text-align: center;
    line-height: 1.5;
}

#myBtn {
    display: none;
    /* Hidden by default */
    position: fixed;
    /* Fixed/sticky position */
    bottom: 40px;
    /* Place the button at the bottom of the page */
    right: 30px;
    /* Place the button 30px from the right */
    z-index: 99;
    /* Make sure it does not overlap */
    border: none;
    /* Remove borders */
    outline: none;
    /* Remove outline */
}
#myToken{
    position: fixed;
    /* Fixed/sticky position */
    bottom: 0;
    margin: 0;
    /* Place the button at the bottom of the page */
    left: 0;
    /* Place the button 30px from the right */
    z-index: 8000;
    /* Make sure it does not overlap */
    border: none;
    /* Remove borders */
    outline: none;
    word-break: break-word;
}
#myToken #myTokenContent{
    max-height: 40px;
    overflow: hidden;
}

#myBtn button {
    background-color: #003366;
    border-color: #003366;
    /* Set a background color */
    color: white;
    /* Text color */
    cursor: pointer;
    /* Add a mouse pointer on hover */
    padding: 15px;
    /* Some padding */
    border-radius: 10px;
    /* Rounded corners */
    font-size: 18px;
    /* Increase font size */
    display: block;
    border-style: none;
    margin-bottom: 2px;
    border-width: 1px;
}

#myBtn button:hover {
    background-color: #003366;
    border-color: #003366;
}

.private-policy {
    padding-top: 30px;
}

.private-policy p {
    margin: 0
}

.partagemdr {
    text-align: center;
}

.partagemdr a,
.partagemdr a:hover,
.partagemdr a:active {
    color: #0090ff !important;
    text-decoration: underline;
    cursor: pointer;
}

#blueimp-gallery .indicator {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    margin: 0;
    padding: 0;
}

#blueimp-gallery .indicator li {
    display: inline-block;
    height: 12px;
    width: 12px;
    border-radius: 50%;
    margin: 0 2px;
}

#blueimp-gallery .indicator li.active {
    border: #0090fd 2px solid;
}


.blog .carousel-indicators {
	left: 0;
	top: auto;
    bottom: -40px;

}

/* The colour of the indicators */
.blog .carousel-indicators li {
    background: #a3a3a3;
    border-radius: 50%;
    width: 8px;
    height: 8px;
}

.blog .carousel-indicators .active {
background: #707070;
}

.black{
    color:#000;
}
.blue3{
    color: #0c226f;
}
.blue4{
    color: #1e2f97;
}
.product_cruise{
    background-color: #FFF;
    padding: 0 15px;
    margin-bottom: 20px;
    font-family: "Montserrat",sans-serif;
    font-size: 17.96px;
    line-height: 1.5;
}
.product_cruise .imgcruise{
    width: 100%;
    height: auto;
    margin-bottom: 15px;
}
.product_cruise .pic{
    position: relative;
}
.product_cruise .pic .hfavorite{
    display: inline;
    position: absolute;
    right: 10px;
    top: 10px;
    background: transparent;
    color: #fff;
    font-size: 34px;
}
.product_cruise h2{
    cursor: pointer;
    font-weight: 400;
    margin-top: 24px;
    padding-bottom: 0;
    margin-bottom: 15px;
    font-size: 27.98px;
}
.product_cruise h2 .hr{
    padding-top: 24px;
    border-bottom: 1px solid #d1d1d1;
}
.product_cruise .detail_cruise .hr{
    border-bottom: 1px solid #d1d1d1;
}
.product_cruise .ligne{
    margin-bottom: 20px;
}
.product_cruise .ligne strong{
    font-size: 18px;
}
.product_cruise .ligne ul{
    margin: 0;
    padding-left: 19px;
}
.product_cruise .alter_dates{
    padding-top: 2px;
}
.product_cruise .alter_date{
    border: 1px solid #d1d1d1;
    padding: 0 4px;
    display: inline-flex;
    margin-bottom: 8px;
    border-radius: 2px;
}
.product_cruise .detail_cruise{
    padding-right: 0;
}
.product_cruise .price_cruise{
    text-align: center;
    box-shadow: 0 -0.5px 3px rgba(183, 182, 182, 0.8);
    padding: 0 0 30px 0;
}

.product_cruise .price_cruise strong{
    font-size: 11.99px;
    line-height: 1;
    display: block;
    padding: 10px 0 0;
    font-weight: 600;
}
.product_cruise .price_cruise .chr{
    padding: 0 20px;
}
.product_cruise .price_cruise .chr .hr{
    padding-top: 24px;
    border-bottom: 1px solid #d1d1d1;
}
.product_cruise .price_cruise .price{
    font-size: 22.70px;
    color: #1e2f97;
    font-weight: 600;
    line-height: 1;
    padding-top: 20px;
}

.product_cruise .price_cruise .btn-votre,
.product_cruise .price_cruise .btn-votre:hover {
    font-size: 17px;
    font-weight: 700;
    color: white;
    text-align: center;
    background-color: #0090ff;
    margin: 20px auto;
    border-radius: 25px;
    padding: 10px 5px;
    width: 86%;
    cursor: pointer;
}
.product_cruise .price_cruise .btn-fav{
    font-size: 11.99px;
    text-decoration: underline;
    cursor: pointer;
}
.product_cruise .gotoA{
    cursor: pointer;
}
.fa-filter{
    font-size: 14px;
}
.filter_cruise{
    font-family: 'PT Sans', sans-serif;
}
.filter_cruise h4{
    padding: 0;
    margin: 0;
    font-size: 14px;
    font-weight: 600;
}
.filter_cruise .filtrable {
    padding: 12px 6px;
    border-bottom: #d1d1d1 1px solid;
}
.choose-number button{
    position: relative;
    padding: 7px 14px;
    border: 1px solid #0090ff;
    font-weight: 600;
    color: #0090ff;
    font-size: 18px;
}
.choose-number input{
    border: none;
    font-weight: 600;
    font-size: 18px;
    width: 30px;
    text-align: center;
    overflow: visible;
    margin: 0;
}
.choose-number input::-webkit-outer-spin-button,
.choose-number input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
.choose-number input[type=number] {
  -moz-appearance:textfield;
}

.product_cruise .price_cruise .order-title-desktop {
    font-weight: 600;
    color: #fff;
    background-image: url(/webroot/cruiseimage/bloc_coul_1.jpg);
    font-size: 11px;
    text-align: center;
    text-transform: uppercase;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: block;
    padding: 18px 0;
    margin-bottom: 15px;
}
@media (max-width:768px) {
    .product_cruise .price_cruise{
        box-shadow: none;
    }
}