@media (max-width: 991px) {
    /*tablette*/
}

@media (max-width: 767px) {
    /*smartphone*/
}

small, .small {
    font-size: 90%;
}

.flexRow {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
}

.flexRow > [class*='col-'] {
    display: flex;
    flex-direction: column;
}

.theme-primary a:hover, .theme-primary a:focus, .theme-primary .breadcrumb li:last-child a {
    color: #009fe3;
}

.theme-secondary a:hover, .theme-secondary a:focus, .theme-secondary .breadcrumb li:last-child a {
    color: #e84d3c;
}

.theme-tertiary a:hover, .theme-tertiary a:focus, .theme-tertiary .breadcrumb li:last-child a {
    color: #72b62b;
}

.theme-quaternary a:hover, .theme-quaternary a:focus, .theme-quaternary .breadcrumb li:last-child a {
    color: #fecc00;
}

.souligne{
    text-decoration: underline;
}
.cadreGris{
    /*box-sizing: content-box;*/
    padding: 5px 20px;
    background: #fffcfd;
    border: 1px solid #ccc;
    border-radius: 3px;
    box-shadow: none;
}

.picOpac {
    opacity: 0.5;
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
}

.jsLink {
    cursor: pointer;
}

.table-responsive > .table-bordered{
    margin-bottom: 0;
}

a.vignette:hover, a.vignette:focus{
    color: #000;
}

.form-inline .form-group {
    margin-right: 5px;
}

.index {
    height: 600px;
    max-width: 1700px;
    margin: auto;
    overflow: hidden;
    position: relative;
}

.indexBanner {
    background: rgba(255, 255, 255, 0.8);
    width: 100%;
    position: absolute;
    bottom: 0;
    z-index: 1;
}

.indexImg {
    height: auto;
    left: 50%;
    min-height: 100%;
    min-width: 100%;
    overflow: hidden;
    position: absolute;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    width: auto;
}

a.btn-muted, a.btn-muted:hover, a.btn-muted:focus  {
    color: #fff;
    background-color: #707070;
    border-color: #ccc;
}

.btn-default2 {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}

.btn-default2:hover, .btn-default2:focus {
    color: #333;
    background-color: #e6e6e6;
    border-color: #8c8c8c;
}

.compteBox {
    border: 1px #ddd solid;
    border-radius: 4px;
    margin-bottom: 20px;
    padding: 0 30px;
    min-height: 150px;
}

.tarifBox {
    border: 1px #ddd solid;
    border-radius: 4px;
    padding: 10px 20px;
    background-color: #f8f8f8;
}

.nav-pills .dropdown-menu li a{
    background-color: #fff;
}

.contact-form a {
    color: #53c4cc;
}

.label small{
    color: #fff;
}

.bigFont{
    font-size: 70px;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.hidden {
    display: none !important;
}

a:hover, a:focus {
    color: #53c4cc;
}

.primary-list .primary-color a:hover, .primary-list .primary-color a:focus {
    color: #009fe3;
}

.borderGrey tbody tr td {
    border-color: #ccc;
}

h3, .h3 {
    font-size: 2rem;
    /*margin: 15px 0;*/
    /*text-transform: uppercase;*/
}

.table > thead > tr > th, .table > thead > tr > td, .table > tbody > tr > th, .table > tbody > tr > td, .table > tfoot > tr > th, .table > tfoot > tr > td {
    padding: 20px;
}

.gMaps{
    border: 0;
    width: 100%;
    height: 300px;
}

.modal-header, .modal-footer, .modal-body {
    padding: 30px;
}

.modal-header {
    padding-bottom: 10px;
    border-bottom: 1px solid #e5e5e5;
}

.modal-footer {
    padding-top: 0;
}

.picSejourMini, .picSejour { /* height à préciser dans style du div */
    width: 100%;
    overflow: hidden;
    margin: 0;
    position: relative;
}

.picSejour {
    background-color: #fff;
}

.picSejourMini img, .picSejour img {
    position: absolute;
    max-width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.slider-primary {
    margin-bottom: 30px !important;
}

.cta-banner{
    margin-top: 30px;
}

/*THEME GENERIQUE*/
/*53c4cc remplace 7_2b62b*/
.theme-generique .btn-themed {
    color: #fff;
    background-color: #53c4cc;
    border-color: #53c4cc;
}

.theme-generique .btn-themed:hover, .theme-generique .btn-themed:focus, .theme-generique .btn-themed.focus,
.theme-generique .btn-themed:active, .theme-generique .btn-themed.active,
.open > .theme-generique .btn-themed.dropdown-toggle,
.theme-generique .btn-themed:active:hover, .theme-generique .btn-themed:active:focus, .theme-generique .btn-themed:active.focus, .theme-generique .btn-themed.active:hover, .theme-generique .btn-themed.active:focus, .theme-generique .btn-themed.active.focus,
.open > .theme-generique .btn-themed.dropdown-toggle:hover,
.open > .theme-generique .btn-themed.dropdown-toggle:focus,
.open > .theme-generique .btn-themed.dropdown-toggle.focus{
    color: #fff;
    background-color: #359da4;
    /*#588d21*/
    border-color: #359da4;
    /*#53841f*/
}

.theme-generique .btn-themed:active, .theme-generique .btn-themed.active,
.open > .theme-generique .btn-themed.dropdown-toggle {
    background-image: none;
}

.theme-generique .btn-themed.disabled:hover, .theme-generique .btn-themed.disabled:focus, .theme-generique .btn-themed.disabled.focus, .theme-generique .btn-themed[disabled]:hover, .theme-generique .btn-themed[disabled]:focus, .theme-generique .btn-themed[disabled].focus,
fieldset[disabled] .theme-generique .btn-themed:hover,
fieldset[disabled] .theme-generique .btn-themed:focus,
fieldset[disabled] .theme-generique .btn-themed.focus {
    background-color: #53c4cc;
    border-color: #53c4cc;
}

.theme-generique .btn-themed .badge {
    color: #53c4cc;
    background-color: #fff;
}

.theme-generique .theme-bg {
    background: rgba(114, 182, 43, 0.1);
}

.theme-generique h3, .theme-generique
.h3 {
    color: #53c4cc;
}

.theme-generique u {
    color: #53c4cc;
}

.theme-generique .label-themed {
    background-color: #53c4cc;
}

.theme-generique .text-themed {
    color: #53c4cc;
}

.theme-generique a.text-themed {
    color: #4eb6bd;
}

.theme-generique .secondary-list a:after {
    background: #53c4cc;
}

.theme-generique .secondary-list a .overlay {
    background: #53c4cc;
}

.theme-generique .main-navigation {
    border-bottom: #53c4cc 9px solid;
}

.theme-generique .slider-primary .item-primary hr {
    border-top: 3px solid #53c4cc;
}

.theme-generique .slider-primary .item-primary .content-wrapper {
    border-bottom: 3px solid #53c4cc;
}

.theme-generique .slider-primary .item-primary .content-wrapper-hover:after {
    background: #53c4cc;
}

.theme-generique .slider-secondary .icon-next, .theme-generique
.slider-secondary .icon-previous {
    color: #53c4cc;
}

.theme-generique .slick-dots li button:before {
    border: 1px solid #53c4cc;
}

.theme-generique .tabs-content-wrapper {
    border: 1px solid #53c4cc;
}

.theme-generique .tabs-content-wrapper .nav-pills li a {
    background-color: #53c4cc;
}

.theme-generique .table-title {
    background-color: #53c4cc;
}

.theme-generique .table-responsive.table-themed {
    border: 1px solid #53c4cc;
}

.theme-generique .table-responsive.table-themed .table thead tr th {
    background-color: #53c4cc;
    border-bottom: 1px solid #53c4cc;
}

.theme-generique .pager ul li.active {
    background-color: #53c4cc;
}

.theme-generique .tooltip.bottom .tooltip-arrow {
    border-bottom-color: #53c4cc;
}

.theme-generique .tooltip-inner {
    background-color: #53c4cc;
}

.theme-generique .breadcrumb a:hover, .theme-generique
.breadcrumb a:focus {
    color: #53c4cc;
}

.theme-generique a:hover.link-themed, .theme-generique
a:focus.link-themed {
    color: #53c4cc;
}

.theme-generique .main-navigation .nav > li > a:hover, .theme-generique
.main-navigation .nav > li > a.active {
    background-color: #53c4cc;
}

.theme-generique .slick-dots li.slick-active button:before {
    background: #53c4cc;
}

.theme-generique .lg-outer .lg-thumb-item.active, .theme-generique
.lg-outer .lg-thumb-item:hover {
    border-color: #53c4cc;
}

.theme-generique .tabs-content-wrapper .nav-pills li.active a, .theme-generique
.tabs-content-wrapper .nav-pills li.active a:hover, .theme-generique
.tabs-content-wrapper .nav-pills li.active a:focus {
    color: #53c4cc;
}

/*.theme-secondary .nav-pills li.active a, .theme-secondary .nav-pills li.active a:hover, .theme-secondary .nav-pills li.active a:active, .theme-secondary .nav-pills li.active a:focus {*/
    /*background-color: #e84d3c;*/
    /*color: #fff;*/
/*}*/

.nav-pills li a, .nav-pills li a:hover, .nav-pills li a:active, .nav-pills li a:focus {
    background-color: #ebebeb;
    margin-bottom: 2px;
}

.theme-secondary .nav-pills li a:hover {
    color: #e84d3c;
}

.theme-secondary ul.list-accent li::before {
    color: #e84d3c;
}

/*BOUTON REMONTER*/

a#cRetour {
    border-radius: 3px;
    padding: 10px;
    font-size: 15px;
    text-align: center;
    color: #fff;
    background: rgba(0, 0, 0, 0.25);
    position: fixed;
    right: 20px;
    opacity: 1;
    z-index: 99999;
    transition: all ease-in 0.2s;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    text-decoration: none;
}

a#cRetour:before {
    content: "\25b2";
}

a#cRetour:hover {
    background: rgba(0, 0, 0, 1);
    transition: all ease-in 0.2s;
}

a#cRetour.cInvisible {
    bottom: -35px;
    opacity: 0;
    transition: all ease-in 0.5s;
}

a#cRetour.cVisible {
    bottom: 20px;
    opacity: 1;
}

a.classic, a.classic:hover, a.classic:focus {
    text-decoration: underline;
    color: #000;
}

a.text-themed {
    text-decoration: underline;
}

.top-bar a:hover,
.top-bar a:focus {
    color: #fff;
}

.carousel-control .fa-chevron-left, .carousel-control .fa-chevron-right {
    margin-top: -20px;
    font-size: 40px;
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
}

.carousel-control .fa-chevron-left {
    margin-left: -30px;
    left: 50%;
}

.carousel-control .fa-chevron-right {
    margin-right: -30px;
    right: 50%;
}


.main-navigation .dropdown-menu {
    margin: -2px -1px 0;
    padding: 10px 0;
}

.main-navigation a.dropdown-toggle:focus {
    color: #fff;
}

.theme-primary .main-navigation a.dropdown-toggle:focus {
    background-color: #009fe3;
}

.theme-secondary .main-navigation a.dropdown-toggle:focus {
    background-color: #e84d3c;
}

@media (max-width: 767px) {
    .main-navigation .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin: 0;
        background-color: #f5f5f5;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .main-navigation .dropdown-menu > li > a{
        padding: 5px 15px 5px 25px;
    }
}

.bg-light{
    background-color: #f8f9fa !important;
}