.mobile_only{
    display:none !important;
}

@media (max-width: 1200px) {
    #slogant {
        padding: 0px 0 10px;
    }
    #quicklink_container a span{
        font-size: 22px;
        width: 150px;
    }
    #quicklink_container a:hover span{
        font-size: 25px;
    }
    .spc_margin_fix {
        margin-bottom: 30px;
    }


}

@media (max-width: 1000px) {
    body{
        overflow-x: hidden;
    }
    .mobile_only{
        display:block !important;
    }
    .container_content_all {
        width: calc(100% - 70px) !important;
    }
    #slogant {
        padding: 0px 0 10px;
        font-size: 20px;
        font-weight: normal;
    }
    #slogant_page_interne{
        font-size: 20px;
        font-weight: normal;
        margin: 4px auto -1px;
    }
    .nav > li, .logo_mobile_only {
      display: block !important;
      border-right: 0;
    }
    .nav > li:nth-child(2){
        border-left: 0;
    }
    .responsive_table td{
        display: block !important;
        width: 100% !important;
        float: none !important;
        margin:10px 0 20px !important;
    }
    #main_menu_wrapper{
        margin: 5px auto 0;
    }
    .navbar-inverse .navbar-nav > li > a {
        text-align: left;
        padding: 8px 10px 8px 16px;
        height: auto;
        /*color: #0054a1 !important;*/
        background-image: none !important;
        font-size: 20px !important;
        margin-left: 30px;
    }
    .navbar-inverse .navbar-nav > li{
       /* background: #e2edf5;*/
       /* border-bottom: 1px solid #434141;*/
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
        color:#333;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover {
        color: #104290;
    }
    .dropdown-menu {
        font-size: 1em;
        position: relative;
        margin-bottom: 10px;
        margin-left: 30px;
    }
    .dropdown-menu li {
        text-align: left;
    }

    .dropdown-menu a {
        padding: 7px 5px 7px 25px !important;
    }
    .dropdown_2_lv{
        padding-left: 50px !important;
    }
    .navbar-inverse .navbar-toggle .icon-bar {
        background-color: #d2cdcd;
    }
    #menu_interne, #header hr, #hello, #entete_custom_text{
        display: none !important;
    }

    .secondary_menu_content_left {
        position:  absolute;
        left: 0;
        top: 0;
        width: 50%;
        height: 50px;
        overflow: hidden;
    }
    .secondary_menu_content_right{
        position:  absolute;
        right: 0;
        top: 0;
        width: 50%;
        text-align: right;
        height: 50px;
        overflow: hidden;
    }
                    #logo{
                        margin-top: 5pxpx;
                        margin-bottom:-10px;
                        width: calc(100% - 50px);
                        float:left;
                        padding: 30px 0;
                    }
                    #menu_principal{
                        margin: 0px 0 0px;
                    }
                    .toggle_main_menu{
                        cursor: pointer;
                        float: right;
                        margin-top: -75px;
                        margin-right:15px;
                    }
                    .navbar {min-height:0px;}
                    #myNavbar>.navbar-nav{
                        padding-top:50px
                    }

    #logo img{margin:0 !important;margin-top:0 !important;margin-bottom:0 !important;}

    .secondary_menu li a {
        padding: 10px 5px 13px;
    }
    .news_teaser_content {
        width: 99%;
    }
    #link_logo_nav, ul.nav #logo {
        display: none !important;
    }
    #quicklink_1, #quicklink_2, #quicklink_3, #quicklink_4, #quicklink_5, #quicklink_6 {
        margin-bottom: 30px;
    }
    .quicklink_text {
        left: 25%;
    }
    #request-contactUs {
        display: none !important;
    }
    #texte_header {
        display: none !important;
    }
    #photos {
        line-height: 0;

        -webkit-column-count: 3;
        -webkit-column-gap:   5px;
        -moz-column-count:    3;
        -moz-column-gap:      5px;
        column-count:         3;
        column-gap:           5px;
    }
    #sidebar_fixe ul.components {
        padding-bottom: 100px !important;
    }
    .secondary_menu{
        display: none;
    }

    /*cobra qui tousse youpiiii*/
    #main_slider .owl-item img{display:none;}
    #main_slider .owl-item .spc_main_item{
        height: 40vh;
        width: 100%;
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;
    }
    .text_slider {
      	right: 10%;
        width: 80%;
        top: 0;

    }
    .slide_desc{
       padding:10px 20px !important;
    }

    .text_slider h3 {
        font-size: 20px;
        margin-top: 00px !important;
    }
    .text_slider p, .text_slider a {
        font-size: 14px;
        line-height: 1.15em;
    }

    #main_slider_wrapper .owl-controls {
        left: 10%;
        top: -22px;
    }

    .sticky{
        position: relative !important;
    }
    #myNavbar{
        overflow-x: hidden;
    }

    h1{
        font-size: 25px !important;
    }
    #tblCreditCard table{
        width: 100% !important;
    }

    #tblCreditCard table tr td{
        text-align: left !important;
    }

}

@media screen and (max-width: 800px) {
    /*-------------TABLE RESPONSIVE ---------*/
    .responsive_style_table {
        border-collapse: collapse;
    }
    .responsive_style_table thead {
        display: none;
    }
    .responsive_style_table td {
        display: block;
        border-bottom: none;
        width: 100% !important;
    }
    .responsive_style_table tbody td:nth-child(even){
        background: #fff;
        color: #333;
    }
    .responsive_style_table tbody td:nth-child(odd){
        background: #e8e5e5;
        color: #333;
    }
    .responsive_style_table tbody td:first-child {
        color: #fff;
        font-weight: bold;
        background: #114291;
    }
    .responsive_style_table tfoot:empty {
        display: none;
    }
    /*.responsive_style_table tbody td::before {
        content: attr(data-thead) '\00a0: ';
        display: inline;
    }*/
    .responsive_style_table tbody td:empty::before {
        content: attr(data-thead) '\00a0: --';
    }

    /*-------quicklink-------*/
    .quicklink_text{
     	left: 0;
    }
    #quicklink_container a span.text_bottom p, #quicklink_container a span.text_top p{
        font-size: 20px;
    }
    .secondary_menu li#tel_header_li {
        display: block;
    }

    .secondary_menu li span#tel_header a {
        display: inline-block !important;
    }

            .height_home_desc {min-height: 96px; margin: 10px 0 0px;}
            .home_date h3, .home_tuile_desc h3 {
                min-height: 0px;
            }
            .home_slide{
                overflow: auto;
            }
            .owl-theme .owl-controls {position: inherit;}
            #news_home_primary_slider .owl-prev, #news_home_primary_slider .owl-next {top: -95px;}
            #news_home_primary_slider3 .owl-prev, #news_home_primary_slider3 .owl-next {top: -89px;}
            #news_home_primary_slider5 .owl-prev, #news_home_primary_slider5 .owl-next {top: -90px;}
            #news_home_primary_slider6 .owl-prev, #news_home_primary_slider6 .owl-next {top: -96px;}

            .login-controls .text-left{margin-bottom:20px;}
            .login-box h2{margin: 0 0 15px 0 !important;}

            .login-btn{
             	border:0 !important;
                font-size: 25px !important;
            }

            .home_tuile_desc h2 {
                min-height: 135px;
            }
            .height_home_desc {
    			min-height: 120px;
            }
            .home_tuile{
                padding-left: 0;
                padding-right: 0;
            }

}

@media screen and (max-width: 768px) {
    .cookieAcceptBar {
        height: auto !important;
    }
    .responsive_table td, .responsive_table col{
        width: 100% !important;
        display: block !important;
        margin-bottom: 10px !important;
        overflow: auto;
        text-align: center;
    }
    .responsive_table td img, .responsive_table td a img, .responsive_table td p a img{
        float:none !important;
    }
    #entete_image_interne {
        background: none !important;
    }
    #slogant_page_interne{
        width: 100%;
        font-size: 25px;
        font-weight: normal;
        margin: 0px 0;
    }
    #menu_secondaire_search{
        float: none;
        text-align: center;
    }
    .secondary_menu{
        margin-bottom: 15px;
    }

}

@media (max-width: 750px) {
    #quicklink_wrapper{
        display:block !important;
        padding-bottom: 10px;
    }
    .search-box input[type="text"] {
        width: 201px;
    }
    .search-box .input-box {
        width: 200px;
    }
    .search-box{
        width: 255px;
    }
    #logo{
    	padding: 0px 0px 40px 0;
        /*float: none;*/
        text-align: center;
    }
    #logo img{
     	max-height: 130px;
        width: auto
    }
    #logo, #logo img {
        max-width: calc(100% - 40px) !important;
    }

    #main-navbar{
        width: 100%;
    }
    .full_width_mobile{
        display:block !important;
        width: 100% !important;
        margin: 10px 0 10px !important;
    }
    #quicklink_wrapper .container_content, .table_row{
        display:block !important;
    }
    #wrapper_event_primary_cat .table_row {
        display: table-row !important;
    }
    #nav_event {
        width: 100%;
    }

    #quicklink_wrapper .container_content .spc_cell{
        display:inline-block !important;
        width: 49%;
        float: none;
    }
    .social{
        margin-top: 7px;
    }
    #header{
        height: auto;
        /*min-height: 220px;*/
        background-size: 100% 100% !important;
    }
    #logo_benevole {
        margin: 2px 20px 0 0;
    }
    #wrapper_titre_partenaire {
        /*height: 120px;*/
        background-size: 100% 100%;
    }
    .text_footer {
        text-align: center;
    }

    .top-search, #home_img_boutique{
        display: none;
    }
    #main_wrapper_interne {
        margin-top: 30px;
    }
    #main_menu_wrapper{
        margin: -5px auto 0;
    }
    #newsletter_inscription_wrapper{
        margin: 20px auto;
        background-size: 100% 100%;
    }
    #newsletter_inscription h3{
        margin: 20px 0 15px;
    }
    #aviat_expr_link{
        margin: 20px 0 20px;
    }
    #footer_info{
        text-align: center;
    }
    #footer_info .col-md-3{
        margin: 10px 0;
    }
    #photos {
        line-height: 0;

        -webkit-column-count: 2;
        -webkit-column-gap:   5px;
        -moz-column-count:    2;
        -moz-column-gap:      5px;
        column-count:         2;
        column-gap:           5px;
    }

}

@media (max-width: 600px) {
    .secondary_menu{
     	padding-left:0;
        font-size: 14px ;
        text-transform: none;
    }

    .secondary_menu li a {
        padding: 5px 5px 0px;
        text-transform: none;
    }

    .spc_titre_event_teaser {
        top: 2.5em;
    }
    .secondary_menu .social i {
        font-size: 19px !important;
        margin: 0 0px -5px !important;
    }
    .spc_margin_fix {margin-bottom: 0;}
    .title_section::after{ display: none; }
    #slogant_page_interne {
        font-size: 18px;
        text-transform: none;
        width: 120%;
        margin: 0px 0 0 -10%;
    }
    #search_form_trigger{
        position: relative;
        top: 4px;
    }
    #credit_message{
        display: none;
    }

}

@media (max-width: 550px) {
    #quicklink_wrapper .container_content .spc_cell{
        display:inline-block !important;
        width: 99%;
        float: none;
        padding: 10px 0;
    }
    #quicklink_wrapper .spc_cell a {
        padding: 10px 40px 10px 95px;
    }
    #photos {
        line-height: 0;

        -webkit-column-count: 1;
        -webkit-column-gap:   5px;
        -moz-column-count:    1;
        -moz-column-gap:      5px;
        column-count:         1;
        column-gap:           5px;
    }
}

/* Utf-8 é */