/*------------------------------*/
/* ADMIN MENU / MARGIN BODY */
/*------------------------------*/
body {
    background: #fafafa;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 20px;
    color: #4b5f6d;
    line-height: 1.5;
}

.main-container {
    padding-top: 148px !important;
}
.main-container.no-nav {
    padding-top: 0px !important;
}
/* Input type radio, select */
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"]{
    position: static;
    margin-right: 8px;
}

form .small {
    font-size : 70%;
    margin-top:30px;
}

#admin-menu,
#admin-menu .dropdown {
    z-index:9999;
}
body.admin-menu #navbar {
    padding-top: 29px !important;
}

body.admin-menu #station-menu.fixed,
body.admin-menu #station-menu.affix,
body.admin-menu #station-header .lve-inline-wrapper.fixed,
body.admin-menu #station-header .lve-inline-wrapper.affix {
    /*top:148px; */
}

body #station-menu,
body #webzine-menu,
body #station-header .lve-inline-wrapper,
body .infos-ot .visible-xs .form-wrapper {
    width: 100%;
    background-color: #FFF;
    z-index: 1000;
}
body .infos-ot .visible-xs .form-wrapper.affix {
    top : 0;
}

body #station-header .lve-inline-wrapper.affix,
body .infos-ot .visible-xs .form-wrapper.affix {
    width: 100% !important;
    left: 0;
}

body #station-header .lve-inline-wrapper.affix .lve-inline {
    margin-top: 0;
    padding: 20px 5px 0 5px;
}
body #station-header .lve-inline-wrapper.affix .moteur {
    padding-top: 0;
    padding-left: 15px;
    padding-right: 15px;
}
body #station-header .lve-inline-wrapper.affix .moteur fieldset {
    padding: 15px 15px
}
body #station-header .lve-inline-wrapper.affix h2 {
    display: none;
}

body #station-header .lve-inline-wrapper.affix .moteur select,
body #station-header .lve-inline-wrapper.affix .moteur button {

}

body #station-header .lve-inline-wrapper.affix .moteur .form-group,
body #station-header .lve-inline-wrapper.affix .moteur button {
    margin-bottom: 5px;
}

body #station-header .lve-inline-wrapper.affix .moteur .nav-tabs.nav-justified>.active>a,
body #station-header .lve-inline-wrapper.affix .moteur .nav-tabs.nav-justified>.active>a:hover,
body #station-header .lve-inline-wrapper.affix .moteur .nav-tabs.nav-justified>.active>a:focus {
}

body #station-header .lve-inline-wrapper.affix .moteur .panel-title {
    padding: 5px;
    font-size: 0.7em;
}

aside #block-fm-resa-resa-sidebar.affix {top:50px; position: fixed !important;}
aside #block-fm-resa-resa-sidebar-right.affix {top:50px; position: fixed !important;}

.fiche .header,
.fiche .submenu {
    z-index: 99999 !important;
    width: 100%;
}

#station-menu.affix,
#webzine-menu.affix,
#station-header .lve-inline-wrapper.affix,
.infos-ot .visible-xs .form-wrapper.affix {
    position: fixed;
}

.fiche .header,
.fiche .submenu  {
    position: absolute;
}

.fiche .header {
    max-width: 1188px;
    top: 0;
}
.fiche .submenu {
    max-width: 1170px;
    top:80px;
}

.fiche {
    min-height:calc(100vh - 154px);
}
.fiche.without_menu {
    min-height:calc(100vh - 80px);
}

.fancybox-overlay,
#fancybox-loading {
    z-index: 9999 !important;
}
.fancybox-wrap {
    z-index: 99999 !important;
}
@media (min-width:768px) {
    .fancybox-wrap.fancybox-type-ajax {
        top: 0 !important;
    }
}

.modal,
.fancybox-opened {
    z-index: 10000 !important;
}

.fancybox-skin {background-color: transparent !important;}
.fancybox-title {display: none;}

.fancybox-overlay {
    position: fixed;
    width: 100% !important;
    height: 100% !important;
    background-color: rgba(255,255,255,0.5);
    top: 0;
    left: 0;
}

@media (max-width:767px) {
    body {
        padding-top: 75px !important;
    }

    .main-container {
        padding-top: 0px !important;
    }

    .main-container .img-responsive {
        margin: auto;
        width: 100%;
        height: auto !important;
    }

    section h2.block-title {
        text-align: center;
    }

    footer .nav {
        font-size: 0.9em;
    }

    #admin-menu {
        display: none;
    }

    .tabs--primary {
        display: none;
    }
}

@media (min-width:991px) {
    .search-results figure figcaption {
        width: 213px;
    }

    .search-results figure.webzine-article figcaption {
        width: 100%;
    }
}

@media (min-width:768px) and (max-width:991px)  {
    #admin-menu {
        display: none;
    }

    .search-results figure.webzine-article figcaption {
        min-height: 120px;
    }
}

@media (min-width:1200px) {
    .search-results figure figcaption {
        width: 263px;
    }
}

/*------------------------------*/
/* GENERAL */
/*------------------------------*/
section {
    padding-bottom: 20px;
}

section>.row {
    margin-bottom: 20px;
}

article.elem-list {
    margin-bottom: 20px;
}

.losange {
    font-size: 3em;
    position: absolute;
    top: -50px;
    left: 50%;
}

.margin {
    margin-top: 30px;
    margin-bottom:30px;
}

/*colors*/
.main-container .white,
.fiche .white {
    background: #fff;
}
.main-container .grey,
.fiche .grey {
    background: #fafafa;
}

/*title*/
h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4 {
    font-family: 'Oswald', sans-serif;
}

h1, .h1 {
    font-size: 48px;
}

h2, .h2 {
    font-size: 48px;
    font-weight: 300;
}

h3, .h3 {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 25px;
    font-weight: 600;
}
.well h2, .well .h2 {
    margin-top: 0px;
}

a {
    color: #0092d6;
}

@media (max-width: 767px) {
    h1, .h1  {
        font-size: 39px !important;
    }
    h2, .h2 {
        font-size: 31px !important;
    }

    body {
        font-size: 18px !important;
    }

    .search-results figure figcaption h2.title {
        font-size: 20px !important;
    }
}

/*button link*/
a.btn,
button,
button.btn {
    margin: 10px 10px 10px 0;
    border: 2px solid #fff;
    border-radius: 3px;
    padding: 6px 25px;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
    font-size: 13px;
}

a:hover,
a:active,
a:focus,
a.btn:hover,
a.btn:active,
a.btn:focus {
    text-decoration: none;
    outline: none;
    box-shadow: none;
}

@media(max-width: 990px) {
    a.btn,
    button,
    button.btn {
        padding: 6px 10px;
        white-space: inherit;
    }
}

img[usemap] {
    border: none;
    height: auto;
    max-width: 100%;
    width: auto;
    margin: auto;
}

@media (max-width: 767px) {
    a.btn,
    button,
    button.btn {
        margin-right: 0;
    }
}

.btn-primary.disabled, .btn-primary[disabled] {
    background-color: #e7ebed;
    color: #465a63;
    font-weight: 600;
}

/*------------------------------*/
/* HEADER */
/*------------------------------*/
#navbar {
    border:none;
    background: #FFF;
    margin: 0;
    z-index:9999;
    font-family: 'Oswald', sans-serif !important;
}

/*----------*/
/*LINE1*/
/*----------*/
#navbar .line1 {
    background: #263238;
    color: #fff;
    font-size: 13px;
}
#navbar .line1 a {
    color: #fff;
}

#navbar .line1 .dropdown>a {
    padding:15px;
    display: block;
}
#navbar .line1 .nav>li>a {
    padding-left: 25px;
    padding-right: 25px;
}

#navbar .line1 .nav>li>a:hover,
#navbar .line1 a:hover {
    opacity: 0.7;
}

/*logo*/
#navbar .line1 .logo-header {
    margin-top: 5px;
    position: absolute;
    -webkit-transition: transform .5s;
    -moz-transition: transform .5s;
    -o-transition: transform .5s;
    -ms-transition: transform .5s;
    transition: transform .5s;
    -webkit-transition-delay: .1s;
    -moz-transition-delay: .1s;
    -o-transition-delay: .1s;
    -ms-transition-delay: .1s;
    transition-delay: .1s;
    -webkit-transform : rotate(0deg);
    -moz-transform : rotate(0deg);
    -ms-transform : rotate(0deg);
    transform : rotate(0deg);
    -o-transform: rotate(0deg);
    z-index: 999;
}

#navbar .line1 .logo-header.ishide {
    -webkit-transform : rotate(-20deg) scale(0.5);
    -moz-transform : rotate(-20deg) scale(0.5);
    -ms-transform : rotate(-20deg) scale(0.5);
    transform : rotate(-20deg) scale(0.5);
    -o-transform: rotate(-20deg) scale(0.5);
}

#navbar .line1 .logo-header img {
    position: relative;
    z-index: 1000;
    max-width: 180px;
}

#navbar .line1 .col-sm-2 ~ .col-sm-5 {
    padding-left: 70px;
}

/*dropdown*/
.nav .open>a,
.nav .open>a:hover,
.nav .open>a:focus,
.dropdown-menu>li>a:hover,
.dropdown-menu>li>a:focus {
    background: transparent;
}

.line1 .dropdown-menu {
    border: none;
    background: #263238;
    border-radius: 0;
    box-shadow: none;
    margin: 0;
    font-size: 13px;
    padding: 0 0 5px 0;
}

.line1 .dropdown-menu>li>a {
    padding: 10px 15px;
}

#navbar .line1 a img.flag {
    margin-right: 5px;
}

/*reseaux so*/
#navbar .line1 .nav.social {
    margin-top: 10px;
}

#navbar .line1 .nav.social a {
    padding-left: 0px;
    padding-right: 0px;
    margin-right: 10px;
    margin-left: 10px;
    width: 20px;
    height: 20px;
    text-indent: -100000px;
}
#navbar .line1 .nav.social a.facebook-link {
}
#navbar .line1 .nav.social a.twitter-link {
}
#navbar .line1 .nav.social a.instagram-link {
    margin-right: 0;
}
@media (min-width: 768px) and (max-width: 991px) {
    #navbar .line1 .nav>li>a {
        padding-left: 10px;
        padding-right: 10px;
    }

    #navbar .line1 .col-sm-2 ~ .col-sm-5 {
        padding-left: 20px;
    }
}

/*----------*/
/*LINE2*/
/*----------*/
#navbar .line2 {
    position: relative;
    box-shadow: 0 0 32px rgba(0,0,0,0.05);
}

.navbar-btn {
    margin-top: 15px;
    margin-bottom: 15px;
}

/*search*/
.line2 .search-collapse {
    padding-bottom: 20px;
}
#search-expander {
    position: absolute;
    right:15px;
    top:35px;
    cursor: pointer;
    color: #263238;
}
#search-close {
    font-size: 150%;
    cursor: pointer;
}
.search-collapse {
    position: absolute;
    margin: auto;
    width: 100%;
    background: #232E33;
    z-index: 100;
    padding-top: 40px;
}

.search-collapse  input {
    background: #232E33;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 300;
    font-size: 48px;
    height: auto;
}

.search-collapse .form-control {
    color: #fff;
}

.search-collapse .form-control:focus {
    box-shadow: none;
}

.search-collapse .input-group-btn {
    display: none;
}

html.js input.form-autocomplete {
    background: none;
}

.ac_results {
    left: 0 !important;
    width: 100% !important;
}

.ac_results,
.ac_results .ac_even,
.ac_results .ac_odd,
.ac_results .ac_over {
    background-color: #232E33;
    color: #fff;
    border: none;
    font-size: 31px;
    height: auto;
    line-height: 56px;
    padding-left: 10px;
    padding-right: 20px;
}

.ac_results .ac_even:hover,
.ac_results .ac_odd:hover,
.ac_results .ac_over:hover {
    cursor: pointer;
    opacity: 0.7;
}

.ac_results ul {
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 20px;
}

.apachesolr_autocomplete.message {
    font-size: 21px;
    font-weight: 300;
    color: #fff;
}

.search-collapse .glyphicon-remove {
    margin-top: 30px;
}

@media (min-width: 1199px) {
    .ac_results ul {
        width: 1140px;
    }
}

@media (min-width: 991px) and (max-width: 1199px) {
    .ac_results ul {
        width: 940px;
    }
}

@media (min-width: 768px) and (max-width: 990px) {
    .ac_results ul {
        width: 730px;
    }
}

@media (min-width: 768px) {
    #navbar .line2 .navbar-header {
        max-width: 196px;
    }
}

@media (max-width: 767px) {
    #search-expander {
        left: 25px;
        right: inherit;
        top: 25px;
    }
}

/*------------------------------*/
/* NAVIGATION*/
/*------------------------------*/
@media( max-width: 767px) {
    .navbar-default .navbar-toggle {
        border: none;
        margin-top: 23px;
        border-radius: 0;
        margin-right: 0;
    }

    .navbar-default .navbar-toggle .icon-bar {
        background: #263238;
    }

    .navbar-toggle .icon-bar+.icon-bar {
        margin-top: 5px;
    }

    .navbar-default .navbar-collapse, .navbar-default .navbar-form {
        border: none;
    }

    .navbar-default .navbar-nav>li>a {
        font-family: 'Source Sans Pro', sans-serif;
        padding: 15px 5px;
        text-transform: uppercase;
        color: #2b2b2b;
        font-family: 'Oswald', sans-serif;
        font-size: 16px;
    }

    .yamm .dropdown.yamm-fw .dropdown-menu ul li {
        list-style: none;
        padding: 10px 0 10px 15px;
        font-family: 'Source Sans Pro', sans-serif;
    }

    .yamm .dropdown.yamm-fw .dropdown-menu ul {
        padding-left: 0;
        margin: 0;
    }

    .yamm .dropdown.yamm-fw .dropdown-menu ul li a {
        color: #4b5f6d;
        font-size: 16px;
    }

    .navbar-default .navbar-nav>.open>a,
    .navbar-default .navbar-nav>.open>a:hover,
    .navbar-default .navbar-nav>.open>a:focus {
        background: transparent;
        font-weight: bold;
        color: #2b2b2b;
    }

    span.caret {
        display: none;
    }

    .logo img {
        max-width: 150px;
        margin-right: auto;
        margin-left: auto;
    }

    .navbar-btn {
        padding-left: 0;
        padding-right: 0;
    }

    .level_2 ul {
        display: none;
    }
}


a.nolink {
    cursor: pointer;
}
.dropdown-menu>li>a {
    white-space: normal;
}
.yamm .nav,
.yamm .collapse,
.yamm .dropup,
.yamm .dropdown {
    position: static;
}

.yamm .container {
    position: relative;
}
.yamm .dropdown-menu {
    left: auto;
}
.yamm .nav.navbar-right .dropdown-menu {
    left: auto;
    right: 0;
}
.yamm .yamm-content {
    padding: 20px 30px;
}
.yamm .dropdown.yamm-fw .dropdown-menu {
    left: 0;
    right: 0;
    border-radius: 0;
    border: none;
    padding: 0;
}

.yamm .dropdown.yamm-fw .dropdown-menu .col-sm-3 a img {
    max-width: 100%;
}

.yamm .moteur { clear: both; }
.yamm .moteur .nav {padding: 0 }
.yamm .moteur select {width: auto;}

.yamm .moteur .form-group {display: inline-block; width: auto;}
.yamm .moteur .nav-tabs.nav-justified>li>a {font-size: inherit;}
.yamm .moteur fieldset {border : 1px solid #e7e7e7; }

.yamm .dropdown-menu .col-sm-3:after {
    content: " ";
    background-color: #FFF;
    width: 26px;
    display: block;
    position: absolute;
    right: 20px;
    top: -80px;
    bottom: -80px;
    transform: rotate(2deg);
    box-shadow: -6px 4px 10px rgba(0,0,0,0.05);
}

@media(max-width: 1199px){
    .yamm .dropdown-menu .col-sm-3:after {right:-5px;}
}

@media(max-width: 991px){
    .yamm .dropdown-menu .col-sm-3:after {right:-8px;}
    .yamm .dropdown.yamm-fw .dropdown-menu .col-sm-3 a img{max-width: inherit !important;}
}

@media (min-width:768px) {
    nav ul.menu>li{
        float: left;
    }

    .navbar-default nav ul.menu>li {
        margin-top: 32px;
        margin-right: 30px;
        margin-left: 30px;
    }
    .navbar-default nav ul.menu>li>a {
        text-decoration: none;
        display: block;
        font-size: 100%;
        position: relative;
        text-transform: uppercase;
        font-weight: bold;
        font-size: 16px;
        color: #263238;
        padding: 7px 20px;
        border-radius: 3px;
    }
    .navbar-default nav ul.menu>li.orange>a {
        color: #fdb657;
    }

    .navbar-default nav ul.menu>li>a.active,
    .navbar-default nav ul.menu>li>a.active-trail {
        background: #263238;
        color: #fff;
    }
    .navbar-default nav ul.menu>li.orange>a.active,
    .navbar-default nav ul.menu>li.orange>a.active-trail {
        background: #fdb657;
        color: #fff;
    }

    .navbar-default nav ul.menu>li>a.active:after {
        content: "";
        position: absolute;
        bottom: -6px;
        left: 50%;
        margin-left: -6px;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 6px 6px 0 6px;
        border-color: #263238 transparent transparent transparent;
    }
    .navbar-default nav ul.menu>li.orange>a.active:after {
        border-color: #fdb657 transparent transparent transparent;
    }

    .navbar-default nav ul.menu>li>a span.caret {
        display: none;
    }

    .search-results figure figcaption {
        width: 213px;
    }

    .yamm .nav {
        float: right;
        padding-right: 20px;
    }

    .yamm .dropdown-menu {
        border: none;
        z-index: -1;
        overflow: hidden;
    }

    .yamm .dropdown-menu .col-sm-9 {
        padding-top: 20px;
        padding-bottom: 10px;
        position: relative;
        min-height: 205px;
    }

    .yamm .dropdown-menu .col-sm-9:before {
        display: none !important;
        content: " ";
        background-color: #FFF;
        width: 26px;
        display: block;
        position: absolute;
        left: -47px;
        top: -3px;
        bottom: -3px;
        transform: rotate(2deg);
        box-shadow: -6px 4px 10px rgba(0,0,0,0.05);
    }

    .yamm .dropdown-menu .col-sm-3.hidden-xs {
        padding: 0 5px;
        overflow: hidden;
    }

    .yamm .dropdown-menu .col-sm-3.hidden-xs figure.menu-item {
        position: relative;
        margin-bottom: 5px;
    }
    .yamm .dropdown-menu .col-sm-3.hidden-xs figure figcaption {
        position: absolute;
        bottom: 50%;
        margin-bottom: -20px;
        left: 0;
        right: 10%;
        text-align: center;
        color: #fff;
        font-size: 20px;
        text-shadow: 0 0 10px rgba(0,0,0,0.3);
    }

    .yamm .dropdown-menu .col-sm-3 p {
        margin-bottom: 0px;
    }

    .yamm .dropdown-menu .col-sm-3 p ~ p {
        margin-top: 5px;
    }

    .yamm .dropdown-menu ul {
        list-style: none;
        font-size: 20px;
        color: #79909b;
        padding-left: 0;
    }

    .yamm .dropdown-menu ul.row {
        padding-top: 50px;
        padding-left: 20px;
    }

    .yamm .dropdown-menu ul li:before {
        content: "\203A";
        float: left;
        margin-right: 10px;
        color: #79909b;
        margin-top: -3px;
    }

    .yamm .dropdown-menu ul li {
        padding-left: 0;
    }

    .yamm .dropdown-menu ul li a {
        color: #79909b;
        font-size: 20px;
        display: block;
        margin-bottom: 15px;
    }

    .yamm .dropdown-menu ul li a:hover {
        opacity: 0.7;
    }

    .yamm .dropdown-menu ul li.expanded {
        width: 100%;
        margin-bottom: 35px;
    }

    .yamm .dropdown-menu ul li.expanded ul li:before {
        color: #263238;
    }

    .yamm .dropdown-menu ul li.expanded ul li {
        width: 50%;
        float: left;
        padding-left: 20px;
    }

    .yamm .dropdown-menu ul li.expanded ul a {
        color: #263238;
        margin-bottom: 10px;
        display: block;
    }

    .yamm .node-station .title {
        line-height: 60px;
        height: 60px;
    }

    .yamm .node-station .title a {
        color: #465a63;
        font-size: 25px;
        font-family: 'Oswald', sans-serif;
        line-height: 1.2;
        vertical-align: middle;
        display: inline-block;
        width: 70%;
        margin-left: 10px;
    }

    .yamm .node-station .title a:hover {
        opacity: 0.7;
    }

    .yamm .node-station .title span {
        margin-top: 4px;
    }

    .yamm .node-station .title i.wi {
        font-size: 2em;
    }

    .yamm .node-station dl {
        margin-top: 30px;
        font-family: 'Source Sans Pro', sans-serif;
    }

    .yamm .node-station dt {
        font-size: 12px;
        color: #fff;
        text-transform: uppercase;
        background: #617d8a;
        padding: 2px 8px;
        display: inline;
        border-radius: 2px;
        margin-bottom: 5px;
        display: inline-block;
    }

    .yamm .node-station dd {
        font-weight: 600;
        margin-bottom: 20px;
    }

    .yamm .node-station a.btn {
        background: #9dcb6b;
        border: none;
        border: 2px solid #9dcb6b;
    }

    .yamm .node-station a.btn:hover,
    .yamm .node-station a.btn:active,
    .yamm .node-station a.btn:focus {
        background: #fff;
        border: 2px solid #9dcb6b;
        color: #9dcb6b;
    }
}

/*nav md*/
@media (min-width: 992px) and (max-width: 1199px) {
    .navbar-default nav ul.menu>li{
        margin-left: 10px;
        margin-right: 10px;
    }

    .yamm .dropdown-menu ul li a {
        font-size: 16px;
        margin-bottom: 12px;
    }

    .yamm .dropdown-menu ul li.expanded a {
        margin-bottom: 12px;
    }

    .yamm .dropdown-menu ul li.expanded {
        margin-bottom: 46px;
    }

    .yamm .dropdown-menu .col-sm-9 {
        padding-top: 40px;
    }

    .yamm .node-station .title a {
        font-size: 20px;
        width: 65%;
    }

    .yamm .dropdown-menu .col-sm-9:before {
        left: -17px;
    }

    .yamm .dropdown-menu .col-sm-9 {
        min-height: 196px;
    }
}

/*nav tablet */
@media (min-width: 768px) and (max-width: 991px) {
    .navbar-default nav ul.menu>li>a {
        font-size: 15px;
        padding: 7px;
    }

    .navbar-default nav ul.menu>li {
        margin-right: 6px;
        margin-left: 6px;
    }

    .yamm .dropdown-menu ul li a {
        font-size: 16px;
        margin-bottom: 12px;
    }

    .yamm .dropdown-menu ul li.expanded a {
        margin-bottom: 12px;
    }

    .yamm .dropdown-menu ul li.expanded {
        margin-bottom: 20px;
    }

    .yamm .dropdown-menu .col-sm-9 {
        padding-top: 20px;
    }

    .yamm .node-station .title a {
        font-size: 20px;
        width: 65%;
    }

    .yamm .node-station dl {
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .yamm .node-station .title a {
        font-size: 17px;
        width: 73%;
    }

    .yamm .node-station .title span {
        width: 20%;
    }

    .yamm .node-station .title span img {
        width: 110%;
    }

    .yamm .node-station a.btn {
        margin: 0;
    }

    #navbar .line1 .logo-header img {
        max-width: 100%;
        margin-top: 10px;
    }

    .yamm .dropdown-menu .col-sm-9 {
        padding-bottom: 10px;
    }

    .yamm .dropdown-menu .col-sm-9:before {
        left: -17px;
    }

    .yamm .dropdown-menu .col-sm-9 {
        min-height: 150px;
    }
}

/*------------------------------*/
/*HAUT DE PAGE */
/*------------------------------*/
#breadcrumb {
    background: #ffffff;
    font-size: 16px;
}

#breadcrumb li a {
    color: #79909b;
}

.breadcrumb {
    background: transparent;
    margin-bottom: 0;
    padding-left: 0;
    padding-top: 15px;
    padding-bottom: 5px;
}

.breadcrumb li {
    color: #263238;
    position: relative;
}

.breadcrumb li.first {
    padding-left: 20px;
}

.breadcrumb li.first a:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -6px;
    width: 13px;
    height: 13px;
}

.breadcrumb>li+li:before {
    padding: 0 2px;
}

/*header title*/
.header-inner {
    text-align: center;
    color:#FFFFFF;
    position: relative;
}

.header-inner img {
    margin: auto;
}

.header-inner .header-caption {
    position: absolute;
    top:20%;
    width: 60%;
    left: 20%;
}

#header-title {
    background: #fafafa;
}
#header-title h1 {
    color:#465a63;
    font-weight: 300;
    font-size: 48px;
    margin-bottom: 20px;
    margin-top: 40px;
}

article a.btn.btn-primary {
    border:  2px solid #465a63;
    background: #465a63;
    color: #fff;
    margin-right: 0;
}

article a.btn.btn-info {
    border:  2px solid #31b0d5;
}

article a.btn.btn-primary:hover,
article a.btn.btn-primary:focus,
article a.btn.btn-primary:active {
    background: transparent;
    color: #465a63;
}

article a.btn.btn-info:hover,
article a.btn.btn-info:focus,
article a.btn.btn-info:active {
    background: transparent;
    color: #31b0d5;
}

@media (max-width: 1199px) {
    .header-inner .header-caption {
        width: 80%;
        top: 10%;
        left: 10%;
    }
}

@media (min-width: 768px) and (max-width: 990px) {
    .header-inner .header-caption h1 {
        font-size: 39px;
    }

    .header-inner .header-caption p {
        font-size: 25px;
    }
}

@media (max-width: 767px) {
    .header-inner .header-caption {
        position: static !important;
        color: #4b5f6d;
        padding: 0 20px 70px;
        width: 100%!important;
    }

    .header-inner .header-caption h1 {
        font-size: 31px;
    }

    .header-inner .header-caption p {
        font-size: 20px;
    }

    .header-inner .header-caption a.btn {
        color: #4b5f6d;
        border-color: #4b5f6d;
    }

    .header-inner .header-caption a.btn:hover,
    .header-inner .header-caption a.btn:focus,
    .header-inner .header-caption a.btn:active {
        background: #4b5f6d;
        color: #fff;
    }
}


/*------------------------------*/
/* BANNER CAROUSEL*/
/*------------------------------*/
body.front .carousel-inner .picture {
    height: 600px;
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #263238;
    background-size: cover;
}
.paragraphs-item-portfolio-full .carousel-inner .picture {
    height: 600px;
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #263238;
    background-size: cover;
}
.paragraphs-item-portfolio-simple .carousel-inner .picture {
    height: 600px;
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #263238;
    background-size: cover;
}

.paragraphs-item-portfolio-simple .carousel-inner .carousel-caption {
    padding-bottom: 0;
    bottom: 0;
    left: 20px;
    right: auto;
}

.carousel-inner>.item>img {
    width: 100%;
}

.carousel-caption {
    padding-bottom: 200px;
    right: 0;
    left: 0;
    z-index: 0;
}

.carousel-caption h3,
.carousel-caption .h3 {
    text-shadow: none;
    font-size: 75px;
    font-weight: bold;
    margin-bottom: 20px;
    font-family: 'Oswald', sans-serif;
    padding: 0 20px;
    text-shadow: 0 0 7px rgba(0,0,0, 0.5);
}

.carousel-caption .btn {
    background: transparent;
    margin-right: 0;
}

.carousel-caption .btn:hover,
.carousel-caption .btn:active,
.carousel-caption .btn:focus {
    background: #fff;
    color: #2b2d2e;
    border: 2px solid #fff;
}

.glyphicon-chevron-down:before {
    content: "";
    width: 22px;
    height: 28px;
    position: absolute;
    top: -70px;
    left: 50%;
    margin-left: -11px;
}

body.front .glyphicon-chevron-down:before {
    top: -230px;
}

section#block-nodule-slideshow-slideshow {
    padding-bottom: 0;
}

@media (max-width: 767px) {
    .glyphicon-chevron-down:before {
        background-color: #4b5f6d;
        border-radius: 100%;
        background-size: 50%;
        height: 50px;
        width: 50px;
        margin-left: -25px;
    }

    body.front #header-banner .glyphicon-chevron-down:before {
        content: none;
    }

}


/*fleches*/
.carousel-control.left,
.carousel-control.right {
    background-image: none;
    width: 5%;
    z-index: 999;
}

.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .icon-prev {
    top: 60%;
    z-index: 999;
}

.glyphicon-chevron-right:before,
.glyphicon-chevron-left:before {
    content: "";
    width: 16px;
    height: 26px;
    float: left;
}
.carousel {overflow: hidden;}

.carousel-control div {
    position: absolute;
    top: 60%;
    padding: 0 100px;
    background-color: #263238;
    -webkit-transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    z-index: 998;
}

.carousel-control div h3 {
    position: relative;
    margin: 0;
    padding: 20px 0;
    color: #fff;
    white-space: nowrap;
    font-weight: 300;
    font-size: 1.3em;
    line-height: 1.5;
}

.carousel-control div img {
    position: absolute;
    top: 0;
    height: 100%;
}

.carousel-control.left div img {
    right: 0;
}

.carousel-control.right div img {
    left: 0;
}

.carousel-control.left div {
    left: 0;
    padding-right: 120px;
    -webkit-transform: translateY(-50%) translateX(-100%);
    transform: translateY(-50%) translateX(-100%);
}

.carousel-control.right div {
    right: 0;
    padding-left: 120px;
    text-align: right;
    -webkit-transform: translateY(-50%) translateX(100%);
    transform: translateY(-50%) translateX(100%);
}

.carousel-control:hover div {
    -webkit-transform: translateY(-50%) translateX(0);
    transform: translateY(-50%) translateX(0);
}

@media (max-width: 767px) {
    body.front .carousel-inner .picture,
    .paragraphs-item-portfolio-full .carousel-inner .picture,
    .paragraphs-item-portfolio-simple .carousel-inner .picture {
        height: 300px;
    }

    .carousel-caption {
        padding: 0;
    }

    .carousel-caption h3 {
        font-size: 45px;
    }
    .carousel-control .icon-next, .carousel-control .glyphicon-chevron-right {
        margin-right: 0;
    }

    .carousel-control .icon-prev, .carousel-control .glyphicon-chevron-left {
        margin-left: 0;
    }
}

/*------------------------------*/
/* HEADER CAPTION PAGE INTERNE */
/*------------------------------*/
.header-caption h1 {
    font-size: 75px;
    text-transform: uppercase;
    font-weight: bold;
    text-shadow: 0 0 7px rgba(0,0,0, 0.5);
}

.header-caption p {
    font-family: 'Oswald', sans-serif;
    font-size: 31px;
    font-weight: 300;
    text-shadow: 0 0 7px rgba(0,0,0, 0.5);
}

.header-caption a.btn,
.header-caption a.btn-default {
    background: transparent;
}

.header-caption a.btn:hover,
.header-caption a.btn-default:hover,
.header-caption a.btn:focus,
.header-caption a.btn-default:focus,
.header-caption a.btn:active,
.header-caption a.btn-default:active {
    background: #fff;
    border: 2px solid #fff;
    color: #263238;
}

@media (max-width: 767px) {
    .header-caption h1 {
        font-size: 45px;
        text-shadow: none;
    }
    .header-caption p {
        text-shadow: none;
    }
}

/*------------------------------*/
/* SIDEBAR */
/*------------------------------*/
aside {
    margin-top: 15px;
}

aside section {
    background: #fff;
    padding: 5px 15px;
}

aside section:last-child {
    padding-bottom: 20px;
}

/*block recherche*/
aside .block-fm-search  {
    padding-top: 50px;
}

aside .block-fm-search,
aside .block-facetapi {
    box-shadow: 0 4px 15px rgba(0,0,0,0.05);
}

aside .block-fm-quiz {
    box-shadow: 0 0px 15px rgba(0,0,0,0.05);
}

aside .block-fm-search ~ .block-fm-search {
    padding-top: 0;
}

aside .block-fm-search#block-fm-search-agenda {
    padding-top: 0;
}
aside #block-fm-search-result:before {
    content: "";
    position: absolute;
    top: -35px;
    left: 50%;
    margin-left: -35px;
    width: 70px;
    height: 70px;
    background-color: #0092d6;
    border-radius: 100%;
}

aside .block-fm-search .text-center {
    font-family: 'Oswald', sans-serif;
    font-size: 16px;
    color: #7F959F;
}

aside .block-fm-search strong {
    font-size: 25px;
    text-transform: uppercase;
    color: #465a63;
}

aside .block-current-search ul {
    padding-left: 0;
}

aside .block-current-search ul li {
    font-size: 13px;
    background: #f3f3f3;
    padding: 3px;
    position: relative;
}

aside .block-current-search .current-search-item li a {
    position: absolute;
    text-indent: -9999px;
    margin-top: 0;
    top: 6px;
    right: 6px;
    width:12px;
    height: 12px;
}

aside .block-current-search a.btn,
aside .block-current-search a.btn:hover,
aside .block-current-search a.btn:focus {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 13px;
    color: #fff;
    background: #ed7161;
    border-radius: 0;
    padding: 3px;
    text-align: center;
    width: 100%;
    text-transform: inherit;
    border: none;
    margin-top: 0;
}

aside .block-current-search a.btn:hover,
aside .block-current-search a.btn:focus,
aside .block-current-search a.btn:active {
    background: #da6f61;
}

aside section .current-search-item-affinez {
    text-align: center;
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 30px;
    position: relative;
}

aside section .current-search-item-affinez:after {
    content: "";
    position: absolute;
    bottom: -30px;
    left: 50%;
    margin-left: -8px;
    height: 26px;
    width: 18px;
}

aside section button.btn-block.collapsed {
    background: #ECEFF1;
    padding: 10px 15px;
    text-align: left;
    font-weight: 600;
    color: #465a63;
}

aside section button.btn-block span {
    float: left;
}

aside section button.btn-block.collapsed:after,
aside section button.btn-block:after {
    content: "";
    height: 8px;
    width: 12px;
    float: right;
    margin-top: 8px;
}

aside section button.btn-block,
aside section button.btn-block:hover,
aside section button.btn-block:focus,
aside section button.btn-block.focus,
aside section button.btn-block:active,
aside section button.btn-block.active,
aside section button.open>.dropdown-toggle.btn-block {
    background: #465a63;
    color: #ECEFF1;
    padding: 10px 15px;
    text-align: left;
    font-weight: 600;
    border: none;
    outline: none;
    text-transform: none;
    margin: 0;
    font-size: 16px;
    font-family: 'Source Sans Pro', sans-serif;
}

aside section ul {
    list-style: none;
    padding-left: 15px;
}

aside section  ul li,
aside section ul li a {
    font-weight: 500;
    color: #465a63;
    font-size: 16px;
    margin-top: 10px;
    margin-bottom: 10px;
}
aside section  ul li input[type=radio],
aside section  ul li input[type=checkbox] {
    margin-right: 10px;
}

aside section>div>a {
    font-size: 13px;
    color: #ed7161;
    text-align: center;
    display: block;
    margin-bottom: 10px;
    margin-top: 20px;
    background: #fff;
    position: relative;
    z-index: 2;
}

aside section>div>a:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background: #cfd8dc;
    top: 50%;
    left: 0;
}


/*block réservation*/
.moteur {
    padding-top: 15px;
}

.moteur .fond {
    box-shadow: 0 0 10px rgba(0,0,0,0.05);
}

aside .moteur .fond {
    box-shadow: 0 4px 10px rgba(0,0,0,0.05);
    border: 1px solid #ddd;
}


.block-resa .moteur {
    padding-top: 0;
}
.block-fm-resa .fond {
    background: #fff;
}

.block-fm-resa a.info {
    color: #4b5f6d;
}

#block-fm-resa-resa-sidebar,
#block-fm-resa-resa-sidebar-right,
#block-fm-resa-resa-page-sidebar {
    padding: 0;
    padding-top: 50px;
    box-shadow: 0 0 50px rgba(0,0,0,0.05);
}

body.page-taxonomy #block-fm-resa-resa-sidebar,
body.node-type-webzine #block-fm-resa-resa-sidebar-right,
body.page-taxonomy #block-fm-resa-resa-page-sidebar {
    margin-top : 50px;
    margin-bottom : 50px;
    top : 0;
    position: relative;
}


#block-fm-resa-resa-sidebar h2.block-title,
#block-fm-resa-resa-sidebar-right h2.block-title,
#block-fm-resa-resa-page-sidebar h2.block-title {
    font-family: 'Oswald', sans-serif;
    text-align: center;
    font-size: 25px;
    text-transform: uppercase;
    color: #465a63;
    font-weight: bold;
    margin: 0;
}

#block-fm-resa-resa-sidebar:before,
#block-fm-resa-resa-sidebar-right:before,
#block-fm-resa-resa-page-sidebar:before {
    content: "";
    position: absolute;
    top: -35px;
    left: 50%;
    margin-left: -35px;
    width: 70px;
    height: 70px;
    background-color: #0092d6;
    border-radius: 100%;
}

.tiroir_moteur h4 {
    cursor: pointer;
    background: #dedede;
    padding: 10px;
    font-size: 16px;
    color: #465a63;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
    font-weight: bold;
    margin: 0;
}

.tiroir_moteur h4.on {
    background: #91a4ad;
    color: #fff;
}

.tiroir_moteur h4:after,
.tiroir_moteur h4.on:after {
    content: "";
    height: 10px;
    width: 20px;
    float: right;
    margin-top: 5px;
}

.block-fm-resa fieldset label {
    display: none;
}

.moteur button.btn-default {
    margin: 0;
    background: #ed7161;
    color: #fff;
    font-family: 'Source Sans Pro', sans-serif;
    text-transform: inherit;
}

.moteur button.btn-default a {
    color: #fff;
    font-size: 16px;
}

.moteur .form-group.valider {
    margin-bottom: 0;
}

.block-fm-resa .moteur~a {
    display: block;
    background: #fff;
    padding: 15px;
    color: #0092d6;
    font-size: 16px;
    text-align: center;
}

.moteur {
    text-align: left;
}

.moteur fieldset {
    background: #fff;
    padding: 15px;
}

@media(min-width: 990px) and (max-width: 1199px) {
    #block-fm-resa-resa-sidebar .moteur button.btn-default,
    #block-fm-resa-resa-sidebar-right .moteur button.btn-default {
        padding: 6px 6px;
        width: 100%;
    }
}


.moteur label {
    display: none;
}

.moteur .form-group {
    margin-bottom: 15px;
    width: 100%;
}

.moteur select {
    width: 100% !important;
}

.nav-tabs.nav-justified>li {
    display: table-cell;
    width: 1%;
}

.nav-tabs.nav-justified>li:before {
    content : none !important;
}

.moteur .nav-tabs.nav-justified>li>a,
.moteur .nav-tabs.nav-justified>.active>a,
.moteur .nav-tabs.nav-justified>.active>a:hover,
.moteur .nav-tabs.nav-justified>.active>a:focus {
    border-radius: 0;
    border: none;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 0;
}

.moteur .nav-tabs.nav-justified>li>a {
    background: #91a4ad;
    color: #fff;
}

.moteur .nav-tabs.nav-justified>.active>a {
    background: #fff;
    color: #465a63;
    box-shadow: 0px -1px 3px rgba(0,0,0,0.1);
}

/*moteur horizontal*/
.lve-inline  {
    background: #fff;
    margin-top: 50px;
    position: relative;
    padding-top: 50px;
    box-shadow: 0px -1px 3px rgba(0,0,0,0.1);
}
.lve-inline h2 {
    font-family: 'Oswald', sans-serif;
    text-align: center;
    font-size: 25px;
    text-transform: uppercase;
    color: #465a63;
    font-weight: bold;
    margin: 0;
}

.lve-inline h2:before {
    content: "";
    position: absolute;
    top: -35px;
    left: 50%;
    margin-left: -35px;
    width: 70px;
    height: 70px;
    border-radius: 100%;
    background-color: #0092d6;
}

.moteur.horizontal .form-group {
    display: inline-block;
    vertical-align: middle;
}
.moteur.horizontal form{
    max-width: 1500px;
    margin: 0 auto;
}

@media(min-width: 1199px) {
    .moteur.horizontal .form-group {
        width: 16%;
    }

    .moteur.horizontal select {
        width: 95%!important;
    }

    #station-header .moteur.horizontal .form-group,
    .col-xs-12 > .moteur.horizontal .form-group{
        width: 24.7%;
    }
    #station-header .moteur.horizontal .form-group button.btn-default {
        width: 100%;
    }
}

@media(min-width: 990px) and (max-width: 1199px) {
    .moteur.horizontal .form-group {
        width: 15%;
    }
    .moteur.horizontal select {
        width: 95%!important;
    }

    #station-header .moteur.horizontal .form-group,
    .col-xs-12 > .moteur.horizontal .form-group{
        width: 24%;
    }
}

@media(min-width: 768px) and (max-width: 989px) {
    .moteur.horizontal .form-group {
        width: 13%;
    }
    .moteur.horizontal .form-group.valider {
        width: 32%;
    }
    .moteur.horizontal button.btn-default {
        width: 100%;
    }
    #station-header .moteur.horizontal .form-group,
    .col-xs-12 > .moteur.horizontal .form-group{
        width: 24.5%;
        vertical-align: top;
    }
    .moteur.horizontal button.btn-default{
        margin-bottom: 0 !important;
    }
    .col-xs-12 > .moteur.horizontal .form-group button.btn-default{
        padding: 6px 12px;
    }
    .col-xs-12 > .moteur.horizontal .form-group button.btn-default a{
        font-size: 14px;
    }
}


.moteur.horizontal button.btn-default {
    height: 40px;
    margin-bottom: 15px;
    float: left;
    width: 100%;
}

.moteur.horizontal fieldset {
    padding-bottom: 0;
}

/*------------------------------*/
/* PAGE GENERAL */
/*------------------------------*/
article.node .summary {
    font-size: 25px;
    font-weight: 300;
}

article.node .summary ~ .text-center a.btn {
    margin-top: 30px;
}

article.node .intro {
    font-size: 140%;
    font-style: italic;
}
article.node .info-auteur {
    color:#428bca;
}
article.node .label {
    margin-right: 5px;
}

#share {
    margin-top: 20px;
}

section.col-sm-9 {
    margin-top: 20px;
}


/*------------------------------*/
/*PAGE RECHERCHE EXPERIENCE*/
/*------------------------------*/
#block-fm-search-experience form {
    text-align: left;
}

#block-fm-search-experience .form-inline .form-group {
    width: 40%;
}

#block-fm-search-experience .form-inline .form-control {
    width: 90%;
}

#block-fm-search-experience button {
    margin: 0;
    border: 2px solid #465a63;
    color: #465a63;
    background: transparent;
}

#block-fm-search-experience button:hover {
    background: #465a63;
    color: #fff;
}

/*------------------------------*/
/*HP*/
/*------------------------------*/
body.front #block-fm-search-experience form {
    text-align: center;
}

body.front #block-fm-search-experience .form-inline .form-group {
    width: auto;
}

body.front #block-fm-search-experience .form-inline .form-control {
    width: auto;
}

body.front #block-fm-search-experience {
    background: rgba(43,45,46,0.6);
    color: #fff;
    padding-top: 30px;
    padding-bottom: 60px;
    position: absolute;
    margin-top: -143px;
    left: 0;
    right: 0;
}

body.front #block-fm-search-experience form .text-center {
    float: left;
    margin-right: 20px;
}

body.front #block-fm-search-experience h2 {
    font-size: 25px;
    font-weight: 500;
    margin-top: 15px;
}

body.front #block-fm-search-experience select {
    color: #fff;
    background: #2b2d2e;
    font-size: 16px;
    margin-right: 30px;
    padding: 8px;
    height: 40px;
}

body.front #block-fm-search-experience button {
    background: #ed7161;
    border: 2px solid #ed7161;
    margin-top: 0;
    margin-right: 0;
    color: #fff;
    height: 46px;
}

body.front #block-fm-search-experience button:hover,
body.front #block-fm-search-experience button:active,
body.front #block-fm-search-experience button:focus {
    background: #fff;
    color: #2b2d2e;
}

@media(min-width: 992px) and (max-width: 1199px) {
    body.front #block-fm-search-experience {
        margin-top: -137px;
    }
    body.front #block-fm-search-experience h2 {
        font-size: 19px;
    }

    body.front #block-fm-search-experience form .text-center {
        margin-right: 15px;
    }

    body.front #block-fm-search-experience select {
        margin-right: 10px;
    }

    body.front #block-fm-search-experience .cs-select {
        max-width: 220px;
    }
}

@media (min-width:768px) and (max-width: 991px) {
    body.front #block-fm-search-experience form .text-center {
        float: none;
        margin-right: 0;
    }

    body.front #block-fm-search-experience {
        margin-top: -149px;
        padding-top: 10px;
        padding-bottom: 40px;
    }
}

@media (max-width: 767px) {
    body.front #block-fm-search-experience {
        background: #fff;
        color: #4b5f6d;
        padding-top: 10px;
        padding-bottom: 40px;
        margin-top: 0;
        float: none;
        position: static;
    }
    body.front #block-fm-search-experience h2 {
        font-size: 20px!important;
        text-align: center;
        margin-bottom: 20px;
    }

    body.front #block-fm-search-experience form .text-center {
        float: none;
        margin-right: 0;
    }
    body.front #block-fm-search-experience .form-inline .form-control{
        width: 90%;
    }
    body.front #block-fm-search-experience button {
        border-color: #ed7161;
        color: #fff;
        width: 90%;
    }

    body.front #block-fm-search-experience button:hover,
    body.front #block-fm-search-experience button:active,
    body.front #block-fm-search-experience button:focus {
        border-color: #4b5f6d;
        background: #4b5f6d;
        color: #fafafa;
    }

    .cs-skin-overlay > span,
    div.cs-select {
        background: #4b5f6d !important;
    }

    #block-fm-search-experience .form-inline .form-control {
        width: 100%;
    }

    #block-fm-search-experience .form-inline .form-group {
        width: 100%;
    }

}

/*block été*/
.block-block-3-wrapper,
.block-block-6-wrapper {
    background-size: cover !important;
}
.block-ete {
    color: #fff;
    padding-top: 40px;
    padding-bottom: 20px;
    float: left;
}

.block-ete ul  {
    margin-top: 30px;
    margin-left: 0;
    padding-right: 0;
    list-style-type: none;
    padding-left: 0;
}
.block-ete ul li {
    padding: 10px;
    text-align: left;
    position: relative;
    padding-left: 90px;
    font-weight: 300;
    height: 100px;
    text-shadow: 0 0 7px rgba(0,0,0, 0.5);
}

.block-ete li:before {
    content: "";
    height: 77px;
    width: 67px;
    display: inline-block;
    left: 0;
    position: absolute;
}

.block-ete h2 {
    font-weight: bold;
    font-size: 60px;
    text-shadow: 0 0 7px rgba(0,0,0, 0.5);
}

.block-ete h3 {
    font-style: italic;
    font-weight: 300;
    font-size: 20px;
    margin-top: 0;
    text-shadow: 0 0 7px rgba(0,0,0, 0.5);
}

@media (min-width: 992px) and (max-width: 1199px) {
    .block-ete ul li {
        height: 120px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .block-ete ul li {
        height: auto;
        margin-bottom: 20px;
    }
}

@media (max-width: 767px) {
    .block-ete ul li {
        height: auto;
    }
}

/*block carte massif */
.carte-massif-wrapper {
    background: url(../img/bg-carte.jpg) center center no-repeat;
    background-size: cover;
}

.carte-massif {
    color: #fff;
    float: left;
    text-align: center;
    padding: 30px 0 20px 0;
}

.carte-massif .col-lg-4 {
    padding-top: 70px;
}

.carte-massif h3 {
    font-family: 'Oswald', sans-serif;
    font-size: 16px;
    text-transform: uppercase;
}

.carte-massif h3:before,
.carte-massif h3:after {
    content: "";
    float: left;
    width: 30%;
    height: 1px;
    background: #fff;
    margin-top: 7px;
}

.carte-massif h3:after {
    float: right;
}

.carte-massif h2 {
    font-size: 59px;
    font-weight: bold;
}

.carte-massif a.btn-default {
    border: none;
    background: #fdb657;
    color: #fff;
    position: relative;
}

.img-carte-massif img {
    margin-bottom: 30px !important;
}

@media (max-width: 990px) {
    .carte-massif .col-lg-4 {
        padding-top: 0;
        padding-bottom: 30px;
    }
}

/*block communauté la-haut HP*/
.hp-content>section {padding-bottom: 0;}
#block-fm-lahaut-hp .col-sm-12>.text-center> h2 {
    font-weight: bold;
    font-size: 72px;
    margin-top: 0;
    padding-top: 265px;
    color: white;
}

#block-fm-lahaut-hp .col-sm-12>.text-center>h2:before {
    content: "";
    position: absolute;
    top: -35px;
    left: 50%;
    margin-left: -35px;
    width: 70px;
    height: 70px;
    background-color: #fdb657;
    border-radius: 100%;
}

#block-fm-lahaut-hp .col-sm-12>.text-center h3 {
    color: white;
    font-weight: 400;
    font-size: 36px;
    margin-top: 55px;
    margin-bottom: 55px;
}
#block-fm-lahaut-hp {
    background: url(../img/bg_communaute.jpg) no-repeat 50% 0;
    padding-bottom: 0;
    background-size: cover;
}
#block-fm-lahaut-hp .nav {float: none; margin: auto; display: inline-block;margin-bottom: 145px;}
#block-fm-lahaut-hp .nav a {
    padding-left: 0px;
    padding-right: 0px;
    margin-right: 50px;
    margin-left: 50px;
    margin-top: 10px;
    width: 45px;
    height: 45px;
    text-indent: -100000px;
}

#block-fm-lahaut-hp a.btn-default {
    border: none;
    background: #fdb657;
    color: #fff;
    position: relative;
    font-size: 20px;
    margin-bottom: 70px;
    padding: 15px 50px;
}

/* block reservation HP*/
#block-fm-resa-resa-hp h2 {
    color: #9dcb6b;
    font-weight: bold;
    margin-bottom: 30px;
    margin-top: 40px;
}

#block-fm-resa-resa-hp form label,
#block-fm-resa-resa-sidebar form label,
#block-fm-resa-resa-sidebar-right form label,
#block-fm-resa-resa-page-sidebar form label {
    display: none;
}

/*blocks webzine share*/
#block-fm-webzine-top-share {
    color: white;
    background: url(../img/bloc-webzine.png) no-repeat 50% 0;
    background-size: cover;
    padding: 15px;
    margin-top: 15px;
}
#block-fm-webzine-top-share h2 {font-size: 20px; text-transform: uppercase;}
#block-fm-webzine-top-share h2:after {
    content: "";
    border-bottom: 2px solid white;
    width: 25px;
    display: block;
    padding: 4px;
    margin-bottom: 20px;
    float: none;
    clear: both;
}

#block-fm-webzine-top-share h4 {font-size: 12px; text-transform: uppercase;margin: 0; padding: 0;}
#block-fm-webzine-top-share h3 {font-size: 16px;margin: 10px 0 30px 0;}
#block-fm-webzine-top-share h3 a {color: white;}

/*blocks webzine HP*/
#block-fm-webzine-hp {
    padding-bottom: 60px;
}
#block-fm-webzine-hp .col-sm-12>.text-center>h2 {
    font-weight: bold;
    font-size: 60px;
    margin-top: 0px;
    padding-top: 40px;
}

#block-fm-webzine-hp .col-sm-12>.text-center>h2:before {
    content: "";
    position: absolute;
    top: -35px;
    left: 50%;
    margin-left: -35px;
    width: 70px;
    height: 70px;
    border-radius: 100%;
    background-color: #84d4f8;
}

#block-fm-webzine-hp .col-sm-12>.text-center>h3 {
    color: #91a4ad;
    font-size: 20px;
    font-style: italic;
    font-weight: normal;
}

figure.node-preview.webzine h2 {
    margin: 0;
}

figure.node-preview.webzine p.summary {
    font-size: 16px;
    font-style: italic;
    color: #91a4ad;
}

figure.node-preview.webzine a.btn {
    border: none;
    background: transparent;
    color: #fdb657;
    position: relative;
}

figure.node-preview.webzine a.btn:after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -6px;
    width: 13px;
    height: 13px;
}

/*------------------------------*/
/* PAGE EDITO */
/*------------------------------*/
.parallax-slide h2 {
    font-weight: bold;
    font-size: 60px;
    margin-bottom: 30px;
}

.parallax-slide {
    min-height: 350px;
    text-align: center;
    color: #FFFFFF;
    position: relative;
    padding-top: 50px;
    padding-bottom: 50px;
    background-size: cover;
    background-repeat: no-repeat;
}

.parallax-slide p {
    line-height: 1.5;
}

.parallax-slide a.btn {
    background: transparent;
}

.parallax-slide a.btn:hover,
.parallax-slide a.btn:active,
.parallax-slide a.btn:focus {
    background: #fff;
    color: rgb(34, 47, 53);
    border: 2px solid #fff ;
}

#content_bottom  .parallax-slide:nth-child(1),
#content_bottom  .parallax-slide:nth-child(3),
#content_bottom  .parallax-slide:nth-child(5) {
    background-image: none!important;
}

#content_bottom {
    padding-bottom: 0;
}

@media (max-width: 990px) {
    .parallax-slide {
        background-position: 50% 50% !important;
    }
}

/*medailles*/
table.medailles {
    color: #4b5f6d;
}

/*labels*/
.block-label {
    background: #fff;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
    padding: 25px 15px 5px 15px;
    margin: 15px 0;
    min-height: 465px;
}

.block-label h3 {
    font-family: 'Oswald', sans-serif;
    font-weight: 300;
}

.block-label h3 a {
    color: #4b5f6d;
}

.block-label p {
    font-size: 16px;
    color: #000;
}

.block-label a.btn-default {
    border: none;
    background: transparent;
    color: #fdb657;
    position: relative;
    margin: 0;
}

.block-label a.btn-default:after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -6px;
    width: 13px;
    height: 13px;
}

.style-station .block-label {
    min-height: 485px;
}

.block-label img.img-responsive {
    width: auto;
}

/*block style de station label*/
#content_bottom .wrapper-label .col-sm-12  h2 {
    font-weight: 300;
    font-size: 40px;
    margin-top: 40px;
    margin-bottom: 20px;
}

/*page fermeture station*/
#block-fm-resa-fermetures table,
#block-fm-resa-ouvertures table {
    font-size: 16px;
}

#block-fm-resa-fermetures table th,
#block-fm-resa-ouvertures table th {
    font-weight: 600;
}

#block-fm-resa-fermetures table thead a,
#block-fm-resa-ouvertures table thead a {
    color: #4b5f6d;
}

#block-fm-resa-fermetures table thead a img,
#block-fm-resa-ouvertures table thead a img {
    float: right;
    margin-top: 3px;
}

.table>thead>tr>td.active,
.table>tbody>tr>td.active,
.table>tfoot>tr>td.active,
.table>thead>tr>th.active,
.table>tbody>tr>th.active,
.table>tfoot>tr>th.active,
.table>thead>tr.active>td,
.table>tbody>tr.active>td,
.table>tfoot>tr.active>td,
.table>thead>tr.active>th,
.table>tbody>tr.active>th,
.table>tfoot>tr.active>th {
    background: transparent;
}

#block-fm-resa-fermetures .sticky-header th,
#block-fm-resa-ouvertures .sticky-header th {
    padding: 12px;
    border: 1px solid #ddd;
}

@media(max-width: 767px) {
    .parallax-slide h2 {
        font-size: 35px !important;
    }
}

/*------------------------------*/
/* PAGE RECHERCHE RESULATS */
/*------------------------------*/
.apachesolr_search-results .search-results-wrapper li {
    list-style: none;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #ddd;
}

.apachesolr_search-results .search-results-wrapper li h3 {
    font-family: 'Oswald', sans-serif;
    margin-bottom: 20px;
    margin-bottom: 10px;
}

.apachesolr_search-results .search-results-wrapper li h3 a {
    color: #465a63;
}

.apachesolr_search-results .search-results-wrapper .label-primary {
    background: #0092d6;
}

form#search-form label {
    font-weight: normal;
    margin-right: 20px;
}

form#search-form button.btn.btn-primary {
    background: #263238;
    border: 2px solid #263238;
    margin-left: 20px;
}

.apachesolr_search-results .search-results-wrapper .label-primary {
    background: #0092d6;
    font-size: 14px;
}

@media(min-width: 768px) {
    form#search-form {
        position: absolute;
        top: -100px;
        right: 0;
    }

}

/*------------------------------*/
/*BLOCKS*/
/*------------------------------*/

/*----------*/
/*BLOCK FM GENERAL*/
/*----------*/

.block-fm figure {
    position: relative;
    padding-top: 15px;
    padding-bottom: 15px;
}

.block-fm figure figcaption {
    position: absolute;
    top:0;
    left:0;
    padding: 15px;
    text-align: center;
}

.block-fm figure figcaption h3.title {
    padding: 5px;
}

.block-fm figure figcaption h3.title a {
    display: block;
    color: white;
    text-shadow: 0px 0px 9px #000;
}

.block-fm figure figcaption h3.title a:hover {
    text-decoration: none;
}

.search-results figure .img-container {
    width: 100%;
    height: 255px;
    overflow: hidden;
}
.search-results figure.ads .img-container {
    height: 255px;
}

.search-results figure.ads a {
    color: #465a63;
}

.search-results figure .img-container img {
    width: 100%;
    padding-left: 1px;
}

.search-results figure figcaption {
    position: absolute;
    left:15px;
    padding: 15px;
    background-color: white;
    bottom: 15px;
    top: inherit;
    width: 100%
}
.search-results figure figcaption h2.title {
    padding: 5px;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 0px;
    margin-top: 0;
    position: relative;
}

.search-results figure figcaption h2.title a {
    display: block;
    color: #465a63;
}

.search-results figure figcaption .hover-only > a.btn{
    border-top: 1px solid #eee;
    width: 100%;
    padding: 9px 0 0;
    margin: 0;
}

.search-results figure figcaption .hover-only > a.btn:after{
    display: none;
}

.search-results figure figcaption .hover-only .summary-resort > p{
    font-size: 15px;
    margin: 30px 0 0;
    color: black;
}
.search-results figure figcaption .hover-only .summary-resort .summary-slopes ul li{
    margin: 0 0 15px;
    padding: 0;
    border: none;
    float: none;
    display: inline-block;
    color: black;
    font-size: 16px;
}
.search-results figure figcaption .hover-only .summary-resort .summary-slopes ul li:before{
    content: '';
    background: #9CCB6C;
    width: 15px;
    height: 15px;
    border-radius: 100px;
    display: inline-block;
    vertical-align: middle;
    margin: -2px 6px 0 10px;
}
.search-results figure figcaption .hover-only .summary-resort .summary-slopes ul li.bleu:before{background: #009BD9;}
.search-results figure figcaption .hover-only .summary-resort .summary-slopes ul li.vert:before{background: #9CCB6C;}
.search-results figure figcaption .hover-only .summary-resort .summary-slopes ul li.rouge:before{background: #E94164;}
.search-results figure figcaption .hover-only .summary-resort .summary-slopes ul li.noir:before{background: #000000;}

.search-results figure figcaption .hover-only .summary-resort .summary-links ul li{
    border: none;
    margin: 0 1% 15px;
    padding: 0;
    float: none;
    display: inline-block;
    width: 48%;
}
.search-results figure figcaption .hover-only .summary-resort .summary-links ul li a{
    margin: 0;
    padding: 8px 15px;
    border-radius: 3px;
    border: none;
    background: #FDB555;
    color: white;
    font-size: 15px;
    line-height: 22px;
}
.search-results figure figcaption .hover-only .summary-resort .summary-links ul li a:not(.tracking-station-web):after{
    display: none;
}
.search-results figure figcaption .hover-only .summary-resort .summary-links ul li a.tracking-station-web{
    background: #263137;
}
.search-results figure figcaption .hover-only .summary-resort .summary-links ul li a.tracking-station-web:after{
    content: '';
    width: 12px;
    height: 12px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 0 5px;
}
.search-results figure {
    position: relative;
    padding-top: 15px;
    padding-bottom: 15px;

}

.search-results figure .block-station,
.search-results figure .block-node {
    overflow: hidden;
    position: relative;
    box-shadow: 0 0 50px rgba(0,0,0,0.05);
    background: #fff;
}

.search-results figure .block-station:hover,
.search-results figure .block-station:focus,
.search-results figure .block-station:active,
.search-results figure .block-node:hover,
.search-results figure .block-node:focus,
.search-results figure .block-node:active,
.search-results figure.hover_activated .block-station {
    box-shadow: 0 0 50px rgba(0,0,0,0.10);
}

/*------------*/
/* LISTING  AGENDA */
/*------------*/
figure.node-event figcaption h3 {
    color: #546a79;
    font-size: 20px;
    margin: 0;
}

figure.node-event figcaption h2 {
    font-family: 'Source Sans Pro', sans-serif;
}

/*------------*/
/* DETAIL AGENDA / SEJOUR BON PLAN*/
/*------------*/
article.node-event .summary,
article.node-sejour .summary {
    font-weight: normal;
    margin-bottom: 30px;
}

article.node-sejour .detail-sejour a.btn-primary,
article.node-sejour .detail-sejour a.btn-info,
article.node-event .detail-event a.btn-primary,
article.node-event .detail-event a.btn-info {
    margin-right: 20px;
    margin-bottom: 30px;
}

article.node-event .image-event,
article.node-sejour .image-sejour {
    padding-top: 50px;
}

article.node-event .list-group-item.renseignement address,
article.node-event .list-group-item.contact address,
article.node-sejour .list-group-item.renseignement address,
article.node-sejour .list-group-item.contact address {
    margin-bottom: 0;
}

article.node-event .list-group-item.renseignement address>p,
article.node-sejour .list-group-item.renseignement address>p {
    border: none;
    padding: 0;
}

article.node-event .list-group-item.renseignement a.btn-primary,
article.node-event .list-group-item.contact a.btn-primary,
article.node-sejour .list-group-item.renseignement a.btn-primary,
article.node-sejour .list-group-item.contact a.btn-primary  {
    margin-top: 20px;
    margin-bottom: 10px;
    background: transparent;
    color: #465a63;
}

article.node-event .list-group-item.renseignement a.btn-primary:hover,
article.node-event .list-group-item.contact a.btn-primary:hover,
article.node-sejour .list-group-item.renseignement a.btn-primary:hover,
article.node-sejour .list-group-item.contact a.btn-primary:hover {
    background: #465a63;
    color: #fff;
}

article.node-event .list-group-item p,
article.node-sejour .list-group-item p {
    font-weight: normal;
    line-height: 1.6;
    margin-bottom: 0;
}

article.node-sejour p.price span {
    background: #ed7161;
    border-radius: 3px;
    padding: 2px 10px;
    color: #fff;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
    font-size: 16px;
}

body.node-type-sejour #header-title h1 {margin-top: 10px;}
body.node-type-sejour #header-title h3 {margin-top: 40px;}


figure.sejour figcaption p,
figure.sejour figcaption p a {
    color: #91a4ad;
    font-style: italic;
    font-size: 16px;
    line-height: 1.2;
    margin-bottom: 20px;
    margin-top: 10px;
}

figure.sejour figcaption h2.title {
    color: #465a63;
    font-size: 20px;
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 20px;
}

figure.sejour figcaption a.more {
    color: #9dcb6b;
    font-size: 16px;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
    float: left;
    margin-bottom: 10px;
}

figure.sejour figcaption a.more:after {
    content: "";
    float: right;
    margin-left: 10px;
    width: 15px;
    height: 20px;
}

figure.sejour .img-container img {
    max-width: inherit;
    width: inherit;
}

figure.sejour .img-container {
    height: 413px !important;
}

figure.sejour figcaption {
    width: 255px;
    text-align: left;
}

/*----------*/
/*COMMENTAIRES*/
/*----------*/

#comments-webzine,
#comments-station {
    background: #9dcb6b;
    border-radius: 4px;
    padding: 10px 20px;
    color: #fff;
    margin: 30px 0;
    font-family: 'Oswald', sans-serif;
    font-size: 16px;
    text-transform: uppercase;
}

#comments-webzine .row .text-center:first-child,
#comments-station.row .avis {
    border-right: 1px solid #BBDB98;
    padding-right: 70px;
}

#comments-webzine .text-center,
#comments-station .text-right,
#comments-station .text-center {
    text-align: left;
    padding-top: 5px;
}

#comments-station .text-right {
    text-align: right;
}

#comments-webzine .avis a.btn,
#comments-webzine .notation a.btn,
#comments-station .avis a.btn,
#comments-station .notation a.btn  {
    color: #fff;
    border: none;
    margin: 0;
    padding: 0px 9px;
    background: #88c057;
    line-height: 1;
    margin-left: 20px;
    margin-top: -5px;

}

#comments-webzine .avis a.btn:hover,
#comments-webzine .notation a.btn:hover,
#comments-station .avis a.btn:hover,
#comments-station .notation a.btn:hover,
#comments-webzine .avis a.btn:focus,
#comments-webzine .notation a.btn:focus,
#comments-station .avis a.btn:focus,
#comments-station .notation a.btn:focus,
#comments-webzine .avis a.btn:active,
#comments-webzine .notation a.btn:active,
#comments-station .avis a.btn:active,
#comments-station .notation a.btn:active {
    background: #71a048;
}

#comments-webzine .avis a.btn span.glyphicon,
#comments-webzine .notation a.btn span.glyphicon,
#comments-station .avis a.btn span.glyphicon,
#comments-station .notation a.btn span.glyphicon {
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 300;
    font-size: 31px;
    top: -1px;
}

div.fivestar-widget {
    margin-top: 1px;
}

div.fivestar-widget-static {
    margin-right: 10px;
}

@media (max-width: 1199px) {
    #comments-webzine .row .text-center:first-child {
        padding-right: 0;
    }

    #comments-webzine .fivestar-average-stars {
        padding-right: 0;
    }
}

@media (max-width: 767px) {
    #comments-station.row .avis {
        border: none;
        padding-right: 0;
    }
}

/*------------*/
/* LISTING  webzine */
/*------------*/

.webzine-article a {
    color: rgb(75, 95, 109);
}

/*----------*/
/* BLOCK RESERVATION HP + PAGE STATION */
/*----------*/
figure.lve figcaption p,
figure.lve figcaption p a {
    color: #91a4ad;
    font-style: italic;
    font-size: 16px;
    line-height: 1.2;
    margin-bottom: 20px;
    margin-top: 10px;
}

figure.lve figcaption h4 {
    color: #465a63;
    font-size: 20px;
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 20px;
}

figure.lve figcaption a.more {
    color: #9dcb6b;
    font-size: 16px;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
    float: left;
    margin-bottom: 10px;
}

figure.lve figcaption a.more:after {
    content: "";
    float: right;
    margin-left: 10px;
    width: 15px;
    height: 25px;
}

body.front .search-results figure.lve .img-container img {
    max-width: inherit;
    width: inherit;
}

figure.lve .img-container {
    height: 360px;
}

body.front figure.lve .img-container {
    height: 413px !important;
}

figure.lve figcaption {
    width: 255px;
    text-align: left;
}

/*----------*/
/* BLOCK COUP DE COEUR HP + PAGE STATION */
/*----------*/

.search-results figure.cdc:hover .hover-only {
    display: block;
}

.search-results figure.cdc figcaption {
    width: 100%;
}

.search-results figure.cdc img {
    /*opacity:1;*/
}

.search-results figure.cdc:hover img {
    /*opacity:0.7;*/
}

.search-results figure.cdc .avatar img {
    border: 4px solid #fff;
}

.search-results figure.cdc .avatar {
    position: absolute;
    width: 80px;
    height:80px;
    margin-left: -30px;
    left: 50%;
    margin-left: -40px;
    top: -40px;
}

.search-results figure.cdc h2.title {
    margin-top: 25px;
}

.search-results figure.cdc .author {
    font-size: 16px;
    margin: 0;
    line-height: 1;
    font-style: italic;
    color: #b0bec5;
}

.search-results figure.cdc .author a {
    color: #546a79;
    font-style: normal;
}

.search-results figure.cdc .img-container {
    height: 255px;
}

/*.search-results figure.cdc .img-container img {
    height: 100%;
    max-width: inherit;
    width: auto;
}*/

/*----------*/
/*BLOCK WEBZINE*/
/*----------*/
figure.webzine-article.col-sm-12 {
    margin-right: 15px;
    margin-left: 15px;
}

figure.webzine-article > .row {
    background-color: #FFF;
}

figure.webzine-article .row .col-md-8 {
    padding-left: 0px;
    overflow: hidden;
    padding-right: 0px;
}

figure.webzine-article .summary {
    font-size: 18px;
}

figure.webzine-article .row .col-md-8 img {
    width: 100%;
}

figure.webzine-article .row .col-md-8.col-md-push-4 {
    padding-right: 0;
}

/*figure.webzine-article .row .col-md-4 {
    padding-left: 0px;
}*/

figure.webzine-article .row .col-md-4.col-md-pull-8 {
    padding-right: 0;
    padding-left: 15px;
}

figure.webzine-article .col-md-8.col-md-push-4 img {
    float: right;
}

figure.webzine-article.col-md-4 > div {
    position: relative;
}

.search-results figure.webzine-article figcaption {
    padding-top: 20px;
    text-align: left;
}

figure.webzine-article p.date {
    color: #91a4ad;
    font-size: 16px;
    font-style: italic;
    margin-top: 20px;
}

figure.webzine-article .label {
    background: transparent;
    color: #91a4ad;
    font-size: 16px;
    font-style: italic;
    font-weight: normal;
    padding: 0;
    position: static;
}

.search-results figure.webzine-article .col-md-4 h2.title a {
    margin: 0;
    padding: 0;
    font-size: 39px;
    color: #263238;
}

.search-results figure.webzine-article h2.title {
    margin: 0;
    padding: 0;
    margin-bottom: 20px;
}

@media (min-width: 768px) and (max-width: 1199px) {
    .search-results figure.webzine-article .col-md-4 h2.title a {
        font-size: 20px;
    }

    .search-results figure.webzine-article h2.title {
        margin-bottom: 10px;
    }
}

/*pub*/
.ads {
    padding-top: 15px;
    padding-bottom: 15px;
}

.ads p {
    margin-bottom: 0;
}

aside .ads {
    margin-top: 20px;
}

.webzine-ads {
    background-color: #CCCCCC;
    margin:10px;
    padding:2px;
    width: 304px;
    margin: 30px auto;
}

.webzine-ads .legend {
    color:#FFF;
    padding: 0.5em;
    font-size: 0.8em;
}


/*------------------------------*/
/*PAGE WEBZINE DETAIL*/
/*------------------------------*/

/*titre webzine + reseau sociaux*/
@media (min-width: 768px) {
    body.node-type-webzine #header-title h1 {
        width: 100%;
    }

    body.node-type-webzine #header-title #share {
        margin-top: 35px;
    }
}


/*sidebar webzine*/
aside section#block-fm-webzine-sidebar {
    padding: 0;
}

#webzine_infos {
    margin-top: 0;
}

#webzine_infos .list-group-item {
    padding-top: 0;
    padding-bottom: 0;
}
#webzine_infos .list-group-item h4 {
    color: #465a63;
    background: transparent;
    font-size: 20px;
    text-transform: uppercase;
    padding: 0;
    font-family: 'Oswald', sans-serif;
    text-align: center;
    display: block;
    letter-spacing: 0px;
    margin-bottom: 30px;
    padding-bottom: 40px;
    border-bottom: 1px solid #eee;
    border-top: 1px solid #eee;
    padding-top: 40px;
}

#webzine_infos .list-group-item p strong {
    font-family: 'Oswald', sans-serif;
    font-weight: normal;
    color: #465a63;
    display: inline-block;
    margin-bottom: 10px;
}

#webzine_infos .list-group-item p {
    border: none;
    margin: 0;
    padding-bottom: 0;
}

#webzine_infos .list-group-item p a {
    font-size: 16px;
    color: #91a4ad;
    font-weight: normal;
    word-break: break-all;
}

#webzine_infos .list-group-item p a:before {
    content: "";
    float: left;
    width: 13px;
    height: 18px;
    margin-right: 10px;
}

#webzine_infos .list-group-item-text {
    padding-bottom: 30px;
}

#webzine_infos .list-group-item.tarfis p strong {
    font-weight: 700;
}

#webzine_infos .list-group-item .label {
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
    background: #fdb657;
    font-weight: normal;
    margin-right: 10px;
    margin-bottom: 5px;
    padding: 5px 12px;
    display: inline-block;
    font-size: 14px;
    text-align: left;
    white-space: inherit;

}

#webzine_infos .list-group-item.infos {
    padding-top: 50px;
}

#webzine_infos:before {
    content: "";
    position: absolute;
    top: -35px;
    left: 50%;
    margin-left: -35px;
    width: 70px;
    height: 70px;
    background-color: #FDB657;
    border-radius: 100%;
    z-index: 999;
}

#webzine_infos .list-group-item p {
    font-size: 16px;
    color: #91a4ad;
    font-weight: normal;
}

#webzine_infos .list-group-item.infos h4 {
    border-top: none;
    margin-top: 0;
    padding-top: 0px;
}

/*content webzine*/
.node-webzine.node-full .summary {
    font-size: 39px;
    font-weight: 300;
    font-family: 'Oswald', sans-serif;
    line-height: 46px;
}

.node-webzine.node-full .summary strong {
    font-weight: 300;
}
.node-webzine>div>div.row {
    position: relative;
}
.node-webzine>div>div>div>p:first-child {
    color: #cfd8dc;
    font-size: 16px;
    font-family: 'Oswald', sans-serif;
    text-align: center;
    padding-top: 40px;
}

.node-webzine>div>div>div>p .year {
    display: block;
    clear: both;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #cfd8dc;
}

.node-webzine>div>div>div>p .date,
.node-webzine>div>div>div>p .tag {
    position: relative;
}

.node-webzine>div>div>div>p .tag {
    margin-top: 45px;
    display: block;
}

.node-webzine>div>div>div>p .date:before,
.node-webzine>div>div>div>p .tag:before {
    content: "";
    position: absolute;
    height: 25px;
    width: 25px;
    top: -30px;
    left: 50%;
    margin-left: -12.5px;
}

.node-webzine>div>div>div>p:first-child span.label {
    background: none;
    color: #cfd8dc;
    font-size: 16px;
    text-transform: uppercase;
    margin-right: 0;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #cfd8dc;
    display: block;
}

@media (min-width: 992px) {
    .node-webzine.node-full .summary
    {
        padding-left: 100px;
        padding-right: 100px;
    }

    .node-webzine>div>div>div>p:first-child {
        position: absolute;
        left:-10px;
        width: 100px;
    }

}
@media(max-width: 767px){
    .node-webzine.node-full .summary {
        font-size: 25px;
        line-height: 36px;
    }
}

.entity-paragraphs-item.paragraphs-item-texte,
.entity-paragraphs-item.paragraphs-item-image-gauche,
.entity-paragraphs-item.paragraphs-item-image-droite { padding: 15px 15px;}

.entity-paragraphs-item.paragraphs-item-texte .picture,
.entity-paragraphs-item.paragraphs-item-image-gauche .picture,
.entity-paragraphs-item.paragraphs-item-image-droite .picture { margin-bottom: 15px;}

.entity-paragraphs-item.citation {
    background-color: #222f35;
    padding-top: 50px;
    padding-bottom: 50px;
    color: #FFFFFF;
}
.entity-paragraphs-item.citation blockquote {
    font-size: 42px;
    line-height: 52px;
    font-family: 'Oswald', sans-serif;
    font-style: italic;
    color: white;
    border-left: none;
}

.entity-paragraphs-item.citation blockquote:before {
    color: #FFFFFF;
    content: '\201C';
    font-size: 80px;
    position: absolute;
    left: 0;
    top:-10px;
}
.entity-paragraphs-item.citation blockquote p {
    display: inline;
}
@media(max-width: 767px){
    .entity-paragraphs-item.citation blockquote{
        font-size: 28px;
        line-height: 42px;
    }
}

/*bottom ces articles pourraient agelement vous plaire */
figure.webzine:hover .hover-only {
    display: block;
}

figure.webzine figcaption {
    width: 100%;
}

figure.webzine img {
    /*opacity:1;*/
}

figure.webzine:hover img {
    /* opacity:0.7;*/
}

#content_bottom #block-fm-webzine-also h2.block-title {
    text-align: center;
    font-weight: bold;
}

#content_bottom #block-fm-webzine-also h3 {
    padding: 0;
}

#content_bottom #block-fm-webzine-also h3 a {
    display: block;
    color: #465a63;
    font-family: 'Oswald', sans-serif;
    font-size: 20px;
}

#content .reservation {
    background-color: white;
    padding: 20px 15px 0px 15px;
}

#content .webzine_infos h4,
#content .reservation h4 {
    color: #465a63;
    background: transparent;
    font-size: 20px;
    text-transform: uppercase;
    padding: 0;
    font-family: 'Oswald', sans-serif;
    display: block;
    letter-spacing: 0px;
}
#content .reservation h4 {
    text-align: center;
}

#content .webzine_infos h4 {
    margin-bottom: 30px;
}

#content .reservation img {
    margin: auto;
}

#content .reservation a.btn {
    background: #ed7161;
    border-radius: 3px;
    text-transform: inherit;
    font-family: 'Source Sans Pro',sans-serif;
    border: none;
    width: 100%;
    padding: 10px;
    margin: auto;
    font-size: 13px;
    max-width: 255px;
}

#content .reservation a.btn:hover, #content .reservation a.btn:active, #content .reservation a.btn:focus {
    background: #df5341;
}

#content .webzine_infos {
    position: relative;
    background-color: #fff;
    margin-top: 30px;
    padding: 25px 100px 30px 100px;
}

#content .webzine_infos .title:before {
    content: "";
    position: absolute;
    top: -15px;
    left: -70px;
    width: 70px;
    height: 70px;
    background-color: #FDB657;
    border-radius: 100%;
    z-index: 999;
}

#content .webzine_infos .label {
    text-transform: uppercase;
    font-family: 'Oswald',sans-serif;
    background: #fdb657;
    font-weight: normal;
    margin-right: 10px;
    margin-bottom: 5px;
    padding: 5px 12px;
    display: inline-block;
    font-size: 14px;
    text-align: left;
    white-space: inherit;
}

#content .webzine_infos .column {
    padding: 0 30px;
}
@media(max-width: 767px){
    #content .webzine_infos{
        padding: 30px;
    }
    #content .webzine_infos .title{
        text-align: center;
        width: 100%;
    }
    #content .webzine_infos .title:before{
        left: 50%;
        margin-left: -35px;
    }
    #content .webzine_infos h4{
        margin-top: 70px;
    }
    #content .webzine_infos .infos{
        width: 100%;
    }
}

/*------------------------------*/
/*LISTE MASSIF*/
/*------------------------------*/
@media (max-width: 767px) {
    article#node-838 p img,
    article#node-838 img {
        float: none!important;
    }
}

/*------------------------------*/
/*LISTE STATION  popover*/
/*------------------------------*/

/*.search-results figure.node-station img,
.search-results figure.node-sejour img,
.search-results figure.node-event img,
.search-results figure.rando-simple img,
.search-results figure.node-rando img,
.search-results figure.cdc .img-container img,
.search-results figure.activity img,*/
.search-results figure.webzine-article img,
.search-results figure.lve-listing img,
.search-results figure.node-webzine img {
    -webkit-transition: transform .8s;
    -moz-transition: transform .8s;
    -o-transition: transform .8s;
    -ms-transition: transform .8s;
    transition: transform .8s;
    -webkit-transition-delay: .2s;
    -moz-transition-delay: .2s;
    -o-transition-delay: .2s;
    -ms-transition-delay: .2s;
    transition-delay: .2s;
}

/*.search-results figure.node-station:hover img,
.search-results figure.node-sejour:hover img,
.search-results figure.node-event:hover img,
.search-results figure.rando-simple:hover img,
.search-results figure.node-rando:hover img,
.search-results figure.cdc:hover .img-container img,
.search-results figure.activity:hover img,*/
.search-results figure.webzine-article:hover img,
.search-results figure.lve-listing:hover img,
.search-results figure.node-webzine:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.search-results figure:hover .block-station,
.search-results figure:hover .block-node,
.search-results figure.hover_activated .block-station {
    box-shadow: 0px 0px 15px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 0px 15px rgba(0,0,0,0.1);
    -webkit-box-shadow: 0px 0px 15px rgba(0,0,0,0.1);
}

.search-results figure:hover .hover-only,
.search-results figure.hover_activated .hover-only  {
    /*display: block;*/
}

.search-results .summary {
    color: #91a4ad;
    font-size: 16px;
}

.search-results a.btn.btn-primary {
    border: none;
    background: transparent;
    color: #fdb657;
    position: relative;
    white-space: inherit;
}

.search-results a.btn.btn-primary:after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -6px;
    width: 13px;
    height: 13px;
}

.popover {
    display: none !important;
}

/*.search-results figure .popover {
    margin-top: 0 !important;
    left:0px!important;
    top: 0 !important;
    padding: 0;
    border-radius: 0;
}

.search-results figure .popover .img-responsive {
    opacity: .7;
}

.search-results figure .popover .logo {
    display:none;
}

.search-results figure .popover figcaption {
    background-color: white;
    bottom: 0;
    top: inherit;
    padding: 0 10px 10px 10px;
    width: 100% !important;
    left:0;
 }

.search-results figure .popover div {
    padding:0;
    font-size: 100%;
}

.search-results figure .popover .hover-only {
    display: block;
    margin: 0;
}

.search-results figure .popover .arrow {
    display: none;
}

.search-results figure .popover figcaption .title {
    padding: 0;
    width: 100%;
}

.search-results figure .popover figcaption .title a {
    color:#333;
}

.search-results figure .popover figcaption .summary {
    font-size: 80%;
}*/


/*------------------------------*/
/* LISTING RECHERCHE */
/*------------------------------*/

.search-results figure .logo {
    position: absolute;
    bottom:15px;
    right:15px;
}

.search-results figure .btn {
    margin: 0 0 0 -1.25em;
}

.search-results figure .hover-only {
    /*display: none;*/
    display: block;
    opacity : 0;
}

/*----------*/
/* MAP */
/*----------*/
#node_map {
    width: 100%;
    height: calc(100vh - 185px);
}
#node_map > div {}
#node_map_static {
    position: relative;
    text-align: center;
    margin-top : 50px;
}
#search_map {
    width: 848px;
    height: 600px;
}

#node_map_static:before{
    content: "";
    position: absolute;
    top: -35px;
    left: 50%;
    margin-left: -35px;
    width: 70px;
    height: 70px;
    border-radius: 100%;
    background-color: #9dcb6b;
    z-index: 99;
}

/*------------------------------*/
/* FORMULAIRE */
/*------------------------------*/

button.btn-default {
    border-radius: 3px !important;
    background: #009EDA;
    color: #fff;
    border: none;
    padding-left: 20px;
    padding-right: 20px;
}
form .form-control {
    border-radius: 0;
    border: none;
    box-shadow: none;
}
.form-item {
    margin-bottom: 1em;
}
.form-item .error {
    background-color: #f2dede;
    border-color: #ebccd1;
    color: #a94442;
}
.form-item .label-error {
    color: #a94442;
}

.title_form {width: 50%;}

select {
    border: none;
}

/*formaulaire newsletter*/
#fm-contact-newsletter-form ul.social-full {
    padding: 20px 0 0 0;
}

#fm-contact-newsletter-form .form-control {
    border: 1px solid #DDD;
}

#fm-contact-newsletter-form .form-item {
    display: block;
    float: left;
    width: 100%;
}

#fm-contact-newsletter-form .panel {
    margin: 0;
}

#fm-contact-newsletter-form .panel-default>.panel-heading {
    padding: 0;
}
#fm-contact-newsletter-form button.btn-default {
    background: #ed7161;
    color: #fff;
    font-family: 'Source Sans Pro', sans-serif;
    text-transform: inherit;
    font-size: 24px;
    padding: 10px;
}

#fm-contact-newsletter-form .col-sm-12 {
    margin-bottom: 2em;
}

ul.checked li {
    width: 48%;
    display: inline-block;
    padding: 0 40px 20px 0;
    vertical-align: top;
    position: relative;
}

ul.checked li:before {
    content: "\e067";
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    color:#9dcb6b;
    position: absolute;
    top: 5px;
    margin-left: -30px;
    font-size: 1.3em;
}

form .panel-default>.panel-heading {
    background: transparent;
    border: none;
    padding: 20px 0 0 0;
}

form .panel-default>.panel-heading .panel-title {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 20px;
    color: #465a63;
}

form .panel-body {
    padding: 0;
}

form fieldset.panel {
    background: none;
    border: none;
    border-radius: 0;
    box-shadow: none;
}

.radio+.radio, .checkbox+.checkbox {
    margin-top: 10px;
}

.radio input[type=radio], .radio-inline input[type=radio], .checkbox input[type=checkbox], .checkbox-inline input[type=checkbox] {
    margin-left: 0;
    margin-top: 10px;
}

form #edit-civilite,
form #edit-general {
    float: left;
    width: 100%;
}

form .form-type-radio,
form  .form-type-checkbox {
    width: auto;
    margin-right: 40px;
    /*float: left;*/
}

form.contact-form button.form-submit {
    clear: both;
    display: block;
}

/*formulaire aside */
aside select.form-control,
aside .form-type-date-popup input,
.block-fm-resa fieldset select,
.moteur select  {
    background: #e7ebed;
    border: none;
    border-radius: 3px;
    color: #465a63;
    font-weight: 600;
    padding: 10px;
    height: auto;
}

aside .form-type-date-popup {
    width: 50%;
    margin-bottom: 0;
    float: left;
}

aside form #edit-to {
    padding-left: 7.5px;
}

aside form #edit-from {
    padding-right: 7.5px;
}

aside .btn-primary {
    background: #ed7161;
    border-radius: 3px;
    text-transform: inherit;
    font-family: 'Source Sans Pro', sans-serif;
    border: none;
    width: 100%;
    padding: 10px;
    margin-top: 0;
}

aside .btn-primary:hover,
aside .btn-primary:active,
aside .btn-primary:focus {
    background: #df5341;
}

/*datepicker*/
#ui-datepicker-div {
    font-size: 70%;
    border: 1px solid #ccc;
    background: #fff;
    font-family: arial, sans-serif !important;
}

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
    padding: 4px;
    background: #eee;
    font-family: arial, sans-serif;
}

.resa-bottom {
    background-color: #54666f;
    padding-bottom: 50px;
}

/*------------------------------*/
/* MASSIF */
/*------------------------------*/

/*header*/
#header-content.white {
    background: url(../img/header-massif.jpg) center center no-repeat;
    background-size: cover;
}

#header-content .image {
    padding-right: 0;
    background-repeat: no-repeat;
    background-size : cover;
}

#header-content .text.col-sm-6:before {
    content : " ";
    background-color: #FFF;
    height: 100%;
    display: block;
    position: absolute;
    left: -15px;
    top: 0;
    width: 30px;
    transform: rotate(2deg);
}

#header-content .margin {
    margin-top: 50px;
    margin-bottom: 50px;
}

#header-content .summary {
    padding: 30px 30px 30px 20px;
}

/*switch map / carte */
div[role=tabpanel]>.col-sm-12>.title_form {
    display: none;
}

.navbar-right.nav-pills {
    margin-right: 0;
    border: 2px solid #CFD8DC;
    border-radius: 3px;
    margin-bottom: 20px;
}

.nav-pills>li+li {
    padding-left: 2px;
    margin-left: 0;
}

.nav-pills>li>a {
    border-radius: 1px;
    padding: 4px 25px;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 700;
    color: #CFD8DC;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    text-align: center;
}

.nav-pills>li.active>a,
.nav-pills>li.active>a:hover,
.nav-pills>li.active>a:focus {
    background: #CFD8DC;
    color: #fff;
}

.nav-pills>li>a:hover,
.nav-pills>li>a:focus {
    color: #fff;
    background: #CFD8DC;
}

@media (max-width: 767px) {
    .nav-pills>li {
        width: 50%;
    }
}

/*recherche*/

.apachesolr_search-results button.btn {
    margin: 0;
    margin-left: 20px !important;
    padding: 8px 20px;
}


/*article station*/
.search-results figure.node-station.node-teaser .dep_alt,
.search-results figure.node-webzine.webzine .dep_alt,
.search-results figure.node-station.webcams .nb-webcam,
.search-results figure.node-sejour .dep_alt {
    position: absolute;
    top: 10px;
    left: 15px;
}

.search-results figure.node-station.node-teaser .dep_alt span,
.search-results figure.node-webzine.webzine .dep_alt span,
.search-results figure.node-station.webcams .nb-webcam span,
.search-results figure.node-sejour .dep_alt span {
    text-transform: uppercase;
    background: #465a63;
    border-radius: 0px;
    font-size: 12px;
    padding: .2em .6em .2em;
    font-weight: 400;
    position: static;
}

/*webcam*/
.search-results figure.node-station.webcams .nb-webcam span {
    background: #fdb657
}



.search-results figure figcaption {
    position: absolute;
    left:0px;
    padding: 15px;
    background-color: white;
    bottom: 0px;
    top: inherit;
    width: 100%
}
.search-results figure.webzine-article figcaption {
    position: relative;
    left: inherit;
    top: inherit;
    bottom: inherit;
}

.search-results figure figcaption h2.title a {
    display: block;
    color: #465a63;
}

.search-results figure:not(.col-sm-12) figcaption:before {
    content:" ";
    background-color: #FFF;
    height: 26px;
    display: block;
    position: absolute;
    left: 0;
    top: -14px;
    width: 130%;
    transform: rotate(-2deg);
}

body.node-type-station .search-results figure:not(.col-sm-12).node-activity figcaption:before {
    background-color: #fff;
}

.search-results figure.node-activity .block-node {
    min-height: 285px;
}

.search-results figure.node-activity .block-node .img-responsive {
    width: 100%;
}

.search-results figure.col-sm-8 figcaption:before {
    height: 28px;
    top: -18px;
}

/*------------------------------------*/
/* STATIONS */
/*------------------------------------*/

/*----------*/
/*HEADER*/
/*----------*/
#station-header {
    padding: 40px 0;
    background-size: cover !important;
}

/*carousel / photo*/
#station-header .photos {
    padding: 0;
    background: #263238
}

#station-header .photos.non-anmsm {
    background: #fff;
}

#station-header .photos .carousel.slide.controls {
    padding: 15px;
}

#station-header .glyphicon-chevron-right:before,
#station-header .glyphicon-chevron-left:before {
    width: 42px;
    height: 36px;
    opacity: 1;
}

#station-header .glyphicon-chevron-right {
    margin-right: 10px;
    top: 50%
}

#station-header .glyphicon-chevron-left {
    margin-left: 0;
    top: 50%;
}

#station-header .carousel-control {
    opacity: 1;
    top: 0;
}

#station-header .photos .carousel .col-sm-4 {
    padding-left: 7.5px;
    padding-right: 7.5px;
}

#station-header  .carousel-inner .item .row {
    padding-left: 60px;
    padding-right: 60px;
}

#station-header  .carousel-inner .item .video-inner {
    width: 140px;
    height: 80px;
    background-color: #91a4ad;
    text-align: center;
    padding: 15px;
    font-size: 40px;
    color: white;
}

#station-header .carousel-inner .item .video, #station-header .carousel-inner .item .photo {
    cursor: pointer;
}

#station-header .carousel-inner .item .video:hover, #station-header .carousel-inner .item .photo:hover,
#station-header .carousel-inner .item .video.active, #station-header .carousel-inner .item .photo.active {
    opacity:0.5;
}

/*info ot*/
#station-header .infos-ot {
    background: #fff;
    padding-left: 40px;
    padding-top: 20px;
}

#station-header .infos-ot>.row:first-child {
    margin-bottom: 15px;
}

#station-header .infos-ot h2 {
    text-transform: uppercase;
    font-size: 20px;
    font-weight: bold;
}

#station-header .infos-ot address p {
    color: #91a4ad;
    font-weight: 600;
    font-size: 18px;
    line-height: 1;
    min-height: 75px;
}

#station-header .infos-ot address p ~ div {
    height: 60px;
}

#station-header .infos-ot address s strong {
    font-weight: 600;
}

#station-header .infos-ot address {
    color: #91a4ad;
    font-size: 16px;
    margin-bottom: 0;
}

#station-header abbr {
    color: #fff;
    background: #91a4ad;
    font-weight: bold;
    text-transform: uppercase;
    padding: 3px 6px;
    font-size: 10px;
    border-bottom: 0;
    margin-right: 10px;
    line-height: 3;
}

#station-header a.btn {
    border-color: #9dcb6b;
    background: none;
    color: #9dcb6b;
}

#station-header a.btn:hover,
#station-header a.btn:focus,
#station-header a.btn:active {
    background: #9dcb6b;
    color: #fff;
}

/*si pas de photo ou non-anmsm*/

#station-header #node_map {
    height: 460px;
}

#station-header .non-anmsm ~ .infos-ot .col-sm-6 p {
    min-height: inherit;
}

/*notation*/
.fivestar-average-stars {
    padding-right:10px;
    float: left;
    margin-top: 5px;
}

#station-header div.fivestar-widget {
    margin-top: 5px;
}

div.fivestar-widget .cancel,
div.fivestar-widget .star,
div.fivestar-widget-static .star {
    width: 20px;
    height: 20px;
    margin-right: 8px;
}

div.fivestar-widget div.on a {
    background-position: 0 -20px;
}

div.fivestar-widget div.hover a,
div.fivestar-widget-static .star span.on {
    background-position: 0 -40px;
}

.fivestar-widget p.pull-left a,
.avis a {
    text-transform: uppercase;
    color: #263238;
    font-weight: bold;
    font-size: 16px;
}

#station-header .avis a:before {
    content: "";
    float: left;
    margin-right: 10px;
    height: 32px;
    width: 23px;
}

/*label*/
#station-header .label {
    padding: 0px 2px;
    float: left;
}

/*telechargement app*/
#station-header .app {
    font-size: 16px;
    font-style: italic;
    border-top: 1px solid #ccc;
    padding-top: 15px;
    padding-bottom: 15px;
}
#station-header a.iphone,
#station-header a.android {
    background-color: transparent;
    width: 30px;
    height: 30px;
    text-indent: -9999px;
    margin-top: 0px;
    margin-right: 0;
    border: none;
    background-repeat: no-repeat !important;
    background-position: center center !important;;
}
#station-header a.iphone:hover,
#station-header a.android:hover,
#station-header a.iphone:focus,
#station-header a.android:focus{
    background-color: transparent;
    border: none;
}

@media (min-width: 768px) and (max-width: 991px) {
    #station-header .infos-ot {
        padding: 40px 40px 0 40px;
    }
    #fm-contact-newsletter-form ul.social-full li a {
        width: 20px !important;
        height: 20px !important;
        margin: 0 10px 20px 10px !important;
    }
}

@media (max-width: 767px) {
    #station-header .infos-ot {
        padding-left: 15px;
    }

    #station-header .infos-ot address p {
        min-height: inherit;
    }
    #station-header .infos-ot #mb_select_deploy{
        background: #FAFAFA;
        padding: 7.5px;
        margin: 20px -15px 0;
        width: calc(100% + 30px);
        border-top: 1px solid #e6e6e6;
    }
    #station-header .infos-ot #mb_select_deploy li{
        width: 50%;
        height: 70px;
        line-height: 70px;
        padding: 0 7.5px;
        margin: 7.5px 0;
    }
    #station-header .infos-ot #mb_select_deploy li a{
        padding: 15px 20px 0;
        color: #4b5f6d;
        background: white;
        border: 1px solid #e6e6e6;
        border-radius: 5px;
        height: 100%;
    }
    #station-header .infos-ot #mb_select_deploy li a:before{
        content: '';
        width: 20px;
        height: 20px;
        position: absolute;
        top: 12px;
        left: 50%;
        transform: translateX(-50%);
    }
    #station-header .infos-ot #mb_select_deploy li.active a{
        background-color: #4b5f6d;
        color: white;
    }
    #station-header {
        padding: 0;
    }

    #station-header .avis.col-sm-6 {
        float: right;
    }

    #station-header .infos-ot .styles-station .pull-right {
        float: none !important;
        text-align: center;
    }

    ul.checked li {
        width: 100%;
    }

    #fm-contact-newsletter-form ul.social-full {
        margin-bottom: 2em;
    }

    #fm-contact-newsletter-form .nav-justified>li {
        width: 1%;
        display: table-cell;
        text-align: center;
    }

    #fm-contact-newsletter-form ul.social-full li a {
        margin: 0 auto 20px auto !important;
    }

    #station-header a.btn  {
        padding: 8px 15px;
        border-radius: 3px;
        border: none;
        color: white;
    }
    #station-header a.btn.btn-primary  {
        background: #263137;
        font-size: 15px;
        font-weight: 700;
        width: calc(100% + 7.5px);
    }
    #station-header a.btn.btn-primary:after{
        content: '';
        width: 12px;
        height: 12px;
        display: inline-block;
        vertical-align: middle;
        margin: -3px 0 0 8px;
    }
    #station-header a.btn.btn-default  {
        background: #FDB555;
        font-size: 15px;
        font-weight: 700;
        width: calc(100% + 7.5px);
        margin-left: -7.5px;
    }
}

/*----------------------*/
/*SIDEBAR INFO STATION */
/*----------------------*/

.list-group {
    margin-bottom: 0;
    margin-top: 30px;
}

/*.list-group:before {
    content: "";
    width: 0;
    height: 0;
    border-bottom: 15px solid #fff;
    border-right: 360px solid transparent;
    position: absolute;
    top: 15px;
    left: 15px;
    right: 0;
}*/

.list-group-item {
    border: none;
    margin: 0;
    border-radius:0 !important;
    padding: 10px 20px;
}

.list-group-item.altitude:before,
.list-group-item.domaine:before,
.list-group-item.ouverture:before,
.list-group-item.ouverture-ete:before,
.list-group-item.domaine-relie:before,
.list-group-item.ouverture-partielle:before {
    content: "";
    float: left;
    margin-right: 10px;
    width: 50px;
    height: 60px;
}

.list-group-item.ouverture-partielle a.info {
    color: #617d8a;
}

.list-group-item.etat {
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
    font-weight: bold;
    padding-top: 70px;
}

.list-group-item.etat:before {
    content: "";
    position: absolute;
    top: -35px;
    left: 50%;
    margin-left: -35px;
    width: 70px;
    height: 70px;
    border-radius: 100%;
    background-color: #84d4f8;
}

.list-group-item.etat p {
    position: relative;
    padding-bottom: 40px;
    font-size: 20px;
}

.list-group-item.etat p.ouvert:before {
    content: "";
    position: absolute;
    width: 16px;
    height: 16px;
    left: 50%;
    margin-left: -130px;
    top: 5px;
    background: #9dcb6b;
    border-radius: 100%;
}

.list-group-item h4 {
    font-size: 12px;
    color: #fff;
    background: #617d8a;
    padding: 4px 7px;
    text-transform: uppercase;
    border-radius: 3px;
    display: inline-block;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: bold;
    letter-spacing: 1px;
    margin-bottom: 5px;
}

.list-group-item p {
    font-size: 16px;
    color:  #617d8a;
    font-weight: 600;
    padding-bottom: 20px;
    border-bottom: 1px solid #eee;
}

.list-group-item.domaine p {
    border-bottom: 0;
}

.list-group-item ul,
ul.pistes {
    list-style: none;
    padding-left: 20px;
}

.list-group-item ul {
    padding-left: 80px;
}

.list-group-item ul li,
ul.pistes li {
    position: relative;
    line-height: 2;
    font-size: 16px;
    color: #617d8a;
}

.list-group-item ul li:before,
ul.pistes li:before {
    content: "";
    width: 8px;
    height: 8px;
    position: absolute;
    left: -20px;
    top:50%;
    margin-top: -4px;
    border-radius: 100%;
}

ul li.vert:before {
    background-color: #9dcb6b;
}

ul li.rouge:before {
    background-color: #e94164;
}

ul li.bleu:before {
    background-color: #009bda;
}

ul li.noir:before {
    background-color: #000000;
}

.list-group-item.date_maj_anmsm .list-group-item-text div:first-child {
    padding: 1em;
    font-size: 0.8em;
    font-style: italic;
}

.date_maj_dsf {max-width: 350px; margin: auto;}
.date_maj_dsf .col-xs-8 {
    padding: 1em;
    font-size: 0.8em;
    font-style: italic;
}

/*plan des pistes*/
#station_infos ~ .text-center figcaption {
    background: #617d8a;
    padding: 15px 0;
}

#station_infos ~ .text-center figcaption a,
#station_infos ~ .text-center>a.btn {
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    position: relative;
}

#station_infos ~ .text-center>a.btn {
    border: none;
    margin: 0;
    display: block;
    border-radius: 0;
    background: #617d8a;
    padding: 15px 0;
}

#station_infos ~ .text-center figcaption a:after,
#station_infos ~ .text-center>a.btn:after {
    content: "";
    position: absolute;
    right: -34px;
    top: 50%;
    margin-top: -9px;
    width: 26px;
    height: 26px;
}

#station_infos ~ .text-center>a.btn:after {
    right: inherit;
}

#rando_infos .list-group-item p.strong {
    color: #91a4ad;
    font-weight: 600;
    font-size: 18px;
    line-height: 1;
    margin-top: 15px;
    padding: 0;
    border: none;
    margin-bottom: 15px;
}
#rando_infos .list-group-item p {
    font-weight: normal;
    margin-top: 15px;
}
#rando_infos ul.list-info {
    padding-left : 0;
}
#rando_infos ul.list-info li {
    list-style: none;
    font-size: 14px;
    margin-left: 30px;
    position: relative;
    line-height: 22px;
    padding-bottom: 10px;
    color: #91a4ad;
}
#rando_infos ul.list-info li i:before {
    content: "";
    width: 15px;
    height: 20px;
    background-size: 100%;
    background-repeat: no-repeat;
    position: absolute;
    margin: 0;
    top: 4px;
    left: -25px;
}
#rando_infos ul.list-info li i {
    display: inline-block;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    opacity: 0.5;
}
#rando_infos ul.list-info li a {
    color: #91a4ad;
    text-decoration: none;
}
#rando_infos ul.list-info li a:hover {
    color: #91a4ad;
    text-decoration: underline;
}

@media (min-width: 768px) and (max-width: 990px) {
    .list-group-item.altitude:before,
    .list-group-item.domaine:before,
    .list-group-item.ouverture:before,
    .list-group-item.ouverture-ete:before,
    .list-group-item.domaine-relie:before {
        content: none;
    }

    .list-group-item ul {
        padding-left: 20px;
    }

    .list-group-item.etat p.ouvert:before {
        margin-left: -100px;
    }
}
@media(max-width: 767px){
    .list-group-item.etat{
        margin-top: 50px;
    }
}

/*----------*/
/*CONETENT*/
/*----------*/

/*famille plus*/
.node-station .margin.white {
    padding: 20px 20px 30px 20px;
}

.node-station .margin.white h3 {
    color: #465a63;
    font-size: 31px;
    font-family: 'Oswald', sans-serif;
    margin-bottom: 30px;
}

.node-station .margin.white .fpm ul {
    padding-left: 0px;
    padding-right: 30px;
    margin-bottom: 0;
}

.node-station .margin.white .fpm ul li {
    list-style: none;
    color: #617d8a;
    font-size: 20px;
    margin: 5px 0;
}

.node-station .margin.white .fpm ul li:before {
    content: "\203A";
    float: left;
    margin-right: 10px;
}

.node-station .margin.white .fpm a.btn {
    font-size: 16px;
    color: #e47c1c;
    background: transparent;
    border: 2px solid #e47c1c;
    margin-top: 30px;
}

.node-station .margin.white .fpm a.btn:hover,
.node-station .margin.white .fpm a.btn:active,
.node-station .margin.white .fpm a.btn:focus {
    color: #fff;
    background: #e47c1c;;
}

/*evenement*/
.event {
    margin-left: 50px;
    padding-left: 40px;
    border-left: 1px solid #ddd;
    margin-top: 30px;
    margin-bottom: 30px;
}
.event ul {
    padding-left: 5px;
}
.event ul li {
    list-style: none;
}
.event ul li:before {
    content: "\203A";
    float: left;
    margin-right: 10px;
}
.event a {
    color: #465a63;
}

@media (max-width: 767px) {

    .event {
        margin-left: 0;
    }

    .node-station .margin.white .fpm ul {
        padding-right: 0;
    }

    .node-station .margin.white {
        padding: 0 0 20px 0;
        margin: 0;
    }
}


/*----------*/
/*BOTTOM*/
/*----------*/

/*content bottom general*/
#station-menu-data {
    position: relative;
}

#lives,
#domaine,
#reservation,
#avoir,
#commentaires {
    padding-top: 40px;
    padding-bottom: 40px;
}

#content_bottom .white {
    padding: 15px;
}

#content_bottom .col-sm-12>h2 {
    margin-bottom: 40px;
    margin-top: 0;
}

#content_bottom h3:not(.h2) {
    color: white;
    width: 100%;
    text-align: center;
    margin: 0;
    padding: 13px 2px;
    display: block;
}

/*station menu*/
#station-menu ul {
    margin-top: 15px;
    margin-bottom: 15px;
}

#station-menu ul li a {
    background-color: #FFF;
    color: #617d8a;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    padding: 6px 30px;
    border-radius: 4px;
    font-size: 16px;
    font-weight: bold;
}

#station-menu ul li a:hover {
    color: #263238;
}

#station-menu ul li.active a {
    background-color: #0092d6;
    color:white;
}

@media (min-width: 990px) and (max-width: 1199px) {
    #station-menu ul li a {
        padding: 6px 25px;
    }
}

/*webzine menu*/
#block-fm-webzine-menu {padding-bottom: 0;}
#webzine-menu {
    background-color: #fafafa !important;
}
#webzine-menu.affix {
    background-color: #0191D7 !important;
}
#webzine-menu ul {
    margin-top: 15px;
    margin-bottom: 15px;
}

#webzine-menu ul li a {
    background-color: #fafafa;
    color: #465a63;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    padding: 6px 15px;
    border-radius: 0;
    font-size: 14px;
    font-weight: bold;
}
#webzine-menu.affix ul li a {
    background-color: #0191D7;
    color: #FFF;
}

#webzine-menu ul li a:hover {
    color: #263238;
}

#webzine-menu ul li.active a {
    background-color: #0092d6;
    color:white;
}

@media (min-width: 990px) and (max-width: 1199px) {
    #webzine-menu ul li a {
        padding: 6px 25px;
    }
}

.webzine_encart .left {
    background-color: #F5F5F5;
    padding: 15px;
    margin-top: 15px;
}

.webzine_encart .left.affix {top:148px; position: fixed !important;}

.webzine_encart .left h2 {font-size: 24px; text-transform: uppercase; color: #fdb657;font-weight: bold;}
.webzine_encart .left h2:after {
    content: "";
    border-bottom: 2px solid #fdb657;
    width: 25px;
    display: block;
    padding: 4px;
    margin-bottom: 20px;
    float: none;
    clear: both;
}

.webzine_encart .left ul li a {
    padding: 5px 0;
    color: #465a63;
    text-transform: capitalize;
    font-weight: bold;
    font-family: 'Oswald', sans-serif;
    font-size: 18px;
}

/*lives*/
#lives {
    background: url(../img/bg-meteo.jpg) center center no-repeat;
    background-size: cover;
    text-align: center;
}
#content_bottom #lives .white {
    padding: 0;
}
#lives .block-lives {
    height: 280px;
    padding: 20px;
    background: #fafafa;
}
#lives .block-lives small {
    font-size: 75%;
}
#lives .webcams .block-lives {
    padding: 0
}
#lives p.btn-lives {
    padding: 20px;
    margin: 0;
}
#lives h3,
#domaine h3 {
    background: #263238;
    color: #fff;
    font-family: 'Oswald', sans-serif;
    font-weight: 300;
}
#lives a.btn {
    background: #eceff1;
    color: #617d8a;
    font-size: 16px;
    border: none;
    margin: 0;
}
#lives a.btn:hover,
#lives a.btn:focus,
#lives a.btn:active {
    background: #263238;
    color: #eceff1;
}
#lives h4,
#domaine h4 {
    font-size: 31px;
    font-weight: bold;
    margin-top: 20px;
}
#lives p,
#domaine p {
    color: #91a4ad;
    text-transform: uppercase;
    font-size: 16px;
}
#lives ul.pistes li {
    text-align: left;
}
#lives ul.pistes {
    margin-left: 20px;
}
#lives .meteo .P1,
#lives .meteo .P2,
#lives .meteo .P3,
#lives .meteo .P4 {
    background: url(../img/meteo/soleil.jpg) no-repeat center center;
    background-size: cover;
}
#lives .meteo .P5,
#lives .meteo .P6,
#lives .meteo .P7,
#lives .meteo .P13,
#lives .meteo .P14,
#lives .meteo .P15,
#lives .meteo .P16,
#lives .meteo .P17 {
    background: url(../img/meteo/thunder.jpg) no-repeat center center;
    background-size: cover;
}
#lives .meteo .P10,
#lives .meteo .P11,
#lives .meteo .P12 {
    background: url(../img/meteo/neige.jpg) no-repeat center center;
    background-size: cover;
}
#lives .meteo .P8,
#lives .meteo .P9 {
    background: url(../img/meteo/pluie.jpg) no-repeat center center;
    background-size: cover;
}
#lives .meteo {
    color: #fff;
}
#lives .meteo  p {
    color: #fff;
}
#lives .meteo p.matin,
#lives .meteo  p.apresmidi {
    font-size: 14px;
    font-weight: bold;
    text-shadow: 0 0 10px rgba(0,0,0,0.5);
}
#lives .meteo p:first-child {
    font-size: 50px;
    font-weight: 700;
}
#lives .picture i.wi {
    color: #fff;
    font-size: 4em;
}
i.wi {
    color: #38474f;
}
#lives .webcams .block-lives {
    background: url(../img/webcam.jpg) center center no-repeat;
    background-size: cover;
}

@media (max-width: 991px) {
    #content_bottom #lives .white {
        margin-bottom: 30px;
    }
}

/*domaines*/
#domaine {
    background-color: #fafafa;
    padding-bottom: 30px;
}

#domaine .alpin,
#domaine .nordic,
#domaine .forfait {
    height: 350px;
}

#domaine h2,
#activites .col-sm-12 .text-center>h2 {
    font-size: 48px;
    font-weight: bold;
    margin-top: 40px;
}

#domaine h3 a {
    color: #fff;
}
#domaine h3 a:after{
    content: '';
    width: 15px;
    height: 15px;
    display: inline-block;
    margin: -3px 0 0 10px;
}

#domaine .forfait h4 {
    color: #ed7161;
}

#domaine .alpin {
    padding-left: 0;
    padding-right: 0;
}

#domaine .alpin .text-center {
    height: 101px;
}

#domaine .alpin .altitudes {
    height: 110px;
    width: 100%;
    margin-bottom: 0;
    position: relative;
}

#domaine .alpin .altitudes:before {
    content: '';
    width: 170px;
    height:70px;
    position: absolute;
    bottom: 0;
    left: 0;
}

#domaine .alpin .altitudes span {
    color: #556e79;
    font-size: 20px;
    font-weight: bold;
    font-family: 'Oswald', sans-serif;
    position: absolute;
    text-transform: none;
}

#domaine .alpin .altitudes span.min {
    top: 60px;
    left: 160px;
    font-size: 16px;
}

#domaine .alpin .altitudes span.max {
    left: 90px;
    top: 10px;
}

#domaine .alpin .pistes {
    background: #f5f7f8;
    padding-left: 40px;
    float: left;
    padding-top: 20px;
    padding-bottom: 20px;
    width: 100%;
}

#domaine .alpin .pistes li {
    float: left;
    width: 50%;
}

#domaine  .green {
    color: #9dcb6b;
    font-family: 'Oswald', sans-serif;
    font-weight: bold;
    text-transform: none;
    margin-top: 20px;
}

@media (min-width: 768px) and (max-width: 991px) {
    #domaine .alpin .pistes li {
        width: 100%;
    }
}

/*reserver*/
#reservation {
    background: url(../img/bg-reservation.jpg) center center no-repeat;
    background-size: cover;
}

#reservation .col-sm-12>h2 {
    font-size: 60px;
    color: #fff;
    font-weight: 600;
}
#reservation .champs_region,
#station-header .champs_region {
    display: none;
}
#reservation .champs_station,
#station-header .champs_station {
    display: none;
}
#reservation .reservation_lien{
    margin-top: 20px;
}
#reservation .reservation_nboffres{
    font-size: 24px;
}

#content_bottom #reservation .champs_region {display: none;}
#content_bottom #reservation .champs_station {display: none;}

/*a voir a faire*/
#avoir {
    background: #eee;
}
#avoir .col-sm-12>h2 {
    font-size: 60px;
    font-weight: bold;
}
#avoir .btn-primary {
    background: #009eda;
    border-color: #009eda;
    font-size: 16px;
    margin-right: 0;
}

#avoir .btn-default,
#activites .btn-primary {
    background: #38474f;
    border-color: #38474f;
    color: #fff;
    font-size: 16px;
    margin-right: 0;
}

#avoir .btn-default:hover,
#avoir .btn-default:focus,
#avoir .btn-default:active {
    background: #2e393f;
    border-color: #2e393f;
}

#avoir .btn-primary:hover,
#avoir .btn-primary:focus,
#avoir .btn-primary:active {
    background: #0491c6;
    border-color: #0491c6;
}

#activites .btn-primary {
    background: #617d8a;
    border-color: #617d8a;
}

#activites .btn-primary:hover,
#activites .btn-primary:focus,
#activites .btn-primary:active {
    background: #556c77;
    border-color: #556c77;
}

#avoir h2.h3 {
    color: #9dcb6b;
    font-size: 48px;
    font-family: 'Oswald', sans-serif;
    margin-top: 40px;
}

#avoir h3.h2 {
    margin-top: 0px;
}

#avoir figure.rando h2 {
    margin-top: 0;
}

#avoir .text-center>.text-center {
    margin-bottom: 30px;
}


/*rando*/

.rando-simpte figcaption p,
.rando figcaption p {
    margin: 0;
}

.rando-simpte .difficulte,
.rando .difficulte {
    text-indent: -9999px;
    width: 57px;
    height: 16px;
    display: block;
    margin: 10px auto 0 auto;
}

.search-results figure.rando .img-container,
.search-results figure.rando-simple .img-container,
.search-results figure.station.webcams .img-container {
    height: 230px !important;
}

.search-results figure.rando .img-container img {
    height: 100%;
    max-width: inherit;
    width: 100%;
    min-height: 181px;
}

.search-results figure.rando figcaption,
.search-results figure.station.webcams figcaption {
    /*width: 255px;*/
}

/*activites*/
#activites .col-sm-12 .text-center>h2 {
    margin-top: 60px;
    margin-bottom: 30px;
}
#activites .col-sm-12 .text-center>h2:before {
    content: "";
    position: absolute;
    top: -35px;
    left: 50%;
    margin-left: -35px;
    width: 70px;
    height: 70px;
    border-radius: 100%;
    background-color: #465a63;
}

#activites figcaption {
    background: #fff;
    padding-bottom: 5px;
}

#activites .search-results ~ .text-center {
    clear: both;
}

.search-results .node-activity figcaption h2.title {
    padding: 0;
    margin-bottom: 20px;
}

.node-activity dd  {
    margin-bottom: 10px;
    color: #617d8a;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
}

.node-activity dd a {
    color: #617d8a;
    font-size: 12px;
    letter-spacing: 0.8px;
}

.node-activity dl {
    margin-bottom: 0;
}

.node-activity dl dt {
    color: #fff;
    background: #617d8a;
    font-size: 12px;
    border-radius: 3px;
    padding: 2px 8px;
    text-transform: uppercase;
    font-weight: normal;
    margin-right: 10px;
}

/* LVE */

.search-results figure.lve-listing .img-container {
    /*height: 168px !important;*/
}

/*--------*/
/*Slider page station mobile*/
/*--------*/
@media (max-width: 767px) {
    #lives,
    #domaine,
    #reservation,
    #avoir,
    #activites {
        padding-bottom: 20px;
    }

    #lives .carousel,
    #domaine .carousel,
    #reservation .carousel,
    #avoir .carousel,
    #activites .carousel {
        padding-bottom: 40px;
    }

    #lives .carousel-indicators,
    #domaine .carousel-indicators,
    #reservation .carousel-indicators,
    #avoir .carousel-indicators,
    #activites .carousel-indicators {
        bottom: -10px;
        margin-left: -35%;
        width: 70%;
    }

    #lives .carousel-indicators li,
    #domaine .carousel-indicators li,
    #reservation .carousel-indicators li,
    #avoir .carousel-indicators li,
    #activites .carousel-indicators li {
        width: 15px;
        height: 15px;
        margin: 0 15px;
        border: 2px solid #fff;
        box-shadow: 0 0 10px rgba(0,0,0,0.05);
    }

    #activites .carousel-indicators li,
    #domaine .carousel-indicators li {
        border-color: #617d8a;
    }

    #activites .carousel-indicators .active,
    #domaine .carousel-indicators .active  {
        background: #617d8a;
    }

    #lives .carousel-indicators .active,
    #domaine .carousel-indicators .active,
    #reservation .carousel-indicators .active,
    #avoir .carousel-indicators .active,
    #activites .carousel-indicators .active {
        width: 17px;
        height: 17px;
        margin: 0 15px;
    }

    #content_bottom #lives .white {
        margin-bottom: 10px;
    }

    #content_bottom #lives .white.webcams img {
        width: auto;
    }

    #avoir .col-sm-12>h2,
    #reservation .col-sm-12>h2 {
        font-size: 48px;
        margin-bottom: 20px;
    }

    #avoir .btn-default,
    #avoir .btn-primary,
    #activites .btn-primary {
        margin-bottom: 0;
        margin-top: 20px;
    }

    #activites .col-sm-12 .text-center>h2:before {
        top: -85px;
    }
    #avoir{
        background: #FAFAFA;
    }
    #avoir .search-results figure {
        margin: 15px;
        width: calc(100% - 30px);
    }
}


/*------------------------------*/
/*NEWSLETTER*/
/*------------------------------*/
#newsletter-form .col-sm-8 {
    padding-left: 0;
}

#newsletter-form p {
    font-size: 0.9em;
    text-align: left;
    padding-top: 0.5em;
}

/*------------------------------*/
/*FORFAIT*/
/*------------------------------*/
.block-fm-forfait .panel-group .panel {
    border: none;
    box-shadow: 0 0 30px rgba(0,0,0,0.05);
    margin-bottom: 10px;
}

.block-fm-forfait .panel-default>.panel-heading {
    padding: 0;
    background: #fff;
}

.block-fm-forfait .panel-default>.panel-heading:hover {
    background: #eee;
}

.block-fm-forfait .panel-group .panel h4 {
    padding: 20px;
    color: #465a63;
    font-weight: bold;
}

.block-fm-forfait .panel-group .panel h4:after {
    content: "";
    float: right;
    height: 15px;
    width: 20px;
}

.block-fm-forfait  table {
    margin-bottom: 0;
}

.block-fm-forfait .panel-collapse {
    padding: 0 15px 15px 15px;
}


/*------------------------------------*/
/* CARTE */
/*------------------------------------*/
.mapboxgl-popup{
    min-width: 250px;
}
#search_map h2.title,
.map-replace-wrapper h2.title {
    font-size: 25px;
}

#search_map h2.title a,
.map-replace-wrapper h2.title a {
    color: #465a63;
    font-weight: bold;
}

#search_map .dep_alt,
.map-replace-wrapper .dep_alt  {
    margin-top: 10px;
}

#search_map .dep_alt span,
.map-replace-wrapper .dep_alt span {
    text-transform: uppercase;
    background: #465a63;
    border-radius: 0px;
    font-size: 12px;
    padding: .2em .6em .2em;
    font-weight: 400;
}

#search_map a.btn-primary,
.map-replace-wrapper a.btn-primary {
    border: none;
    background: transparent;
    color: #fdb657;
    position: relative;
}

#search_map a.btn-primary:after,
.map-replace-wrapper a.btn-primary:after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -6px;
    width: 13px;
    height: 13px;
}
#search_map .summary-resort > p{
    font-size: 15px;
    color: black;
    margin: 30px 0 10px;
}
#search_map .summary-slopes ul li{
    display: inline-block;
    float: none;
    font-size: 16px;
    color: black;
}
#search_map .summary-slopes ul li:before{
    content: '';
    width: 15px;
    height: 15px;
    border-radius: 100px;
    display: inline-block;
    vertical-align: middle;
    margin: -2px 6px 0 10px;
}
#search_map .summary-slopes ul li:first-child:before{
    margin: -2px 6px 0 0;
}
#search_map .summary-slopes ul li.vert:before{background: #9CCB6C;}
#search_map .summary-slopes ul li.bleu:before{background: #009BD9;}
#search_map .summary-slopes ul li.rouge:before{background: #E94164;}
#search_map .summary-slopes ul li.noir:before{background: #000;}

#search_map .summary-links ul li{
    display: inline-block;
    float: none;
    width: 48%;
    margin: 15px 1%;
}
#search_map .summary-links ul li a{
    margin: 0;
    padding: 8px 15px;
    background: #FDB555;
    border-radius: 3px;
    color: white;
    font-size: 15px;
    border: none;
}
#search_map .summary-links ul li a:not(.tracking-station-web):after{
    display: none;
}
#search_map .summary-links ul li a.tracking-station-web{
    background: #263137;
}
#search_map .summary-links ul li a.tracking-station-web:after{
    content: '';
    width: 15px;
    height: 15px;
    display: inline-block;
    margin: 0 0 0 5px;
}

#search_map figcaption > div > a.btn{
    font-size: 13px;
    border-top: 1px solid #eee;
    width: 100%;
    padding: 9px 0 0;
    margin: 0;
}
#search_map figcaption > div > a.btn:after{
    display: none;
}

/*------------------------------*/
/* PAGE MOSAIC */
/*------------------------------*/

/*webcam / meteo / randonnées / bulletin neige*/
#block-fm-meteo-bulletins-massif,
#block-fm-meteo-bulletins-meteo,
#block-fm-meteo-webcams-massif,
#block-fm-meteo-randonnees-massif {
    padding-bottom: 0;
}

.block-fm-meteo>.row  {
    margin-bottom: 0;
}

@media (min-width: 990px) {
    .block-fm-meteo .col-md-6.image {
        padding-right: 0;
        padding-left: 0
    }

    .block-fm-meteo .col-md-push-6.image {
        padding-left: 0;
        padding-right: 0;
    }


    .block-fm-meteo .col-md-6.texte {
        padding-left: 50px;
    }


    .block-fm-meteo .col-md-pull-6.texte {
        padding-right: 50px;
        padding-left: 15px;
    }

    .block-fm-meteo .col-md-6.image img {
        float: right;
    }

    .block-fm-meteo .col-md-push-6.image img {
        float: left;
    }
}


.block-fm-meteo h2 {
    font-weight: bold;
    margin-bottom: 30px;
    margin-top: 50px;
}

.block-fm-meteo label {
    background: #cfd8dc;
    color: #fff;
    font-size: 16px;
    font-family: 'Oswald', sans-serif;
    border-radius: 2px;
    padding: 8px 6px;
    float: right;
    margin-top: 20px;
    text-transform: uppercase;
    line-height: 1;
}

.block-fm-meteo .select-list {
    float:left;
}

.block-fm-meteo button {
    margin-left: 15px;
}

.block-fm-meteo form button {
    float: none;
}

.block-fm-meteo a.btn {
    color: #fdb657;
    background: transparent;
    border: 2px solid #fdb657;
    font-weight: bold;
    float: left;
}

.block-fm-meteo a.btn:focus,
.block-fm-meteo a.btn:active,
.block-fm-meteo a.btn:hover {
    background: #fdb657;
    color: #fff;
}

@media (min-width: 990px) and (max-width: 1199px) {
    .block-fm-meteo .col-md-6.texte,
    .block-fm-meteo .col-md-pull-6.texte {
        padding-left: 15px;
        padding-right: 15px;
    }

    .block-fm-meteo h2 {
        margin-top: 40px;
        margin-bottom: 20px;
    }

    .block-fm-meteo a.btn {
        padding: 6px 8px;
        margin: 12px 0 0 0;
    }

}

@media (min-width: 768px) and (max-width: 989px) {
    .block-fm-meteo img {
        margin-right: auto;
        margin-left: auto;
    }

    .block-fm-meteo h2 {
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .block-fm-meteo a.btn {
        margin-bottom: 30px;
    }

}

@media(max-width: 767px) {
    .block-fm-meteo h2 {
        margin-top: 20px;
    }

    .block-fm-meteo a.btn {
        margin-bottom: 30px;
    }

    .block-fm-meteo select {
        padding: 6px 10px;
        box-shadow: 0 0 10px rgba(0,0,0,0.05);
        max-width: 100%;
    }
}

/*------------------------------*/
/* DETAIL METEO */
/*------------------------------*/

/*general*/

.search-results>.list-meteo {
    margin-left: -15px;
    margin-right: -15px;
}
.meteo .block-meteo {
    background: #fff;
    margin-bottom: 30px;
    padding-top: 20px;
    box-shadow: 0 0 10px rgba(0,0,0,0.05);
}

.meteo .title {
    text-align: center;
    height: 60px;
}

.meteo .title a {
    color: #38474f;
    font-size: 25px;
    font-family: 'Oswald', sans-serif;
    font-weight: bold;
    line-height: 1.2;
}

.meteo .picture {
    margin-top: 20px;
    text-align: center;
    margin-bottom: 50px;
}

.meteo .picture i {
    font-size: 3.5em;
}

.meteo dl {
    margin-top: 20px;
    padding-left: 30px;
    float: left;
    width: 100%;
}

.meteo dt {
    font-size: 10px;
    color: #fff;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    background: #ed7161;
    padding: 2px 8px;
    display: inline;
    border-radius: 2px;
}

.meteo dd {
    font-weight: 600;
}

.meteo .temperature dt {
    background: #009eda;
}

.meteo.station a.btn {
    margin: 0;
    background: #cfd8dc;
    width: 100%;
    border: none;
    border-radius: 0;
    line-height: 2;
    font-family: 'Source Sans Pro', sans-serif;
}

.meteo a.btn:hover,
.meteo a.btn:focus,
.meteo a.btn:active {
    border: none;
}

.meteo .bottom-meteo {
    background: #f1f1f1;
}

/*lac*/
.meteo.lac .block-meteo {
    float: left;
    width: 100%;
}

.meteo.lac dl {
    padding-left: 0px;
    margin-bottom: 0;
    padding: 20px 0 10px 0;
    margin-top: 0;
}

.meteo.lac .col-xs-6 {
    padding-right: 0;
}

.meteo.lac .title {
    color: #38474f;
    font-size: 25px;
    font-family: 'Oswald', sans-serif;
    font-weight: bold;
    line-height: 1.2;
    height: 90px;
}

.meteo.lac .title a {
    font-size: 16px;
    font-weight: normal;
    color: #617d8a;
}

.meteo.lac .bottom-meteo {
    height: 130px;
}

.meteo.lac a.webcam {
    text-align: center;
    display: block;
    font-size: 16px;
    color: #38474f;
    font-weight: 600;
    float: left;
    width: 100%;
}

/*------------------------------*/
/* BULLETIN NEIGE */
/*------------------------------*/
/*tableau*/
#block-fm-meteo-chute-neige table th {
    background: #4b5f6d;
    color: #fff;
}

/*bulletin neige detail*/
.block-neige {
    background: #fff;
    padding: 25px 0 0 0;
    box-shadow: 0 0 10px rgba(0,0,0,0.05);
    margin: 15px 0;
}

.neige .title {
    text-align: center;
    height: 60px;
}
.neige .title a {
    color: #38474f;
    font-size: 25px;
    font-family: 'Oswald', sans-serif;
    font-weight: bold;
    line-height: 1.2;
}

.neige .picture {
    margin-top: 20px;
    text-align: center;
    margin-bottom: 20px;
    font-size: 80px;
    min-height: 80px;
    line-height: 80px;
}

.block-neige .bottom-neige {
    padding: 15px;
    background: #f8f8f8;
}

.block-neige .bottom-neige dl {
    margin-bottom: 0;
}

.block-neige .bottom-neige dt {
    float: left;
    color: #fff;
    padding: 4px;
    background: #6b8fbd;
    font-size: 10px;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    clear: left;
    letter-spacing: 0.5px;
    margin-bottom: 10px
}

.block-neige .bottom-neige dt.piste-ouverte {
    background: #84d4f8;
}

.block-neige .bottom-neige dt.retour-ski {
    background: #ed7161;
}

.block-neige .bottom-neige dd {
    float: right;
    color: #465a63;
    font-size: 16px;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
    font-weight: bold;
    clear: right;
    margin-bottom: 10px;
}

.block-neige .bottom-neige .ouverture dt,
.block-neige .bottom-neige .ouverture dd {
    text-transform: inherit;
    text-align: center;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 400;
    font-size: 14px;
    float: none;
    margin-bottom: 0;
}

/*.block-neige .bottom-neige .ouverture dd  {
    height: 60px;
}*/

.block-neige .bottom-neige .ouverture dt {
    float: none;
    text-align: center;
    color: #465a63;
    background: transparent;
    margin-bottom: 0;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0;
}

.block-neige  .text-center {

}

.block-neige a.btn {
    margin: 0;
    background: #cfd8dc;
    width: 100%;
    border: none;
    border-radius: 0;
    line-height: 2;
    font-family: 'Source Sans Pro', sans-serif;
}

/*formaulaire*/
@media ( min-width: 768px) {

    #fm-meteo-alerte-form>div {
        margin-right: -15px;
        margin-left: -15px;
    }

    #fm-meteo-alerte-form .form-item {
        width: 50%;
        float: left;
        padding-left: 15px;
        padding-right: 15px;
        margin-right: 0;
    }

    #fm-meteo-alerte-form .form-item-hneige {
        width: 33%;
    }

    #fm-meteo-alerte-form .form-item-optins,
    #fm-meteo-alerte-form .form-item-data-agreement,
    #fm-meteo-alerte-form #edit-data-agreement-below {
        width: 100%;
        padding: 0;
    }

    #fm-meteo-alerte-form .form-item-data-agreement,
    #fm-meteo-alerte-form #edit-data-agreement-below {
        padding-left: 15px;
        padding-right: 15px;
    }

}

form#fm-meteo-alerte-form .form-control {
    border-radius: 3px;
    border: 1px solid #ddd;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}

.block-fm-meteo #fm-meteo-alerte-form label {
    background: none;
    color: #4b5f6d;
    font-family: 'Source Sans Pro', sans-serif;
    padding: 0;
    float: none;
    text-transform: inherit;
    font-weight: 400;
    line-height: 1.4;
}

#fm-meteo-alerte-form .form-item-hneige input {
    margin-top: 10px;
}

#fm-meteo-alerte-form .form-item-hneige .form-item-hneige label,
#fm-meteo-alerte-form .form-item-optins label,
#fm-meteo-alerte-form .form-type-checkbox label {
    margin-top: 0;
    margin-left: 20px;
}

#fm-meteo-alerte-form .radio+.radio,
#fm-meteo-alerte-form .checkbox+.checkbox {
    margin-top: 10px;
}

#fm-meteo-alerte-form .checkbox input[type=checkbox],
#fm-meteo-alerte-form .radio input[type=radio] {
    margin-left: 0;
}

/*------------------------------*/
/* PREVISION NEIGE */
/*------------------------------*/
.block-prevision {
    background: #fff;
    padding: 25px 25px 0 25px;
    box-shadow: 0 0 10px rgba(0,0,0,0.05);
    margin: 15px 0;
    float: left;
}

.block-prevision .bottom-prevision {
    margin-left: -25px;
    margin-right: -25px;
    padding: 15px;
    float: left;
}

.block-prevision .bottom-prevision .list-prevision {
    width: 100%;
    float: left;
    border-bottom: 1px solid #ebeef0;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.block-prevision .bottom-prevision dl {
    float: left;
    width: 100%;
    margin-bottom: 0;
}

.block-prevision .bottom-prevision dt {
    float: left;
    color: #fff;
    padding: 4px;
    background: #6b8fbd;
    font-size: 10px;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    clear: left;
    letter-spacing: 0.5px;
}

.block-prevision .bottom-prevision dt.isotherme {
    background: #84d4f8
}

.block-prevision .bottom-prevision dt.vent {
    background: #ed7161;
}

.block-prevision .bottom-prevision dd {
    float: right;
    color: #465a63;
    font-size: 16px;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
    font-weight: bold;
    clear: right;
}

.block-prevision .bottom-prevision  p {
    font-size: 16px;
    color: #465a63;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: -0.4px;
    margin-bottom: 10px;
}

.block-prevision h3 {
    font-size: 31px;
    color: #38474f;
    font-family: 'Oswald', sans-serif;
    margin-top: 0;
}

#block-fm-meteo-previsions-meteo.block-fm-meteo .select-list {
    float: none;
}

/*------------------------------*/
/* PAGE RANDO */
/*------------------------------*/

/*listing*/
#fm-search-rando-form {
    margin-top: 20px;
}

.block-rando {
    background: #fff;
    padding: 15px;
    padding-top: 40px;
    margin-top: 95px;
}

.block-rando:before {
    content: "";
    position: absolute;
    top: 60px;
    left: 50%;
    margin-left: -35px;
    width: 70px;
    height: 70px;
    background-color: #0092d6;
    border-radius: 100%;
}

.block-rando select {
    background: #ECEFF1;
    text-align: left;
    font-weight: 600;
    color: #465a63;
}

#fm-search-rando-form button {
    background: #ed7161;
    border-radius: 3px;
    text-transform: inherit;
    font-family: 'Source Sans Pro', sans-serif;
    border: none;
    width: 100%;
    padding: 10px;
    margin-top: 0;
}

@media(max-width: 767px) {
    #fm-search-rando-form .form-type-select,
    #fm-search-rando-form  .text-center {
        width: 100%;
    }

    .block-rando {
        margin-top: 45px;
    }

    .block-rando:before {
        top: -30px;
    }
}

/*detail rando */
.image-rando {
    position: relative;
    padding-top: 50px;
}

.image-sejour:before,
.image-event:before,
.image-rando:before {
    content: "";
    position: absolute;
    top: -35px;
    left: 50%;
    margin-left: -35px;
    width: 70px;
    height: 70px;
    border-radius: 100%;
    background-color: #9dcb6b;
}
.image-event:before {
    background-color: #84d4f8;
}
.image-sejour:before {
    background-color: #ed7161;
}

.list-group-item.duree p {
    border-bottom: none;
}

.detail-rando {
    margin-top: 20px;
}

.detail-rando a.btn.btn-primary {
    border-color: #9dcb6b;
    background: none;
    color: #9dcb6b;
}

.detail-rando a.btn.btn-primary:hover,
.detail-rando a.btn.btn-primary:active,
.detail-rando a.btn.btn-primary:focus {
    background: #9dcb6b;
    color: #fff;
}

/*------------------------------*/
/* PAGE PRINTEMPS DU SKI */
/*------------------------------*/
#block-fm-resa-resa-printemps h2,
#block-fm-resa-ouverture-printemps h2 {
    font-size: 39px;
    font-weight: bold;
    text-transform: uppercase;
    color: #0092d6;
}

#block-fm-resa-resa-printemps h2~p,
#block-fm-resa-ouverture-printemps h2~p {
    color: #465a63;
    font-size: 25px;
    font-family: 'Oswald', sans-serif;
    margin-bottom: 20px;
}

.col-sm-4 .moteur {
    margin-top: 15px;
}

.col-sm-4 .block-resa {
    box-shadow: 0 0 50px rgba(0,0,0,0.05);
}

/*stations ouvertes au printemps*/
#block-fm-resa-ouverture-printemps {
    background: #fff;
}

#block-fm-resa-ouverture-printemps .panel-default {
    border: none;
    border-radius: 0;
    background: #f5f5f5;
}

#block-fm-resa-ouverture-printemps .panel-default .panel-heading span.badge {
    background: none;
    font-size: 20px;
    color: #465a63;
    font-family: 'Oswald', sans-serif;
}

#block-fm-resa-ouverture-printemps .panel-title>a {
    font-size: 20px;
    color: #465a63;
    text-transform: uppercase;
    font-weight: bold;
}

#block-fm-resa-ouverture-printemps .panel-group .panel {
    margin-bottom: 10px;
}

#block-fm-resa-ouverture-printemps h4~.list-group .list-group-item  {
    padding: 10px 15px;
}

#block-fm-resa-ouverture-printemps .panel {
    box-shadow: none;
}

#block-fm-resa-ouverture-printemps h4.list-group-item-heading {
    color: #465a63;
    font-size: 20px;
    background: none;
    font-family: 'Oswald', sans-serif;
    padding: 10px 15px;
    margin-bottom: 0;
    display: block;
    border-bottom: 1px solid #eee;
}

#block-fm-resa-ouverture-printemps .list-group .list-group-item  {
    padding: 0;
}

#block-fm-resa-ouverture-printemps .list-group .list-group-item .list-group .list-group-item {
    border-bottom: 1px solid #eee;
    line-height: 1;
}

#block-fm-resa-ouverture-printemps .list-group .list-group-item a {
    color: #91a4ad;
    font-size: 20px;
    font-family: 'Oswald', sans-serif;
}

#block-fm-pushes {
    background: #fff;
}

/*------------------------------*/
/* FOOTER */
/*------------------------------*/
footer .nav-pills li {
    display: inline-block;
    float: none;
}
footer {
    color: #fff;
    background: #263238;
    padding: 20px 0 0 0;
    border-bottom: 90px solid #263238;
}

footer img {
    max-width: 200px;
}

footer p {
    font-size: 20px;
    font-family: 'Oswald', sans-serif;
    font-weight: 300;
    margin-top: 30px;
}

footer .nav>li>a {
    padding:0;
    text-align: left;
}

footer .nav.pull-right {
    margin: 30px 0 0;
    text-align: center;
    width: 100%;
}

ul.social-full li a {
    text-indent: -9999px;
    width: 42px;
    height: 35px;
    margin: 0 15px 20px 15px;
}
ul.social-full li a:hover,
ul.social-full li a:focus {
    background-color: transparent;
    opacity: 0.7;
}
footer .nav li li a {
    font-size: 0.9em;
    padding-left: 1em;
}

#footer-expander {
    font-size: 13px;
    cursor: pointer;
    position: relative;
    background: transparent;
    margin-top: 40px;
    display: block;
    margin-bottom: 10px;
    font-weight: 600;
}

#footer-expander:before {
    content: "";
    border-radius: 100%;
    background-color: #6b8fbd;
    position: absolute;
    top: -60px;
    left: 50%;
    margin-left: -25px;
    width: 50px;
    height: 50px;
}

#footer-expander:hover:before {
    box-shadow: 0 0 15px rgba(0,0,0,0.4);
}

#footer-expander.expanded:before {
    background-color: #6b8fbd;
}

/* Bouton gestion des cookies */
footer.footer a.revoke-link-footer{
    color: white;
    text-decoration: underline;
}
@media(max-width: 767px){
    .cc-animate .revoke-link{
        display: none !important;
    }
}

/*footer deplié*/
.footer-collapse {
    padding-top: 40px;
    background: #fff;
}

.footer-collapse h3 a {
    color: #465a63;
    text-transform: uppercase;
    font-size: 20px;
    font-family: 'Oswald', sans-serif;
}

.footer-collapse ul {
    padding-left: 0;
}

.footer-collapse ul .footer-menu li:before {
    content: "\203A";
    color: #465a63;
    float: left;
    margin-right: 10px;
}

.footer-collapse ul li a {
    color: #465a63;
    font-size: 16px;
    background: transparent;
}

.footer-collapse .others span {
    color: #0092d6;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
    font-weight: bold;
}

.footer-collapse .others span:after {
    content: "";
    float: right;
    margin-left: 10px;
    width: 15px;
    height: 30px;
}

.footer-collapse .others li a,
.footer-collapse .others li a:focus,
.footer-collapse .others li a:hover {
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    font-size: 20px;
    padding: 0 15px;
    background: transparent;
    color: #465a63;
}

.footer-collapse .col-sm-5 a {
    padding: 0 20px;
    font-size: 13px;
}

.footer-menu .pull-left {
    width: 20%;
}

#corner-slider-ads {
    position:fixed;
    z-index:10000;

    /*Change to your own dimensions*/
    height:auto;
    width:100%;
    max-width: 768px;

    /*Change to your own colors*/
}
#corner-slider-ads.hidden{
    display:none;
}
#corner-slider-ads .close{
    position:absolute;
    cursor:pointer;
    font-size:14px;
    display:inline-block;
    z-index:1002;

    /*Change the close button position*/
    right: -18px;
    top: -18px;
    padding: 8px 8px;
    color: #FFF;
    background-color: #F5735E;
    border-radius: 50%;
    opacity: 1;
    font-weight: normal;
    text-shadow: none;
    border: none;
    box-shadow: 0 0 50px rgba(0,0,0,0.05);
}

#corner-slider-ads div.corner-slider-ads-content {
    margin: auto !important;
    width: 100% !important;
    height: auto !important;
    max-width: 768px;
}

#corner-slider-ads div.corner-slider-ads-content img {
    width: 100%;
    height: auto;
}

@media(min-width: 768px) and (max-width: 991px) {
    .footer-menu .pull-left {
        width: 33% !important;
    }

    .footer-menu .pull-left:nth-child(4) {
        clear: left;
    }

    .footer-collapse .col-sm-5 a {
        padding: 0 7px;
    }
}

@media (max-width: 767px) {
    footer .nav>li {
        display: inline;
    }

    footer .nav>li>a {
        display: inline-block;
        margin: 0 10px 10px 10px;
    }

    .footer-menu .pull-left {
        width: 100% !important;
    }

    .footer-collapse .col-sm-5 ul {
        text-align: center;
    }

    .footer-collapse .nav>li {
        display: block;
    }

    footer .nav-pills>li {
        width: 100%;
    }

    .footer-collapse .others span:after {
        content: none;
    }
    #corner-slider-ads {
        width: 85%;
    }
}


/*fleche haut */

#totop {
    position: fixed;
    z-index: 9999;
    display: block;
    bottom: 50px;
    right: 50px;
    font-size: 200%;
    display: none;
    border-radius: 100%;
    background: #263238;
}

#totop span.glyphicon {
    top: 5px;
}

#totop span.glyphicon:before {
    width: 16px;
    height: 26px;
    content: "";
    padding: 10px;
}

/*------------------------------*/
/* FANCYBOX */
/*------------------------------*/

/*close fancybox*/
.glyphicon-remove {
    width: 25px;
    height: 25px;
}
.glyphicon-remove:before {
    content: none;
}

.fiche .header .close-fiche {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 60px;
    text-align: center;
    font-weight: 100 !important;
}

/*content*/
.fiche {
    background: #f7f7f7;
    padding-bottom: 20px;
    margin-top: 154px;
    z-index: 99999;
}
.fiche.without_menu {
    margin-top: 80px;
}
body.node-type-webzine .fiche {
    margin-top: 80px;
}

.fiche .header {
    background: #263238;
    overflow: hidden;
    height: 80px;
    line-height: 80px;
    top: 0;
}
.fiche .header h1 {
    text-align: left;
    color: #fff;
    margin: 0 0 0 20px;
    line-height: 80px;
    font-weight: 300;
}

.fiche h2 {
    color: #263238;
    padding-left: 20px;
    margin-bottom: 30px;
    margin-top: 30px;
}

.fiche h3 {
    font-family: 'Oswald', sans-serif;
    font-size: 48px;
    font-weight: 300;
}

.fiche h3,
.fiche.container>p,
.fiche.container>.table-responsive {
    padding-left: 15px;
    padding-right: 15px;
}

.fiche h3 span {
    margin-left: 20px;
}

.fiche .header .nav-fiche {
    position: absolute;
    top: 0;
    right: 60px;
    height: 100%;
}
.fiche .header .nav-fiche>a {
    position: relative;
    font-weight: 100 !important;
    color: white;
    font-size: 24px;
    display: block;
    float: left;
    line-height: 80px;
    padding: 0 20px;
    border-right: 1px solid rgba(255,255,255,.1);
}

.fiche .header .nav-fiche>a.prev-fiche{
    border-left: 1px solid rgba(255,255,255,.1);
}
.fiche .header .nav-fiche>a
.fiche .header .nav-fiche>a span {
    width: 100%;
    height: 100%;
    text-align: center;
}

.fiche .summary {
    margin-top: 0;
    margin-bottom: 0;
}

@media (max-width: 768px) {
    .fiche {
        margin-top: 80px;
    }
    .fiche .header h1 {
        font-size: 1.1em !important;
        margin-left: 0;
    }
    .fiche.container>.table-responsive {
        padding: 0;
    }
}
@media (min-width: 768px) and (max-width: 990px) {
    .fiche {
        margin-top: 178px;
    }
    .fiche.without_menu {
        margin-top: 80px;
    }
}

/*menu fancybox*/
.fiche .submenu {
    background: #38474f
}

.fiche .submenu ul {
    padding-left: 20px;
}

.fiche .submenu .nav-pills>li>a {
    color: #fff;
    font-size: 16px;
    text-transform: none;
    font-family: 'Oswald', sans-serif;
    font-weight: 300;
    padding: 8px;
    margin: 15px 0;
}

.fiche .submenu .nav-pills>li.active>a,
.fiche .submenu .nav-pills>li.active>a:hover,
.fiche .submenu .nav-pills>li.active>a:focus {
    background: transparent;
    border: 2px solid #fff;
}

.fiche .submenu .nav-pills>li>a:hover,
.fiche .submenu .nav-pills>li>a:focus {
    border: none;
    background: transparent;
    opacity: 0.8;
}

/*tableau*/
.table>thead>tr>th,
.table>tbody>tr>th,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>tbody>tr>td,
.table>tfoot>tr>td {
    padding: 12px;
    border: 1px solid #ddd;
}

.table tr:nth-child(odd),
.table thead tr {
    background: #fff;
}

.table-striped>tbody>tr:nth-child(odd) {
    background: #eee;
}

/*meteo*/
.fiche .meteo>.row.white {
    padding: 40px 0;
}

.fiche .meteo>.row.grey {
    padding: 20px 0;
}

.fiche .meteo .row .col-md-8 {
    margin-top: 30px;
}

.fiche .meteo h2 {
    padding-left: 0;
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
    color: #263238;
    margin-bottom: 0;
}

.fiche .meteo p.temperature {
    font-size: 39px;
    font-weight: 300;
}

.fiche .vent,
.fiche .isotherme,
.fiche .chute {
    float: left;
    margin-right: 80px;
}

.fiche .vent span,
.fiche .isotherme span,
.fiche .chute span,
.fiche .temp-piste>span {
    font-size: 12px;
    color: #fff;
    text-transform: uppercase;
    background: #38474f;
    padding: 2px 8px;
    display: inline;
    border-radius: 2px;
}

.fiche .vent span {
    background: #ed7161;
}

.fiche .isotherme span {
    background: #009eda;
}

.fiche .vent p,
.fiche .isotherme p,
.fiche .chute p {
    color: #263238;
    font-weight: bold;
}

.fiche .temp-piste p span {
    margin-right: 30px;
}

.fiche .meteo .picture {
    margin-bottom: 0;
}

/*jours suivants*/
.fiche .meteo.jour-suivant,
.fiche .meteo.road {
    margin-top: 40px;
}
.fiche .meteo.jour-suivant .grey {
    padding-top: 10px;
    padding-bottom: 10px;
}
.fiche .meteo.jour-suivant h2,
.fiche .meteo.roadh2 {
    margin-top: 0;
    text-align: center;
}

.fiche .meteo.jour-suivant p {
    font-size: 16px;
}

.fiche .meteo.jour-suivant p.temperature {
    font-size: 20px;
    text-align: center;
}

.fiche .meteo.jour-suivant .vent,
.fiche .meteo.jour-suivant .isotherme {
    margin-right: 0;
}

.fiche .meteo.jour-suivant p.chute {
    margin-bottom: 0;
    float: none;
}

.fiche .meteo.road  {
    text-align: center;
}

.fiche .meteo.road .block-meteo {
    padding-bottom: 40px;
}

.fiche .meteo.road  p {
    font-size: 16px;
}

.fiche .meteo.road h3 {
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
    color: #263238;
    margin-bottom: 0;
}

@media (min-width: 991px) and (max-width: 1199px) {
    .fiche .vent,
    .fiche .isotherme,
    .fiche .chute {
        margin-right: 50px;
    }
}

@media (min-width: 768px) and (max-width: 990px) {
    .fiche .vent,
    .fiche .isotherme,
    .fiche .chute {
        margin-right: 40px;
    }

    .fiche .meteo .row .col-md-8  {
        margin-top: 0;
    }
}

/*domaine alpin/nordique */

.fiche .pistes {
    padding: 0;
    margin-bottom: 0;
}

.fiche .pistes ul li {
    width: 25%;
    padding: 0 15px;
    float: left;
}

.fiche .pistes ul li span.label {
    font-size: 39px;
    font-family: 'Oswald', sans-serif;
    padding: 10px;
    width: 100%;
    display: inline-block;
    border-radius: 4px;
}

.fiche .pistes ul li span.label .small {
    font-size: 16px;
    font-weight: normal;
}

.fiche .pistes ul li span.label.vert {
    background: #afd485;
}

.fiche .pistes ul li span.label.bleu {
    background: #009eda;
}

.fiche .pistes ul li span.label.rouge {
    background: #ed7161;
}

.fiche .pistes ul li span.label.noire {
    background: #263238;
}

.fiche .infos-alpin .block-domaine,
.fiche .infos-nordique .block-domaine {
    background: #fff;
    padding: 60px 20px;
    border-radius: 3px;
    line-height: 1.2;
    height: 230px;
    margin: 15px 0;
}

.fiche .infos-alpin strong,
.fiche .infos-nordique strong {
    color: #263238;
    font-weight: bold;
    font-size: 60px;
    font-family: 'Oswald', sans-serif;
}

.fiche .infos-alpin,
.fiche .infos-nordique {
    color: #91a4ad;
    font-size: 16px;
    margin-top: 20px;
}

@media (min-width:991px) and (max-width: 1199px) {
    .fiche .infos-alpin strong,
    .fiche .infos-nordique strong {
        font-size: 50px;
    }

    .fiche .infos-alpin .block-domaine,
    .fiche .infos-nordique .block-domaine {
        height: 210px;
    }
}

@media (min-width:768px) and (max-width: 990px) {
    .fiche .infos-alpin strong,
    .fiche .infos-nordique strong {
        font-size: 35px;
    }

    .fiche .infos-alpin .block-domaine,
    .fiche .infos-nordique .block-domaine {
        height: 190px;
        padding: 40px 10px;
    }
}

@media (max-width: 767px) {
    .fiche .table-bordered,
    .block-fm-forfait .table-bordered,
    .block-fm-forfait .table-responsive {
        border: none;
        padding: 0 15px;
    }

    .block-fm-forfait .table-responsive {
        padding: 0;
    }

    .fiche dl dd:first-of-type,
    .block-fm-forfait  dl dd:first-of-type {
        font-family: 'Oswald', sans-serif;
        font-size: 30px;
        font-weight: 300;
        border-top: 1px solid #ccc;
        padding-top: 15px;
    }

    .block-fm-forfait dl.trow-1 dd:first-of-type {
        border: none;
        padding-top: 0;
    }

    .fiche dl dd,
    .block-fm-forfait dl dd {
        margin-bottom: 15px;
    }

    .fiche .pistes ul li  {
        width: 50%;
        margin-bottom: 15px;
        margin-bottom: 15px;
    }

}

/*forfait */
.fiche a.btn.btn-primary {
    border: 2px solid #263238;
    background: #263238;
    color: #fff;
}

.fiche a.btn.btn-primary:hover {
    color: #263238;
    background: none;
}

/*webcam*/
.fiche .btn-group button.dropdown-toggle {
    margin-top: 30px;
}

/*commentaire */
#commentaires .comment,
#comments-header>.row {
    background: #fff;
    padding: 40px;
    color: #465a63;
    text-transform: uppercase;
    font-size: 25px;
    font-family: 'Oswald', sans-serif;
    font-weight: 700;
}

#comments-header div.fivestar-widget-static {
    margin-top: 10px;
}

#comments .comment,
form.comment-form  {
    background: #fff;
    padding: 30px;
    margin: 0 20px 40px 20px;
    color: #465a63;
}

#commentaires .comment .label.label-primary,
#commentaires .comment .col-sm-8 {
    border-left: 1px solid #eee;
}

#commentaires .comment .label.label-primary {
    background: none;
    color: #38474f;
    padding: 0;
    font-weight: normal;
    font-size: 20px;
    font-family: 'Source Sans Pro', sans-serif;
    margin-bottom: 20px;
    display: block;
    text-align: left;
    border-bottom: 1px solid #eee;
    padding-bottom: 20px;
}

#commentaires .comment .field-type-fivestar {
    padding-top: 20px;
    margin-top: 20px;
}

form.comment-form label {
    display: block;
    font-family: 'Oswald', sans-serif;
    font-weight: normal;
}

form.comment-form input {
    border: 1px solid #ccc;
    height: 41px;
}

form.comment-form textarea {
    border: 1px solid #ccc;
}

form.comment-form button {
    background: #263238;
    border: 2px solid #263238;
    color: #fff;
}

@media (max-width: 768px) {
    #comments-header>.row {
        padding: 40px 10px;
    }

    #comments-header>.row .notation {
        width: 300px;
        margin-right: auto;
        margin-left: auto;
        float: none;
    }
}

/*pager charger plus*/
a#more {
    font-size: 14px;
    margin-top: 50px;
    color: #263238;
}

a#more .glyphicon-chevron-down:before {
    width: 40px;
    height: 40px;
    top: -80px;
    margin-left: -20px;
    border-radius: 100%;
    background-color: #263238;
}

.addthis_toolbox a.at300b  {display: inherit; margin: 0;}

.captcha {clear: both; }

.copyright {
    position: absolute;
    right: 0px;
    bottom: 0px;
    background-color: white;
    padding: 5px 5px;
    font-size: 80%;
}

#corner-slider {
    position:fixed;
    z-index:10000;
    height:288px;
    width:515px;
    background:#0093D8 url(../img/bg_pop_nl.jpg) no-repeat 0 0;
    box-shadow: 0 0 50px rgba(0,0,0,0.05);
    text-align: center;
}
#corner-slider.hidden{
    display:none;
}
#corner-slider .close{
    position:absolute;
    cursor:pointer;
    font-size:14px;
    display:inline-block;
    z-index:1002;
    right: 0;
    top: 0;
    padding: 8px 8px;
    color: #FFF;
    opacity: 1;
    font-weight: normal;
    text-shadow: none;
    border: none;
}
#corner-slider .corner-slider-top { height: 236px; color: #FFF; border: none; margin: 0; float: left; width: 100%; display: block;}
#corner-slider .corner-slider-top p {margin-bottom: 30px;font-size: 18px;font-family: 'Oswald', sans-serif; margin-top: 110px;}
#corner-slider .corner-slider-top ul { margin: 0;}
#corner-slider form {float: left; width: 100%; display: block;}
#corner-slider form .form-group {width: 100%;}
#corner-slider form .form-group .input-group {width: 100%;}
#corner-slider form .form-group .input-group input {height: 52px;}
#corner-slider form .form-group .input-group button {width:100%; height: 52px; margin: 0 0 0 -1px;border-radius: 0; background-color: #435A63; border-color: #435A63;z-index: 2;font-size: 16px;padding: 10px;}
#corner-slider .corner-slider-top .nav {float: none; margin: auto; display: inline-block;}
#corner-slider .corner-slider-top .nav a {
    padding-left: 0px;
    padding-right: 0px;
    margin-right: 20px;
    margin-left: 20px;
    margin-top: 10px;
    width: 32px;
    height: 32px;
    text-indent: -100000px;
}

.block-lba-social-wall .col-sm-12>.text-center> h2 {
    font-weight: bold;
    font-size: 60px;
    margin-top: 0;
    padding-top: 50px;
}
.block-lba-social-wall .col-sm-12>.text-center>h2:before {
    content: "";
    position: absolute;
    top: -35px;
    left: 50%;
    margin-left: -35px;
    width: 70px;
    height: 70px;
    border-radius: 100%;
    background-color: #fdb657;
}
.block-lba-social-wall .col-sm-12>.text-center p {
    color: #91a4ad;
    font-weight: 400;
    font-size: 20px;
    margin-top: 0;
    margin-bottom: 30px;
}

/* Bannière Webzine */
body.page-node-56030 #header-banner #block-fm-header .header-caption h1,
body.page-node-56031 #header-banner #block-fm-header .header-caption h1{
    display:none;
}
body.page-node-56030 #header-banner #block-fm-header .header-caption p,
body.page-node-56031 #header-banner #block-fm-header .header-caption p{
    font-size: 6em !important;
    font-weight: bold !important;
    text-shadow: none !important;
    margin:0.5em 0 0 0;
}
@media(max-width: 1420px){
    body.page-node-56030 #header-banner #block-fm-header .header-caption p,
    body.page-node-56031 #header-banner #block-fm-header .header-caption p{font-size: 5em !important;}
}
@media(max-width: 991px){
    body.page-node-56030 #header-banner #block-fm-header .header-caption p,
    body.page-node-56031 #header-banner #block-fm-header .header-caption p{font-size: 4em !important;}
}
@media(max-width: 767px){
    body.page-node-56030 #header-banner #block-fm-header .header-caption p,
    body.page-node-56031 #header-banner #block-fm-header .header-caption p{font-size: 3em !important;}
}
@media(max-width: 480px){
    body.page-node-56030 #header-banner #block-fm-header .header-caption p,
    body.page-node-56031 #header-banner #block-fm-header .header-caption p{font-size: 2em !important;}
}

/* webzine fixé gauche */

.webzine_encart .left{
    position: static;
    top:0;
    transition: all 0.3s ease 0s;
}
.webzine_encart .left.affix{
    transition: all 0.3s ease 0s;
}
@media(max-width: 1199px){
    #webzine-menu ul.nav li a{
        padding: 12px 25px;
    }
    .webzine_encart .left.affix{
        top:130px !important;
        max-width: 295px;
    }
}
@media(max-width: 767px){
    .webzine_encart .left{
        max-width: inherit;
        width: 100% !important;
    }
    .webzine_encart .left.affix{
        position: static !important;
    }
}

/* bloc social HP */
#block-fm-lahaut-hp{
    background-image: url('../img/galerie-social.jpg');
}
#block-fm-lahaut-hp h3{
    font-family: "Manus";
    font-size: 48px;
}
#block-fm-lahaut-hp a.btn{
    border-radius: 0px;
    font-size: 30px;
    padding: 25px 70px;
    font-weight: bold;
    letter-spacing: 1px;
}
@media(max-width: 1199px){
    #block-fm-lahaut-hp h2{
        font-size: 60px;
    }
    #block-fm-lahaut-hp h2{
        font-size: 40px;
    }
}
@media(max-width: 991px){
    #block-fm-lahaut-hp h2{
        font-size: 45px;
    }
    #block-fm-lahaut-hp h2{
        font-size: 30px;
    }
}
@media(max-width: 767px){
    #block-fm-lahaut-hp .social-full li{
        display: inline-block;
    }
    #block-fm-lahaut-hp .social-full li a{
        margin-left: 0px;
    }
    #block-fm-lahaut-hp a.btn{
        font-size: 16px;
        padding: 25px;
    }
}

body.minisite,
html body.admin-menu.minisite{
    padding-top: 0 !important;
    margin-top: 0 !important;
}
body.minisite section {
    padding-bottom: 0;
}
body.minisite .vh100 .section-title,
body.minisite .vh100 .section-title-nop {
    vertical-align: middle;
    line-height: 1.2;
    display: inline-block;
    color: white;
}
body.minisite .vh100 .video {
    vertical-align: middle;
    line-height: 1.2;
    display: inline-block;
    height: 100%;
    width: 100%;
    margin-top: 90px;
    line-height: 100vh;
}
body.minisite .vh100 .video div.text-center {
    line-height: normal;
}
body.minisite .vh100 .video div.text-center ul {
    display: inline-block;
}
body.minisite .vh100 .video a.btn{
    background: #FDB657;
    border-radius: 3px;
    border: none;
    color: white;
    text-shadow: none;
    font-weight: normal;
    font-size: 15px;
    padding: 10px 40px;
    box-shadow: none;
    transition: background 0.3s ease 0s, color 0.3s ease 0s;
    -webkit-transition: background 0.3s ease 0s, color 0.3s ease 0s;
}
body.minisite .vh100 .video a.btn:hover,
body.minisite .vh100 .video a.btn:focus{
    background: white;
    color: #FDB657;
}
body.minisite .vh100 {
    background-size: cover;
    min-height: 100vh;
    position: relative;
    height: 100vh;
    display: table;
    table-layout: fixed;
    width: 100%;
}
body.minisite .white {
    background: #FFFFFF;
}
body.minisite .grey {
    background: #FAFAFA;
}
body.minisite .dark {
    background: #273238;
    color:white;
}
body.minisite .vh100 h1,
body.minisite .vh100 .section-title h2 {
    font-size: 70px;
    font-weight: bold;
    font-family: 'Oswald', sans-serif;
    text-shadow: 0 0 7px rgba(0,0,0, 0.5);
    color: white;
    text-transform: uppercase;
}
body.minisite .scrolldown {
    position: absolute;
    bottom: 20px;
    color: white;
    font-size: 20px;
    z-index: 999;
}
body.minisite .scrolldown:before {
    content: "";
    width: 22px;
    height: 22px;
    float: left;
    margin-left: -11px;
    -moz-animation: bounce 2s 3;
    -webkit-animation: bounce 2s 3;
    animation: bounce 2s 3;
}
body.minisite .blocs .col-sm-4 {
    margin: 15px 0;
}

body.minisite .blocs .col-sm-4>div {
    background-color: white;
    color:#333;
    padding: 30px;
    margin: 10px 0;
    min-height: 280px;
}

body.minisite .blocs .col-sm-4:before {
    content: "";
    position: absolute;
    top: -15px;
    left: 50%;
    margin-left: -35px;
    width: 70px;
    height: 70px;
    border-radius: 100%;
    background-color: #fdb657;
}
body.minisite .blocs .col-sm-4:nth-of-type(1):before,
body.minisite .blocs .col-sm-4:nth-of-type(2):before,
body.minisite .blocs .col-sm-4:nth-of-type(3):before,
body.minisite .blocs .col-sm-4:nth-of-type(4):before,
body.minisite .blocs .col-sm-4:nth-of-type(5):before,
body.minisite .blocs .col-sm-4:nth-of-type(6):before{background-color: #fdb657;}

body.minisite .blocs p {
    font-size:14px;
    line-height: normal;
    margin-bottom: 0px;
}

body.minisite .blocs h2 {
    margin-bottom: 30px;
    margin-top: 40px;
    font-size: 48px;
}
body.minisite .blocs h3 {
    font-size: 20px;
    font-weight: bold;
}

body.minisite .bg {
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
    background-size: cover;
    line-height: 100vh;
}

body.minisite .bg .fp-tableCell {
    background: rgba(43,45,46,0.4);
}

body.minisite #header {
    background-image: url("../img/minisite/header.jpg");
}
body.minisite .bg-video {
}
body.minisite .bg-trekking {
    background-image: url("../img/minisite/photo4-min.jpg");
}
body.minisite .bg-gastronomie {
    background-image: url("../img/minisite/photo5-min.jpg");
}
body.minisite .bg-territoire {
    background-image: url("../img/minisite/photo6-min.jpg");
}
body.minisite .bg-domaine {
    background-image: url("../img/minisite/photo3-min.jpg");
}
body.minisite .bg-cyclo {
    background-image: url("../img/minisite/photo2-min.jpg");
}
body.minisite .bg-station {
    background-image: url("../img/minisite/photo1-min.jpg");
}

body.minisite #header .caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0,0,0,.6);
}

body.minisite #header h3 span {
    text-transform: uppercase;
    display: inline-block;
}
body.minisite #header h3 span.line {
    background: #FFF;
    width: 12%;
    color: #fff;
    height: 1px;
    margin: 5px 15px;
    box-shadow: 0 0 7px rgba(0,0,0, 0.5);
}

body.minisite .vh100 .block p {
    text-align: left;
}

@-moz-keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        -moz-transform: translateY(0);
        transform: translateY(0);
    }
    40% {
        -moz-transform: translateY(-30px);
        transform: translateY(-30px);
    }
    60% {
        -moz-transform: translateY(-15px);
        transform: translateY(-15px);
    }
}
@-webkit-keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    40% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
    }
    60% {
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px);
    }
}
@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    40% {
        -moz-transform: translateY(-30px);
        -ms-transform: translateY(-30px);
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
    }
    60% {
        -moz-transform: translateY(-15px);
        -ms-transform: translateY(-15px);
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px);
    }
}

/**/

/*** Modal Presse ***/
#modal .modal-dialog .modal-content{
    border-radius: 0px;
}
#modal .modal-dialog .modal-content img{
    width: 100%;
    height: auto;
}
@media(min-width: 992px){
    #modal .modal-dialog{
        width: 70%;
        margin-top: 50px;
        padding: 0;
    }
}
@media(max-width: 991px){
    #modal .modal-dialog{
        width: 100%;
        padding: 20px;
    }
}
/**/

/*** minisite nav bullet right screen ***/
#fp-nav ul li a span,
.fp-slidesNav ul li a span{
    box-shadow:0px 0px 6px black;
}

/*** Colonnage dernière section minisite ***/
.vh100.fp-section .col-sm-12 p{
    display: inline-block;
    padding: 10px 0;
    width: 33%;
    vertical-align: top;
}

/*------------------------------*/
/* PAGE CONCOURS */
/*------------------------------*/
.logo_concours{
    text-align: center;
    padding: 50px 0px 50px 0px;
}
.box {
    height: 100%;
}
.concours_desktop {
    background-position: center;
}
.concours h3 {
    color: white;
}
.concours_termine{
    text-align: center;
    padding-top: 150px;
    padding-bottom: 150px;
    padding-right: 15px;
}

.concours_mobile .row.form {
    padding: 50px;
}
.concours_mobile .title, .concours_mobile .subtitle{
    padding: 10px;
}

/* iFrame and modal */
.concours .modal-body {
    padding: 0px;
}
.concours iframe{
    width: 100%;
    border: none;
    height: 600px;
}

/* Colmun with same height */
.row.display-flex {
    display: flex !important;
    flex-wrap: wrap;
}
.row.display-flex > [class*='col-'] {
    flex-grow: 1;
}
.container-fluid.concours{
    padding: 0px;
}
.container-fluid.concours .row {
    margin-left: 0px;
    margin-right: 0px;
}

@media (max-width: 1700px) {
    .concours .subtitle p{
        font-size: 24px !important;
    }
}
@media (min-width: 768px){
    #modal_concours .modal-dialog {
        width: 750px;
    }
}
@media (max-width: 1200px) {
    .circle{
        display: none;
    }
    .concours .subtitle{
        padding-bottom: 5%;
    }
    .content.concours_desktop{
        display: none !important;
    }
    .concours_mobile{
        display: block !important;
        background-position: center;
        background-size: cover;
    }
    .concours .subtitle p {
        text-align: center;
        font-size: 32px;
        color: white;
        line-height: 1.2;
    }
    .form_concours{
        margin: 0% 10% 0% 10%;
    }
}
@media (min-width: 1200px) {
    .content.concours_desktop{
        display: flex !important;
        width: 100%;
        height: 100%;
        background-size: cover;
    }
    .content.concours_mobile{
        display: none !important;
    }
    .concours .subtitle p {
        text-align: center;
        padding: 10%;
        font-size: 32px;
        color: white;
        line-height: 1.2;
        position: absolute;
        width: 100%;
        left: 0%;
        top: 50%;
        transform: translate(0,-50%);
        -webkit-transform: translate(0,-50%)!important;
    }
    .concours .subtitle{
        position: absolute;
        top: 40%;
        left: 10%;
    }
    .form_concours{
        margin-bottom: 20%;
    }
}
.form_concours h3 {
    color: white;
    font-family: 'Oswald', sans-serif;
    font-weight: 100;
    padding-bottom: 6%;
    text-align: center;
}
.form_concours button:active{
    color: white;
}
.concours .title{
    margin-top: 50px;
    text-align: center;
    color: white;
}
.circle {
    border-radius: 50%;
    width: 100%;
    padding-bottom: 100%;
    background: white;
}
.form_concours .webform-submit{
    width: 90% !important;
    border: none !important;
}

.form_concours .webform-submit:hover{
    color: white;
}
.form_concours .form-type-checkbox{
    text-align: left;
    color: white;
    margin-right: 0px !important;
}
.form_concours .form-type-checkbox a{
    color: white;
    text-decoration: underline;
}
.degrade {
    padding: 0px;
}
.content.concours_desktop{
    width: 100%;
    height: 100%;
    background-size: cover !important;
}

.webform-confirmation {
    text-align: center;
    padding-top: 50px;
}

.webform-confirmation + .links {
    text-align: center;
    padding-bottom: 50px;
}

.mapboxgl-popup {
    max-width: 400px;
}
.mapboxgl-popup-close-button {
    right: -20px;
    font-size: 30px;
}

.form-required{
    color: #b20000;
}

.field-required-text-info{
    font-size: 14px;
}

.mapboxgl-ctrl-group > button{
    margin: 0px;
}

/* Page station mobile */
@media(max-width: 767px){
    .node-type-station #header-title h1{
        font-size: 30px !important;
        margin: 20px 0;
    }
    .node-type-station .photos .carousel-inner{
        height: 200px;
    }
    .node-type-station .photos .carousel-inner .item .copyright{
        top: 170px;
    }
    .node-type-station .infos-ot .logo-station{
        padding-right: 0;
        text-align: left;
    }
    .node-type-station .infos-ot .logo-station img{
        width: auto;
        max-width: 100%;
        max-height: 60px;
    }
    .node-type-station .infos-ot .styles-station > .pull-right{
        text-align: right !important;
    }
    .node-type-station .infos-ot .styles-station .label{
        width: 30px;
        height: 30px;
        display: inline-block;
    }
    .node-type-station .infos-ot .styles-station .label img{
        width: 100%;
    }
    .node-type-station .infos-ot .notation{
        padding-right: 0;
    }
    .node-type-station .infos-ot .notation .fivestar-average-stars{
        padding-right: 5px;
    }
    .node-type-station .infos-ot .notation div.fivestar-widget .star{
        margin-right: 5px;
    }
    .node-type-station .infos-ot .notation p.pull-left a.fancybox{
        color: #4b5f6d;
        font-size: 16px;
    }
    .node-type-station .infos-ot .avis a:before {
        margin-top: -3px;
    }
    .node-type-station .infos-ot > .row.visible-xs .form-wrapper.affix{
        box-shadow: 0 0 10px rgba(0,0,0,0.1);
        background: white;
        top: 0;
        z-index: 1050;
    }
    .node-type-station .infos-ot > .row.visible-xs > .col-xs-12  ul.nav {
        display: block;
    }
    .node-type-station .infos-ot > .row.visible-xs > .col-xs-12  ul.nav li {
        float: left;
    }
    .node-type-station .infos-ot > .row.visible-xs .form-wrapper  form {
        display: none;
    }
    .node-type-station .infos-ot > .row.visible-xs .form-wrapper.affix  form {
        display: block;
    }
    .node-type-station .affix .form-horizontal{
        width: calc(100% - 30px);
        margin: 15px;
    }
    .node-type-station .form-horizontal{
        border: 1px solid #eee;
        padding-left: 15px;
        margin-bottom: 15px;
    }
    .node-type-station .form-horizontal > div{
        margin-bottom: 0;
    }
    .node-type-station .form-horizontal label{
        margin-top: 10px;
        padding-right: 0;
        width: 25%;
    }
    .node-type-station .form-horizontal label:after{
        content: " :";
        padding-left: 3px;
    }
    .node-type-station .form-horizontal label ~ div{
        width: 75%;
        padding-left: 0;
    }
    .node-type-station .form-horizontal label ~ div select{
        padding-left: 0;
        border-radius: 0;
    }
    .node-type-station .form-horizontal label ~ div select option{
        font-weight: 700;
    }
    .node-type-station #mb_renseignements_cloned{
        clear: both;
    }
    .node-type-station #mb_station #accordion div[role="tab"] h3{
        position: relative;
        background: white;
        border: 1px solid #eee;
        padding: 12px 30px 12px 12px;
    }
    .node-type-station #mb_station #accordion div[role="tab"] h3 a{
        display: block;
        text-indent: -9999px;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 50%;
        right: 0;
        transform: translateY(-50%);
    }
    .node-type-station #mb_station #accordion div[role="tab"] h3 a br{
        display: none;
    }
    .node-type-station #mb_station #accordion div a:not(.btn){
        color: #465a63;
        text-decoration: underline;
    }
    .node-type-station #domaine .col-sm-4{
        margin-bottom: 15px;
    }
    .node-type-station #mb_carte #node_map{
        height: 300px !important;
    }
    #domaine .alpin,
    #domaine .nordic,
    #domaine .forfait,
    #lives .block-lives{
        height: auto;
    }
    #reservation .moteur,
    #reservation figure{
        padding-top: 0;
    }
    #avoir,
    #reservation,
    #lives,
    #domaine{
        padding-top: 15px;
    }
    #avoir > .container{
        padding: 0;
    }
    #avoir > .container > .row{
        margin: 0;
    }
    #avoir > .container > .row figure{
        padding:0 0 15px;
    }
    #avoir .search-results figure figcaption{
        bottom: 0 !important;
    }
}
div.fivestar-widget div.hover a,
div.fivestar-widget-static .star span.on{
    background-position: 0 -41px;
}

/* Touch station mobile/tablet */
@media (max-width: 1199px){
    .search-results figure:not(.node-webzine):not(.webzine-article){
        margin: 15px;
        padding: 0;
        width: calc(33.33333333% - 30px);
    }
    .search-results figure figcaption h2.title{
        font-size: 18px;
    }
    .search-results figure figcaption .hover-only .summary-resort > p{
        margin-top: 0;
    }
    .search-results figure figcaption .hover-only .summary-resort .summary-slopes ul li{
        margin-bottom: 8px;
    }
    .search-results figure figcaption .hover-only .summary-resort .summary-links ul li{
        margin-bottom: 5px;
        width: auto;
        display: inline-block;
    }
    .search-results figure figcaption .hover-only .summary-resort .summary-slopes ul li:before{
        margin: -2px 4px 0 6px;
    }
    .search-results figure figcaption .hover-only .summary-resort .summary-links ul li a{
        padding: 5px 10px;
        font-size: 14px;
    }
    .search-results figure figcaption .hover-only .summary-resort .summary-links ul li a.tracking-station-web:after{
        display: none;
    }
}
@media(max-width: 991px){
    .search-results figure:not(.node-webzine):not(.webzine-article){
        width: calc(50% - 30px);
    }
}
@media(max-width: 767px){
    .search-results figure{
        margin: 45px !important;
        width: calc(100% - 90px);
    }
    .search-results figure.webzine-article .row {
        margin: auto;
    }
    .search-results figure figcaption .hover-only .summary-resort .summary-slopes ul li{
        width: auto;
    }
}


h3.h2, #content_bottom h3.h2 {
    padding: 5px;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 0px;
    margin-top: 0;
    position: relative;
}

h3.h2 a, #content_bottom h3.h2 a {
    display: block;
    font-size: 20px;
    font-weight: bold;
    color: #465a63;
}

#avoir h3.h2 {
    margin-top: 0px;
}

.search-results .node-activity figcaption h3.title {
    padding: 0;
    margin-bottom: 20px;
    display: block;
    font-size: 20px;
    font-weight: bold;
    color: #465a63;
}
.twentytwenty-container {
    margin: 10px;
    text-align: center;
}
.twentytwenty-container img {
    width: 100%;
}
.justified-gallery > .entry-visible > img {
    width: auto !important;
}
.paragraphs-item-images-simple img {
    width: 100%;
}