body{
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    background: #fff;
}

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

h1{
    font-family: 'Copse', sans-serif !important;
    font-size: 30px !important;
    color: #000 !important;
    text-align: center !important;
    padding-bottom: 40px !important;
    background-image: url('/client_file/themes/default/interface/bordure_titre.png') !important;
    background-repeat: no-repeat !important;
    background-position: bottom center !important;
}
h1.titre_accueil {
    font-family: 'Copse', sans-serif !important;
    font-size: 30px !important;
    color: #000 !important;
    text-align: left !important;
    padding-bottom: 0 !important;
    background-image: url('/client_file/themes/default/interface/bordure_titre_accueil.png') !important;
    background-repeat: no-repeat !important;
    background-position: right center !important;
    background-size: 25% 100%;
}
h2{
    font-family: 'Copse', sans-serif !important;
    font-size: 24px !important;
    color: #e52b65 !important;
    text-transform: uppercase;
    text-align: center !important;
}
h3{
    font-family: 'Copse', sans-serif !important;
    font-size: 24px !important;
    color: #58c9cb !important;
    text-align: left !important;
}
h5{
    font-family: 'Copse', sans-serif;
    font-size: 18px;
}
p{
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    color: #000;
}
.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: #0092ec ;
    color:#fff !important;
    overflow: auto;
}
.entete h2, .entete h1{
    color:#fff !important;
    margin: 0;
    padding: 10px 20px;
    font-size: 21px;
    font-weight: bold;
}
.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{
    /*background: #fff;*/
    padding: 30px 0px;
    /*padding-top: 30px;
    padding-bottom: 30px;*/
}
#content_image_entete {
    width: 100%;
    margin: 0px 0 10px 0;
    height: 166px;
    position: relative;
    background-repeat:  repeat-x;
}
.top_entete{
    background-image: url('/client_file/themes/default/interface/top_entete.png');
    background-repeat:  repeat-x;
    width: 100%;
    height: 26px;
    position: absolute;
    top: 0;
}
.bottom_entete{
    background-image: url('/client_file/themes/default/interface/bottom_entete.png');
    background-repeat:  repeat-x;
    width: 100%;
    height: 61px;
    position: absolute;
    bottom: 0;
}
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;
}
.row.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.row.no-gutters > [class^="col-"],
.row.no-gutters > [class*=" col-"] {
  padding-right: 0;
  padding-left: 0;
}
/* ------------HEADER LOGIN----------- */
.active_hd{
    background: #01babd;
}
#spc_login_wrapper{
    background: #01babd 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-color: #01babd;
    background-image: url('/client_file/themes/default/interface/familigarde_login.png');
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: auto auto;
    color: #fff;
    display: none;
    font-family: 'Poppins', sans-serif;
    padding: 50px 20px 30px;
    position: relative;
    text-align: center;
}
.close-login {
    color: #fff;
    font-size: 22px;
    position: absolute;
    right: 25px;
    top: 5px;
}
.login-box h2{
    color:#fff;
    text-transform: uppercase;
    font-size: 16px;

}
.login-box input[type="text"], .login-box input[type="password"]
{
    background: #fff;
    color:#000;
    border-radius: 5px;
    font-size: 12px;
    width: 100%;
    padding: 10px 5px;
    margin-bottom: 7px;
}
.login-box .btn{
    background: #064c61;
    font-weight: normal !important;
    font-size: 18px;
    border-radius: 5px;
    margin-top: -2px !important;
}
.login-box .btn:hover{
    background: #e52b65 !important;
}
#forgot_pass{
    color: #fff;
    font-weight: normal;
    font-size: 14px;
    display: block;
}
#forgot_pass:hover{
    color: #e0235a;
    text-decoration: underline;
}
#checkbox_login{
    text-align: left;
}
#forgot_pass_login{
    text-align: right;
}
.titre_login{
    font-family: 'Poppins', sans-serif !important;
    font-size: 24px !important;
    text-transform: none !important;
    color: #fff !important;
}

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


/*---------------------navbar-------------------*/
#main-navbar{
    background-color: #e1e1e1;
    border: none;
    margin-bottom: 0;
    z-index: 10;
    border-radius: 0;
}
#myNavbar{
    padding: 0;

}
.navbar-nav {
    display:table;
    width:100%;
    margin: 0;
    font-size: 1.3em;
    font-family: 'Roboto Condensed', sans-serif;
}
.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
    color: #4dc2c5 !important;
    background-color: #e1e1e1;
}
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
    color: #4dc2c5 !important;
    background-color: #e1e1e1;
}
.navbar-nav > li {
    position: relative;
    float:none;
    display:table-cell;
    text-align:center;
}
.bordure_coeur{
    position: absolute;
    top: 35%;
    left: -7px;
    color: #a0a0a0;
}
.navbar-inverse .navbar-nav > li > a{
    padding: 15px 10px;
    color:#000;
}
.navbar-inverse .navbar-nav > li > a:hover{
    color: #4dc2c5;
}
.dropdown-menu {
    text-align: center !important;
    font-size: 16px !important;
    min-width: 200px !important;
    background-color: rgba(255, 255, 255, 0.9);
}
.dropdown-menu > .active > a, .dropdown-menu > .active > a:active, .dropdown-menu > .active > a:focus{
    background-color: #01BABD !important;
}
.dropdown-menu > .active > a:hover, .dropdown-menu > li > a:hover {
    color: #000 !important;
    background-color: #e1e1e1 !important;
}
.dropdown-menu .ssm > .Active > a, .dropdown-menu .ssm > .Active > a:active, .dropdown-menu .ssm > .Active > a:focus{
    color: #fff !important;
    background-color: #01BABD !important;
}
.dropdown-menu > li > a{
    white-space: normal !important;
}
.ssm{
    left: 100%;
    top: 0;
}
.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;
}
.bordure_sous_menu{
    border-bottom: #E1E1E1 1px solid;
}
/*---------------------header-------------------*/
#header_wrapper{
    background: white;
}
#header_wrapper>.container{
    background-image: url('/client_file/themes/default/interface/header_background.jpg');
    background-repeat: no-repeat;
    background-size: auto auto;
    margin: 0 auto;
    width: 100%;
    /*max-width: 940px;*/
    max-width: 1200px;
    min-height: 217px;
}
h1.titreHeader{
    margin-bottom: 5px !important;
    margin-top: 33px !important;
    text-align: left !important;
    padding-bottom: 0 !important;
    text-transform: uppercase !important;
    color: #e52b65 !important;
    font-family: 'Copse', serif !important;
    font-size: 25px !important;
    background: none  !important;
}
p.boldHeader{
    font-weight: bold;
    font-family: 'Copse', serif;
    font-size: 19px;
}
p.grisHeader{
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    color: #838282;
}
.logo{
    width: 150px;
    height: auto;
}
.btn_espaceRSG{
    overflow: visible;
}
.btn_espaceRSG, .btn_espaceRSG:active{
    color: #fff !important;
    background-color: #e52b65;
    padding: 5px 45px 5px 45px;
    margin-top: 20px;
    border-radius: 25px !important;
}
.btn_espaceRSG:hover{
    color: #fff;
    text-decoration: none;
    background-color: #064c61;
}
#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: 10%;
    position: absolute;
    top: 40%;
}
.owl-next{
    right: 10%;
    position: absolute;
    top: 40%;
    background: none;
}
.text_slider {
    right: 20%;
    margin: 0;
    padding: 20px 30px !important;
    position: absolute;
    bottom: 45%;
    width: auto;
    max-width: 550px;
    text-align: left;
    background-color: rgba(255, 255, 255, 0.6);
    z-index: 3;
}
.text_slider p{
    color: #000;
    font-size: 19px;
    line-height: 1.15em;
}
.banniere_over{
    position: absolute;
    right: 10%;
    bottom: 0;
    width: 80%;
}
/*---------------------Home-------------------*/
.bubble{
    width: 250px;
    text-align: center;
    margin: auto auto;
}
.bubble_links{
    margin-top: 25px;
}
.image_mask{
    width: 250px;
    height: 250px;
    position: relative;
    overflow: hidden;
    border-radius: 50%;
}
.image_bubble{
    display: inline;
    height: 90%;
    width: 100%;
}
.design_bubble{
    position: absolute;
    left: -6px;
    bottom: 3px;
    -ms-transform: rotate(320deg);
    -webkit-transform: rotate(320deg);
    transform: rotate(320deg);
}
.lien_div_bubble {
    background-color: #f07a23;
    width: 250px;
    margin-top: -25px;
    margin-bottom: 5px;
    padding: 5px 0px 5px 0px;
    border-radius: 25px !important;

}
.texte_bubble{
    font-family: 'Roboto', sans-serif !important;
    color: #fff !important;
    position:relative;
    z-index: 1;
    margin: 0 !important;
}
.bubble_links_gauche{
    display: inline-block;
    margin-right: 25px;
}
.bubble_links_droit{
    display: inline-block;
}
.lien_bubble{
    font-weight: normal;
}
.lien_bubble:hover, .lien_bubble:active{
    font-weight: bold;
    text-decoration: none;
}
/*---------------------Footer-------------------*/
.top_footer{
    background-image: url('/client_file/themes/default/interface/background_footer.png');
    background-repeat: repeat-x;
    height: 35px;
    margin-top: 40px;
}
#footer_wrapper{
    background-color: #01babd;
    color:#fff !important;
    padding: 20px 0 10px 0;
    text-align: center;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
}
#footer_wrapper p{
    color:#fff !important;
}
#footer_wrapper h3, #footer_wrapper h2{
    color:#fff;
}
#footer_wrapper a{
    color:#fff;
}
#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;
}
#footer_wrapper_suite{
    background: #fff;
    padding: 50px 0 20px;
}
.address_footer_responsive{
    text-align: left;
}
.logo_footer_responsive{
    text-align: right;
}
.viglob_footer:hover{
    color: #E52B65 !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: #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: 'Roboto', 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 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');
}
.style_table{
    margin: 10px 0;
    border:1px solid #fff;
}
.style_table th{
    color:#fff;
    font-size: 14px;
    font-weight: bold;
    background: #01babd;
    padding: 15px 10px;
}
.style_table tr:nth-child(even){
    background: #71f4f6;
    font-size: 13px;
    color: #333;
}
.style_table tr:nth-child(odd){
    background: #9afdff;
    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: #01babd;
    color:#fff;
    font-weight: bold;
}
.lien_doc{
    display: inline-block;
    font-family: 'Copse', sans-serif !important;
    font-size: 20px;
    font-weight: bold;
    color: #000 !important;
    background:  url('/client_file/themes/default/interface/puce_doc.png') left no-repeat;
    padding: 10px 0 10px 45px;
    text-decoration: underline;
}
.lien_doc:hover, .lien_doc:active, .lien_doc:focus{
    background:  url('/client_file/themes/default/interface/puce_doc_over.png') left no-repeat;
    font-weight: bold;
    color: #01babd !important;
}
.lien_doc:hover{
    transition-duration: 0s, 0s !important;
    transition-delay: 0s, 0s !important;
}
hr {
    color: #01babd;
    background-color: #01babd;
    border-color: #01babd;
}
.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: #01babd;
    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: #9afdff;
    color:#57585a;
}
p.fond_gris{
    background: #eceaea;
    padding: 10px 5px !important;
}

.custom_list_heart{
    margin-left: 22px;
}
.custom_list_heart li::before {
    content: '\f004';
    font-size: 20px;
}
.custom_list_heart li::before {
    color: #a0a0a0;
    display: inline-block;
    font-family: FontAwesome;
    position: relative;
    top: 3px;
    left: -36px;
    margin-right: -26px !important;

}
.custom_list_heart li {
    list-style: outside none none !important;
    color: #000;
    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: #01babd;
    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_pointer2 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;
}
td.responsive_table {
    width: 100% !important;
    display: block !important;
    margin-bottom: 10px !important;
    overflow: auto;
    text-align: center;
}
img.td.responsive_table, img.a.td.responsive_table, img.a.p.responsive_table{
    float:none !important;
}

#quicklink_interne ul li a {
    display: block;
    background: #282828;
    padding: 10px 5px;
    color: #fff;
    margin: 0 0px 5px 0;
    text-align: center;
}
#quicklink_interne ul li {
    list-style: none;
}
#quicklink_interne ul li a:hover {
    background: #01babd;
    text-decoration: none;
}

/*-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*------------------------- ORG 2.0 ----------------------*/

#form_inscription_membre ul li::before, ul#menu_membre li::before, .steps ul li::before{
        content:none !important;
}
ul#menu_membre{
        display: table;
}
ul#menu_membre li{
        display: table-cell;
        text-align: center;
}
@media (min-width:992px) {
        .modal-lg,
        .modal-xl {
                max-width:800px !important;
                width: auto !important;
        }
}
@media (min-width:1200px) {
        .modal-dialog.modal-xl {
                max-width:1140px !important;
                width: auto !important;
        }
}

/* Centrer les partenaires */
.partenaire_slider > .owl-stage-outer > .owl-stage > .owl-item > div {
        display: flex;
        flex-flow: row nowrap;
        justify-content: space-around;
    }

#process_don {
        display: none;
        font-weight: bold;
}

/* ------------- pagination datatable -------------*/
.dataTables_wrapper {
        width: 100% !important;
}

.paginate_button {
        display: inline-block !important;
        border: 1px solid black;
        padding: 3px 10px !important;
        margin: 0 2px;
        text-decoration: none;
        background: #fff;
        color: #4c4c4c;
}

.paginate_button.current {
        background: #4c4c4c;
        color: #fcfcfc !important;
}

.dataTables_length {
        float: left;
        margin-bottom: 10px;
        margin-left: 40px;
        margin-top: 8px;
}

div.dataTables_wrapper div.dataTables_info {
        float: left;
        margin-top: 1em;
}

div.dataTables_wrapper div.dataTables_paginate {
        text-align: left !important;
        float: left;
        top: 8px;
        left: 15px;
        position: relative;
}

.dataTables_length {
        margin-bottom: 10px;
}

.dataTables_length select {
        min-width: auto !important;
        padding: 9px 5px 6px 5px !important;
        text-align: center;
        height: auto;
}

.dataTables_filter input[type="search"]{
                margin: 15px 0 0 10px;
}