body{
    font-size: 18px;
    font-family: 'Barlow Semi Condensed', sans-serif;
    color:#666666;
}

.no-padd{padding:0 !important;}
.clearfix, .Clearer{clear: both !important;}

h1,h2,h3,h4{
    font-family: 'Roboto', sans-serif;
}

.full_width{
    width: 100%;
}
.right{
    float: right;
}
.left{
    float:left;
}

.pagination{
    padding: 5px 15px;
}
.bullet_star{
    padding-left: 0;
}
.bullet_star li {
    font-size: 18px;
    font-family: 'Barlow Semi Condensed', sans-serif;
    color: #666666;
    height: auto;
    min-height: 32px;
    margin: 17px 0;
    background: url('/client_file/themes/default/interface/bullet_star.png') no-repeat left top;
    list-style: none;
    padding-left: 60px; 
}


#main_content_wrapper{
    /*background: #fff;*/
    padding: 30px 0px;
    /*padding-top: 30px;
    padding-bottom: 30px;*/
    min-height: 500px;
}
#content_image_entete {
    width: 100%;
    margin: 0px 0 10px 0;
    height: 230px;
    background-position: center top;
}

a, a:hover{
    -webkit-transition-duration: .3s, 0s;
    -moz-transition-duration: .3s, 0s;
    -o-transition-duration: .3s, 0s;
    transition-duration: .3s, 0s;
    -webkit-transition-delay: 0s, .3s;
    -moz-transition-delay: 0s, .3s;
    -o-transition-delay: 0s, .3s;
    transition-delay: 0s, .3s;
}

hr{
    border: 0;
    height: 1px;
    background: #d8d6db;
}

/* ------------HEADER LOGIN----------- */
#Navbar_boutique{
    display: none !important;
}
#spc_login_wrapper{
    background: #ccd203 none repeat scroll 0 0;
}
.login-btn, .mon_compte {
    position: absolute;
    top: 0;
    right: 0;
    background: #999999;
    color: #fff;
    z-index: 12;
    padding: 2px 10px 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
.login-btn:hover, .active_hd , .mon_compte:hover{
    background: #ccd203;
    color:#000;
    text-decoration: none;
}
.login-box div{
    overflow: inherit;
}
.login-btn .tri {
    border-color: #333 transparent transparent;
    border-style: solid;
    border-width: 8px 10px 0;
    height: 0;
    left: 30%;
    position: absolute;
    top: -1px;
    width: 0;
    z-index: 5;
}
.login-controls {
    display: table;
    margin: 0 auto;
    width: 100%;
    max-width: 700px;
}
.login-box {
    color: #c3c3c3;
    display: none;
    padding: 50px 20px 15px;
    position: relative;
    text-align: center;
}
.close-login {
    color: #fff;
    font-size: 22px;
    position: absolute;
    right: 25px;
    top: 5px;
}
.login-box h2{
    color:#fff;
    font-weight: normal;
    font-size: 24px;
    font-family: 'Barlow Semi Condensed', sans-serif;
}
.login-box input[type="text"], .login-box input[type="password"]
{
    border: none;
    color:#000;
    font-size: 14px;
    width: 100%;
    padding: 8px 5px;
    margin: 7px 0;
    border-radius: 4px;
}
.login-box .btn{
    background: #000;
    padding: 2px 30px 5px !important;
    font-weight: normal !important;
    font-size: 25px;
    margin: 0 auto;
    color: #ccd203 !important;
    border-radius: 4px;
    text-transform: none;
    font-family: 'Barlow Semi Condensed', sans-serif;
    margin:0 auto;
}
#forgot_pass{
    color: #fff;
    font-weight: normal;

    display: block;
    text-align: right;
    margin: 0px 0 0 0;
}

.login-box input[type="text"]::-webkit-input-placeholder,.login-box input[type="password"]::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #999999;
}
.login-box input[type="text"]:-moz-placeholder,.login-box input[type="password"]:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #999999;
   opacity:  1;
}
.login-box input[type="text"]::-moz-placeholder,.login-box input[type="password"]::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #999999;
   opacity:  1;
}
.login-box input[type="text"]:-ms-input-placeholder,.login-box input[type="password"]:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:    #999999;
}


/*---------------------navbar-------------------*/
#main-navbar{
    background-color: rgba(255, 255, 255, 0.9);
    border: none;
    margin-bottom: 0;
    z-index: 10;
    border-radius: 0;
}
#myNavbar{
    padding: 0;
    
}
.navbar-nav {
    display:table;
    width:100%;
    margin: 0;
    font-size: 23px;
}
.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
    color: #fff;
    background-color: #0092ec ;
    border-radius: 20px;
} 
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
    color: #fff;
    background-color: #06abda;
    border-radius: 20px;
}
.navbar-nav > li {
    float:none;
    display:table-cell;
    text-align:center;

}
.navbar-inverse .navbar-nav > li > a{
    padding: 7px 10px 10px;
    color:#000;
    margin-bottom: 50px;
}
.navbar-inverse .navbar-nav > li > a:hover{
    color:#fff ;
    background: #06abda;
    border-radius: 20px;
}
.dropdown-menu {
    background-color: rgba(255, 255, 255, 0.9);
    margin-top: -51px !important;
}
.caret{
    display: none;
}

.menu_membre{
    padding: 10px;
    background: #032941;
}
.menu_membre li{
    list-style: none;
   
}
.menu_membre a{
    color:#fff;
    display: block;
    padding: 10px;   
}
.menu_membre_scond_lvl{
    padding: 0 0 0 20px;
}
.menu_membre_scond_lvl a{
    background: #044771;
}
.menu_membre a:hover{
    background: #72a7f9 !important;
}
.menu_membre li.active a{
    background: #10679f !important;
}
/*---------------------header-------------------*/
#header_wrapper{
    padding-bottom:20px;
    background: white;
    margin-bottom: 20px;
}
#header_wrapper>.container{
    margin: 0 auto;
    width: 100%;
    /*max-width: 940px;*/
    max-width: 1200px;
    position: relative;
}
#logo_wrapper{
    width: 193px;
    padding: 0;
}
#logo, #logo_mobile{
    background: url('/client_file/themes/default/interface/logo.png') no-repeat;
    width: 193px;
    height: 211px;
    display: block;
    float: left;
    text-indent: -9999px;
    margin: 20px 0 -82px;
    padding: 0;
}
#logo_mobile{
    display: none;
}
#logo_print{
    display: none;
}
#secondary_menu_wrapper{
    display: block;
    position: relative;
    bottom: -55px;
}
#secondary_menu_wrapper ul{
    overflow: auto;
    background: #0092ec ;
    padding: 0 15px;
    text-align: right;
}
#secondary_menu_wrapper li{
    list-style: none;
    /*float: left;*/
    display: inline-block;
    padding: 0px 10px 0px;
}
#secondary_menu_wrapper li a{
    color:#fff;
    font-size: 11px;
}
#secondary_menu_wrapper li a:hover{
    text-decoration:none;
}
#header_picto_wrapper{
        float: right;
}
#header_picto_wrapper, #bar_search_wrapper, #header_picto_wrapper ul{
    display: inline-block;
}
#header_picto_wrapper ul{
    padding: 0;
    margin: 0 0 -10px 0;
}
#header_picto_wrapper li{
    list-style: none;
    float: left;
    font-size: 1.5em;
    padding: 0 10px;
}
.fa-print, .fa-text-height{
    color:#666666;
}
.fa-twitter{
    color:#2da8e0;
}
#header_picto_wrapper li a:hover i{
    color:#0092ec  !important;
}
#bar_search_wrapper form{
    margin: 0;
}
#bar_search_wrapper .form-control{
    font-size: 1em;
    padding: 3px 10px;
    height: 30px;
}
#search_bar_submit{
    color:#fff;
    background: #0092ec ;
    border-color: #0092ec ;
    margin: 0 !important;
    font-size: 15px;
    padding: 3px 11px 3px !important;
}
#search_bar_submit:hover{
    border-width: 1px !important;
    border-color: #666666;
    background: #666666 !important;
    color:#fff !important;
}

/*---------------------main slider-------------------*/

#main_slider .owl-item div{
  padding:0px;
}
#main_slider .owl-item img{
  display: block;
  width: 100%;
  height: auto;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.owl-theme .owl-controls .owl-buttons div {
    padding: 8px 3px 3px;
    font-size: 50px;
    border-radius: 10px;
    background: none;
}
.owl-prev{
    left: 5%;
    position: absolute;
    top: 40%; 
}
.owl-next{
    right: 5%;
    position: absolute;
    top: 40%; 
    background: none;
}
.text_slider {
    left: 20%;
    margin: 0;
    padding: 10px 25px !important;
    position: absolute;
    top: 50%;
    width: auto;
    max-width: 700px;
    
    /*background-color: rgba(255, 255, 255, 0.6);*/
    z-index: 3;   
}
.text_slider p{
    color: #000;
    font-size: 48px;  
    line-height: 1.15em;  
    background: #fff;
    font-family: Lora, serif;
    font-weight: bold;
    padding: 5px 30px;
    display: inline-block;
}
.text_slider h3{
    color:#fff;
    font-weight: bold ;
    line-height: 1.2em;
    font-size: 36px;
    background: #000;
    margin: 0;
    padding: 10px 30px;
    display: inline-block;
}
#calque1{
    width: 30%;
    max-width: 400px;
    height: 200px;
    background: url('/client_file/themes/default/interface/calque_motif.png') no-repeat top;
    background-size:100% auto ;
    position: absolute;
    top: 0;
    left: 20%;
    z-index: 2;
}
#calque2{
    width: 10%;
    max-width: 277px;
    height: 200px;
    background: url('/client_file/themes/default/interface/calque2.png') no-repeat bottom;
    background-size:100% auto ;
    position: absolute;
    bottom: 0;
    left: 70%;
    z-index: 2;
}
/*---------------------Home-------------------*/
#home_txt_wrapper{
    background: #8dd8ee;
    padding: 30px 0 50px;
}
#home_txt_wrapper p{
    font-size: 24px;
    color:#000;
}
#spc_back_home{
    background: url('/client_file/themes/default/interface/spc_home.jpg') no-repeat top center;
    background-size:100% auto ;    
}
#wrapper_spc_txt_home{
    background: #fff;
    border-radius: 20px;
    padding: 20px 40px 20px;
    width: 86%;
    margin: 40px auto 60px;   
}


.fullwidth {
    position: relative;
    width: 100%;
 }
.bg-left {
    background: #afe9fa; 
    left: 0;
    top: 0;
    bottom: 0;
    position: absolute;
    width: 50%;
}
.bg-right {
    right: 0;
    top: 0;
    bottom: 0;
    background: #f4980f; 
    position: absolute;
    width: 50%;
}
#home_link_news{
    display: inline-block;
    float: right;
    padding:7px 30px 10px;
    color:#000;
    margin: 0 -15px 10px 0;
    background: #57d5fa;
}
.home_news_content h3{
    font-weight: 600;
    font-size: 24px;
    font-family: 'Barlow Semi Condensed', sans-serif;
    text-transform: uppercase;
}
.home_news_content p{
    color:#000;
    font-size: 24px;
}
.citation_texte{
    text-align: center;
    padding: 30px 10px;
    overflow: hidden;
}
.citation_texte p{
    color:#fff;
    font-size: 34px;
    font-family: Lora, serif;
    font-weight: bold;
}
.citation_texte span{
    font-family: 'Barlow Semi Condensed', sans-serif;
    font-weight: 300;
    color:#fff;
    font-size: 24px;
    
}
#logo_footer_wrapper a{
    margin: 0 5%;
}
/*---------------------Footer-------------------*/
.footer_section img{
    width: 100% !important;
    height: auto !important;
}
/*---------------------menu interne (gauche page interne) / quick link-------------------*/
#menu_interne ul{
    padding: 0;
    list-style: none;
    display: table;
    width: 100%;
}
#menu_interne ul li{
    display: table-row;
    height: 50px;
}
#menu_interne ul li a{
    display: table-cell;
    padding: 10px 10px;
    color:#fff;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;   
    background: #06abda ;
    border-bottom: 2px solid #eeeeee;
    vertical-align: middle;
}
#menu_interne ul li a.active, #menu_interne ul li a:hover{
    background: #72a7f9; 
}

#quicklink_wrapper{
    margin-top: -30px;
}
.quicklink_text{
    border-left:1px solid #cfcfcf;
}

.quicklink_text:last-of-type  {
    border-left: none;
}
 
/*---------------------nouvelles-------------------*/
.list_news{
    background: #fff;
    padding: 15px 0;
    margin:0 0 20px 0;
    overflow: auto;
}
.list_news_img img{
    width: 100%;
}
.resume_news{
    margin: 5px 0 0 0;
}
#detail_img_news{
    width: 90%;
    max-width: 500px;
    margin: 10px auto 20px;
    display: block;
}
/*---------------------form-------------------*/
#Module-ContactForm div.Field:nth-child(odd){
    background: #e1e1e1;
}
/*---------------------google map place-------------------*/
#places{
    margin-top:25px;
    background: #e9eef2;
}
#places .title{
    height: auto; 
    padding: 0 0 5px;
    background:#b2bdcf;
}
#places .title h3{

}
#places .title #regions{
    margin:11px;
    height:18px;
}
#places .wrapper{
    margin-top:2px;
    background:#e9eef2;
    padding:15px;
}
#places #categories span{
    display:block;
    float:left;
    width:50%;
    /*height:20px;*/
    line-height:20px;
    font-size:12px;
    color:#586875;
}
#places #categories span input{
    margin-right:10px;
    border:none;
}
#places #map_canvas{
    margin-top:15px;
    width:100%;
    height:330px;
    border:1px solid #FFF;
}
#googlemap_marker{
    font-size:12px;
    width:340px;
}
#googlemap_marker .bold{
    font-weight:bold;
}
#googlemap_marker #photo{
    float:left;
    padding-right:5px;
    width:100px;
}
#googlemap_marker #photo img{
    max-width:100px;
    margin:auto;
}
#googlemap_marker #info{
    float:left;
    width:235px;
}
#googlemap_marker #itineraire{
    clear:both;
}


/*---------------------content page texte  - sincro avec l'éditeur de texte si possible => cssDinamique.php-------------------*/
#main_content ul{
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    margin: 10px 0;
    padding: 0 0 0 18px;
}
.list_style_1{
    list-style-image : url('/client_file/themes/default/interface/puce_1.png');
}
.list_style_2 li{
    padding: 3px 0;
}
.list_style_2{
    list-style-image : url('/client_file/themes/default/interface/puce_2.png');
}
.list_style_3 li{
    background-image: url('/client_file/themes/default/interface/coquin_puces.png');
    background-repeat: no-repeat;
    background-size: 16px;
    padding-left: 60px;
    list-style: none;
    margin-top: 7px;
    background-position: left center;
}
.style_table{
    margin: 10px 0;
    border:1px solid #fff;
    background: #fff;
}
.style_table th{
    color:#fff;
    font-size: 14px;
    font-weight: bold;
    background: #114291;
    padding: 15px 10px;
}
.style_table tr:nth-child(even){
    background: #7fd9f9;
    font-size: 13px;
    color: #333;
}
.style_table tr:nth-child(odd){
    background: #9fe6ff;
    font-size: 13px;
    color: #333;
    
}
.style_table td {
    padding: 10px;
    font-weight: 200;
    font-size: 15px;
    border-bottom: 1px solid #ebebeb;
}

.style_table tbody tr:first-child td {
    background: #29abd8;
    color:#fff;
    font-weight: bold;
}

.lien_doc{
    display: inline-block;
    background:  url('/client_file/themes/default/interface/puce_2.png') left no-repeat;
    padding: 3px 0 3px 15px;
}

.EventsImage {
    width: 33%;
    float: left;
    margin: 0 10px 10px 0;
}
.EventsImage img{
    width: 100%;
}
ol#pagination li {
    float: left;
    list-style: none;
    cursor: pointer;
    margin: 0 0 0 .5em;
}
ol#pagination li.current {
    color: #f00;
    font-weight: bold;
}
.style_table_pointer{
    margin: 20px 0 30px 0;
    padding: 0;
    border: none;
    width: 100%;
    border-spacing: 0px;
    border-collapse: collapse;
}
.style_table_pointer td{
    width: 50%;
    padding: 7px 30px 7px 10px;
    border-bottom: 4px solid #fff;
}
.style_table_pointer tr td:nth-child(odd){
    background-color: #1d9ad6;
    background-image: url('/client_file/themes/default/interface/picto_spc_table.png');
    background-position: right;
    background-repeat: no-repeat;
    background-size: auto 100%;
    color: #fff;
}
.style_table_pointer tr td:nth-child(even){
    background-color: #9fe6ff;
    color:#57585a;   
}
p.fond_gris{
    background: #eceaea;
    padding: 10px 5px !important;
}

.custom_list_check{
    margin-left: 22px;
}
.custom_list_check li::before {
    content: '\f00c';
    font-size: 25px;
}
.custom_list_check li::before {
    display: inline-block;
    font-family: FontAwesome;
    position: relative;
    top: 3px;
    left: -36px;
    margin-right: -26px !important;

}
.custom_list_check li {
    list-style: outside none none !important;
    margin-top: 8px !important;
}
.style_table_pointer2{
    margin: 20px 0 30px 0;
    padding: 0;
    border: none;
    width: 100%;
    border-spacing: 0px;
    border-collapse: collapse;
}
.style_table_pointer2 td{
    width: 50%;
    padding: 7px 30px 7px 10px;
    border-bottom: 4px solid #fff;
}
.style_table_pointer2 tr td:nth-child(odd){
    background-color: #2389d7;
    background-image: url('/client_file/themes/default/interface/picto_spc_table2.png');
    background-position: right;
    background-repeat: no-repeat;
    background-size: auto 100%;
    color: #fff;
    font-size: 21px;
    text-transform: uppercase;
    font-family: 'Poppins', sans-serif;     
}
.style_table_pointer2 tr td:nth-child(odd) a{
    color:#fff;
    text-decoration: none;
}
.style_table_pointer tr td:nth-child(even){
    color:#57585a;   
    font-family: 'Poppins', sans-serif;
}


ul.liste_bleu {
	list-style-type: none;
}

ul.liste_bleu li:before {
    content: "\2022";
    margin-right: 10px;
    color: #1d9ad6;
    font-size: 32px;
    margin-bottom: 5px;
    position: relative;
    top: 5px;

}

ul.liste_bleu li {
	list-style: none !important;
}

.style_table_histo {
    vertical-align: top;
    font-size: 14px !important;
}

.style_table_histo tr > td:first-child, .style_table_histo tr > td:nth-child(2) {
    color:#8dd8ee;
    font-weight:bold;
}

.installation_horaire {
    float: right;
}

/*--- VIDOS RESPONSIVE ---*/

.video-container {
    position:relative;
    padding-bottom:56.25%;
    padding-top:30px;
    height:0;
    overflow:hidden;
 }
 
.video-container iframe,
.video-container object,
.video-container embed {
    width:100%;
    height:100%;
    position:absolute;
    top:0;
    left:0;
}




#menu_interne ul{
    padding: 0;
    list-style: none;
    display: table;
    width: 100%;
}
#menu_interne ul li{
    /*display: table-row;
    height: 50px;*/
}
#menu_interne ul li a{
    display: block;
    padding: 10px 10px 7px;
    color:#000 !important;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;   
    border-bottom: 2px solid #eeeeee;
    vertical-align: middle;
    background: #cee15d;
    
}

.member_sublevel li a{
    padding: 5px 10px 5px 40px !important;
    font-weight: bold;
    font-size: 11px !important;
}
.member_sublevel li{
    height: auto !important;
}
.member_sublevel li a{
    background: #afc915 !important;
}
.member_sublevel li a.active, .member_sublevel li a:hover{
    background: #afc915 !important;
}

.member_sublevel2 li a{
    padding: 5px 10px 5px 65px !important;
    font-weight: bold;
    font-size: 11px !important;
}
.member_sublevel2 li{
    height: auto !important;
}
.member_sublevel2 li a{
    background: #99b10a !important;
}
.member_sublevel2 li a.active, .member_sublevel li a:hover{
    background: #99b10a !important;
}
