/* #region CUSTOM-FONT.CSS */
    /* open-sans-regular - latin */
    @font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('../fonts/open-sans-v16-latin-regular.eot'); /* IE9 Compat Modes */
    src: local('Open Sans'),
        url('../fonts/open-sans-v16-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
        url('../fonts/open-sans-v16-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
        url('../fonts/open-sans-v16-latin-regular.woff') format('woff'), /* Modern Browsers */
        url('../fonts/open-sans-v16-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
        url('../fonts/open-sans-v16-latin-regular.svg#OpenSans') format('svg'); /* Legacy iOS */
    }
    /* open-sans-condensed-300 - latin */
    @font-face {
    font-family: 'Open Sans Condensed';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url('../fonts/open-sans-condensed-v13-latin-300.eot'); /* IE9 Compat Modes */
    src: local('Open Sans Condensed'),
        url('../fonts/open-sans-condensed-v13-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
        url('../fonts/open-sans-condensed-v13-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
        url('../fonts/open-sans-condensed-v13-latin-300.woff') format('woff'), /* Modern Browsers */
        url('../fonts/open-sans-condensed-v13-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
        url('../fonts/open-sans-condensed-v13-latin-300.svg#OpenSansCondensed') format('svg'); /* Legacy iOS */
    }
    /* fjalla-one-regular - latin */
    @font-face {
    font-family: 'Fjalla One';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('../fonts/fjalla-one-v6-latin-regular.eot'); /* IE9 Compat Modes */
    src: local('Fjalla One'),
        url('../fonts/fjalla-one-v6-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
        url('../fonts/fjalla-one-v6-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
        url('../fonts/fjalla-one-v6-latin-regular.woff') format('woff'), /* Modern Browsers */
        url('../fonts/fjalla-one-v6-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
        url('../fonts/fjalla-one-v6-latin-regular.svg#FjallaOne') format('svg'); /* Legacy iOS */
    }
    /* lobster-regular - latin */
    @font-face {
    font-family: 'Lobster';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('../fonts/lobster-v21-latin-regular.eot'); /* IE9 Compat Modes */
    src: local('Lobster'),
        url('../fonts/lobster-v21-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
        url('../fonts/lobster-v21-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
        url('../fonts/lobster-v21-latin-regular.woff') format('woff'), /* Modern Browsers */
        url('../fonts/lobster-v21-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
        url('../fonts/lobster-v21-latin-regular.svg#Lobster') format('svg'); /* Legacy iOS */
    }

/* #endregion CUSTOM-FONT.CSS */

/*******************/

/* #region STYLE.CSS */
    a:focus, 
    a:active, 
    button, 
    select::-moz-focus-inner  { 
        outline:none !important;
    }

    #name.hp { display: none; }

    #header_nav { 
        padding:0px;
        margin-bottom: 0px; 
        background: url('../images/banner3.jpg');
        -webkit-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.3);
        box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.3);
    }

    #header_nav nav {
        margin-bottom: 0px;
        z-index: 1040 !important;
        height: 50px;
    }


    header #title { 
        color: #FFF; 
        font-family: 'Open Sans Condensed',sans-serif; 
        font-size: 20px; 
        font-weight: bold; 
        text-shadow: 2px 2px 5px black;
        /* height: 22px; */
    }

    #nav-logo { 
        width: 275px;
        height: 275px;
        margin-top: -30px;
        margin-bottom: 25px;
    }

    .divider {height:50px;}

    section h2{
        margin-bottom: 20px;
    }

    a:link {color: #eda20c;}/* unvisited link */
    a:visited {color: #eda20c;}/* visited link */
    a:hover {color: #eda20c;}/* mouse over link */
    a:active {color: #eda20c;}/* selected link */


    h1{
        font-family: "Fjalla One",sans-serif;
        font-size: 1px;
        color:#FFFFFF;
    }
    h2, .h2{
        font-family: "Fjalla One",sans-serif;
        font-weight: 100;
        font-size: 28px;
        color: #eda20c;
    }
    h3{
        font-family: 'Open Sans Condensed', sans-serif;
        font-weight: 100;
        font-size: 16px;
        letter-spacing: 2px;
        color: #fff;
    }

    h2 span {
        font-size: medium;
        color: #984F56;
    }

    .row.new_block {
        padding-left: 60px;
    }
    .row.new_block p {
        padding: 0 15px 0 0;
    }

    p, .custom_margin{
        font-family: 'Open Sans', sans-serif;
        text-align: justify;
        font-size: 14px;
        color: #666;
        padding: 0 5%;
        font-weight: normal;
    }

    .custom_margin2 {
        padding: 0 2.5%;
    }

    .h4, h4{
        font-family: "Fjalla One",sans-serif;
        color: #984F56;
        font-weight: 300;
        font-size: 20px;
        text-decoration: none;
        margin-top: 20px;
    }

    body{
        position: relative;
        height: 100%;
    }
    #nava_content {
        padding-top: 0px;
        overflow: hidden;
    }
    #footer {
        /* background-color: #ebeaea; */
        background-color: #F0F2F5;
        margin-top:20px;
        padding-top:10px;
        padding-bottom:5px;
    }
    #footer p {
        text-align: center;
    }
    /* Parallax */
    #header_nav {
        /* JMY
        background: url(../journee-mondiale-yoga/images/bg/journee-mondiale-yoga-nantes.jpg) no-repeat top center;
        box-shadow: rgba(0, 0, 0, 0.5) 0px -40px 40px 0px inset;
        background-attachment: scroll;
        background-size:cover;
        */
        /* NO JMY */
        /* background: url(../images/bg/banner3.jpg) no-repeat top center fixed; */

            background: url(../images/bg/banner4.webp);
        /* background: url(../images/bg/banner5.jpg); */
            /* background: url(../images/bg/banner6.jpg); */
        /* background: url(../images/bg/banner7.jpg); */

        background-size: 100%;
        width: 100%;
        height: auto;
        /**/
    }

    #nav_fb {
        z-index: 8999;
        position: absolute;
        top: 13px;
        right: 15px;
    }

    #nav_fb > a {
        font-family: "Fjalla One",sans-serif;
        color: #FFF !important;
        font-size: 15px;
        line-height: 15px;
    }

    header { 
        height: 300px; 
        overflow: hidden;
    }

    .bg-wide {
        height: 600px;
        margin-left: -15px;
        margin-right: -15px;
    }
    .bg-wide > div {
        background-size: cover;
        background-attachment:fixed;
        width: 100%;
        height: 100%;
    }


    .bg-ashtanga.lazyloaded { background-image: url(../images/bg/ashtanga.webp); }
    .bg-place.lazyloaded { background-image: url(../images/bg/pratique3.webp); }
    .bg-event.lazyloaded { background-image: url(../images/bg/event2.webp); }
    .bg-contact.lazyloaded { background-image: url(../images/bg/contact.webp); }

    .label-yoga {
        background-color: #984F56; 
        border-radius: 1em; 
        vertical-align: middle;
        padding: .2em .5em 0.1em;
        font-size: 16px;
        display: inline-block;
        margin-top: -4px;
    }

    .panel-videos h2 {
        padding-left: 0px;
    }

    .slider-galerie img/*, .slider-evenement img*/ {
        margin: 0 10px 20px 10px;
        height: fit-content;
    }

    /* #horaires + section .panel, #tarifs + section .panel{
        height:160px;
    } */

    blockquote {
        font-family: 'Lobster', sans-serif;
        padding: 10px 20px;
        margin: 0;
        font-size: 20px;
        line-height: 20px;
        border-left: 5px solid #EEE;
        color: #984F56;
    }

    blockquote > footer {
        font-family: 'Open Sans', sans-serif;
        height: 30px;
        line-height: 30px;
    }

    /****** Enseignant ************/
    .img-prof {
        width: auto;
        height: 210px;
        max-height: 210px;
        margin: 0 40px 20px 0;
        border-radius: 0%;
        /* margin-top: 10px; */
    }

    .img-asana {
        float: right;
        margin: 0 0 20px 40px;
        width: 50%;
        height: auto;
        max-height: unset;
    }

    .text_enseignant p{
        padding-left: 0px;
        text-align: justify;
    }
    /****** fin Enseignant ************/

    /****** En pratique ************/

    /****** fin En pratique ************/

    /****** Evenement ************/

    .event-row, .event-row-mobile {
        -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.5);
        box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.5);
        width: 90%;
        height: 350px;
        margin: 5%;
    }
    .event-img-bloc {
        padding: 0 !important;
        max-height: 180px;
        overflow: hidden;
        border-bottom: 2px solid #CCC;
    }

    .event-img-text {
        position: absolute;
        font-family: "Lobster",sans-serif;
        color: rgba(255, 255, 255, 0.7);
        font-size: 46px;
        line-height: 46px;
        text-decoration: none;
        float: none;
        text-align: left;
        right: 30px;
        bottom: 10px;
    }

    .event-date {
        padding: 15px 0px;
        font-family: 'Open Sans', sans-serif;
        font-weight: bold;
        line-height: 35px;
        height: auto;
        text-align: center;
    }
    .event-month {
        font-size: 35px;
        color: #984F56;
    }
    .event-day {
        font-size: 62px;
        color: #666;
    }

    .event-year {
        letter-spacing: 3px;
        font-family: 'Open sans', sans-serif;
        font-weight: normal;
        font-size: 22px;
        color: #984F56;
    }
    .event-title h3 {
        font-family: 'Fjalla One', sans-serif;
        color: #666;
        font-size: 22px;
        text-align: left;
        line-height: 25px;
        padding-left: 15px;
        margin: 20px 0px;
        letter-spacing: 0.7px;
    }

    a.btn-event {
        background-color: #984F56;
        color: #fff;
        font-family: 'Fjalla One', sans-serif;
        font-size: 15px;
        text-align: center;
        margin-top: 3px;
        padding: 2px 8px;
        width: auto;
        height: 26px;
        line-height: 22px;
        text-decoration: none;
        letter-spacing: 0.7px;
        position: absolute;
    }

    .event-button-bloc {
        padding-top: 5px;
    }

    .event-button-bloc img {
        margin-left: 10px;
    }

    .img-no-reflow {
        /* position: relative;
        overflow: hidden; */
        border-radius: 0px;
        /* min-width: 200px; */
        display: block;
        position: relative;
        height: 0;
        overflow: hidden;
    }

    .img-no-reflow > img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        max-width: inherit;
    }

    /* formule ratio: 100/(width/height) */
    .ratio-salle {padding-bottom: 66.22%;}

    /* .section-slider {height: 538px;} */

    /****** fin Evenement ************/


    /****** form contact ************/
    .form-group { margin-bottom: 20px; }
    .form-control {
        -webkit-transition: none;
        -o-transition: border-color none;
        transition: border-color none;
        border-radius: 0px;
    }
    textarea#message{ height: 200px; }
    select#objet {padding:6px;}

    .placeholder{color: #EDA20C;}
    select option:first-child{color: #EDA20C; display: none; padding:6px;}
    select option{color: #555;}


    /****** end form contact ********/

    /****** infos contact ************/
    .contact_title_infos{
        font-family: "Fjalla One",sans-serif;
        font-weight: 100;
        font-size: 15px;
        color: #984F56;
        height: 30px;
        margin-bottom: 5px;
        text-align: center;
    }

    .contact_title_infos > span{
        font-family: 'Open Sans', sans-serif;
        text-align: justify;
        font-size: 14px;
        color: #666;
        font-weight: normal;
    } 

    .btn-fb img{
        width: 200px;
        margin: auto;
    }

    .btn-fb {
        display: block; 
        border: none;
        opacity: 1;
    }

    #contact_submit { width: 200px; border-radius: 0px; }

    /****** fin contact ************/


    /****** google maps ************/
    .google-maps {
        position: relative;
        height: 285px !important;
        overflow: hidden;
        border-radius: 0px;
        min-width: 200px;
        display: flex;
        flex-direction: row;
        align-items: flex-end;
        justify-content: space-around;
    }
    
    #map-shala {
        margin: 0 18px;
        border: 1px solid #984F56;
    }
    /****** fin google maps ************/

    .form-control::-webkit-input-placeholder { color: #EDA20C; }
    .form-control:-moz-placeholder { color: #EDA20C; }
    .form-control::-moz-placeholder { color: #EDA20C; }
    .form-control:-ms-input-placeholder { color: #EDA20C; }

    .titleInfo {
        font-family: 'Lobster', sans-serif;
        font-size: 20px;
        color: #984F56;
        text-align: left;
        margin-bottom: 20px;
    }

    .badge {
        background-color: #984F56;
        min-width: 80px;
        margin: 0 10px;
    }

    .badge-shala {
        float: left !important;
        width: auto;
        margin-top: 1px;
        margin-left: 0;
    }

    /***************************************************************************************************/
    
    h2 { padding-left: 15px; }

    .hidden-xxs {display: block!important;}
    .visible-xxs-block {display: none!important;}
    .visible-xxs-inline {display: none!important;}

    #nom_enseignant { margin-top: 0px; }
    a.lien_enseignant:hover, a.lien_enseignant:hover > h4 { 
        color: #eda20c;
        text-decoration: none !important;
    }

    .bloc-prof {
        height: auto;
    }

    .bloc-prof p {
        height: 75px;
        text-align: left;
    }

    .btn-prof, .btn-prof:active, .btn-prof:visited, .btn-prof:focus {
        background-color: #984F56;
        border-color: #FFF;
        color: #FFF !important;
        border-radius: 0px;
        font-family: "Fjalla One",sans-serif;
        font-size: 16px;
        padding: 5px 10px;
        width: 100px;
    }
    .btn-prof:hover { background-color: #B78489; }

    .btn-philo, .btn-philo:active, .btn-philo:visited, .btn-philo:focus {
        background-color: #984F56;
        border-color: #FFF;
        color: #FFF !important;
        border-radius: 0px;
        font-family: "Lobster",sans-serif;
        font-size: 19px;
        padding: 10px;
    }
    .btn-philo:hover { background-color: #B78489; }
    .btn-philo > img { margin-left: 10px; }



    .textFadeOut {
        content: '';
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;

        background: rgba(255,255,255,0); /* For browsers that do not support gradients */
        background: -webkit-linear-gradient(rgba(255,255,255,0) 100px, white); /* For Safari 5.1 to 6.0 */
        background: -o-linear-gradient(rgba(255,255,255,0) 100px, white); /* For Opera 11.1 to 12.0 */
        background: -moz-linear-gradient(rgba(255,255,255,0) 100px, white); /* For Firefox 3.6 to 15 */
        background: linear-gradient(rgba(255,255,255,0) 100px, white); /* Standard syntax */

    }

    /* .video-js.vjs-lock .vjs-big-play-button .vjs-icon-placeholder:before {
        content: '\f023';
        font-family: FontAwesome;
        font-size: 60px;
    } */

    .vjs-lock .vjs-poster {
        opacity: 0.4;
        background-image: none !important;
    }

    .vjs-lock .vjs-poster:hover {
        opacity: 0;
    }

    .video-wrapper {
        cursor: pointer;
    }

    .notification {
        display: none; 
        padding: 15px; 
        margin: 0; 
        border-radius: 5px;
    }


    .info_block { margin-top: 15px; }
    .info_block > img {
        margin: 0;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        left: 15px;
    }
    .info_block > div {
        font-size: 14px;
        font-style: italic;
        color: #868686;
        margin-left: 15px;
    }

    a.compte {color: #984F56 !important;}
    a.compte, a.fb:hover {text-decoration: none;}

    .btn-atelier, .btn-shala {
        padding-top: 0;
        margin: 0px 5px 10px 5px;
        width: 100%;
        font-family: "Fjalla One",sans-serif;
        font-weight: 100;
        font-size: 18px;
    }

    .btn-atelier { color: #EDA20C !important;}
    .btn-shala { color: #984F56 !important;}

    .btn-atelier, .btn-shala {opacity: 1;border: none;}
    .btn-atelier:hover, .btn-atelier.active, 
    .btn-shala:hover, .btn-shala.active { opacity: 1; color: #FFF !important; }


    .btn-atelier:hover, .btn-atelier.active { background-color: #EDA20C; }
    .btn-shala:hover, .btn-shala.active { background-color: #984F56; }

    
    .salle p {margin: 0;}
    .salle .text {min-height: 100px;}
    .salle .cours {min-height: 90px;}
    .salle .adress {min-height: 128px;}
    .salle .h4 {margin: 10px;text-align: center;} 

    .modal-map {
        padding: 0 !important;
    }

    .modal-map .modal-dialog {
        margin-top: 100px;
        text-align: center;
    }

    .modal-map iframe {
        border: 0;
        left: 0;
        top: 0;
        height: 100%;
        width: 100%;
        position: absolute;
    }

    .slick-slider {
        margin-bottom: 40px;
        height: fit-content;
    }

    .select2-selection__placeholder { color: #eda20c !important; }

    .color-ashtanga { color: #EDA20C !important; }
    .color-vinyasa { color: #F2C464 !important; }
    .color-yin { color: #B78489 !important; }
    .color-restorative { color: #842F3C !important; }
    .color-fusion { color: #E6CBD2 !important; }

    .inscription-ouverte {
        font-size: 30px !important; 
        margin: 10px auto !important;
    }
    .inscription-ouverte.saison {
        width: auto;
        height: auto;
        padding-top: 0;
    }
    .inscription-ouverte.icon {
        /* margin: 21px auto !important; */
    }

    .btnMonCompte {
        border: none; 
        border-radius: 30px; 
        font-size: 13px; 
        padding: 0px;
        color: #984F56;
        line-height: 2em;
    }

    .btnMonCompte:hover {
        color: #fff;
        background-color: #984F56;
    }

    .btnMonCompte:hover .fa-circle, .fb:hover .fa-circle {
        color: #984F56 !important;
    }

    .btnMonCompte:hover .fa-user-o, .fb:hover .fa-facebook {
        color: #fff !important;
    }

    #lieu-map {
        height: auto !important;
    }

    .img-gallery {
        width: 33%;
        padding: 20px;
    }

    /***************************************************************************************************/
    /* Media */
    /***************************************************************************************************/



    /* 992px à 1200px et plus (ordi wide) */
    @media(max-width:1200px) {
        .bg-wide > div { background-attachment: fixed; }
        .event-row .event-title h3 {
            font-size: 16px !important;
        }
       .event-row .event-title h3 .subtitle {
            font-size: 14px !important;
        }
    }

    /* 768px à 992px */
    @media(max-width:992px) {

        /* .section-slider {height: 510px;} */

        /* #img-meryl, #img-carina, #img-audrey, #img-charlotte, #img-julie, #img-anais, #img-justine, #img-sibylle, #img-manuel { height: 146px;} */

        .salle .text { min-height: 140px; }
        .salle .cours {min-height: 110px;}

        #nav_fb > a > div > span {display: none;}

        .info_block > img { left: 15px; }
        .info_block > div { margin-left: 30px; }
        .bg-wide { height: 460px; }
        .bg-wide > div {
            background-size: auto 460px;
            background-attachment: scroll;
            background-position: center center !important;
        }
        .event-row .event-title h3 {
            font-size: 16px !important;
        }

        /* .bloc-legende {padding-right: 0;} */
    }

    .agenda-stages {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    /* 992px et plus (ordi) */
    @media(min-width:992px) {
        .navbar-nav { display: block; }
        .event-date { line-height: 60px; }
        .event-month { font-size: 45px; }
        .event-day { font-size: 72px; }
    }

    @media(min-width:900px) {
        #nav_title{ display: none; }
    }

    /* 768px à 900px (ipad) */
    @media (max-width: 900px) {

        /*#nav_fb > a > span {display: none;}*/

        .row.equal { display: block !important; }

        .navbar-nav {display: none; }
        
        .navbar-header {
            float: none;
        }
        .navbar-toggle {
            display: block;
            position: absolute;
            border-color: rgba(255, 255, 255, 0.9);
            left: 15px;
            padding: 7px 9px;
            margin-top: 11px;
        }
        .navbar-nav {
            float: none!important;
            margin-top: 7.5px;
        }
        .navbar-nav>li {
            float: none;
        }
        .navbar-nav>li>a {
            padding-top: 10px;
            padding-bottom: 10px;
        }

        .event-row .event-title h3 {
            font-size: 17px;
        }

        .img-gallery {
            width: 50%;
            padding: 15px;
        }
    }

    /* 480 à 768px (phablet) */
    @media(max-width:768px) {

        .text-cours-salle { margin-top: 0 !important; }

        .info_block > img { left: 15px; }
        .info_block > div { margin-left: 65px; }

        #nav-logo { width: 200px; height: 200px; margin-top: 0; margin-bottom: 0; }
        header { height: 260px;}
        #header_nav { background-size: cover; background-attachment: scroll; }
        .bg-wide { height: 360px; }
        .bg-wide > div {
            background-size: auto 360px; 
            background-attachment: scroll;
            background-position: center center !important;
        }

        p, .custom_margin { padding: 0; }

        .contact_title_infos > span{ letter-spacing: 0.5px; }

        /*#nava_yoga ~ section > .row > div { padding: 0; }*/
        h2 { padding: 0; }

        .event-date { padding: 0px; line-height: 35px; }
        .event-month { font-size: 25px;}
        .event-day { font-size: 52px; }

        .event-row .event-title h3 {
            font-size: 18px !important;
        }

        .event-row .event-title h3 .subtitle {
            font-size: 15px ! important;
        }

        .img-asana {
            width: 100%;
        }
    }

    /* 480 à 768px (phablet) */
    @media(min-width:480px) {

        .event-row-mobile { display: none; }
        .event-row { display: block; }
        .event-row .event-date { padding: 0px; line-height: 40px; }
        .event-row .event-month { font-size: 28px; }
        .event-row .event-day { font-size: 50px; }  
        .event-row .event-text { 
            border: none;
            padding: 10px 0 0 0;
        }
        .event-row .event-text .location {
            overflow: hidden;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 1;
            display: -webkit-box;
        } 
        .event-row .event-title h3 {
            font-size: 20px;
            text-align: left;
            height: 60px;
            line-height: 30px;
            letter-spacing: -0.2px;
            padding: 5px 5px 0 0; 
            margin: 0;
        }
        .event-img-bloc {
            max-height: 190px;
        }

        .label-yoga {
            display: inline !important;
        }

    }

    /* 0 à 480px (mobile) */
    @media(max-width:480px) {

        .divider {
            height: 15px;
        }

        .img-prof { 
            height: 146px;
        }

        /* .section-slider {height: 400px;} */

        .salle .text {min-height: auto; margin-bottom: 15px;}
        .salle .cours {min-height: auto;margin-bottom: 15px;}

        .info_block > img { left: 0; }
        .info_block > div { margin-left: 40px; }

        #nava_yoga ~ section > .row > div { padding: 0; }
        h2 { 
            padding: 0;
            font-size: 20px;
        }
        h2 span {
            font-size: small;
        }

        .slider-galerie img {
            margin: 0px;
            height: auto;
        }

        /* .slick-dots { bottom: -30px !important; } */
        .slick-dots li { 
            margin: 0 0 !important; 
            width: 15px  !important;
            height: 15px  !important;
        }
        .slick-slider { margin-bottom: 30px; }
        .slick-slide { padding: 0px}

        #nav-logo { width: 135px; height: 135px; margin-top: 0; margin-bottom: 0; }
        /* NO JMY */
        header { height: 200px;}
        /**/
        /* JMY
        header { height: 133px;}
        */
        #header_nav { 
            /* NO JMY */
            background-size: cover; 
            background-attachment: scroll;
            background: url(../images/bg/banner4.webp) no-repeat top center fixed;
            background-size: 175%;
            /**/

            /* JMY
            background: url(../journee-mondiale-yoga/images/journee-mondiale-yoga-nantes-mobile.jpg) no-repeat top center fixed; 
            background-size: 100%;
            background-position-y: -40px;
            background-attachment: initial;
            */
        }
        .bg-wide { height: 220px; }
        .bg-wide > div { 
            background-size: auto 220px;
            background-attachment: scroll;
            background-position: center center !important;
        }

        /* NO JMY */
        h1 { text-align:center; margin: 10px;}
        /**/

        /* JMY
        h1 { 
            text-align:center; 
            margin: 10px;
            color: #fff ! important;
            width: 160px;
            margin: auto;
            text-shadow: 2px 2px 5px black;
            font-size: 19px;
        }
        */

        #nom_enseignant{ clear: both; }

        p, .custom_margin, .custom_margin2, .row.new_block, .row.new_block p { padding: 0; }
        .row.new_block img { padding-bottom: 15px; }


        .contact_title_infos { margin-bottom: 0px; }
        .contact_title_infos > span{ letter-spacing: 1px; }


        .form-group { margin-bottom: 10px; }

        /* event mobile view */
        .event-row { display: none; }
        .event-row-mobile { display: block; }
        .event-row-mobile .event-date { padding: 0px; line-height: 35px; text-align: center }
        .event-row-mobile .event-month { font-size: 20px; }
        .event-row-mobile .event-day { font-size: 45px; }
        .event-row-mobile .event-text { 
            margin: 0;
            padding: 10px 0 5px 0;
            border-top: 2px solid #CCC;
        }
        .event-row-mobile .event-title { padding: 0; margin: 0; }
        .event-row-mobile .event-title h3 {
            font-size: 20px;
            text-align: left;
            max-height: 100px;
            line-height: 24px;
            letter-spacing: 0.3px;
            padding: 5px 5px 0 0; 
            margin: 0;
            overflow: hidden;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 4;
            display: -webkit-box;
        }
        .event-row-mobile .event-title h3 .subtitle {
            font-size: 15px ! important;
        }
        .event-img-bloc {
            max-height: 150px;
        }
        .event-row, .event-row-mobile {
            width: 84%;
            height: 360px;
            margin: 2% 8%;
        }

        .btn-fb {
            margin-top: 15px;
        }

        #contact_submit { width: 100%; }

        .event-img-text {
            font-size: 34px;
            right: 15px;
            bottom: 5px;
        }

        .event-row-mobile .event-year {
            letter-spacing: 3px;
            padding-left: 0px;
            font-size: 16px;
        }

        .hidden-xxs {display: none!important;}
        .visible-xxs-block {display: block!important;}
        .visible-xxs-inline {display: inline!important;}

        .textFadeOut { 
            background: rgba(255,255,255,0); /* For browsers that do not support gradients */
            background: -webkit-linear-gradient(rgba(255,255,255,0) 200px, white); /* For Safari 5.1 to 6.0 */
            background: -o-linear-gradient(rgba(255,255,255,0) 200px, white); /* For Opera 11.1 to 12.0 */
            background: -moz-linear-gradient(rgba(255,255,255,0) 200px, white); /* For Firefox 3.6 to 15 */
            background: linear-gradient(rgba(255,255,255,0) 200px, white); /* Standard syntax */
        }

        .btn-atelier, .btn-shala {
            width: 85%;
            font-size: 14px;
            margin: 0px 15px 10px 15px;
        }

        /* .btn-atelier {padding-top:41px;} */

        .btn-atelier > img, .btn-shala > img {height: auto;width: auto;}

        .inscription-ouverte {
            font-size: 16px !important;
            margin: 10px auto !important;
        }

        .img-asana {
            width: 100%;
            height: auto;
        }

        .img-gallery {
            width: 100%;
            padding: 10px;
        }
    }

    /* ipad en mode paysage */
    @media only screen 
    and (min-device-width : 768px) 
    and (max-device-width : 1024px) 
    and (orientation : landscape) { 

        #header_nav { 
            background-size: cover; 
            background-attachment: scroll;
        }

        .bg-wide { height: 350px; }
        .bg-wide > div { 
            background-size: cover;
            background-attachment: scroll;
        }

    }

    /* ipad en mode portait */
    @media only screen 
    and (min-device-width : 768px) 
    and (max-device-width : 1024px) 
    and (orientation : portrait) { 

        #nava_content{ 
            margin: 0px; 
            padding: 5px; 
        }

        #header_nav { 
            background-size: cover; 
            background-attachment: scroll;
        }

        .bg-wide { height: 350px; }
        .bg-wide > div { 
            background-size: cover;
            background-attachment: scroll;
        }

    }
/* #endregion STYLE.CSS */

/*******************/

/* #region SIDEMENU.CSS */
    #wrapper {
        padding-left: 0;
        /* -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease; */
    }

    #wrapper.toggled {
        /* padding-left: 149px; */
    }

    #sidebar-wrapper {
        z-index: 1600;
        position: fixed;
        left: 149px;
        width: 0;
        height: 100%;
        margin-left: -149px;
        overflow-y: auto;
        background-color: #984F56;
        /* -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease; */
    }

    #wrapper.toggled #sidebar-wrapper {
        width: 150px;
    }

    #page-content-wrapper {
        width: 100%;
        position: relative;
        /* padding: 15px; */
    }

    #wrapper.toggled #page-content-wrapper {
        position: absolute;
        margin-right: -149px;
    }

    /* Sidebar Styles */

    .sidebar-nav {
        position: absolute;
        top: 0;
        width: 150px;
        margin: 0;
        padding: 0;
        list-style: none;
    }

    .sidebar-nav>li {
        color: #fff;
        font-family: "Fjalla One",sans-serif;
        text-align:left;
        min-width: 90px;
        line-height: 30px;
        text-indent: 20px;
    }

    .sidebar-nav>li>a {
        color: #fff;
        font-family: "Fjalla One",sans-serif;
        font-size: 16px;
        text-align:left;
        text-decoration: none;
        display: block;
    }

    .sidebar-nav>li>a.active { 
        font-weight: normal;
        color: #EFC47D;
    }

    .sidebar-nav>li>a:hover, .sidebar-nav>li>a.active:hover { 
        background-color: #EFC47D;
        /* height:48px; */
        color: #fff;
    }

    .sidebar-nav>li>a.active[data-toggle=collapse] {
    }

    .sidebar-nav>li>a[data-toggle=collapse][aria-expanded=true] {
        background-color: #EFC47D;
        color: #fff;
    }

    .sidebar-nav>li>a.active[data-toggle=collapse][aria-expanded=false] {
        background-color: #984F56;
    }

    .sidebar-nav>li>a.active:hover[data-toggle=collapse][aria-expanded=false] {
        background-color: #EFC47D;
        color: #fff;
    }

    .sidebar-nav>div.collapse, .sidebar-nav>div.collapsing  {
        /*background-color: #EFC47D;*/
        background-color: rgba(239, 196, 125, 0.9);
        /*border-left: 10px solid #984F56;*/
    }

    .sidebar-nav>div.collapse>li, .sidebar-nav>div.collapsing>li  {
        text-align:left;
        min-width: 90px;
        line-height: 30px;
        text-indent: 30px;
    }

    .sidebar-nav>div.collapse>li>a, .sidebar-nav>div.collapsing>li>a  {
        color: #fff;
        font-family: "Fjalla One",sans-serif;
        font-size: 14px;
        text-align:left;
        text-decoration: none;
    }

    .sidebar-nav>div.collapse>li:hover, .sidebar-nav>div.collapsing>li:hover  {
        /*background-color: #984F56;*/
        background-color: rgba(152, 79, 86, 0.7);
    }

    .sidebar-nav>div.collapse>li>a.active, .sidebar-nav>div.collapsing>li>a.active  {
        color: #984F56;
    }

    .sidebar-nav > .sidebar-brand > img {
        width: 75px;
        height: 75px;
        margin: 10px auto;
    }
/* #endregion SIDEMENU.CSS */

/*******************/

/* #region MENU.CSS */

    .nav>li {
        color: #fff;
        font-family: "Fjalla One",sans-serif;
        font-size: 18px;
        text-align:left;
        min-width: 90px;
    }

    .nav>li.active {
        background-color: #984F56;
    }

    .nav>li>a {
        color: #fff;
        font-family: "Fjalla One",sans-serif;
        font-size: 20px;
        text-align:center;
    }

    .nav>li.active>a {
        color: #984F56;
        color: #fff !important;
        font-weight: normal;
    }

    #header_nav .nav>li>a:hover { 
        /*background-color: #984F56;*/
        background-color: rgba(152, 79, 86, 0.6) !important;
        /* height:48px; */
        color: #fff;
    }

    .nav>li>a:focus {
        background-color: transparent; 
    }


    .dropdown-menu {
        width: 100%;
        min-width: 0px;
        background-color: #984F56; /* violet */
        border: 0px;
        border-top: 1px solid #FFF;
    }

    .dropdown-menu>li>a {
    display: block;
    padding: 3px 15px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #fff;
    white-space: nowrap;
    }

    .dropdown-menu>li>a:hover {
        /*background-color: #984F56;*/
        background-color: #EFC47D;
    }

    .navbar { min-height: 0px; width:100%; margin-bottom: 20px; border: none; }

    /* btn toogle */
    .navbar #sidemenu-toggle { 
    position: absolute;
    border-color: rgba(255, 255, 255, 0.9);
    left: 15px;
    padding: 7px 9px;
    margin-top: 11px;

    /* JMY
    background-color: #fff;
    border-color: #60105a !important;
    */
    }



    .container>.navbar-header {
        text-align: center;
        margin-left: 0px;
    }

    #nav_title {
        color: rgba(255, 255, 255, 0.9);
        font-family: "Fjalla One",sans-serif;
        font-size: 26px;
        height: 50px;
        line-height: 54px;
        text-decoration: none;
        float: none;
        margin: 0;
    }

    .nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
        background-color: #984F56;
        color: #fff;
    }

    /* NO JMY */
    .navbar .navbar-toggle .icon-bar {background-color: #fff;}
    /**/
    /* JMY
    .navbar .navbar-toggle .icon-bar {background-color: #60105a !important;}
    */
    .navbar .navbar-toggle:hover .icon-bar {background-color: #984F56;}/* icone menu mobile*/

/* #endregion MENU.CSS */

/*******************/

/* #region PROMO.CSS */


#bandeau_promo + div {
    padding: 0;
    margin-left: -15px;
    margin-right: -15px;
    -webkit-box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.9);
    box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.9);
    overflow: hidden;
}
#bandeau_promo + div> section > .row {padding-left: 15px;}
#bandeau_promo + div> section > .row > :first-child {/*padding-right: 0;*/}

.v_ctn {
    height: 74px;
}

#promo_date {padding: 0;}
#picto_promo {
    float: left;
    position: absolute;
    top: 50%;
    left: 0px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
#bandeau_promo + div .event-date {
    padding: 0px;
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
    line-height: 35px;
    height: auto;
    text-align: center;
    position: absolute;
    top: 53%;
    left: 55px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
#bandeau_promo + div .event-day {font-size: 40px; line-height: 30px;}
#bandeau_promo + div .event-month {font-size: 16px; line-height: 20px; color: #EDA20C;}
#promo_txt_ctn {padding: 0;}
#promo_txt_ctn > div {padding: 0;}
#promo_txt {
    font-family: 'Lobster', sans-serif;
    font-size: 22px;
    line-height: 22px;
    color: #666;
    border: none;
    text-align: left;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    padding: 0 0 0 30px;
    margin: 0;
}
#bandeau_promo + div .btn-promo {
    width: 80px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
.btn-promo, .btn-promo:active, .btn-promo:visited, .btn-promo:focus {
    background-color: #EDA20C;
    border: none;
    color: #FFF !important;
    border-radius: 0px;
    font-family: "Fjalla One",sans-serif;
    font-size: 16px;
    padding: 5px 10px;
}
.btn-promo:hover {
    background-color: #EDBB6A;
    border-color: #FFF;
}
#img_promo {
    background: url(../images/salle-yoga-nantes.webp) no-repeat center left;
    /*background: url(../images/conference-osteopathe-nantes.jpg) no-repeat center left;*/
    /* background: url(../images/nava-yoga-semaine-essai.jpg) no-repeat center left; */
    /*background: url(../images/croisiere-yoga-nantes.jpg) no-repeat center left;*/
    /*background: url(../images/nantes-croisiere-yoga.jpg) no-repeat center left;*/
    /*background: url(../images/nantes-croisiere-soleil-levant.png) no-repeat center left;*/
    /*background: url(../journee-mondiale-yoga/images/journee-mondiale-yoga-nantes-fb.jpg) no-repeat center left;*/
    /* background: url(../images/evenements/meditation-pranayama-yoga-nantes.jpg) no-repeat center left; */
    /* background: url(../images/evenements/journee_mondiale_yoga_nantes_2024.jpg) no-repeat center left; */
    /* background: url(../images/evenements/acro-yoga-nantes-bd.jpg) no-repeat center left; */
    /* background: url(../images/stage-acro-yoga-nantes.jpg) no-repeat center left; */
    /* background: url(../images/evenements/premiere-serie-yoga-nantes-janvier-2019.jpg) no-repeat top left; */
    /* background: url(../images/evenements/anatomie-yoga-nantes.jpg) no-repeat center left; */
    /* background: url(../images/evenements/ashtanga-tradition-nantes-janvier-2019.jpg) no-repeat top left; */
    /* background: url(../images/evenements/anatomie-respiration-nava-yoga.jpg) no-repeat top left; */
    /* background: url(../images/evenements/asana-mythologie-nava-yoga.jpg) no-repeat top left; */
    /* background: url(../images/evenements/pranayama-yoga-nantes.webp) no-repeat top left; */
    /* background: url(../images/evenements/nada-yoga-voyage-sonore-nava-yoga.jpg) no-repeat top left; */
    /* background: url(../images/studio-yoga-nantes-shala.webp) no-repeat center left; */
    /* background: url(../images/evenements/semaine-essai-nava-yoga-shala.jpg) no-repeat -20px; */
    /* background: url(../images/evenements/essai-gratuit-yoga-nantes-2024.jpg) no-repeat bottom left; */
    /* background: url(../images/evenements/yoga-plantes-nava-yoga.jpg) no-repeat top left; */
    /* background: url(../images/evenements/yoga-massage-nidra-nava-yoga.jpg) no-repeat top left; */
    /* background: url(../images/evenements/eric-neyvoz-yoga.jpg) no-repeat top left; */
    /* background: url(../images/cours-en-ligne-nava-yoga-nantes.jpg) no-repeat 0 -60px; */
    /* background: url(../images/galerie/galerie.jpg) no-repeat 0 -25px; */
    /* background: url(../images/evenements/essai-nava-yoga-nantes-2023-2024.jpg) no-repeat 0 0; */
    /* background: url(https://scontent-cdg2-1.xx.fbcdn.net/v/t1.0-9/118474644_3307514149308233_5222485918490899566_o.jpg?_nc_cat=108&_nc_sid=340051&_nc_ohc=eovcJ7ljWRMAX-c8PHn&_nc_ht=scontent-cdg2-1.xx&oh=2712559178fa5799b3ba4d32bb6d43f2&oe=5FB35AD7) no-repeat 0 -10px; */
    background-size: cover;
    height: 80px;
    /* height: 100px; */
    /* height: 150px; */
}

/* Media */

/* 992px à 1200px */
@media(max-width:1200px) {
    #promo_txt {padding-left: 0px; padding-right: 15px;}
}

/* 768px à 992px */
@media(max-width:992px) {
	.v_ctn{ height: 96px; }
    #img_promo{ height: 96px;}
    #promo_txt {font-size: 20px; line-height: 20px;}
}

/* 480 à 768px */
@media(max-width:768px) {
    #bandeau_promo + div > section {padding: 0px;}
    #bandeau_promo + div> section > .row {padding-left: 0;}
    #bandeau_promo + div> section > .row > div {padding-left: 15px !important;}
    #picto_promo {
        width: 35px;
        left: 10px;
        top: 5px;
        transform: none;
        -webkit-transform: none;
        -ms-transform: none;
    }
    #bandeau_promo + div .event-date {
        left: 10px;
        top: initial;
        bottom: 5px;
        transform: none;
        -webkit-transform: none;
        -ms-transform: none;
    }
    #bandeau_promo + div .event-day {font-size: 30px; line-height: 20px;}
    #bandeau_promo + div .event-month {font-size: 15px;line-height: 18px;}
    #promo_date{ width: 10%; }
    #promo_txt_ctn{ width: 60%; padding-left: 15px; padding-right: 15px;}
    #promo_img_ctn { width: 30%; padding: 0px;}
}

/* 0 à 480px (mobile) */
@media(max-width:480px) {
	.v_ctn{height: 74px;}
    #picto_promo {
        width: 35px;
        left: 10px;
        top: 10px;
        transform: none;
        -webkit-transform: none;
        -ms-transform: none;
        display: none;
    }
    #bandeau_promo + div .event-date {
        top: 16px;
        transform: none;
        -webkit-transform: none;
        -ms-transform: none;
    }
    #bandeau_promo + div .event-day {font-size: 35px;line-height: 28px;}
    #bandeau_promo + div .event-month {font-size: 16px;line-height: 16px;}
    #promo_date{ width: 18%; }
    #promo_txt_ctn{ width: 82%; padding-left: 10px;}
    #promo_txt_ctn .v_ctn:first-child{ width:65%; }
    #promo_txt_ctn .v_ctn:last-child{ width: 35%; }
    #promo_txt_ctn > div{ width: 100%; }
    #promo_txt{ font-size: 15px; line-height: 15px; padding: 0;}
    #promo_img_ctn > div{ display: none; }
    #bandeau_promo + div .btn-promo {
        width: 64px;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
    }
    .btn-promo, .btn-promo:active, .btn-promo:visited, .btn-promo:focus { font-size: 13px; padding: 4px 5px; }
    #btn-fb > div {width: 160px;}
    #btn-fb > div > img {width: 18px;}
}

/* #endregion PROMO.CSS */

/*******************/

/* #region BLOC-HORAIRES.CSS */

    /******************************* panel horaires ******************************/

    /* #horaires ~ section > .row > div {
        padding: 15px 0 0 15px;
    } */

    .panel {
        padding: 0px;
        min-width: 122px;
        max-width: 400px;
    }

    .panel-jour { border: 2px solid #984F56; }

    .panel-jour .panel-heading {
        color: #fff;
        background-color: #984F56;
        font-family: 'Fjalla One', sans-serif;
        text-align: center;
        font-size: 24px;
        height: 48px;
        line-height: 38px;
        padding: 2px 0;
        letter-spacing: 0.7px;
        border: 4px solid #fff;
    }

    .panel-jour .panel-body {
        color: #fff;
        font-family: 'Fjalla One', sans-serif;
        text-align: center;
        font-size: 19px;
        padding: 0px;
    }

    .panel-jour .panel-body { font-size: 15px; }
    .panel-jour .panel-body .ere { font-size: 12px; }

    .panel-jour .panel-body .info { 
        font-size: 15px !important; 
        line-height: 30px;
    }

    .panel-jour .panel-body > div {
        color: #fff;
        padding: 4px 0px;
        height: 68px;
        line-height: 28px;
    }

    .panel-jour .panel-body > div.bloc2h {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 136px;
    }

    .panel-jour .panel-body > div { background-color: #fff; border: 4px solid #fff;}
    .panel-jour .panel-body > div.ashtanga { background-color: #EDA20C; }
    .panel-jour .panel-body > div.vinyasa { background-color: #F2C464; }
    .panel-jour .panel-body > div.yin { background-color: #B78489; }
    .panel-jour .panel-body > div.restorative { background-color: #842F3C; }
    .panel-jour .panel-body > div.fusion { background-color: #9c252552; }
    .panel-jour .panel-body > div.empty { 
        background: url(../images/losange-6.webp) #fff no-repeat center center;
        background-size: 12px 12px;
    }

    .panel-mobile .panel-body > div.empty {
        /* height: 40px; */
    }

    .panel-jour .panel-body > div.fusion,
    .panel-mobile .panel-body > div.fusion {
        /* color: #984F56 !important; */
    }


    .panel-jour img {
        display: inline !important;
    }

    .panel-jour .losange {
        width: 8px;
        height: 10px;
        margin: 0 8px;
        vertical-align: initial;
    }

    .panel-jour .niveau { font-size: 13px; }

    .panel-jour .prof { font-size: 14px; }

    .slider-planning div {
        padding: 0;
    }

    .panel-legende {
        background-color: #984F56 !important;
        color: #fff !important;
        padding: 0 10px !important;
        max-width: 100% !important;
    } 
    .panel-legende .panel-body > div {
        background-color: transparent !important;
        border: none !important;
        height: 30px !important;
        line-height: 30px !important;
        text-align: left;
    }

    .panel-legende .panel-body .row {
        margin: 0;
    }

    .panel-legende hr {
        margin-top: 5px;
        margin-bottom: 5px;
    }

    .panel-jour .panel-body .sonore { 
        font-size: 14px !important; 
        letter-spacing: -0.4px !important;
    }
    .panel-jour .panel-body .sonore .prof {
        font-size: 13px !important; 
        letter-spacing: -0.4px !important;
    } 

    .panel-mobile {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: stretch;
        flex-wrap: wrap;
        height: 100% !important;
    }

    /******************************* Media ******************************/


    /* 992px à 1200px et plus (ordi wide) */
    @media(max-width:1200px) {

        .panel-jour .panel-body { font-size: 16px !important; }
        .panel-legende .panel-body { font-size: 15px !important; }
        .panel-jour .panel-body .init { font-size: 14px !important; }
        /* .panel-jour .panel-body .multi { font-size: 14px !important;} */
        /* .panel-jour .panel-body .mysore { font-size: 15px !important; } */
        /* .panel-jour .panel-body .sonore { font-size: 12px !important; } */
        .panel-jour .panel-body .ere { font-size: 11px; }
        .panel-jour .panel-body .info { font-size: 14px !important;}


        .panel { min-width: 145px; }

        .panel-jour .prof { 
            font-size: 13px; 
        }
    }

    /* 768px à 992px */
    @media(max-width:992px) {

        .panel-jour .panel-body { font-size: 13px !important; }
        .panel-jour .panel-body .init { font-size: 11px !important; }
        /* .panel-jour .panel-body .multi { font-size: 13px !important; } */
        /* .panel-jour .panel-body .mysore { font-size: 13px !important; } */
        /* .panel-jour .panel-body .sonore { font-size: 11px !important; } */
        .panel-jour .panel-body .sonore .prof { font-size: 12px !important; }
        .panel-jour .panel-body .ere { font-size: 10px; }
        .panel-jour .panel-body .info { 
            font-size: 13px !important; 
            line-height: 25px;
        }

        .panel-jour .panel-body > div {
            height: 60px;
            line-height: 24px;
            border: 2px solid #fff;
        }

        .panel-jour .panel-body > div.bloc2h {
            height: 120px;
        }

        .panel { min-width: 118px; }

        .panel-jour .panel-heading { border: 2px solid #fff; }

        .panel-jour .niveau { font-size: 11px; }

        .panel-jour .prof { font-size: 12px; }
    }

    /* tablet device */
    @media(max-width:768px) {

        .panel { 
            padding: 4px;
            max-width: 400px;
        }

        .panel-jour .panel-heading {
            font-size: 22px;
            height: 34px;
            line-height: 34px;
            padding: 1px 0;
            letter-spacing: 0.5px;
        }

        /* .panel-jour .panel-body > div {
            height: 40px;
            line-height: 40px;
        } */

        .panel-jour .losange{
            width: 6px;
            height: 7px;
            margin: 0 6px;
        }

        /******************************* Mobile ******************************/

        .panel-mobile {
            height: 255px;
            max-width: 420px;
            padding: 2px !important;
            margin-bottom: 0;
        }

        .panel-mobile .panel-heading {
            font-size: 22px;
            height: 42px;
            border: 4px solid #fff;
        }

        .panel-mobile .panel-body {
            color: #fff;
            font-family: 'Fjalla One', sans-serif;
            text-align: center;
            font-size: 19px !important;
            padding: 0px;
        }

        .panel-mobile .panel-body > div {
            color: #fff;
            padding: 4px 0px;
            height: 68px;
            line-height: 26px;
            border: 4px solid #fff;
        } 
        .panel-mobile .prof { font-size: 16px !important; }
        .panel-jour .panel-body .sonore { font-size: 14px !important; }
        .panel-jour .panel-body .sonore .prof { font-size: 14px !important; }

    }

    /* 480 à 768px (phablet) */
    @media(max-width:480px) {

        /******************************* Mobile ******************************/

        .panel-mobile { 
            height: 254px;
            max-width: 420px;
            padding: 2px !important;
        }

        .panel-mobile .panel-heading {
            font-size: 22px;
            height: 42px;
            border: 4px solid #fff;
        }

        .panel-mobile .panel-body {
            color: #fff;
            font-family: 'Fjalla One', sans-serif;
            text-align: center;
            font-size: 19px !important;
            padding: 0px;
        }

        .panel-mobile .panel-body > div {
            color: #fff;
            padding: 4px 0px;
            height: 68px;
            line-height: 26px;
            border: 4px solid #fff;
        } 
        .panel-mobile .prof { font-size: 16px !important; }

    }

    /* 0 à 480px (mobile) */
    @media(max-width:480px) {

        .panel { padding: 4px; }

        .panel-jour .panel-heading {
            font-size: 22px;
            height: 34px;
            line-height: 34px;
            padding: 1px 0;
            letter-spacing: 0.5px;
        }

        .panel-jour .panel-body { font-size: 18px;}
        /* .panel-jour .panel-body .multi { font-size: 16px;} */
        /* .panel-jour .panel-body .sonore { font-size: 11px !important; letter-spacing: -0.4px !important;} */
        .panel-jour .panel-body .sonore .prof { font-size: 11px !important; letter-spacing: -0.4px !important;}
        .panel-jour .panel-body .info { 
            font-size: 12px !important; 
            line-height: 20px !important;
        }

        .panel-jour .panel-body > div, .panel-jour .panel-body > div {
            height: 40px;
            line-height: 40px;
        }

        .panel-jour .losange {
            width: 6px;
            height: 7px;
            margin: 0 6px;
        }

        .panel-legende .panel-body { font-size: 12px !important; }
        .panel-legende .panel-body > .row > div { padding-right: 0px; }

        /******************************* Mobile ******************************/

        .panel-mobile {
            height: 322px;
            max-width: 420px;
            padding: 2px !important;
        }

        .panel-mobile .panel-heading {
            font-size: 22px;
            height: 42px;
            border: 4px solid #fff;
        }

        .panel-mobile .panel-body {
            color: #fff;
            font-family: 'Fjalla One', sans-serif;
            text-align: center;
            font-size: 17px !important;
            padding: 0px;
        }

        .panel-mobile .panel-body > div {
            color: #fff;
            padding: 4px 0px;
            /* height: 68px; */
            /* line-height: 26px; */
            height: 60px;
            line-height: 23px;
            border: 4px solid #fff;
        } 

        .panel-mobile .panel-body > div.bloc2h {
            height: 120px;
            line-height: 28px;
        }

        .panel-mobile .niveau { font-size: 14px !important; }

        .panel-mobile .prof { font-size: 16px !important; }
    }

    /* 0 à 380px (tiny mobile) */
    @media(max-width:380px) {
        .panel-mobile .panel-body { font-size: 16px !important; }
        /* .panel-mobile .panel-body .multi {font-size: 12px !important;letter-spacing: -0.5px;} */
        /* .panel-mobile .panel-body .mysore {font-size: 13px !important;letter-spacing: -0.5px;} */
        .panel-mobile .prof { font-size: 13px !important; }
        /* .panel-jour .panel-body .sonore { font-size: 10px !important; letter-spacing: -0.4px !important;} */
        /* .panel-jour .panel-body .sonore .prof { font-size: 10px !important; letter-spacing: -0.4px !important;} */
    }

/* #endregion BLOC-HORAIRES.CSS */

/*******************/

/* #region BLOC-TARIFS.CSS */

    #tarifs + section > .row > div.block {
        padding: 15px 0 0 15px;
    }

    .panel-tarifs {
        padding: 0px;
        min-width: 296px;
        max-width: 400px;
        /*width:296px;*/
        height: 200px;
    }

    .panel-1-cours { background-color: #984F56; }
    .panel-2-cours { background-color: rgba(152, 79, 86, 0.6); }
    .panel-illimite { background-color: rgba(152, 79, 86, 0.3); }




    .panel-decouvrir, .panel-reservation { background-color: rgba(152, 79, 86, 0.1); }
    .panel-exterieur { background-color: #E6E6E6; }

    .panel-exterieur, .panel-decouvrir { height: 125px; }
    .panel-reservation { height: 150px; }

    .panel-tarifs > .panel-heading {
        color: #fff;
        font-family: 'Fjalla One', sans-serif;
        text-align: center;
        font-size: 22px;
        height: 52px;
        line-height: 48px;
        padding: 2px 0;
        letter-spacing: 0.7px;
        border-bottom: 2px solid #fff;
    }

    .panel-illimite .panel-heading { 
        color: #984F56; 
        border-bottom: 2px solid #984F56;
    }

    .panel-exterieur .panel-heading, .panel-decouvrir .panel-heading { border-bottom: none; }

    .panel-decouvrir .panel-heading > div:first-child, .panel-exterieur .panel-heading > div:first-child {
        padding: 0;
        text-align: left;
    }
    .panel-decouvrir .panel-heading > div:first-child {
        color: rgba(152, 79, 86, 0.5);
        border-bottom: 2px solid rgba(152, 79, 86, 0.5);
    }
    .panel-exterieur .panel-heading > div:first-child {
        color: #999;
        border-bottom: 2px solid #999;
    }
    .panel-exterieur .panel-heading > div:last-child, .panel-decouvrir .panel-heading > div:last-child {
        padding: 0 5px;  
        text-align: left;
        font-family: 'Lobster', sans-serif;
        font-size: 37px;
    }
    .panel-decouvrir .panel-heading > div:last-child { color: rgba(152, 79, 86, 0.5); }
    .panel-exterieur .panel-heading > div:last-child { color: #999; }

    .panel-exterieur .panel-heading > div:last-child > span, .panel-decouvrir .panel-heading > div:last-child > span {
        font-size: 22px;
        position: absolute;
        margin-top: -7px;
        padding-left: 0px;
    }

    .panel-tarifs > .panel-body {
        color: #fff;
        font-family: 'Fjalla One', sans-serif;
        font-size: 19px;
        text-align: center;
        padding: 0px;
        height: auto;
    }

    .panel-exterieur .panel-body, .panel-decouvrir .panel-body { padding: 15px 30px; }

    .panel-tarifs > .panel-body > div { padding: 0px 10px; }

    .panel-exterieur .panel-body > div, .panel-decouvrir .panel-body > div {
        padding: 0px;
        font-family: 'Open Sans', sans-serif;
        font-style: italic;
        font-size: 15px;
        line-height: 20px;
        height: auto;
        text-align: left;
        margin-top: 0px;
    }

    .panel-decouvrir .panel-body > div { color: rgba(152, 79, 86, 0.5); }
    .panel-exterieur .panel-body > div { color: #999; }

    .circle-tarifs {
        border-radius: 75px;
        /*background: #B58287;*/
        background: rgba(255, 255, 255, 0.4);
        width:104px;
        height:104px;
        padding-top: 25px;
        margin: 14px auto 0 auto;

        color: #fff;
        font-family: 'Lobster', sans-serif;
        font-size: 42px;
        text-align: center;
    }

    .panel-illimite .circle-tarifs { color: #984F56; }

    .circle-tarifs > div {
        margin-right: 20px;
    }

    .circle-tarifs > div > span {
    font-size: 24px;
    position: absolute;
    margin-top: -2px;
    padding-left: 2px;
    }

    .trimestre {
        color: #fff;
        font-family: 'Lobster', sans-serif;
        font-size: 24px;
        text-align: left;
        margin-top: 56px;
        line-height: 24px;
        height: 24px;
    }

    .panel-illimite .trimestre { color: #984F56; }

    .annee {
        color: #fff;
        opacity: 0.7;
        font-family: 'Open Sans', sans-serif;
        font-style: italic;
        font-size: 18px;
        line-height: 24px;
        height: 24px;
        text-align: left;
        margin-top: 0px;
    }

    .panel-illimite .annee { color: #984F56; font-weight: 600; }

    .adhesio {
        color: #fff;
        opacity: 0.7;
        font-family: 'Open Sans', sans-serif;
        font-style: italic;
        font-size: 13px;
        line-height: 24px;
        height: 24px;
        text-align: center;
        margin-top: 2px;
    }

    .panel-illimite .adhesio { color: #984F56; font-weight: 600; }

    .panel-tarifs .losange {
        width: 11px;
        height: 14px;
        margin: 10px;
    }

    #tarifs + section h4 {
        margin: 50px 0 20px 0;
    }

    h4 > .label, .h4 > .label {
        font-weight: normal;
        /* top: -3px; */
        position: relative;
        font-size: 20px;
    }

    /******************************* fin panel tarifs ******************************/

    a.btn-inscription {
        /* background-color: #EEC382; */
        background-color: #984F56;
        color: #fff;
        font-family: 'Fjalla One', sans-serif;
        font-size: 16px;
        text-align: center;
        padding: 4px 10px;
        min-width: 275px;
        max-width: 400px;
        height: auto;
        text-decoration: none;
        border-radius: 0;
    }

    a.btn-disabled {
        background-color: #cacaca !important;
        cursor: text !important;
    }


    #horaires + section a.btn-inscription,
    .tab-content a.btn-inscription {
        max-width: 100%;
        cursor: pointer;
        margin-bottom: 10px;
        text-decoration: none !important;
    }

    a.btn-inscription:hover { 
        background-color: #EEC382 !important;
        border-color: #EEC382 !important;
        /* background-color: #984F56; */
    }

    .btn-planning:hover { 
        background-color: #984F56; 
    }


    /* mobile device */
    @media(max-width:480px) {

        h4 > .label, .h4 > .label { font-size: 12px; }
        h4 > .label { line-height: 3; }

        #tarifs ~ section > .row > div { padding: 0; }

        /******************************* panel mobile tarifs - main row ******************************/

        .panel-tarifs {
            padding: 0px;
            min-width: 222px;
            max-width: 300px;
            /*width:222px;*/
            height: 147px;
            margin-top: 12px;
        }

        .panel-tarifs > .panel-heading {
            font-size: 18px;
            height: 39px;
            line-height: 36px;
            padding: 2px 0;
        }

        .panel-tarifs > .panel-body { font-size: 14px; }

        .circle-tarifs {
            width:75px;
            height:75px;
            padding-top: 16px;
            margin: 12px auto 0 auto;
            font-size: 31px;
        }

        .circle-tarifs > div { margin-right: 12px; }

        .circle-tarifs > div > span {
        font-size: 13px;
        margin-top: 2px;
        padding-left: 2px;
        }

        .trimestre {
            font-size: 16px;
            margin-top: 42px;
            line-height: 16px;
            height: 16px;
        }

        .annee {
            font-size: 13px;
            line-height: 13px;
            height: 13px;
        }

        .adhesio {
            font-size: 10px;
            line-height: 13px;
            height: 13px;
            margin-top: 6px;
        }

        .panel-tarifs .losange {
            width: 9px;
            height: 12px;
            margin: 8px;
        }
        /******************************* fin panel mobile tarifs - main row ******************************/

        /******************************* panel mobile tarifs - second row ******************************/

        .panel-exterieur, .panel-decouvrir { height: 94px; }

        .panel-reservation { height: 119px; }

        .panel-exterieur .panel-heading > div:first-child, .panel-decouvrir .panel-heading > div:first-child {
            padding: 0;
            font-size: 16px;
        }

        .panel-exterieur .panel-heading > div:last-child, .panel-decouvrir .panel-heading > div:last-child {
            padding: 0 4px;
            text-align: left;
            font-size: 25px;
        }
        .panel-exterieur .panel-heading > div:last-child > span, .panel-decouvrir .panel-heading > div:last-child > span {
            font-size: 16px;
            margin-top: -5px;
        }

        .panel-exterieur .panel-body, .panel-decouvrir .panel-body { padding: 11px 22px; }


        .panel-exterieur .panel-body > div, .panel-decouvrir .panel-body > div {
            font-size: 11px;
            line-height: 15px;
        }

        .panel-tarifs .losange {
            width: 9px;
            height: 12px;
            margin: 8px;
        }

        img#cadeau {
            width: 29px;
            height: 29px;
        }

    /******************************* fin panel tarifs ******************************/

        a.btn-inscription {
            font-size: 14px;
            min-width: 222px;
            max-width: 300px;
            cursor: pointer;
            margin-bottom: 10px;
            text-decoration: none !important;
        }

    }
/* #endregion BLOC-TARIFS.CSS */

/*******************/

/* #region BLOC-COURS.CSS */

    #cours + section > .row > div.block {
        padding: 15px 0 0 15px;
    }

    .panel-cours {
        padding: 0px;
        height: 260px;
    }

    .panel-ashtanga { background-color: #EDA20C; }
    .panel-mysore { background-color: #EDA20C; }
    .panel-vinyasa { background-color: #F2C464; }
    .panel-yin { background-color: #B78489; }
    .panel-enfants { background-color: #842F3C; }
    .panel-fusion { background-color: #d1757552; }

    .panel-ashtanga, .panel-mysore, .panel-vinyasa, .panel-yin, .panel-enfants, .panel-fusion { height: 260px; }

    .btn-cours, .btn-cours:active, .btn-cours:visited, .btn-cours:focus {
        background-color: #fff;
        border-color: #fff;
        color: #EDA20C !important;
        border-radius: 0px;
        font-family: "Fjalla One",sans-serif;
        font-size: 15px;
        padding: 5px 10px;
        position: absolute;
        right: 30px;
        bottom: 15px;
    }

    .panel-ashtanga .btn-cours {color: #EDA20C !important;}
    .panel-mysore .btn-cours {color: #EDA20C !important;}
    .panel-vinyasa .btn-cours {color: #F2C464 !important;}
    .panel-yin .btn-cours {color: #B78489 !important;}
    .panel-enfants .btn-cours {color: #842F3C !important;}
    .panel-fusion .btn-cours {color: #842F3C !important;}

    /*.btn-cours:hover {
        background-color: #f0b53d;
        border-color: #f0b53d;
        color: #fff !important;
    }
    */

    .panel-cours > .panel-heading {
        color: #fff;
        font-family: 'Fjalla One', sans-serif;
        text-align: center;
        font-size: 22px;
        height: 52px;
        line-height: 48px;
        padding: 2px 0;
        letter-spacing: 0.7px;
        border-bottom: 2px solid #fff;
    }

    .panel-cours > .panel-body {
        color: #fff;
        font-family: 'Open Sans', sans-serif;
        font-size: 14px;
        text-align: justify;
        padding: 10px 30px 30px 30px;
    }

    .panel-cours > .panel-body > .subtitle {
        font-size: 19px;
        text-align: left;
        padding: 0 0 5px 0;
        font-family: 'Lobster', sans-serif;
        text-decoration: underline;
    }
    .panel-fusion > .panel-heading,
    .panel-fusion > .panel-body,
    .panel-fusion > .panel-body > .subtitle {
        color: #842F3C;
    }

    .panel-cours > .panel-body > div { padding: 0px; }

    .panel-cours .losange {
        width: 11px;
        height: 14px;
        margin: 10px;
    }

    #cours ~ section p {padding: 0 !important;}

    /******************************* fin panel tarifs ******************************/

    /* 992px à 1200px et plus (ordi wide) */
    @media(max-width:1200px) {
        .panel-ashtanga, .panel-mysore, .panel-vinyasa, .panel-yin, .panel-enfants, .panel-fusion { height: 280px; }
    }

    /* 768px à 992px */
    @media(max-width:992px) {
        .panel-ashtanga, .panel-mysore, .panel-vinyasa, .panel-yin, .panel-enfants, .panel-fusion { height: none; padding-bottom: 25px; }
    }

    /* 480 à 768px (phablet) */
    @media(max-width:768px) {
        .panel-ashtanga, .panel-mysore, .panel-vinyasa, .panel-yin, .panel-enfants, .panel-fusion { height: none; padding-bottom: 25px; }
    }

    /* mobile device */
    @media(max-width:480px) {

        #cours ~ section > .row > div { padding: 0; }

        /******************************* panel mobile cours ******************************/
        .panel-cours  {margin-top: 12px; }

    /*    .panel-cours > .panel-heading {
            font-size: 18px;
            height: 39px;
            line-height: 36px;
            padding: 2px 0;
        }

        .panel-cours > .panel-body { font-size: 14px; }

        .panel-cours .losange {
            width: 9px;
            height: 12px;
            margin: 8px;
        }*/
        /******************************* fin panel mobile cours  ******************************/
    }
/* #endregion BLOC-COURS.CSS */

/*******************/

/* #region COURS.CSS */
    #tabs_cours .nav-tabs {border-bottom: 1px solid #984F56;}

    #page_croisiere + section .nav>li {
        min-width: 0;
        width: 20%;
    }

    #tabs_cours .nav>li>a {
        color: #00A99C;
        font-family: "Fjalla One",sans-serif;
        font-size: 18px;
        line-height: 30px;
        text-align: center;
        border-radius: 0;
        padding: 10px;
        margin-right: 0px;
    }
    #tabs_cours .nav>li>a:hover {
        background-color: rgba(102, 102, 102, 0.1);
        color: #00A99C;
        border-color: rgba(0, 0, 0, 0);
    }
    #tabs_cours .nav>li.active>a {
        font-weight: normal;
        color: #FFF;
    }
    #tabs_cours .nav>li.active>a:hover {
        color: #FFF;
    }

    #tabs_cours .nav-tabs>li.active>a, 
    #tabs_cours .nav-tabs>li.active>a:focus {
        cursor: default;
        background-color: #EDA20C;
        border: 1px solid #EDA20C;
        border-bottom-color: rgba(0, 0, 0, 0);
        color: #fff;
    }

    #tabs_cours .nav-tabs>li:not(.active)> a[aria-controls="ashtanga"],
    .nav-tabs>li:not(.active)> a[aria-controls="a_propos_shala"] {color: #EDA20C !important;}
    #tabs_cours .nav-tabs>li:not(.active)> a[aria-controls="mysore"] {color: #EDA20C !important;}
    #tabs_cours .nav-tabs>li:not(.active)> a[aria-controls="vinyasa"],
    .nav-tabs>li:not(.active)> a[aria-controls="pratiquer_au_shala"] {color: #F2C464 !important;}
    #tabs_cours .nav-tabs>li:not(.active)> a[aria-controls="pranayama"] {color: #D6B8BB !important;}
    #tabs_cours .nav-tabs>li:not(.active)> a[aria-controls="yin"],
    .nav-tabs>li:not(.active)> a[aria-controls="planning"] {color: #B78489 !important;}
    #tabs_cours .nav-tabs>li:not(.active)> a[aria-controls="restorative"],
    .nav-tabs>li:not(.active)> a[aria-controls="venir_au_shala"] {color: #842F3C !important;}
    #tabs_cours .nav-tabs>li:not(.active)> a[aria-controls="enfants"] {color: #842F3C !important;}
    #tabs_cours .nav-tabs>li:not(.active)> a[aria-controls="fusion"] {color: #D6B8BB !important;}

    #tabs_cours .nav-tabs>li.active> a[aria-controls="ashtanga"],
    .nav-tabs>li.active> a[aria-controls="a_propos_shala"] {
        background-color: #EDA20C !important;
        border: 1px solid #EDA20C !important;
    }
    #tabs_cours .nav-tabs>li.active> a[aria-controls="mysore"] {
        background-color: #EDA20C !important;
        border: 1px solid #EDA20C !important;
    }
    #tabs_cours .nav-tabs>li.active> a[aria-controls="vinyasa"],
    .nav-tabs>li.active> a[aria-controls="pratiquer_au_shala"] {
        background-color: #F2C464 !important;
        border: 1px solid #F2C464 !important;
    }
    #tabs_cours .nav-tabs>li.active> a[aria-controls="pranayama"] {
        background-color: #D6B8BB !important;
        border: 1px solid #D6B8BB !important;
    }
    #tabs_cours .nav-tabs>li.active> a[aria-controls="yin"],
    .nav-tabs>li.active> a[aria-controls="planning"] {
        background-color: #B78489 !important;
        border: 1px solid #B78489 !important;
    }
    #tabs_cours .nav-tabs>li.active> a[aria-controls="restorative"],
    .nav-tabs>li.active> a[aria-controls="venir_au_shala"] {
        background-color: #842F3C !important;
        border: 1px solid #842F3C !important;
    }
    #tabs_cours .nav-tabs>li.active> a[aria-controls="enfants"] {
        background-color: #842F3C !important;
        border: 1px solid #842F3C !important;
    }
    .nav-tabs>li> a[aria-controls="essai_gratuit"] {
        background-color: #984F56 !important;
        border: 1px solid #984F56 !important;
        color: #fff !important;
    }
    #tabs_cours .nav-tabs>li.active> a[aria-controls="fusion"] {
        background-color: #D6B8BB !important;
        border: 1px solid #D6B8BB !important;
    }

    .tab-content .row {
        margin: 30px 10px;
    }
 
    #page_croisiere + section .panel-tarifs {
        margin: 20px 0 30px auto;
        height: 135px;
        max-width: 350px;
    }

    #page_croisiere + section .panel-cadeau {
        margin-top: 0; 
        margin-bottom: 0; 
        height: 49px !important;
        line-height: 49px;
        color: #fff;
        font-family: 'Lobster', sans-serif;
        font-size: 24px;
        opacity: 0.6;
    }

    #tabcordion a {
        /* text-decoration: underline; */
    }

    #tabcordion .panel {
        padding: 4px 0;
        max-width: 480px;
        box-shadow: none;
    }

    #tabcordion .panel-heading {
        text-align: center;
        padding: 0;
    }


    /*#tabcordion .panel-heading > a[aria-expanded="true"] {
        background-color: #fff;
        font-family: "Fjalla One",sans-serif;
        color: #EDA20C;
        font-size: 18px;
        line-height: 50px;
        height: 50px;
        width: 100%;
        display: inline-block;
        border: 1px solid #984F56;
        text-decoration: none;
    }

    #tabcordion .panel-heading > a[aria-expanded="true"][aria-controls="ashtanga"] { color: #EDA20C; }
    #tabcordion .panel-heading > a[aria-expanded="true"][aria-controls="mysore"] { color: #EDA20C; }
    #tabcordion .panel-heading > a[aria-expanded="true"][aria-controls="vinyasa"] { color: #F2C464; }
    #tabcordion .panel-heading > a[aria-expanded="true"][aria-controls="pranayama"] { color: #D6B8BB; }
    #tabcordion .panel-heading > a[aria-expanded="true"][aria-controls="yin"] { color: #B78489; }*/

    #tabcordion .panel-heading > a {
        background-color: #EDA20C;
        font-family: "Fjalla One",sans-serif;
        color: #fff;
        font-size: 18px;
        line-height: 50px;
        height: 50px;
        width: 100%;
        display: inline-block;
        text-decoration: none;
    }


    #tabcordion .panel-heading > a[aria-controls="ashtanga"],
    .panel-heading > a[aria-controls="a_propos_shala"] { 
        background-color: #EDA20C !important;
        border: 1px solid #EDA20C !important;
    }
    #tabcordion .panel-heading > a[aria-controls="mysore"] { 
        background-color: #EDA20C !important;
        border: 1px solid #EDA20C !important;
    }
    #tabcordion .panel-heading > a[aria-controls="vinyasa"],
    .panel-heading > a[aria-controls="pratiquer_au_shala"] { 
        background-color: #F2C464 !important;
        border: 1px solid #F2C464 !important;
    }
    #tabcordion .panel-heading > a[aria-controls="pranayama"] { 
        background-color: #D6B8BB !important;
        border: 1px solid #D6B8BB !important;
    }
    #tabcordion .panel-heading > a[aria-controls="yin"],
    .panel-heading > a[aria-controls="planning"] { 
        background-color: #B78489 !important;
        border: 1px solid #B78489 !important;
    }
    #tabcordion .panel-heading > a[aria-controls="enfants"] { 
        background-color: #842F3C !important;
        border: 1px solid #842F3C !important;
    }
    #tabcordion .panel-heading > a[aria-controls="restorative"],
    .panel-heading > a[aria-controls="venir_au_shala"] { 
        background-color: #842F3C !important;
        border: 1px solid #842F3C !important;
    }
    #tabcordion .panel-heading > a[aria-controls="fusion"] { 
        background-color: #D6B8BB !important;
        border: 1px solid #D6B8BB !important;
    }

    #tabcordion .panel-heading > a[aria-expanded="true"] {
        border: 1px solid #984F56;
    }

    #tabcordion .panel-collapse {margin: 15px 5px;}

    .btn-yde.rivage, .btn-yde.rivage:active, .btn-yde.rivage:visited, .btn-yde.rivage:focus {background-color: #00A99C;}
    .btn-yde.evasion:hover {background-color: #EDBB6A;}
    .btn-yde.rivage:hover {background-color: #5AC7C1;}

    #social_bar {
        background-color: #EDA20C;
        text-align: center;
        margin-top: 20px;
        margin-bottom: 20px;
        height: 50px;
    }

    #social_bar.rivage {background-color: #00A99C;}


    #social_bar img { 
        margin: 8px auto;
        width: 34px;
    }

    #social_bar > div {
        padding-left:0;
        padding-right:0;
    }

    #social_bar .txt{
        color: #fff;
        font-family: "Fjalla One",sans-serif;
        font-size: 18px;
        line-height: 50px;
        height: 50px;
        text-align: center;
        padding: 0 10px;
        float: left;
    }

    #label >div {
        margin: auto;
        width: 120px;
    }

    #label img {
        float: left;
        width: 24px;
        margin-top: 13px;
    }

    #deroulement .well,
    #avis .well {
        background-color: #fff;
        border-radius: 0px;
        border: none;
        padding: 10px 0 0 0;
        font-size: 12px;
    }

    #deroulement .list-group-item,
    #avis .list-group-item {
        border-radius: 0px;
        padding: 10px 15px;
        margin-bottom: 0px;
        border: none;
    }

    #deroulement .list-group-item:nth-child(odd),
    #avis .list-group-item:nth-child(odd) {
        background: rgba(202, 202, 202, 0.2);
    }

    #deroulement .list-group-item:nth-child(even),
    #avis .list-group-item:nth-child(even) {
        background: rgba(202, 202, 202, 0.4);
    }

    #deroulement .list-group-item .etape,
    #avis .list-group-item .etape {
        color: #666;
        font-weight: 600;
        font-size: 13px;
        text-decoration: underline;
        text-align: left;
        padding-bottom: 10px;
    }

    #deroulement .well .row,
    #avis .well .row {
        margin:0;
    }

    #deroulement .well .title,
    #avis .well .title {
        font-family: 'Lobster', sans-serif;
        font-size: 22px;
        line-height: 22px;
        color: #00A99C;
        text-align: left;
        padding: 0 30px;
    }

    #tabs_cours.evasion #avis .well .title {color: #EDA20C;}
    #tabs_cours.rivage #avis .well .title {color: #00A99C;}

    #deroulement .well .subtitle,
    #avis .well .subtitle {
        font-family: "Fjalla One",sans-serif;
        font-weight: 100;
        font-size: 13px;
        letter-spacing: 0px;
        color: #666;
        text-align: left;
        padding: 10px 30px 20px 30px;
    }

    #tabs_cours #deroulement .well .badge,
    #tabs_cours #avis .well .badge {
        background-color: #EDA20C;
        margin: 0;
        float: right;
    }

    #tabs_cours.rivage #deroulement .well .badge,
    #tabs_cours.rivage #avis .well .badge {
        background-color: #00A99C;
    }

    #deroulement .well .picto,
    #avis .well .picto {
        position: absolute;
        right: 34px;
        top: 0px;
        width: 40px;
    }

    #page_croisiere + section .slider-galerie img{margin: 0 10px 0 10px; height: auto;}

    #tabs_cours .tab-pane{
        height: auto;
        border: 1px solid #984F56;
        margin: 30px 0px;
        background: rgba(202, 202, 202, 0.2);
    }

    /*.slick-prev {left: -15px !important;}*/
    /*.slick-next {right: -15px !important;}*/
    .slick-dots li button:before {/* font-size: 10px !important; */}

    #tabcordion .title, #tabs_cours .title {
        font-family: 'Lobster', sans-serif;
        font-size: 22px;
        line-height: 22px;
        color: #984F56;
        text-align: left;
        padding: 0 30px;
        margin-bottom: 20px;
    }

    .losange {
        width: 9px;
        height: 12px;
        margin: 10px;
    }

    .well h4 {
        margin-top: 0;
    }


    /*************************************************************************************************/
    /* Media */
    /*************************************************************************************************/

    .hidden-xxs {display: block!important;}
    .visible-xxs-block {display: none!important;}
    .visible-xxs-inline {display: none!important;}

    /* 992px à 1200px et plus (Large Devices, Wide Screens) */
    @media(max-width:1200px) {
        #label img {display: none !important;}

    }


    /* 768px à 992px (Medium Devices, Desktops) */
    @media(max-width:992px) {
        #label img {display: block !important;}
        #weezuniq126611, #weezuniq127363 {min-height: 535px !important;}
        .nav-tabs>li> a[aria-controls="essai_gratuit"] { height:103px; }
        a.btn-event { font-size: 13px; }
    }



    /* 480 à 767px (Small Devices, Tablets) */
    @media(max-width:767px) {

        #header_nav.evasion #title {
            font-size: 90px;
            margin-top: 110px;
        }

        #header_nav.evasion #nav-logo {
            height: 110px;
            top: 25%;
            left: 2%;
        }

        #page_croisiere + section .first{ width: 50%;}
        #page_croisiere + section .second{ width: 50%;}
        #page_croisiere + section .circle-tarifs {
            width: 75px;
            height: 75px;
            padding-top: 16px;
            margin: 12px auto 0 auto;
            font-size: 31px;
        }
        #page_croisiere + section .trimestre {
            font-size: 16px;
            margin-top: 42px;
            line-height: 16px;
            height: 16px;
        }
        #page_croisiere + section .annee {
            font-size: 13px;
            line-height: 13px;
            height: 13px;
        }
        #page_croisiere + section .adhesio {
            font-size: 10px;
            line-height: 13px;
            height: 13px;
            margin-top: 6px;
        }
        #page_croisiere + section .panel-tarifs {
            height: 100px;
            min-width: 200px;
            max-width: 250px;
        }
        #page_croisiere + section .circle-tarifs > div > span:first-child {
            margin-top: 9px;
            padding-left: 1px;
            font-size: 22px
        }
        #page_croisiere + section .circle-tarifs > div > span:last-child {
            margin-top: 0px;
            padding-left: 16px;
            font-size: 18px
        }

        #deroulement .well .picto {right: 24px;}

        .navbar #sidemenu-toggle { 
            border: 1px solid #fff;
            border-radius: 4px;
        }
    }

    /* 480px à 600px */
    @media(max-width:600px) {
        #page_croisiere + section .nav>li {width: 33%;}
    }

    /* 0 à 480px (Extra Small Devices, Phones) */
    @media(max-width:480px) {

        .slider-galerie {
            height: 275px;
        }

        .col-xxs-12{width: 100%}
        .col-xxs-offset-0{margin-left: 0%;}

        #header_nav.croisiere #title {
            font-size: 44px;
            margin-top: 135px;
            line-height: 28px;
        }

        #header_nav.croisiere #nav_title {
            width: 180px;
            right: 47%;
        }

        #header_nav.croisiere #nav-logo {
            height: 102px;
            top: 35%;
            left: 50%;
            transform: translate(-50%, -50%);
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
        }

        .hide-xxs {display: none;}
        .hidden-xxs {display: none!important;}
        .visible-xxs-block {display: block!important;}
        .visible-xxs-inline {display: inline!important;}
        
        .visi-xxs-block {display: block;}
        .visi-xxs-inline {display: inline;}

        #page_croisiere + section .first{ width: 100%;}
        #page_croisiere + section .second{ width: 100%;}

        #page_croisiere + section .panel-tarifs {
            width: 100%;
            max-width: none;
            height: 120px;
        }

        #page_croisiere + section .panel-tarifs > .panel-body {
            width: 250px;
            margin: auto;
            font-size: 14px;
        }

        #label img {display: none !important;}
        #social_bar img {
            margin: 8px auto;
            width: 32px;
        }

        #page_croisiere + section .circle-tarifs {
            width: 100px;
            height: 100px;
            margin: 10px 20px 0 auto;
        }

        #page_croisiere + section .circle-tarifs > div {
            margin-top: 5px;
            font-size: 42px;
        }

        #page_croisiere + section .circle-tarifs > div > span:first-child {
            margin-top: 13px;
            padding-left: 2px;
            font-size: 28px;
        }

        #page_croisiere + section .circle-tarifs > div > span:last-child {
            margin-top: 0px;
            padding-left: 18px;
            font-size: 22px;
        }

        #page_croisiere + section .trimestre {
            margin-top: 28px;
            font-size: 22px;
            line-height: 22px;
            height: 22px;
        }
        #page_croisiere + section .annee {
            font-size: 16px;
            line-height: 22px;
            height: 22px;
        }

        #page_croisiere + section .adhesio {
            text-align: left;
            line-height: 10px;
            font-size: 10px;
            margin-top: 2px;
        }

        
        #tabcordion .page-dediee-shala .panel {padding: 0;}

        #tabcordion .panel {padding: 8px 0;}
        #tabcordion img:not(.losange) {margin-bottom: 10px;}

        #deroulement .list-group-item {padding: 10px 0px;}
        #deroulement .list-group-item .etape {font-size: 12px;}
        #deroulement .list-group-item .txt {font-size: 11px;}
        #deroulement .well .title {padding: 0 15px;}
        #deroulement .well .subtitle {padding: 10px 15px 20px 15px;}

        #page_croisiere + section .slider-galerie img {margin: 0px; height: auto;}

        #page_croisiere + section .h1.link {font-size: 20px; line-height: 20px;}
        #page_croisiere + section .h1.link a {font-size: 16px; line-height: 20px;}

        #tabcordion .title {
            font-size: 18px;
            padding: 0px;
            margin-top: 30px;
        }

        #lune.list-group {
            text-align: center;
        }

        #lune .badge-shala {
            float: none !important;
        }

        #map-shala {
            margin: 0;
        }

        .vjs-lock {
            z-index: -1;
        }
    }

/* #endregion COURS.CSS */

/*******************/

/* #region EVENT.CSS*/
    .image_drag {
        overflow: hidden;
    }
    .cover {
        width: 100%;
        position: relative;
        background-repeat: no-repeat;
        image-rendering: -webkit-optimize-contrast;
    }
    img.cover {
        aspect-ratio: 16 / 9;
    }
    #cover > img {
        display: block;
        width: 100%;
        height: auto;
    }
    .row.equal { 
        display: flex;
        flex-direction: row;
    }
    .left_pane {
        padding: 8px;
        min-height: 100px;
    }
    .right_pane {
        padding: 8px;
        min-height: 100px;
    }
    .page_block {
        background-color: #FFF;
        padding-top: 16px;
        padding-bottom: 16px;
        border-radius: max(0px, min(8px, ((100vw - 4px) - 100%) * 9999)) / 8px;
        color: #050505;
        margin-bottom: 16px;
        box-shadow: 0 1px 2px -1px;
    }

    #modal-billeterie .modal-dialog {
        margin: 20px auto;
        width: 600px;
    }

    #description_block {
        height: auto;
        color: #222 !important;
        font-family: 'Open Sans', sans-serif !important;
    }

    #description_block p, #description_block div {
        margin: 0;
        padding: 0;
        border: 0;
        font-size: 100%;
        font: inherit;
        vertical-align: baseline;
        text-align: left;
    }

    #description_block p {
        margin: 1em 0px;
    }

    #description_block ol, #description_block ul, #description_block dl {
        padding: 0 40px;
    }
    
    #description_block.truncate {
        height: auto;
        display: -webkit-box;
        overflow: hidden;
        -webkit-line-clamp: 40;
        -webkit-box-orient: vertical;
        padding-bottom: 0px;
    }

    #event .page_block .title {
        padding: 0px 16px 16px 16px;
        color : #222;
        display: block;
        font-family: "Open sans", Helvetica, Arial, sans-serif;
        font-size: 20px;
        font-weight: 700;
        /* height: 48px; */
        line-height: 20px;
    }
    #event .page_block .content {
        padding: 0 16px;
    }
    #event .page_block .content p {
        color: #222;
        padding: 0 !important;
    }
    #event .page_block .content h2 {
        padding-left: 0px;
        font-size: 22px;
    }
    #event .page_block .content ul, ol {
        /* padding-inline-start: 20px; */
    }

    #event-head {
        background-color: #fff;
        padding: 0;
    }

    #event-cover {
        width: 75% !important; 
        margin: auto
    }

    #event-title h1 {
        font-family: "Fjalla One",sans-serif;
        font-weight: 100;
        color: #eda20c;
        font-size: 30px; 
        line-height: 40px;
        padding: 0; 
    }

    #event-title h1 > .sub, #event-title h2 > .sub {
        color: #eda20c;
        font-size: 24px; 
    }

    .title-alert {
        font-size: 13px; 
        font-family: Helvetica, Arial, sans-serif; 
        opacity: 1 !important; 
        border-radius: 20px;
        /* background-color: #984F56; */
        background-color: #dc3545;
        border-color: #fff;
        color: #fff;
        border: 1px solid transparent;
    }
    
    .cover-alert {
        position: absolute;
        z-index: 2;
        color: #fff; 
        padding: 0px 10px 0px 10px;
        font-family: "Fjalla One",sans-serif;
        /* top: 15px; */
        /* background-color: red !important; */
        font-size: 132% !important;
        font-weight: 500 !important;
        border-radius: 0 !important;
        display: flex;
        align-items: center;
    }

    .title-alert i, .cover-alert i {
        margin-left: 8px;    
    }

    .last-tickets { 
        background-color: #eda20c !important;
    }

    .complet { 
        background-color: #dc3545 !important;
    }

    .text-complet {
        color: #dc3545 !important;
    }

    .draft { 
        background-color: #3594dc !important;
    }

    #event-subtitle .h3 {
        font-size: 20px; 
        color: #984F56; 
        font-weight: normal; 
        padding: 0; 
        margin: 15px 0 0 0;
    }

    #event-btn-ticket {
        margin-top: 20px; 
        margin-bottom: 10px; 
        text-align: center
    }

    #event-btn-ticket a {
        color: #fff; 
        font-size: 16px; 
        padding: 8px 16px;
        background-color: #984F56;
        border-color: #fff;
        min-width: 198px;
    }

    #event-btn-back {
        margin-top: 20px; 
        margin-bottom: 10px; 
        text-align: center;
    }
    
    /* #event-btn-back a {
        color: #1d1f23; 
        background-color: #e4e6eb; 
        line-height: 20px;
        width: 198px;
    } */

    #event-head .slick-prev,
    #event-head .slick-prev.mobile {
        left: 5%;
    }

    #event-head .slick-next,
    #event-head .slick-next.mobile {
        right: 5%;
    }

    #event-head .slick-prev.mobile,
    #event-head .slick-next.mobile {
        display: none;
    }

    pre code {
        font-family: 'Open Sans';
        text-align: justify;
    }

    .zoom-on-hover, .rotate-on-hover i {
        transition: all .3s ease;
        -webkit-font-smoothing: antialiased;
    }

    .rotate-on-hover:hover i {
        transform: rotate(360deg);
    }

    .zoom-on-hover:hover {
        -ms-transform: scale(1.1); /* IE 9 */
        -webkit-transform: scale(1.1); /* Safari 3-8 */
        transform: scale(1.1);
    }

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

    .ellipsis.multiline {
        white-space: unset;
        display: -webkit-box;
        -webkit-box-orient: vertical;
    }

    .ellipsis.multiline.line-2 { -webkit-line-clamp: 2; }
    .ellipsis.multiline.line-3 { -webkit-line-clamp: 3; }
    .ellipsis.multiline.line-4 { -webkit-line-clamp: 4; }

    a.btn {
        color: #fff;
        font-family: 'Fjalla One', sans-serif;
        text-align: center;
        padding: 4px 10px;
        height: auto;
        text-decoration: none;
        border-radius: 0;
    }

    a.btn-reservation {
        background-color: #EEC382;
    }

    a.btn-reservation:hover {
        background-color: #EEC382 !important;
        border-color: #EEC382 !important;
        color: #fff !important;
    }

    a.btn-retour {
        font-size: 15px;
        color: #1d1f23;
        background-color: #e4e6eb;
        line-height: 20px;
        width: 198px;
    }

    a.btn-reservation i, a.btn-retour i {
        margin-right: 15px;
    }

    a.btn-retour:hover {
        /* text-decoration: underline; */
    }

    @media (max-width: 480px) {
        #event .page_block .content p {
            padding: 0 !important;
        }

        #event-title h1 {
            font-size: 28px;
            margin: 0;
            text-align: center;
        }

        #event-title h1 > .sub {
            font-size: 22px; 
        }

        #event-subtitle .h3 {
            text-align: center;
        }

        #event-head .left_pane {
            padding: 8px 15px;
        }

        #modal-billeterie .modal-dialog {
            width: initial;
        }
    }

    @media (max-width: 768px) {
        #event .page_block .content p {
            padding: 0 !important;
        }
    }

    @media (max-width: 992px) {

        .row.equal { 
            display: flex;
            flex-direction: column;
        }

        #event-cover {
            width: 100% !important; 
        }

        #event-head .slick-prev,
        #event-head .slick-next {
            display: none;
        }

        #event-head .slick-prev.mobile,
        #event-head .slick-next.mobile {
            display: initial;
        }
    }

    @media (min-width: 480px) and (max-width: 992px) {
        .flex-tablet {
            display: flex; 
            column-gap: 16px;
        }
    }

/* #endregion */

/*******************/

/* #region */
/* #endregion */

img.avatar{
    object-fit: cover;
    object-position: 50% 35%;
    width: 130px;
    height: 130px;
    -webkit-border-radius: 130px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 130px;
    -moz-background-clip: padding;
    border-radius: 130px;
    background-clip: padding-box;
    margin: 7px 0 0 5px;
    /* float: left; */
    background-size: cover;
    background-position: center center;
}
