body{
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 12px;
    /*background: #e8edf3;*/
    background-image: url('/client_file/themes/default/interface/papillons_bg.jpg');
    background-position: center center;
    background-size: 100% 100%;
    background-attachment: fixed;
}
.container_large{
    width: 100%;
    max-width: 1700px;
    margin:0 auto;
    padding: 0 30px;
}
.container {
    width: 100%;
    max-width: 1350px;
    padding: 0 30px;
}
.container_content {
    padding: 0 10px;
}

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

h1,h2,h3{
    font-family: 'Acme', sans-serif;
}
h4{
    font-family: 'Source Sans Pro', sans-serif;
}

.full_width{
    width: 100%;
}
.right{
    float: right;
}
.left{
    float:left;
}
.lien_marron,.pagination{
    padding: 0px 15px 5px 23px;
    background: #cccccc;
    color:#666666;
    display: inline-block;
}
.pagination{
    padding: 5px 15px;
}
.lien_marron:after, .lien_entete:after{
    content: "\f105";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    position: relative;
    font-size: 1.5em;
    color: #666;
    right: 0;
    top: 2px;
    margin: 0 0px 0 10px;
    z-index: 1;
    font-weight: bold;
}

.lien_entete:after{
    color: #fff;
}
.lien_marron:hover,.pagination:hover{
    background: #3e72c1;
    color:#fff;
    text-decoration: none;
}
.lien_marron:hover:after{color:#fff;}

.entete{
    background: transparent;
    color: #0066a4 !important;
    overflow: visible;
}
.entete h2, .entete h1{
    color:  #0066a4 !important;
    margin: 0;
    font-size: 30px;
    text-align: left;
    display: inline-block;
    margin-bottom: 30px;
}
.lien_entete{
    color:#fff;
    font-style: italic;
    display: inline-block;
    padding: 7px 20px;
}
.lien_entete:hover, .lien_entete:after:hover, .entete a:hover{
    color:#fff !important;
}

#main_content_wrapper{
    padding: 30px;
    background-color: #fff;
    min-height: 350px;
}
#main_wrapper_interne{
    padding: 0;
}
#content_image_entete {
    width: 100%;
    margin: 0 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----------- */
.active_hd{
    background: #fff9b2;
}
#spc_login_wrapper{
    background: #fff9b2 none repeat scroll 0 0;
}
.login-btn {
    position: relative;
}
.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: 90%;
    max-width: 700px;
}
.login-box {
    background: #fff9b2 none repeat scroll 0 0;
    color: #c3c3c3;
    display: none;
    padding: 50px 20px 30px;
    position: relative;
    text-align: center;
}
.close-login {
    color: #0066a4;
    font-size: 22px;
    position: absolute;
    right: 25px;
    top: 5px;
}
.login-box h2{
    color:#0066a4;
    text-transform: uppercase;
    font-size: 16px;

}
.login-box input[type="text"], .login-box input[type="password"]
{
    border: none;
    background: #fffdd6;
    color:#0066a4;
    border: 2px solid #0066a4;
    font-size: 12px;
    width: 100%;
    padding: 10px 5px;
}
.login-box .btn{
    background: #0066a4;
    padding: 13px 25px !important;
    font-weight: normal !important;
    font-size: 12px;
    border-radius: 0;
    margin-top: -2px !important;
}
#forgot_pass{
    color: #0066a4;
    font-weight: normal;
    font-size: 11px;
    display: block;
    text-align: right;
    margin: 10px 0 0 0;
}
#devenir_membre {
    color: #0066a4;
    font-weight: normal;
    font-size: 11px;
}

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


/*---------------------navbar-------------------*/
#main-navbar{
    background-color: rgba(255, 255, 255, 0);
    border: none;
    margin-bottom: 0;
    z-index: 10;
    border-radius: 0;
    margin-top: 20px;
    overflow: visible;
}
#myNavbar{
    padding: 0;
}
.navbar-nav {
    display: table;
    width:100%;
    margin: 0;
    font-size: 17px;
    font-family: 'Source Sans Pro', sans-serif;
    text-align: left;
    text-transform: uppercase;
}
.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
    color: #0066a4;
    background-color: white;
    border-top: 4px #0066a4 solid;
}
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
    color: #0066a4;
    background-color: white;
    border-top: 4px #0066a4 solid;
}
.navbar-nav > li {
    float: none;
    display: table-cell;
    text-align: center;
}
.navbar-inverse .navbar-nav > li > a{
    padding: 0;
    padding-top: 10px;
    color: #000;
    font-weight: 600;
    border-top: 4px transparent solid;
}
.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus{
    color: #0066a4;
    border-top: 4px #0066a4 solid;
}
.dropdown-menu {
    background-color: rgba(255, 249, 178, 1);
    border: 2px #0066a4 solid;
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus,
 .dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
    color: #0066a4;
    background-color: rgba(255, 242, 22, 1);
}
.caret{
    display: none;
}

.menu_membre{
    padding: 10px;

}
.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;
}
#section_login a {
    text-decoration: none;
    color: #0066a4;
    background-color: #fff9b2;
    padding: 5px 15px;
    border: 2px #0f6fa9 solid;
    border-radius: 15px;
    display: inline-block;
    margin-top: 20px;
    font-size: 17px;
    font-weight: 600;
}
#section_login a:hover {
    text-decoration: none;
    color: #0066a4;
    background-color: #fff216;
}

/*---------------------header-------------------*/
#header_wrapper{
    padding-bottom:20px;
    background: white;
    overflow: visible;
}
#piv {
    overflow: visible;
}

#header_wrapper>.container{
    margin: 0 auto;
    width: 100%;
    /*max-width: 940px;*/
    max-width: 1200px;
}
#logo > img {
    float: left;
    width: 100%;
    max-width: 175px;
    height: auto;
    margin-top: 10px;
}
#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{
    top: -50px;
    position: relative;
}
#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;
}
#main_slider .text_slider {
    position: absolute;
    top: 30%;
    left: 15%;
    background-color: rgba(255, 255, 255, 0.5);
    padding: 20px 40px !important;
}
.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;
}

.video-container iframe {
	position: absolute;
	top: -20%;
	width: 100vw;
	height: calc(100vw/1.77777778);
}
/*---------------------Home-------------------*/
#img_accueil img {
    width: 100%;
    max-width: 600px;
    height: auto;
}

#tuile_wrapper{
    text-align: center;
    background-color: #fff;
    margin: 105px auto 50px;
    overflow: visible;
}
.home_tuile {
    height: 100%;
    overflow: visible;
    text-align: center;
}
.home_tuile a {
    text-decoration: none;
}
.home_tuile .quicklink_more {
    display: none;
}
.home_tuile:hover .quicklink_more {
    display: block;
    padding: 15px 0;
    margin-bottom: 0;
    background-color: #0066a4;
    color: #fff;
    font-size: 16px;
}
.home_tuile .quicklink_texte {
    display: block;
}
.home_tuile:hover .quicklink_texte {
    display: none;
}

.tuile_content {
    width: 50%;
    padding:10px 0 0;
    height: 226px;
    position: relative;
    margin: 0 auto;
    overflow: visible;
    border-bottom: 7px #0066a4 solid;
}
.tuile_content img{
    width: 100%;
    max-width: 175px;
    border-radius: 100%;
    margin-top: -80px;
    overflow: visible;
}

#tuile_wrapper h3{
    color: #0066a4;
    text-transform: none;
    text-align: center;
    font-size: 40px;
    line-height: 1.3em;
    padding: 0 5%;
    min-height: 47px;
}
.tuile_more{
    display: block;
    bottom: 0;
    position: absolute;
    margin: 0px 0px 0px 0px;
    width: 100%;
    left: 0px;
    text-align: center;
    padding: 10px;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
}
.tuile_more:hover{
    text-decoration: none;
    color:#72a7f9;
}

#tuile_wrapper2{
    text-align: left;
    display: block;
    margin-top: 35px;
}
.home_tuile2{
    height: 100%;
    display: inline-block;
    overflow: auto;
    overflow-y: hidden;
}
.tuile2_content {
    height: 100%;
    display: inline-block;
    text-align: center;
    position: relative;
    margin-right: 25px;
}
.tuile2_content img{
    width: 100%;
    max-width: 200px;
    height: auto;
}

.tuile2_more {
    width: 75%;
    display: block;
    font-weight: 600;
    text-transform: uppercase;
    color: #0066a4;
    background-color: #fff9b2;
    text-decoration: none;
    padding: 5px 20px;
    border: 2px #0f6fa9 solid;
    border-radius: 15px;
    margin: -15px auto 0;
    position: relative;
}
.tuile2_more:hover {
    text-decoration: none !important;
    color: #0066a4;
    background-color: #fff216;
}

#home_news_wrapper{
    background: #fff;
}
#home_news_wrapper .entete{
    margin: 0;
}
.home_news_content{
    margin: 20px 0 10px;
}
.home_news_img {
    text-align: center;
}

.home_news_img img{
    width: 100%;
    max-width: 283px;
    height: auto;
}
#bg_photo_news {
    width: 100%;
    max-width: 283px;
    height: auto;
    margin: 0 0 15px 0;
    border: 10px #fff9b2 solid;
    margin: 0 auto;
}

.home_news_content h3{
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: bold;
    margin: 10px 0;
    font-size: 18px;
    color:#333;
}

.home_news_date{
    font-style: italic;
}
.home_news_date i{
    padding-right: 5px;
}
.home_news_lien_plus {
    font-weight: 600;
    text-transform: uppercase;
    color: #0066a4;
    background-color: #fff9b2;
    text-decoration: none;
    padding: 5px 20px;
    border: 2px #0f6fa9 solid;
    border-radius: 15px;
    vertical-align: super;
    margin-left: 25px;
}
.home_news_lien_plus:hover {
    text-decoration: none !important;
    color: #0066a4;
    background-color: #fff216;
}

.home_event_content{
    background: #fff;
    padding: 0 15px 20px;
}

.home_news_titre:hover, .home_news_lien:hover {
    color: #3e72c1 !important;
    text-decoration: none !important;
}
/*---------------------Footer-------------------*/
#footer_wrapper{
    background: #fff;
    margin: 100px 0 0;
    color:#fff !important;
    padding: 20px 0 10px 0;
    text-align: center;
}
#footer_wrapper p{
    color:#000 !important;
}
#footer_wrapper h3, #footer_wrapper h2{
    color:#0f6fa9;
}
#footer_wrapper a{
    color:#000;
}
#footer_wrapper a:hover{
    color:#72a7f9;
    text-decoration: none;
}
#footer_wrapper ul{
    margin: 0;
    padding: 0;
    list-style: none;
}
#footer_wrapper li{
    margin-bottom: 5px;
}
.installation_footer {
    text-align: left;
    overflow: visible;
}
.installation_footer img {
    width: 100%;
    max-width: 200px;
    height: auto;
    margin-top: -60px;
    margin-bottom: 15px;
}

.installation_footer h3 {
    color: #000 !important;
}
#partenaires_footer {
    text-align: left;
}

#partenaires_footer img {
    width: 100%;
    max-width: 175px;
    height: auto;
    margin: 0 0 0 60px;
}
#partenaires_footer img:first-child {
    margin: 0;
}

#partenaires_footer h3 {
    text-align: left;
    margin-bottom: -5px;
}

#footer_wrapper_suite{
    background: #0066a4;
    padding: 15px 20px;
}
.link_footer {
    color: #fff;
}
.link_footer:hover {
    color: #fff2b9;
}

#page_top {
    float: right;
    color: #0066a4;
    background-color: #fff;
    padding: 0px 8px;
    border-radius: 100%;
    font-size: 20px;
    cursor: pointer;
}
#page_top:hover {
    color: #0066a4;
    text-decoration: none;
}
/*---------------------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: 'Source Sans Pro', sans-serif;
    background: #0092ec ;
    border-bottom: 2px solid #eeeeee;
    vertical-align: middle;
}
#menu_interne ul li a.active, #menu_interne ul li a:hover{
    background: #72a7f9;
}
*/

#quicklink_wrapper ul, #event_list{
    padding: 0;
    list-style: none;
    display: table;
    width: 100%;
}
#quicklink_wrapper ul li{
    display: table-row;
    height: 60px;
}
#quicklink_wrapper ul li a{
    display: table-cell;
    padding: 10px 21px;
    color:#fff;
    text-transform: uppercase;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 16px;
    font-weight: bold;
    line-height: 16px;
    border-bottom: 15px solid #eeeeee;
    vertical-align: middle;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    text-align: center;
    background: #b5b7b9; /* Old browsers */
    background: -moz-linear-gradient(top,  #b5b7b9 0%, #979797 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #b5b7b9 0%,#979797 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #b5b7b9 0%,#979797 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b5b7b9', endColorstr='#979797',GradientType=0 ); /* IE6-9 */
}
#quicklink_wrapper ul li a:hover{
    text-decoration: none;
    background: #0092ec ; /* Old browsers */
    background: -moz-linear-gradient(top,  #0092ec  0%, #0a367c 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #0092ec  0%,#0a367c 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #0092ec  0%,#0a367c 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0092ec ', endColorstr='#0a367c',GradientType=0 ); /* IE6-9 */
}
/*---------------------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 40px;
}
.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');
}
.style_table{
    margin: 10px 0;
    border:1px solid #fff;
    background: #fff;
}
.style_table th{
    color:#fff;
    font-size: 14px;
    font-weight: bold;
    background: #0066a4;
    padding: 15px 10px;
}
.style_table tr:nth-child(even){
    background: #fff9b2;
    font-size: 13px;
    color: #333;
}
.style_table tr:nth-child(odd){
    background: #fffdd6;
    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: #0066a4;
    color:#fff;
    font-weight: bold;
}
.lien_standard, .lien_standard:hover {
    font-weight: bold;
    color: #0066a4 !important;
}

.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: 'Source Sans Pro', 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: 'Source Sans Pro', sans-serif;
}


ul.liste_bleu {
    list-style-type: none;
    margin-left: -20px !important;
}

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

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

/*--- 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: 'Source Sans Pro', sans-serif;
    border-bottom: 2px solid #eeeeee;
    vertical-align: middle;
    background: #fff9b2;

}
#menu_interne ul li a.active{
    background: #fff216;
}
.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;
}

.row_form{
    padding:10px 0;
    margin:10px 0;
}
.row_form:nth-child(odd) {background: #fcfcfc;}
