/* ----- Statistics ----- */

.statistics-box {
    display: flex;
    padding: 30px 10px;
    margin-top: -70px;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    background: #ffffff;
    border-radius: 5px;
    -webkit-box-shadow: 0px 0px 30px 0px rgba(52, 52, 52, 0.15);
    box-shadow: 0px 0px 30px 0px rgba(52, 52, 52, 0.15);
}

.statistics-box .statistics-item {
    text-align: center;
    display: flex;
    flex: 1;
    flex-direction: column;
    padding: 10px 0;
}

.statistics-box .statistics-item .value {
    display: block;
    font-weight: 700;
    line-height: 1em;
    color: #343434;
    font-size: 30px;
    letter-spacing: 0.04em;
    margin: 0 0 12.5px;
}

.statistics-box .statistics-item .title {
    margin: 0;
    font-size: 18px;
    color: #717171;
    line-height: 1em;
}

.statistics-box .statistics-item:not(:last-of-type) {
    border-right: 1px solid #d4d4d4;
}

#h1_home {
    line-height: 1.6em;
    /*background: rgba(0, 0, 0, 0.1);*/
    margin-top: 0px;
    width: 100%;
    font-family: Verdana;
    text-transform: uppercase;
    height: 600px;
    margin: auto;
    color: white;
    font-size: 30px;
    font-family: Arial;
    text-align: center;
    padding-top: 2.2em;
    text-shadow: 1px 1px black;
}

.emp_rech h1 {
    line-height: 1.6em;
    /*background: rgba(0, 0, 0, 0.1);*/
    margin-top: 0px;
    width: 100%;
    font-family: Verdana;
    text-transform: uppercase;
    margin: auto;
    color: white;
    font-size: 30px;
    font-family: Arial;
    text-align: center;
    padding: 2.2em 0;
    text-shadow: 1px 1px black;
}

#div_home {
    width: 100%;
    height: 600px;
}

.emp_rech {
    top: 154px;
    left: 40%;
}

.h2_home_boatstyle {
    margin-top: 90px;
}

#dateDepDest,
#dateArDest {
    min-width: 100%;
}

.hero-box .destinations-form .form-submit {
    right: -25px;
}

.emp_rech .statistics-box {
    display: none;
}

@media (max-width: 768px) {
    #spacement {
        display: none;
    }
    .t_rech {
        background: #0090ff;
    }
    .emp_rech .statistics-box {
        flex-direction: column;
        margin-top: 20px;
        display: block;
    }
    .emp_rech h1 {
        line-height: 1.6em;
        /* background: rgba(0, 0, 0, 0.1); */
        margin-top: 0px;
        width: 100%;
        font-family: Verdana;
        text-transform: uppercase;
        margin: auto;
        color: white;
        font-size: 18px;
        font-family: Arial;
        text-align: center;
        padding-bottom: 8px;
        text-shadow: 1px 1px black;
    }
    .hero-box .destinations-form .form-submit {
        right: -0px;
    }
    .statistics-box .statistics-item:not(:last-of-type) {
        border: 0;
        margin-bottom: 15px;
        padding-bottom: 15px;
        min-width: 80%;
        border-bottom: 1px solid #d4d4d4;
    }
    #h1_home,
    #div_home {
        display: none;
    }
    .emp_rech h1 {
        display: block;
    }
    .emp_rech {
        /*background: url(/webroot/video/tr2.png) no-repeat;*/
        padding-bottom: 0;
        padding: 0;
        background: #003366;
        margin-bottom: 0;
    }
    .emp_rech #MDR_SEARCH .btn-primary {
        background: #0090FF!important;
    }
    #search-form {
        width: 100%;
    }
    .h2_home_boatstyle {
        margin-top: 0px;
    }
}

@media (min-width: 768px) {
    .emp_rech {
        /*width:236px;*/
    }
    .container-home {
        width: 95%;
    }
}

@media (min-width: 768px) and (max-width: 990px) {
    #EMP_SERACH.emp_rech {
        top: 20px!important;
    }
}
/* -------- Destinations -------- */

.destination-box {
    display: block;
    overflow: hidden;
    margin-bottom: 30px;
    position: relative;
    border-radius: 5px;
    z-index: 2;
}

.destination-box .box-cover {
    line-height: 1em;
    font-size: 0;
}

.destination-box img {
    backface-visibility: hidden;
    -webkit-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
    -webkit-transform: scale(1.045);
    -ms-transform: scale(1.045);
    transform: scale(1.045);
    width: 100%;
}

.destination-box .boats-qty {
    pointer-events: none;
    position: absolute;
    border-radius: 5px;
    background: #0090FF;
    color: #ffffff;
    height: 40px;
    line-height: 40px;
    padding: 0 10px;
    display: inline-block;
    font-size: 16px;
    letter-spacing: 0.04em;
    font-weight: 700;
    left: 30px;
    top: 30px;
}

.destination-box .boats-qty::before {
    content: "";
    font-family: icomoon;
    display: inline-block;
    margin-right: 10px;
    font-weight: 500;
}

.destination-box .box-details {
    pointer-events: none;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    padding: 30px;
}

.destination-box .box-details::before {
    content: "";
    -webkit-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
    -webkit-transform: translate(0, 50%);
    -ms-transform: translate(0, 50%);
    transform: translate(0, 50%);
    visibility: hidden;
    opacity: 0;
    position: absolute;
    z-index: 1;
    bottom: 0;
    right: 0;
    left: 0;
    top: -15px;
    opacity: 0.65;
    /*background: linear-gradient(to bottom, transparent, #000);*/
    text-shadow: 0px 0px 8px black;
}

.destination-box:hover .box-details::before {
    background: linear-gradient(to bottom, transparent, #000);
}

.destination-box .box-meta {
    -webkit-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
    -webkit-transform: translate(0, 50%);
    -ms-transform: translate(0, 50%);
    transform: translate(0, 50%);
    visibility: hidden;
    position: relative;
    opacity: 0;
    z-index: 2;
}

.destination-box .box-meta .city,
.destination-box .box-meta .country {
    font-family: "Raleway", sans-serif;
    letter-spacing: 0.04em;
    font-weight: 500;
    line-height: 1em;
    color: #ffffff;
    margin: 0;
}

.destination-box .box-meta .city {
    font-size: 30px;
    margin: 0 0 7.5px;
    text-shadow: black 2px 2px;
}

.destination-box .box-meta .country {
    font-size: 20px;
}

.destination-box .box-details::before {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    visibility: visible;
    opacity: 1;
}

.destination-box .box-meta {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    visibility: visible;
    opacity: 1;
}

.destination-box img {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
/* --- Loading Destinations Box --- */

.load-destinations-box {
    display: none;
}

.load-destinations-box .destination-box {
    -webkit-transition: all 350ms ease-in-out;
    transition: all 350ms ease-in-out;
    opacity: 0;
}

.load-destinations-box.open .destination-box {
    opacity: 1;
}

.dest-col-xs-1,
.dest-col-sm-1,
.dest-col-md-1,
.dest-col-lg-1,
.dest-col-xs-2,
.dest-col-sm-2,
.dest-col-md-2,
.dest-col-lg-2,
.dest-col-xs-3,
.dest-col-sm-3,
.dest-col-md-3,
.dest-col-lg-3,
.dest-col-xs-4,
.dest-col-sm-4,
.dest-col-md-4,
.dest-col-lg-4,
.dest-col-xs-5,
.dest-col-sm-5,
.dest-col-md-5,
.dest-col-lg-5,
.dest-col-xs-6,
.dest-col-sm-6,
.dest-col-md-6,
.dest-col-lg-6,
.dest-col-xs-7,
.dest-col-sm-7,
.dest-col-md-7,
.dest-col-lg-7,
.dest-col-xs-8,
.dest-col-sm-8,
.dest-col-md-8,
.dest-col-lg-8,
.dest-col-xs-9,
.dest-col-sm-9,
.dest-col-md-9,
.dest-col-lg-9,
.dest-col-xs-10,
.dest-col-sm-10,
.dest-col-md-10,
.dest-col-lg-10,
.dest-col-xs-11,
.dest-col-sm-11,
.dest-col-md-11,
.dest-col-lg-11,
.dest-col-xs-12,
.dest-col-sm-12,
.dest-col-md-12,
.dest-col-lg-12,
.dest-col-xs-13,
.dest-col-sm-13,
.dest-col-md-13,
.dest-col-lg-13,
.dest-col-xs-14,
.dest-col-sm-14,
.dest-col-md-14,
.dest-col-lg-14,
.dest-col-xs-15,
.dest-col-sm-15,
.dest-col-md-15,
.dest-col-lg-15,
.dest-col-xs-16,
.dest-col-sm-16,
.dest-col-md-16,
.dest-col-lg-16,
.dest-col-xs-17,
.dest-col-sm-17,
.dest-col-md-17,
.dest-col-lg-17,
.dest-col-xs-18,
.dest-col-sm-18,
.dest-col-md-18,
.dest-col-lg-18,
.dest-col-xs-19,
.dest-col-sm-19,
.dest-col-md-19,
.dest-col-lg-19,
.dest-col-xs-20,
.dest-col-sm-20,
.dest-col-md-20,
.dest-col-lg-20,
.dest-col-xs-21,
.dest-col-sm-21,
.dest-col-md-21,
.dest-col-lg-21,
.dest-col-xs-22,
.dest-col-sm-22,
.dest-col-md-22,
.dest-col-lg-22,
.dest-col-xs-23,
.dest-col-sm-23,
.dest-col-md-23,
.dest-col-lg-23,
.dest-col-xs-24,
.dest-col-sm-24,
.dest-col-md-24,
.dest-col-lg-24 {
    position: relative;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
}

@media (min-width: 992px) {
    .dest-col-md-1,
    .dest-col-md-2,
    .dest-col-md-3,
    .dest-col-md-4,
    .dest-col-md-5,
    .dest-col-md-6,
    .dest-col-md-7,
    .dest-col-md-8,
    .dest-col-md-9,
    .dest-col-md-10,
    .dest-col-md-11,
    .dest-col-md-12,
    .dest-col-md-13,
    .dest-col-md-14,
    .dest-col-md-15,
    .dest-col-md-16,
    .dest-col-md-17,
    .dest-col-md-18,
    .dest-col-md-19,
    .dest-col-md-20,
    .dest-col-md-21,
    .dest-col-md-22,
    .dest-col-md-23 {
        float: left;
    }
    .dest-col-md-24 {
        float: left;
        width: 100%;
    }
    .dest-col-md-23 {
        width: 95.83333%;
    }
    .dest-col-md-22 {
        width: 91.66667%;
    }
    .dest-col-md-21 {
        width: 87.5%;
    }
    .dest-col-md-20 {
        width: 83.33333%;
    }
    .dest-col-md-19 {
        width: 79.16667%;
    }
    .dest-col-md-18 {
        width: 75%;
    }
    .dest-col-md-17 {
        width: 70.83333%;
    }
    .dest-col-md-16 {
        width: 66.66667%;
    }
    .dest-col-md-15 {
        width: 62.5%;
    }
    .dest-col-md-14 {
        width: 58.33333%;
    }
    .dest-col-md-13 {
        width: 54.16667%;
    }
    .dest-col-md-12 {
        width: 50%;
    }
    .dest-col-md-11 {
        width: 45.83333%;
    }
    .dest-col-md-10 {
        width: 41.66667%;
    }
    .dest-col-md-9 {
        width: 37.5%;
    }
    .dest-col-md-8 {
        width: 33.33333%;
    }
    .dest-col-md-7 {
        width: 29.16667%;
    }
    .dest-col-md-6 {
        width: 25%;
    }
    .dest-col-md-5 {
        width: 20.83333%;
    }
    .dest-col-md-4 {
        width: 16.66667%;
    }
    .dest-col-md-3 {
        width: 12.5%;
    }
    .dest-col-md-2 {
        width: 8.33333%;
    }
    .dest-col-md-1 {
        width: 4.16667%;
    }
    .dest-col-md-pull-24 {
        right: 100%;
    }
    .dest-col-md-pull-23 {
        right: 95.83333%;
    }
    .dest-col-md-pull-22 {
        right: 91.66667%;
    }
    .dest-col-md-pull-21 {
        right: 87.5%;
    }
    .dest-col-md-pull-20 {
        right: 83.33333%;
    }
    .dest-col-md-pull-19 {
        right: 79.16667%;
    }
    .dest-col-md-pull-18 {
        right: 75%;
    }
    .dest-col-md-pull-17 {
        right: 70.83333%;
    }
    .dest-col-md-pull-16 {
        right: 66.66667%;
    }
    .dest-col-md-pull-15 {
        right: 62.5%;
    }
    .dest-col-md-pull-14 {
        right: 58.33333%;
    }
    .dest-col-md-pull-13 {
        right: 54.16667%;
    }
    .dest-col-md-pull-12 {
        right: 50%;
    }
    .dest-col-md-pull-11 {
        right: 45.83333%;
    }
    .dest-col-md-pull-10 {
        right: 41.66667%;
    }
    .dest-col-md-pull-9 {
        right: 37.5%;
    }
    .dest-col-md-pull-8 {
        right: 33.33333%;
    }
    .dest-col-md-pull-7 {
        right: 29.16667%;
    }
    .dest-col-md-pull-6 {
        right: 25%;
    }
    .dest-col-md-pull-5 {
        right: 20.83333%;
    }
    .dest-col-md-pull-4 {
        right: 16.66667%;
    }
    .dest-col-md-pull-3 {
        right: 12.5%;
    }
    .dest-col-md-pull-2 {
        right: 8.33333%;
    }
    .dest-col-md-pull-1 {
        right: 4.16667%;
    }
    .dest-col-md-pull-0 {
        right: auto;
    }
    .dest-col-md-push-24 {
        left: 100%;
    }
    .dest-col-md-push-23 {
        left: 95.83333%;
    }
    .dest-col-md-push-22 {
        left: 91.66667%;
    }
    .dest-col-md-push-21 {
        left: 87.5%;
    }
    .dest-col-md-push-20 {
        left: 83.33333%;
    }
    .dest-col-md-push-19 {
        left: 79.16667%;
    }
    .dest-col-md-push-18 {
        left: 75%;
    }
    .dest-col-md-push-17 {
        left: 70.83333%;
    }
    .dest-col-md-push-16 {
        left: 66.66667%;
    }
    .dest-col-md-push-15 {
        left: 62.5%;
    }
    .dest-col-md-push-14 {
        left: 58.33333%;
    }
    .dest-col-md-push-13 {
        left: 54.16667%;
    }
    .dest-col-md-push-12 {
        left: 50%;
    }
    .dest-col-md-push-11 {
        left: 45.83333%;
    }
    .dest-col-md-push-10 {
        left: 41.66667%;
    }
    .dest-col-md-push-9 {
        left: 37.5%;
    }
    .dest-col-md-push-8 {
        left: 33.33333%;
    }
    .dest-col-md-push-7 {
        left: 29.16667%;
    }
    .dest-col-md-push-6 {
        left: 25%;
    }
    .dest-col-md-push-5 {
        left: 20.83333%;
    }
    .dest-col-md-push-4 {
        left: 16.66667%;
    }
    .dest-col-md-push-3 {
        left: 12.5%;
    }
    .dest-col-md-push-2 {
        left: 8.33333%;
    }
    .dest-col-md-push-1 {
        left: 4.16667%;
    }
    .dest-col-md-push-0 {
        left: auto;
    }
    .dest-col-md-offset-24 {
        margin-left: 100%;
    }
    .dest-col-md-offset-23 {
        margin-left: 95.83333%;
    }
    .dest-col-md-offset-22 {
        margin-left: 91.66667%;
    }
    .dest-col-md-offset-21 {
        margin-left: 87.5%;
    }
    .dest-col-md-offset-20 {
        margin-left: 83.33333%;
    }
    .dest-col-md-offset-19 {
        margin-left: 79.16667%;
    }
    .dest-col-md-offset-18 {
        margin-left: 75%;
    }
    .dest-col-md-offset-17 {
        margin-left: 70.83333%;
    }
    .dest-col-md-offset-16 {
        margin-left: 66.66667%;
    }
    .dest-col-md-offset-15 {
        margin-left: 62.5%;
    }
    .dest-col-md-offset-14 {
        margin-left: 58.33333%;
    }
    .dest-col-md-offset-13 {
        margin-left: 54.16667%;
    }
    .dest-col-md-offset-12 {
        margin-left: 50%;
    }
    .dest-col-md-offset-11 {
        margin-left: 45.83333%;
    }
    .dest-col-md-offset-10 {
        margin-left: 41.66667%;
    }
    .dest-col-md-offset-9 {
        margin-left: 37.5%;
    }
    .dest-col-md-offset-8 {
        margin-left: 33.33333%;
    }
    .dest-col-md-offset-7 {
        margin-left: 29.16667%;
    }
    .dest-col-md-offset-6 {
        margin-left: 25%;
    }
    .dest-col-md-offset-5 {
        margin-left: 20.83333%;
    }
    .dest-col-md-offset-4 {
        margin-left: 16.66667%;
    }
    .dest-col-md-offset-3 {
        margin-left: 12.5%;
    }
    .dest-col-md-offset-2 {
        margin-left: 8.33333%;
    }
    .dest-col-md-offset-1 {
        margin-left: 4.16667%;
    }
    .dest-col-md-offset-0 {
        margin-left: 0%;
    }
}

.section-title {
    text-align: center;
    display: block;
    margin-bottom: 35px;
}

.section-title .title,
.bloc_text_home h2 {
    line-height: 1em;
    font-size: 30px;
    font-family: "Raleway", sans-serif;
    letter-spacing: 0.04em;
    color: #343435;
    font-weight: 500;
    text-transform: uppercase;
    margin: 0 0 15px;
    margin-top: 25px;
}

.bloc_text_home h2 {
    font-size: 18px;
    padding-bottom: 15px;
}

.bloc_text_home .container {
    background-color: white;
    margin: 25px;
    width: 60%;
    margin: auto;
}

.bloc_text_home .cta_home {
    line-height: 50px;
    font-size: 16px;
    display: block;
    text-align: center;
    width: 60%;
    margin: auto;
    border-radius: 5px;
    color: #0090FF;
    font-family: "Raleway", sans-serif;
    text-transform: uppercase;
    padding: 0 40px;
    background: white;
    border: solid 1px #0090FF;
    margin: 25px;
}

.bloc_text_home .cta_home:hover {
    color: white;
    background: #0090FF;
    text-decoration: none;
}

.bloc_text_home .container {
    font-size: 14px;
}

.bloc_text_home ol li,
.bloc_text_home ul li,
.bloc_text_home p {
    line-height: 22px;
}

.section-title .sub-title {
    font-size: 16px;
    line-height: 1.2em;
    color: #717171;
    margin: 0;
}

@media (max-width: 768px) {
    .section-title {
        margin-bottom: 45px;
    }
    .section-title .title {
        font-size: 26px;
    }
}

.boat-box .box-details {
    pointer-events: none;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    padding: 30px;
}

.boat-box .box-details::before {
    content: "";
    -webkit-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
    -webkit-transform: translate(0, 50%);
    -ms-transform: translate(0, 50%);
    transform: translate(0, 50%);
    visibility: hidden;
    opacity: 0;
    position: absolute;
    z-index: 1;
    bottom: 0;
    right: 0;
    left: 0;
    top: -15px;
    opacity: 0.65;
    background: linear-gradient(to bottom, transparent, #000);
}

.boat-box:hover .box-details::before {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    visibility: visible;
    opacity: 1;
}

.container-dest,
.container-dest-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 5px;
    padding-right: 5px;
}

@media (min-width: 768px) {
    .container-dest {
        width: 740px;
    }
}

@media (min-width: 992px) {
    .container-dest {
        width: 960px;
    }
}

@media (min-width: 1200px) {
    .container-dest {
        width: 1160px;
    }
}

.container-dest:before,
.container-dest:after {
    content: " ";
    display: table;
}

.container-dest-fluid:before,
.container-dest-fluid:after {
    content: " ";
    display: table;
}

/*
.row:before,
.row:after {
    content: " ";
    display: table;
}
*/
.clearfix:after,
.container-dest:after,
.container-dest-fluid:after,
.row-dest:after {
    clear: both;
}

.btn {
    -webkit-transition: all 225ms ease-in-out;
    transition: all 225ms ease-in-out;
    text-overflow: ellipsis;
    vertical-align: middle;
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
}

.btn.btn-default {
    position: relative;
    margin-top: 40px;
    height: 60px;
    line-height: 58px;
    border-radius: 5px;
    border: 1px solid #bdbdbd;
    font-size: 14px;
    font-weight: 700;
    font-family: "Raleway", sans-serif;
    text-transform: uppercase;
    color: whitesmoke;
    letter-spacing: 0.04em;
    padding: 0 40px;
}

.btn.btn-default .text {
    -webkit-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}

.btn.btn-default i {
    opacity: 0;
    position: absolute;
    top: calc(50% - 7px);
    left: calc(50% - 7px);
}

.btn.btn-default:hover {
    background: #343435;
}

.btn.btn-default.active .text {
    opacity: 0;
}

.btn.btn-default.active i {
    -webkit-animation: spin 0.75s linear infinite;
    -moz-animation: spin 0.75s linear infinite;
    -ms-animation: spin 0.75s linear infinite;
    -o-animation: spin 0.75s linear infinite;
    animation: spin 0.75s linear infinite;
    opacity: 1;
}

.circular {
    border-radius: 7px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    -ms-border-radius: 7px;
    -o-border-radius: 7px;
}

.img_tit {
    text-decoration: none;
    text-shadow: 2px 2px black;
}

.bgri {
    background: none;
}

.container-home ol,
.container-home ul.new_home {
    list-style-type: square;
}

.glyphicon-star {
    font-size: 13px;
    color: #003366;
}

.bloc_text_home .glyphicon {
    color: #0090FF;
}

.bloc_reviews_home .title_menu {
    margin-bottom: 20px;
}

.bloc_text_home .container:hover {
    background: rgb(245, 245, 245);
}

.bloc_reviews_home .featured-grid {
    padding: 8px;
}

.bloc_reviews_home .featured-grid:hover {
    background: white;
    border-radius: 7px;
}

.produit {
    width: auto;
    margin-right: 10px;
}

.produit h3,
.produit span {
    padding-left: 6px;
}

.recherche {
    background: rgba(241, 241, 241, 0.9);
}

.flech {
    background: url(/webroot/img/arrow-down-search.png) no-repeat center;
    top: 6px;
    right: 4px;
}

#search-form .botton,
.emp_rech_dest .botton,
.rech_place .botton,
.search_model .botton {
    width: 215px;
    text-align: center;
    background-color: #0090ff !important;
    font-size: 16px;
}

.rech_place .select,
.rech_place .datte,
.rech_place .text_select,
#search-form .select,
#search-form .datte,
#search-form .text_select,
.emp_rech_dest .select,
.emp_rech_dest .datte,
.emp_rech_dest .text_select,
.search_model .select,
.search_model .datte,
.search_model .text_select {
    height: 28px;
    /*line-height: 28px;*/
}

#search-form .text_select,
.emp_rech_dest .text_select,
.rech_place .text_select,
.search_model .text_select {
    position: relative;
    top: 5px;
}

#search-form #datedep,
.cadre #datedep,
.rech_place #datedep,
#search-form #datearr,
.cadre #datearr,
.rech_place #datearr,
.search_model #datearr {
    position: relative;
    bottom: 5px;
}

.select {
    margin-bottom: 6px;
}

.cadre {
    padding: 2px 10px;
    padding-top: 12px;
}

#zone_fluvial {
    height: 60px;
}

.section-destination {
    padding-top: 30px;
    padding-bottom: 30px;
}

video#bgvid {
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    background: url(/webroot/video/location-bateau.jpg) no-repeat;
    background-size: cover;
}

#onewaynl {
    margin: 50px 0px;
    font-family: Montserrat, sans-serif;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}

#onewaynl a {
    color: blue;
    text-decoration: underline;
}

#onewaynl #table {
    display: table;
    width: 100%;
    background: #fff;
    margin: 0;
    box-sizing: border-box;
}

#onewaynl .caption {
    display: block;
    width: 100%;
    background: #34495E;
    height: 55px;
    padding-left: 10px;
    color: #fff;
    font-size: 20px;
    line-height: 55px;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .3);
    box-sizing: border-box;
}

#onewaynl .row:hover {
    background-color: slategrey;
    color: white;
}

#onewaynl .header-row {
    background: #4169E1;
    color: #fff;
}

#onewaynl .row {
    display: table-row;
    margin-right: 0px;
    margin-left: 0px;
}

#onewaynl .cell {
    display: table-cell;
    padding: 6px;
    border-bottom: 1px solid #e5e5e5;
    text-align: center;
}

#onewaynl .primary {
    text-align: left;
}

#onewaynl input[type="radio"],
#onewaynl input[type="checkbox"] {
    display: none;
}

@media only screen and (max-width: 960px) {
    #onewaynl #table {
        display: block;
        margin: 44px 0 0 0;
    }
    #onewaynl .row:hover {
        color: black;
    }
    #onewaynl .caption {
        top: 0;
        text-align: center;
        height: 44px;
        line-height: 44px;
        z-index: 5;
        border-bottom: 2px solid #999;
    }
    #onewaynl .row {
        position: relative;
        display: block;
        border-bottom: 1px solid #ccc;
    }
    #onewaynl .header-row {
        display: none;
    }
    #onewaynl .cell {
        display: block;
        border: none;
        position: relative;
        height: 45px;
        line-height: 45px;
        text-align: left;
    }
    #onewaynl .primary:after {
        content: "";
        display: block;
        position: absolute;
        right: 20px;
        top: 18px;
        z-index: 2;
        width: 0;
        height: 0;
        border-top: 10px solid transparent;
        border-bottom: 10px solid transparent;
        border-right: 10px solid #ccc;
    }
    #onewaynl .cell:nth-of-type(n+3) {
        display: none;
    }
    #onewaynl input[type="radio"],
    #onewaynl input[type="checkbox"] {
        display: block;
        position: absolute;
        z-index: 1;
        width: 99%;
        height: 100%;
        opacity: 0;
    }
    #onewaynl input[type="radio"]:checked,
    #onewaynl input[type="checkbox"]:checked {
        z-index: -1;
    }
    #onewaynl input[type="radio"]:checked~.cell,
    #onewaynl input[type="checkbox"]:checked~.cell {
        display: block;
        border-bottom: 1px solid #eee;
    }
    #onewaynl input[type="radio"]:checked~.cell:nth-of-type(n+2),
    #onewaynl input[type="checkbox"]:checked~.cell:nth-of-type(n+2) {
        background: #e0e0e0;
    }
    #onewaynl input[type="radio"]:checked~.cell:nth-of-type(n+2):before,
    #onewaynl input[type="checkbox"]:checked~.cell:nth-of-type(n+2):before {
        content: attr(data-label);
        display: inline-block;
        width: 60px;
        background: #999;
        border-radius: 10px;
        height: 20px;
        margin-right: 10px;
        font-size: 12px;
        line-height: 20px;
        text-align: center;
        color: white;
    }
    #onewaynl input[type="radio"]:checked~.primary,
    #onewaynl input[type="checkbox"]:checked~.primary {
        border-bottom: 2px solid #999;
    }
    #onewaynl input[type="radio"]:checked~.primary:after,
    #onewaynl input[type="checkbox"]:checked~.primary:after {
        position: absolute;
        right: 18px;
        top: 22px;
        border-right: 10px solid transparent;
        border-left: 10px solid transparent;
        border-top: 10px solid #ccc;
        z-index: 2;
    }
}

.bloc_clarisse {
    background: rgb(240, 240, 240);
}

.bloc_clarisse .container {
    background: rgb(240, 240, 240);
}

.bloc_clarisse .container:hover {
    background: white;
}

#BioVMTable {
    background-color: #FFEFD5;
    border: 10px solid rgba(0, 0, 0, 0.12);
    border-radius: 4px;
}

#BioVMTexte {
    background-color: #F5DEB3;
    max-height: 200px;
    line-height: 2;
    margin-left: 5%;
    margin-right: 5%;
    border: 5px solid #F5DEB3;
    border-radius: 4px;
    padding: 5px 5px;
    overflow: auto;
    font-size: 14px;
}

#BioVMTitre {
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    width: 100%;
    margin-bottom: 10px;
    margin-top: 10px;
}

#BioVMImg {
    margin-left: 5%;
    width: 130px;
}

@media all and (max-device-width: 480px) {
    #BioVMImg {
        display: none;
    }
    #BioVMTitre {
        font-size: 18px;
    }
    #BioVMTexte {
        font-size: 12px;
    }
}

.OSNLresponsive {
    border-collapse: collapse;
    font-size: 14px;
    margin: 1em 0;
    min-width: 400px;
    background: #F0F8FF;
    color: black;
    border-radius: .4em;
    overflow: hidden;
    min-width: 100%;
}

.OSNLresponsive a {
    font-weight: bold;
    color: #F8F8FF;
}

.OSNLresponsive th {
    background-color: #34495E;
    color: white;
}

.OSNLresponsive th,
.OSNLresponsive td {
    border-bottom: 1px solid black;
}

.OSNLresponsive tr:hover {
    background-color: slategrey;
    color: white;
}

.OSNLresponsive tr {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    border-color: #34495E;
}

.OSNLresponsive th {
    display: none;
    border-top: 1px solid #8499B3;
}

.OSNLresponsive td {
    display: block;
}

.OSNLresponsive td:first-child {
    padding-top: .5em;
}

.OSNLresponsive td:last-child {
    padding-bottom: .5em;
}

.OSNLresponsive td:before {
    content: attr(data-th) ": ";
    font-weight: bold;
    width: 9em;
    display: inline-block;
}

@media (min-width: 1000px) {
    .OSNLresponsive td:before {
        display: none;
    }
}

.OSNLresponsive th,
.OSNLresponsive td {
    text-align: left;
}

@media (min-width: 1000px) {
    .OSNLresponsive a {
        color: #2F4F4F;
    }
    .OSNLresponsive th,
    .OSNLresponsive td {
        display: table-cell;
        padding: .25em .5em;
    }
    .OSNLresponsive th:first-child,
    .OSNLresponsive td:first-child {
        padding-left: 0;
    }
    .OSNLresponsive th:last-child,
    .OSNLresponsive td:last-child {
        padding-right: 0;
    }
}

#OSNLvigisoft {
    padding: 0 2em;
    font-family: Montserrat, sans-serif;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    color: black;
    background: white;
}

.OSNLresponsive th,
.OSNLresponsive td {
    margin: .5em 1em;
}

@media (min-width: 1000px) {
    .OSNLresponsive th,
    .OSNLresponsive td {
        padding: 1em !important;
    }
}

@media (max-width: 1000px) {
    .OSNLresponsive {
        background: #34495E;
        color: #AFEDF1;
        min-width: 70%;
    }
    .OSNLresponsive a {
        color: #AFEDF1;
    }
    .OSNLresponsive th,
    .OSNLresponsive td {
        border-bottom: 1px solid white;
    }
    .OSNLresponsive [data-th="Prix de départ"],
    .OSNLresponsive [data-th="Remise"] {
        display: none;
    }
}

@media (max-width: 500px) {
    .OSNLresponsive {
        min-width: 100%;
        font-size: 11px;
    }
}

#tablepartenaires {
    width: auto;
    border-collapse: separate;
}

.imagespartenaires {
    max-width: none;
}

@media (max-width: 768px) {
    .bloc_text_home .cta_home {
        line-height: 30px;
        font-size: 14px;
        width: auto;
    }
    .bloc_text_home .container {
        width: 95%;
    }
}

#titre-newsletter {
    font-weight: 30px;
}

@media (max-width: 1000px) {
    .special_infos {
        padding-right: 5px;
        padding-left: 5px;
    }
}

@media all and (max-device-width: 800px) {
    #ClarisseHomeImg {
        float: none;
        width: 250px;
    }