/* ------- **** Responsive **** start --- */

/* *** Max Width 1400 start *** */
@media(max-width: 1400px){

    .site-nav > ul > li > a {
        font-size: 16px;
    }
    /* -- contact page start -- */
    .fullWidth_midLogo_block a img {
        max-width: 250px;
    }
    .fullWidth_top_btn_block button, .fullWidth_top_btn_block .btn_appearance_none {
        font-size: 16px;
    }
    .contact_page_mainSec {
        padding: 50px 0;
      }
    /* -- contact page end -- */

}
/* *** Max Width 1400 end *** */

/* *** Max Width 1280 start *** */
@media(max-width: 1280px){

    .container {max-width: 100%; padding: 0 20px;}

    .inner_sub_block.horaraires_block_content {
        padding: 60px 0 10px;
        /* padding: 60px 10% 10px; */
    }

    /* -- home page -- Qui section -- start -- */
    .home_content_block.qui_content_block::after {
        height: 200px;
        width: 120px;
        left: -120px;
    }
    /* -- home page -- Qui section -- start -- */

    .fullWidth_top_btn_block button, .fullWidth_top_btn_block .btn_appearance_none {
        font-size: 14px;
        padding: 5px 2px;
    }


/* lcc-modal-alert start */

.js-lcc-modal-alert { max-width: calc(100% - 40px); }

/* lcc-modal-alert end */



}
/* *** Max Width 1280 end *** */

/* *** Min Width 1281 start */
@media(max-width: 1281px){
    .js-lcc-modal-alert {
        display: flex;
        flex-flow: column;
        gap: 30px;
        /*flex-wrap: wrap;*/
        align-items: center;
    }
    /*.js-lcc-modal-alert .lcc-modal__actions {*/
    /*    display: flex;*/
    /*    flex-flow: column;*/
    /*    flex: 100%;*/
    /*    min-width: auto;*/
    /*    gap: 0;*/
    /*    text-align: center;*/
    /*    justify-content: space-between;*/
    /*}*/

    .js-lcc-modal-alert .lcc-modal__actions button:first-child,
    .js-lcc-modal-alert .lcc-modal__actions button:nth-child(2) {
        width: calc(50% - 10px);
    }
}
/* *** Min Width 1281 end */

/* *** Max Width 1199 start *** */
@media(max-width: 1199px){

    /******header*****/
    .site-nav > ul > li{padding: 0 2px;}
    /******header*****/

    /*--- footer start ---*/
    h3.bottom_copy_text {
        font-size: 16px;
    }
    /*--- footer end ---*/

    /* --- inner page -- start ---*/
    .inner-banner-txt {
        padding-bottom: 30px;
    }
    .inner_form_block_bg::before {
        display: none;
    }
    /* --- inner page -- end ---*/

    /* ITEMS : Bureaux */
    ._ul_solutions {
        display: flex;
        flex-flow: column;
        align-items: center;
    }
    ._ul_solutions ._li_solution {
        padding: 20px;
        width: 100%;
        max-width: 430px;
    }
    /* ITEMS : Bureaux */

    /* -- contact page start -- */
    .fullWidth_midLogo_block a img {
        max-width: 200px;
      }
    .fullWidth_top_btn_block button, .fullWidth_top_btn_block .btn_appearance_none {
        font-size: 14px;
        padding: 5px 2px;
    }
    .price_slab_left h4 {
        font-size: 18px;
    }
    .price_slab_right p {
        font-size: 20px;
    }
    .price_slab_left p {
        font-size: 14px;
    }
    .price_slab_left_subTotal h3 {
        font-size: 36px;
    }
    .price_slab_right_subtotal p {
        font-size: 36px;
    }
    /* -- contact page end -- */

}
/* *** Max Width 1199 end *** */

/* *** Max Width 1024 start *** */
@media(max-width: 1024px){

    /***header****/
    .site-nav > ul > li > a{font-size: 15px;}
    .language_li select{font-size: 15px;}
    /***header****/

    /*--- footer start ---*/
    h3.bottom_copy_text {
        font-size: 14px;
    }
    /*--- footer end ---*/

}
/* *** Max Width 1024 end *** */

/* *** Max Width 1024 to min width 992px start *** */
 @media(min-width: 992px) and (max-width: 1024px){



}
/* *** Max Width 1024 to min width 992px end *** */

/* *** Min Width 991 start *** */
@media(min-width:991px){
    .site-nav > ul > li:hover > ul{ display: block;}
    .site-nav > ul > li:hover > ul >li:hover > ul{ display: block;}
}
/* *** Min Width 991 end *** */

/* *** Max Width 991 start *** */
@media(min-width: 992px){
    body{
        overflow: initial;
    }
    .innerPage_right_bg.sticky-desktop {
        position: sticky;
        top: 15px;
    }
}

@media(max-width: 991px){

    /* COOKIE - Message - start */
    .js-lcc-modal-alert .lcc-modal__actions {
        flex-flow: wrap;
        width: 100%;
        min-width: 330px;
    }
    .js-lcc-modal-alert .lcc-modal__actions button:first-child,
    .js-lcc-modal-alert .lcc-modal__actions button:nth-child(2) {
        width: 100%;
    }
    /* COOKIE - Message - end */

    body{
        font-size: 16px;
        line-height: 21px;
    }

    /******header*****/
    /* header  start */
    header .row .col-lg-2 {/*position: relative;*/}
    .site-nav{ overflow-y: auto; position: fixed; width: 100%; height: 100%; left: -100%; top: 0; background: rgba(255,255,255, 1); padding: 0 0 50px 0; z-index: 9999; transition: all 0.8s ease; display: flex;}
    .site-nav.act{ left: 0;}
    .mob-click{ display: block; right:0; left: auto; }


    .site-nav > ul > li:hover > a, .site-nav > ul > li.active > a { color: #fff; border-color: #91401C; }
    .site-nav > ul > li:hover > a, .site-nav > ul > li.active > a{}
    .site-nav > ul {
        text-align: left; display: block;  width: 100%;
        padding: 50px 20px 20px;
     }
    .site-nav > ul > li{
        display: block; width: 100%; margin: 0; padding: 0;
        text-align: center;
        margin: 0 0 10px;
    }
    .site-nav ul li.has-sub{ padding-right: 0;}
    .site-nav > ul > li > a {
        padding:10px 30px; color: #91401C; font-size: 16px;
        /* display: block;  */
        display: inline-block;
        text-align: center;
        position: relative;
        text-transform: none;
        min-width: 200px;
    }
    .sub-drop-alt{ color: #676767 !important; top: 0; text-align: center; height: 35px; width: 30px; line-height: 35px; z-index: 999; cursor: pointer; font-size: 20px; right: 13px;}
    .site-nav ul li ul li.has-sub .sub-drop-alt::before{ font-family: FontAwesome; content: '\f107';}
    .site-nav > ul > li .user { width: 200px; margin: 0 auto; justify-content: center; }


    .user.mobile, .mobile-menu { display: block!important; }

    .mobile-menu .headerUserBtn, .mobile-menu .logout,
    .desktop-menu .headerUserBtn, .desktop-menu .name span,
    .user.mobile .name
     { display: none!important; }

    .desktop-menu .name { max-width: none; min-width: 200px; }
    .desktop-menu a.logout {padding: 10px 30px; color: #91401C; border: solid 1px transparent; font-size: 16px!important; font-style: normal!important; border-radius: 5px; display: inline-block; line-height: 20px!important; }
    .desktop-menu a.logout:hover {border: solid 1px #91401C; background-color:#91401C; color: #fff!important; display: inline-block; }
    .mobile-menu .name {max-width: none!important; }
    .mobile-menu .name span {font-size: 16px!important; line-height: 20px!important;}

    .user.mobile { width: 50px; position: absolute; top: 15px; right: 35px; }

    .header_bottom_sec{position: relative;}
    .language_li{
        float: none;
        position: absolute;
        top:50%;
        right:70px;
        /* transform: translateY(-50%); */
        transform: none !important;
        margin-top: -30px;
    }
    .logo{padding: 10px 0;}

    /* header  end */
    /******header*****/

    /*home slider start*/
    .home-slider .tree { width: 180px; }
    /*home slider end*/

    /* gallery start */
    .masonry {column-count: 2;}
    /* gallery end */

    /* ---- Home Page -- Fonctionnement-- start   --- */
    .home_section_fonctionnement {
        padding: 50px 0 50px;
    }

    .fonctionnement_content_block {
        margin: 0px auto;
        width: 90%;
        padding: 0 5%;
    }

    /* ---- Home Page -- Fonctionnement-- end   --- */


    /* -- home page -- Qui section -- start -- */
    .home_content_block.qui_content_block::after {
       display: none;
    }
    .home_content_block.qui_content_block {
        width: 90%;
        padding: 50px 0 50px;
    }
    .home_section_part.brown_bg ul {
        margin: 0 0 30px 0;
    }
    /* -- home page -- Qui section -- start -- */
    /* -- inner cont Left section - start -- */
    .equipements_block {
        padding: 30px 5% 0px;
    }
    .equipements_block ul li {
        width: 100%;
    }
    /* -- inner cont Left section - end -- */

    /* -- contact page start -- */
    .order-1.contactHead_col_1 {
        order: 1 !important;

    }
    .order-3.contactHead_col_3 {
        order: 2 !important;

    }
    .order-2.contactHead_col_2 {
        order: 3 !important;
    }

    .contactPage_mid_img {
        justify-content: center;
        padding: 20px 0 20px;
    }
    .contactPage_mid_img img {
        max-height: 150px;
    }
    .contact_form_inputBlock .form-control {
        padding: 8px 5px;
    }

    .bottom-space { padding-bottom: 0px; }
    .payment-green-box { margin-top: 15px; }
    /* -- contact page end -- */


    /* dashboard page start */
    .space-right { padding-right: 15px; }
    .reservations-txt {margin: 30px 15px;}
    .reservations-txt ul { padding-left: 15px; }
    .download-list, .credit-txt { padding: 30px 15px; }
    .download-list { padding: 30px 5px; }
    .dashboard-green-box .box { width: 100%; }
    /* dashboard page end */

    .innerSidebar_sec_row.reverse .col-lg-8 { order: 2;}
    .innerSidebar_sec_row.reverse .col-lg-4 { order: 1; margin-bottom: 30px;}
    .innerPage_left_block.innerPage_left_block_equipements {
        padding-bottom: 0;
    }

}
/* *** Max Width 991 end *** */

/* *** Max Width 991 to min width 768px start *** */
@media(min-width: 768px) and (max-width: 991px){

}
/* *** Max Width 991 to min width 768px end *** */

/* *** Max Width 768 start *** */
@media(max-width: 768px){

    /***header***/
    .header_top_ul{text-align: center; padding: 0 0 5px 0;}
    .header_top_ul li{float: none; display: inline-block;}
    .top-bar{text-align: center;}
    .home-slider .shape-bottom svg {
        height: 50px;
    }
    /***header***/

    /***footer***/
    #footer_site [class*=col-] > .line {
        display: flex;
        flex-flow: column;
        align-items: center;
    }
    #footer_col .bottom_copy_text {
        display: flex;
        flex-flow: column;
    }
    #footer_col .bottom_copy_text span {
        display: none;
    }
    /***footer***/


    /*home slider start*/
    .home-slider .ct-carousel .container h1 { font-size: 20px; }
    .banner-txt .home_head_one { width: 100%; }
    .banner-txt h4 { width: 100%; font-size: 18px; }
    .home-slider .tree { display: none; }
    .comme .pic .tree { display: none; }
    .comme .pic .thum { width: 100%; }
    .home-slider .slide-txt {
        background-color: rgba(203,187,160,0.9);
        max-width: 90%;
        border: none;
        border-radius: 40px 10px;
      }
    .home-slider .slide-txt::before,
    .home-slider .slide-txt::after {
        display: none;
        /* display: block;  */
    }
    /*home slider end*/

    /* gallery start */
    .masonry {column-count: 1;}
    /* gallery end */

    /* inner banner start */
    .inner-banner-txt { padding-top: 20px; }
    .inner-banner-txt .col-md-3 {display: none;}
    .inner-banner .caption h1 {font-size: 25px;}

    .inner-banner.innerBanner_noImg .shape-bottom svg { height: 45px; }
    .shape-bottom.innerBanner_noImg_shapeBottom {
        left: 1px;
        bottom: -4px;
        width: calc(100% - 2px);
    }
    .inner-banner-txt.noImg_innerBannerText_sec { padding-top: 0; }
    .noImg_innerBannerText_block {
        font-size: 14px;
        padding: 10px 15px 10px;
    }
    .noImg_innerBannerText_block .inner-banner-txt h4 { font-size: 14px; }
    /* inner banner end */


    /* coworkers start */
    .coworkers h2 {text-align: center;}
    .coworkers .col-md-2, .coworkers .col-md-3 { display:none; }
    /* coworkers end */


    /* la grange start */
    .la-grange .map .left, .la-grange .map .right { width: 100%; }
    .la-grange .map .right { padding-left: 0; }
    .la-grange .map .map-txt { margin-top: 15px; padding: 10px 0; }
    /* la grange end */

    /* Nos points forts */
    .equipements_block ul:not(.fullWidth) {
        width: 100%;
    }
    /* Nos points forts */

    /* ---- Home Page -- Fonctionnement-- start   --- */
    .fonctionnement_content_block {
        margin: 0 auto;
        width: 100%;
        padding: 0 5%;
    }
    /* ---- Home Page -- Fonctionnement-- end   --- */

    /* -- home page -- Qui section -- start -- */
    .qui_doubleImg {
        display: flex;
        flex-direction: column;
    }
    .home_content_block.qui_content_block {
        width: 100%;
        padding: 50px 0 50px;
    }
    /* -- home page -- Qui section -- end -- */

    /* -- innre page // tarifs  -- start -- */
    .flowerVas_col {
        display: none;
    }
    /* -- innre page // tarifs  -- start -- */

    /* --- inner page -- full width -- contact -- */
    .noImg_innerBannerText_sec_contactPage.inner-banner-txt .col-md-3 {
        display: block;
      }
    /* --- inner page -- full width -- contact -- */


    /* login page start */
    .login-wrapper .left, .login-wrapper .right { width: 100%; }
    .login-wrapper .left { padding: 30px 15px; }
    .login-wrapper .right img { height: 350px; }
    .login-wrapper button[type="submit"] { padding: 10px; font-size: 14px; }
    /* login page end */

    .sidebar_sec_bg { padding: 0 15px; }

    /* dashboard page start */
    .noImg_innerBannerText_block.dashboard .row { justify-content: center; }
    .dashboard-logo  { max-width: 200px; margin-bottom: 15px; }
    .dashboard-green-box .box p { font-size: 16px; }
    .dashboard-top-heading h2 {font-size: 20px;}
    .dashboard-green-box .box { width: 100%; }
    /* dashboard page end */

    /* popup start */
    .ui-dialog.ui-widget.ui-widget-content { width: 100%!important; left: 5%!important; }
    /* popup end */

    .contact-form form { width: 100%;}

    /* cookies start */
    .cookies-wrapper .left, .cookies-wrapper .right { width: 100%; }
    .cookies-wrapper .right {text-align: center; }
    .cookies-wrapper p { padding-bottom: 10px; text-align: center; }
    .cookies-wrapper button { margin: 0 5px; }
    /* cookies end */

    .inner_sec_withSidebar.rembours {max-width: calc(100% - 40px);}

    /* lcc-modal-alert start */
    .js-lcc-modal-alert .lcc-modal__content, .js-lcc-modal-alert .lcc-modal__actions { width: 100%; }
    .js-lcc-modal-alert .lcc-modal__actions {text-align: center; }
    .js-lcc-modal-alert p { padding-bottom: 10px; text-align: center; }
    .js-lcc-modal-alert button { margin: 0 5px; }
    /* lcc-modal-alert end */


    /* js-lcc-modal-settings start */
    .js-lcc-modal-settings {
        max-width: calc(100% - 40px);
        padding: 15px;
        height: 400px;
    }
    /* js-lcc-modal-settings end */
}
/* *** Max Width 768 end *** */

/* *** Max Width 575 start *** */
@media(max-width: 575px){

    /******header*****/
    .header_top_ul li a{font-size: 14px;}
    .language_li{right: 50px;}
    .language_li select{padding: 6px 20px 6px 10px; width: 115px; background: url(../images/select_arrow.webp)90% 14px no-repeat;}
    /******header*****/

     /*home slider start */
     .home-slider .slide .slide-txt {

        background-color: rgba(203,187,160,0.9);
        max-width: 90%;

        border: none;
        border-radius: 40px 10px;
      }
     /*home slider end*/

    .sidebar_journee_block ul li {
        width: 100%;
    }


    /* COOKIES : message */
    .js-lcc-modal-alert .lcc-modal__actions {
        display: flex;
        gap: 30px;
    }
    /* COOKIES : message */

    /* -- contact page start -- */
    .fullWidth_top_btn_block_left {
        justify-content: center;
    }
    .fullWidth_top_btn_block_right {
        justify-content: center;
    }
    .price_slab_left h4 {
        font-size: 16px;
    }
    .price_slab_right p {
        font-size: 18px;
    }
    .price_slab_left p {
        font-size: 14px;
    }
    .price_slab_left_subTotal h3 {
        font-size: 30px;
    }
    .price_slab_right_subtotal p {
        font-size: 30px;
    }
    .contact_form_inputBlock .form-control {
        padding: 8px 5px;
    }
    /* -- contact page end -- */


    .desktop { display: none; }
    .mobile { display: block; }

    .btn-das-recharge { width: 100%; }

    .equipements_block { padding: 15px 10px; }
    .equipements_block ul li { margin: 0 0 15px; }
    .equipements_block ul li .equipements_block_ul_li img.equipements_block_ul_li_img { margin: 0 5px 0 0; }

}
/* *** Max Width 575 end *** */

@media(max-width: 574px){

 .radio-wrapper { margin-bottom: 15px; }

 #choose_slot { flex-wrap: wrap; }

}

/* *** Max Width 360 start *** */
@media(max-width: 360px){

    /******header*****/
    .mainmenuPart .logo {
        max-width: 160px;
    }
    /******header*****/

}
/* *** Max Width 360 end *** */

/* ------- **** Responsive **** end --- */
