@font-face {
    font-family: "font_1";
    src: url(https://8bba77.claudeassets.com/20210817065212im_/http://museeberbere.com/template/fonts/EffraLight-Regular.ttf);
}
@font-face {
    font-family: "font_2";
    src: url(https://36c525.claudeassets.com/20210817065212im_/http://museeberbere.com/template/fonts/segoepr.ttf);
}
@font-face{
    font-family: "font_3";
    src: url(https://e67ad6.claudeassets.com/20210817065212im_/http://museeberbere.com/template/fonts/Candal/Candal.ttf);
}
@font-face{
    font-family: "font_4";
    src: url(https://26aa13.claudeassets.com/20210817065212im_/http://museeberbere.com/template/fonts/Nunito/Nunito-Regular.ttf);
}
@font-face{
    font-family: "jaldi";
    src: url(https://dc6a4c.claudeassets.com/20210817065212im_/http://museeberbere.com/template/fonts/jaldi/Jaldi-Regular.ttf);
}
html {
  overflow-y: scroll;
}
body {
  background-color: #FFFFFF;
  color: #444;
  font-family: 'font_1', sans-serif!important;
  font-size: 16px!important;
  line-height: 19px!important;
}
.img_gellery{
    display: block;
    width:13% !important;
    height:120px;
    float: left !important;
    margin:4px !important;
    padding:0 !important;
    text-align: center;
}
.img_gellery img{
    display: inline-table;
    min-width:70%;
    max-width:100%;
    min-height: 70%;
    max-height: 100%;
    margin:0 auto !important;
    border-radius:4px;
    /*float: left !important;*/
}
.img_gellery i {
    display: block;
    position: relative !important;
    top:-25px !important;
    left:12% !important;
    height:auto !important;
    border-radius: 0 0 5px 5px !important;
    font-size:16px !important;
    float: left !important;
    width:auto !important;
    color:#d23636 !important;
    border:none !important;
    padding:5px !important;
    margin:0 !important;
    box-shadow: 0 0 3px #222;
    cursor: pointer;
    transition: 0.5s all !important;
    margin-bottom: -30px !important;
    opacity: 0.2
}
.img_gellery:hover{
    background:#eee;
    border-radius: 4px
}
.img_gellery:hover i {
    top:0px !important;
    display: block;
    opacity: 0.8;
    transition: 0.5s all ease!important
}
.img_gellery i:hover {
    opacity: 1
}
.img_gellery input[type=checkbox]{
    padding:5px;
    width:90%;
    height:20px;
    position:relative;
    top:-26px;
    margin-bottom:-25px;
}



.table{
    border:1px solid #ddd;
    width:100%;
    padding:0;
    margin:0;
    background:#fafafa;
}
.table tr:first-child{
    background:#00E600;
    font-size:16px;
    font-weight: bold;
}
.table tr:first-child td{
    overflow: hidden;
    padding:8px 4px !important;
    color:#fff;
}
.table tr td{
    border:1px solid #eee;
    border-bottom:none;
    text-align: center;
}
.table tr td input{
    padding:10px !important;
    border:1px solid #eee;
    width:100%;
    display: block;
    margin:0 auto;
    font-size:14px;
    color:#555;
}
.table tr td i{
    font-size:20px;
    text-align: center;
}
.input{
    padding:10px 5px;
    margin:5px 2px;
    border:1px solid #eaeaea;
    box-shadow: 0 0 1px #ddd;
    color:#555;
    background:#fff;
    width:60% !important    ;
    float: left;
    font-size:16px;
}

.textarea{
    padding:10px 5px;
    margin:5px 2px;
    border:1px solid #eaeaea;
    box-shadow: 0 0 1px #ddd;
    color:#555;
    background:#fff;
    width:99% !important    ;
    max-width:99% !important    ;
    float: left;
    font-size:16px;
}


.select{
    padding:10px 5px;
    margin:5px 2px;
    border:1px solid #eaeaea;
    box-shadow: 0 0 1px #ddd;
    color:#555;
    background:#fff;
    width:40% !important    ;
    float: left;
    font-size:16px;
}



.search_result{
    float: left;
    margin:5px;
    margin-left:25px;
    padding:0;
    width:90%;
}
.search_result ul{
    list-style: none;
    padding:0;
    width:100%
}
.search_result ul li{
    width:100%;
    padding:5px 8px;
    border-left:3px solid #ddd;
    margin-bottom:8px;
    float: left;
}
.search_result ul li:hover{
    background: #f7f7f7;

}
.search_result ul li img{
    float:left;
    width:95%;
    margin:2px;
    margin-right:7px;
    border:1px solid #eee;
}
.search_result ul li div{
    float: left;
    width:86%;
    text-align: left;
}
.search_result ul li div a{
    font-size:18px;
    float: left;
    text-align: left;
    width: 90%;
    /*font-weight: bold;*/
    color:#007A00;
    text-transform: uppercase;
    font-family: "font_4";
    margin-bottom:8px;
}


.search_result ul li p{
    font-size:16px;
    /*font-weight: bold;*/
    color:#666;
    /*margin-left:10px;*/
    /*border-left:3px solid #ddd;*/
    /*padding-left:5px;*/
    font-family: "font_4";
    /*font-family: "font_4"*/
}
.search_result ul li p a{
    color:#444;
    font-size:16px;
    text-transform: initial;

}
.search_result ul li a:hover{
    color:#007A00;
    text-decoration: none;
}
.search_text{
    margin-top:5px;
    margin-left:5px;
    font-weight: normal;
    font-size:16px;
    color:#444;
    font-family: "jaldi";
}
.media{
    float: left;
    display: block;
    width:123px;
    height:123px;
    padding:3px;
    margin:2px;
    background:#000;
    border-radius:3px;
}
.media img{
    float: left;
    width:100% !important;
    height:100% !important;
}
.media_tools{
    display: block;
    float: left;
    background:rgba(0,0,0,0.8);
    position: relative;
    top:0;
    left:0;
    width:100%;
    height:100%;
    text-align: center;
    display: none;
    margin-bottom:-130px;
}
.media_tools i{
    color:#999;
    /*display: inline-block;*/
    /*float: left;*/
    text-align: center;
    margin-top:50px;
    margin-right:4px;
    cursor: pointer;
    font-size:30px;
    text-shadow: 2px 2px #000;
}


.media_tools i:hover{
    color:#fff;
}

.media:hover .media_tools{
    display: block;
    transition:0.6s;
}



.mille{
    margin: 0 auto;
}
a, a:visited{
    color: #5a8cb1;
    text-decoration: none;
}
a:hover{
    text-decoration: none;
}
/* topbar */
#header-container{
    position: relative;
    height: 450px;
    float: left;
    margin-bottom: 48px;
    width: 100%
}
#topbar{
    background-color: rgba(0,0,0,0.2);
    color: #fff;
    padding: 7px 0;
    position: fixed;
    top:0px;
    width: 100%;
    z-index: 9999;
    height:auto;
    float: left;
    /*margin-top:20px;*/
    overflow: hidden;
}
#topbar ul.nav.menu{
    padding: 0;
    list-style: none;
    height: 20px;
    /*float: right;*/
}
#topbar ul.nav.menu li{
    padding: 0;
    float: left;
    height: 20px;
    line-height: 20px;
}
#topbar ul.nav.menu li.first{
    margin-right: 10px;
}


#topbar ul.nav.menu li a{
    text-decoration: none;
    color: #7F6149;
    padding: 0;
}
.search{
    display: inline-block;
    float: left;
    width:350px;
    margin:0 4px;
    margin-top:-2px;
    margin-left:10%;
    /*box-shadow: 0 0 3px #000 inset;*/
    border-radius:7px;
}
.search input[type='search']{
    width: 70% !important;
    padding:5px 4px;
    font-weight: bold;
    color:#555;
    float: left;
    margin:0;
    border:1px solid #aaa;
    border-left:none;
    border-right:none;
    overflow: hidden;
    border-radius:0;
    box-shadow: -1px 0 3px #ccc inset;
}
.search input[type='submit']{
    background:#eee;
    padding:5px 0;
    text-align: center;
    float: left;
    width:12%;
    /*height:32px !important;*/
    color:#222;
    border-radius:0 7px 7px 0;
    box-shadow: 1px 1px 1px #ddd;
    border:1px solid #888;
    border-left:1px solid #ccc;
}
.search i{
    width:11%;
    text-align: center;
    font-size:19px;
    float: left;
    background:#fff;
    padding:5px 5px;
    margin:0;
    color:#666;
    border:1px solid #888;
    border-right:none;
    overflow: hidden;
    border-radius:7px 0 0 7px;
    box-shadow: 1px 0 3px #ccc inset;
}

#topbar div.search input[type='text']{
    border: none;
    padding: 1px 2px;
    height: 18px;
    line-height: 18px;
    background-color: #595959;
    color: #fff;
    font-style: italic;
}
#topbar div.lang{
    display: inline-block;
    float: right;
    width:auto;
    margin-right:10%;
}
.lang a{
    width:auto;
    text-align: center;
    font-size:13px;
    float: left;
    padding:6px;
    width:33px;
    margin-top:-3px;
    border-right:none;
    overflow: hidden;
    border-radius:50%;
    font-weight: bolder;
    font-style: normal;
    font-family: "font_2";
    cursor: pointer;
    float: left;
    margin-right:6px;   
    background:#83B832;
    color:#fff;
    text-decoration: none;
    transition:0.7s;
}
.lang a.selected{
    background:#fff;
    color:#83B832;
    display: block;
    box-shadow: 0 0 2px #000 inset
}
.lang a:hover{
    background:#fff;
    color:#83B832;
    text-decoration: none;
    transition:0.7s;
}
.changer_la_langue{
    float: left;
    padding:10px 5px;
    color:#fafafa;
}

/* slideshow */
#header-slideshow{
    /*overflow: hidden;*/
    /*float: left;*/
    display: block;
    margin-top:-40px;
    overflow: hidden;
}
#header-slideshow #pgfsbox{
    margin: 0 auto;
}
#header-slideshow .pgfs_floom_progressbar {
    display: none;
}
/* main menu */
#main-menu-bg{
    position: relative;
    top: -18px;
    /*bottom: -80px;*/
    width: 100%;
    height: 50px;
    z-index: 101;
    /*border-top: 2px solid #eee;*/
    border-bottom: 5px solid #99CC00;/*B2C275*/
    -webkit-box-sizing: initial;
    box-sizing: initial;
    background:#fff;
    /*background: -webkit-linear-gradient(top, #B2C275 0%,#99AE47 100%);*/
   
}
#main-menu-container{
    position: relative;
    top: -17px;
    /*bottom: -70px;*/
    /*width: 100%;*/
    z-index: 101;
    /*margin-bottom: 10px;*/
    display: block;
    margin:0 auto;
    width:75%;
}
#main-menu-container .logo-home{
    float: left;
    padding: 0;
    margin-left:15px;
    margin-bottom:0;
    padding:15px 8px;
    background:#fff;
    width:230px;
    border-radius:10px 10px 0 0;
    bottom:5px;
}
#main-menu-container .logo-home img{
    width:200px;
    height:70px;
}
#main-menu-container nav.navigation{
    left: 262px;
    position: absolute;
    bottom: 2px;
    height: 50px;
    background:none;
}
#main-menu-container ul.nav.menu{
    margin: 0;
    padding: 0;
    list-style: none;
    height: 40px;
}
#main-menu-container ul.nav.menu>li{
    float: left;
    margin: 0;
    /*margin-right:1px;*/
    padding: 0 2px;
    text-align: center;
    border-right: 2px solid #fff;
    position: initial;
}

#main-menu-container ul.nav.menu>li>a{
    display: table-cell;
    vertical-align: middle;
    padding: 0 20px;
    height: 45px;
    color: #666;
    /*text-shadow:1.5px 2px #000;*/
    font-family: "jaldi";
    text-decoration: none;
    font-size:18px;
    font-weight: bold;
    text-transform: uppercase;
    max-width: auto;
}
#header-container #main-menu-container ul.nav.menu li ul.nav-child {
    position: absolute;
    top: -56px;
    margin-bottom: -70px;
    padding-bottom:2px;
    left: 0;
    margin: 0;
    padding: 0;
    width: 100% !important;
    height:55px;
    opacity:0.8 !important;
    list-style: none;
    display: none;
    border-bottom: 2px solid #fff;
    border-radius:10px 10px 0 0;
}

#main-menu-container ul.nav.menu ul.nav-child li a{
    color: #fff;
    display: inline-block;
    width: auto;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 15px;
    line-height: 27px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 10px;
    margin:4px 3px;
    float: left;
}
#main-menu-container ul.nav.menu li.item-101{
    display: none;
}
#main-menu-container ul.nav.menu li.item-118{
    background: #fff;
}
#main-menu-container ul.nav.menu li.item-118 a{
    color:#666;
    text-shadow: none;
}

#main-menu-container ul.nav.menu li.item-118 ul.nav-child{
    background: rgba(79,123,160,0.8);
}
#main-menu-container ul.nav.menu li.item-118 ul.nav-child li a{
    color: rgba(79,123,160,0.95);
    color: #000;
}
#main-menu-container ul.nav.menu li.item-118 ul.nav-child li a{background:none;}
#main-menu-container ul.nav.menu li.item-118 ul.nav-child li:hover a{
    color: #4f7ba0;
    background: #fff
}
#main-menu-container ul.nav.menu li.item-118:hover a{
    color: #4f7ba0;
    text-shadow: none;
    background:#fff;
    transition:0.9s;
}
#main-menu-container ul.nav.menu li.item-118{   
 border-bottom:5px solid rgba(79,123,160,0.95);
}
#main-menu-container ul.nav.menu li.item-118:hover{    
    border-bottom:5px solid rgba(79,123,160,0.95);
    transition:0.9s;
}




#main-menu-container ul.nav.menu li{ 
    border-bottom-style:solid;
    border-bottom-width: 5px;

} 
#main-menu-container ul.nav.menu li:hover{    
    background:#fff !important;
}
#main-menu-container ul.nav.menu li:hover a{
    /*color:#333 !important;*/
    text-shadow: unset;
    background: #fff;
}    
#main-menu-container ul.nav.menu li:hover ul li a{
    color:#fff !important;
    text-shadow: unset;
    font-weight: bold;
    background:none;
}    
#main-menu-container ul.nav.menu li ul li:hover a{
    color:#555 !important;
    text-shadow: unset;
    background: #fff
}   


/*breadcrumbs*/
ul.breadcrumb{
    list-style: none;
    margin: 0 0 10px;
    padding: 0;
    /*height: 20px;*/
    display: inline-block;
}
ul.breadcrumb li{
    float: left;
    margin-left: 5px;
    /*height: 20px;*/
    line-height: 20px;
}
ul.breadcrumb li .divider{
    margin-left: 5px;
}





.index_article{
    display: block;
    width:85%;
    background:#fafafa;
    box-shadow: 2px 2px 2px #777;
    border:1px solid #aaa;
    margin:0 auto;
    margin-bottom:20px;
    padding-top:1px;
    border-radius:70px 0;
    overflow: hidden;
}
.index_article img{
    display: block;
    width:100%;
    max-height:300px;
    margin:0;padding: 0;
    border-radius:70px 0 0 0 ;
}
.index_article_body{   
    width:100%;
    display: block;
    padding:10px;

}
.index_article_body article:first-child{display:inline-table;width:48%;}
.index_article_body article:last-child{display:inline-table;width:48%;}
.index_article_body p{
    display: block;
    margin:5px;
    font-family: "font_4";
    font-size:15px;
    color:#666;
}
.index_article_body p strong{
    font-size:17px;
    color:#6AC62E;
}

/*main contents*/
#main-container{
    background:#fff;
    width:80%;
    overflow: hidden;
    margin:20px auto;
    /*margin-bottom: 50px;*/
}
/*sidebar*/

.randonnee_titre{
    font-size:26px;
    margin:10px 5px !important;
    /*margin-top:20px !important;*/
    /*margin-bottom:10px !important;*/
    padding:0;
    color:#99CC00;
    float: left;
    width:98%;
    font-weight: bold;
}
.randonnee_list{
    float: left;
    width:96%;
    height:auto;
    margin:0 !important;
    margin-top:20px !important;
    margin-bottom:20px !important;
    padding:0 !important;
    margin-left:70px !important;
}
.randonnee_list li{
    float: left;
    list-style: circle;
    width: 100%;
    font-size:16px;
    font-family: "font_4";
    margin:0;
    padding:0;
    line-height: 20px;
    font-weight:normal;
}


body #content.full{
    float: none;
    width: 100%;
    margin-right: 0;
}
.blog-post{
    float: left;
    display: block;
    height:auto;
    width:100%;
    margin:5px 0;
}
.blog-featured{
    float: left;
    display: block;
    width:100%;
    height:auto;
    /*min-height:250px;*/
    overflow: hidden;
    z-index: 999;
    display: block;
    border-radius: 10px;
    opacity:1;
    transition:0.6s;
}
.blog-featured:hover{
    box-shadow: 0 0 4px #aaa}
.blog-featured.item1{
    background: #eef3ff; 
   /* background: -moz-linear-gradient(top,  rgba(164,104,42,1) 0%, rgba(223,150,81,1) 50%, rgba(164,104,42,1) 100%); 
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a4682a), color-stop(50%,#df9651), color-stop(100%,#a4682a)); 
    background: -webkit-linear-gradient(top,  #a4682a 0%,#df9651 50%,#a4682a 100%); 
    background: -o-linear-gradient(top,  #a4682a 0%,#df9651 50%,#a4682a 100%); 
    background: -ms-linear-gradient(top,  #a4682a 0%,#df9651 50%,#a4682a 100%); 
    background: linear-gradient(to bottom,  rgba(164,104,42,0.7) 0%, rgba(223,150,81,0.7) 50%,rgba(164,104,42,0.7)  100%); 
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a4682a', endColorstr='#a4682a',GradientType=0 ); */
}
.blog-featured.item2{
    background: #fff4e0;
    /*background: -moz-linear-gradient(top, rgba(79,123,160,1) 0% rgba(79,123,160,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(79,123,160,1)), color-stop(100%,rgba(79,123,160,1)));
    background: -webkit-linear-gradient(top, rgba(79,123,160,1) 0%,rgba(79,123,160,1) 100%);
    background: -o-linear-gradient(top, rgba(79,123,160,1) 0%,rgba(79,123,160,1) 100%);
    background: -ms-linear-gradient(top, rgba(79,123,160,1) 0%,rgba(79,123,160,1) 100%);
    background: linear-gradient(to bottom, rgba(79,123,160,1) 0%,rgba(79,123,160,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(79,123,160,1)', endColorstr='rgba(79,123,160,1)',GradientType=0 );*/
}
.item3{
    background: #FFCC99;
   /* background: -moz-linear-gradient(top,  #9c4122 0%, #d26f46 50%, #9c4122 100%); 
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#9c4122), color-stop(50%,#d26f46), color-stop(100%,#9c4122)); 
    background: -webkit-linear-gradient(top,  #9c4122 0%,#d26f46 50%,#9c4122 100%); 
    background: -o-linear-gradient(top,  #9c4122 0%,#d26f46 50%,#9c4122 100%); 
    background: -ms-linear-gradient(top,  #9c4122 0%,#d26f46 50%,#9c4122 100%); 
    background: linear-gradient(to bottom,  #9c4122 0%,#d26f46 50%,#9c4122 100%); 
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9c4122', endColorstr='#9c4122',GradientType=0 );
*/
}
.blog-featured.item4{
    background: #ecd8f2; 
    /*background: -moz-linear-gradient(top,  #462b56 0%, rgba(122,81,137,1) 50%, #462b56 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(122,81,137,1)), color-stop(50%,#7a5189), color-stop(100%,#462b56)); 
    background: -webkit-linear-gradient(top,  rgba(122,81,137,1) 0%,#7a5189 50%,#462b56 100%);
    background: -o-linear-gradient(top,  #rgba(122,81,137,1) 0%,#7a5189 50%,#462b56 100%); 
    background: -ms-linear-gradient(top, rgba(122,81,137,1) 0%,#7a5189 50%,#462b56 100%); 
    background: linear-gradient(to bottom, rgba(122,81,137,1) 0%,#7a5189 50%,#462b56 100%); 
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#462b56', endColorstr='#462b56',GradientType=0 );*/
}
.blog-featured.item5{
    background: #CCFFCC; 
    /*background: -moz-linear-gradient(top,  #74892c 0%, #99ae47 50%, #74892c 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#74892c), color-stop(50%,#99ae47), color-stop(100%,#74892c)); 
    background: -webkit-linear-gradient(top,  #74892c 0%,#99ae47 50%,#74892c 100%); 
    background: -o-linear-gradient(top,  #74892c 0%,#99ae47 50%,#74892c 100%); 
    background: -ms-linear-gradient(top,  #74892c 0%,#99ae47 50%,#74892c 100%); 
    background: linear-gradient(to bottom,  #74892c 0%,#99ae47 50%,#74892c 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#74892c', endColorstr='#74892c',GradientType=0 );*/
}
.blog-featured.item6{
    background: #4f7ba0;
   /* background: -moz-linear-gradient(top, #4f7ba0 0%, #74a1c8 50%, #4f7ba0 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4f7ba0), color-stop(50%,#74a1c8), color-stop(100%,#4f7ba0));
    background: -webkit-linear-gradient(top, #4f7ba0 0%,#74a1c8 50%,#4f7ba0 100%);
    background: -o-linear-gradient(top, #4f7ba0 0%,#74a1c8 50%,#4f7ba0 100%);
    background: -ms-linear-gradient(top, #4f7ba0 0%,#74a1c8 50%,#4f7ba0 100%);
    background: linear-gradient(to bottom, #4f7ba0 0%,#74a1c8 50%,#4f7ba0 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4f7ba0', endColorstr='#4f7ba0',GradientType=0 );*/
}


.blog-featured .items-row-container{
    /*height: 163px;*/
    overflow: hidden;
    position: relative;
}
/*.blog-featured .items-row{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;s
}*/
.blog-featured .items-row-nav{
    position: absolute;
    bottom: 0;
    right: 25px;
    height: 25px;
    line-height: 25px;
}
.blog-featured .items-row-nav .puce{
    float: left;
    margin: 0 5px;
    background-color: #fff;
    height: 15px;
    width: 15px;
    line-height: 15px;
    text-align: center;
    color: #5a8cb1;
    font-size: 11px;
    font-weight: bold;
    cursor: pointer;
}
.blog-featured .items-row-nav .puce.active{
    color: #a54826;
}
.blog-featured .blog-header{
    display: block;
    width: 25%;
    height:auto;
    overflow: hidden !important;
    background: #fff;
    float: right;
    display: block;
}
.blog-featured .blog-header img{    
    margin: 0;
    float: left;
    width:100%;
    height:auto;
    /*min-height:250px;*/
    transition:1s;
    z-index: 2;    
    background: #fff;
    border-radius:0 0 7px 0;
    /*border:1px solid #eee;*/
    border-left:none;
}
.blog-featured .blog-header img:hover,.blog-featured:hover .blog-header img{         
    transition:2s;
    opacity: 1;
}
.blog-featured .blog-body{
    float: left;
    display: block;
    width:72%;
    font-family: 'font_1', sans-serif;
    font-size: 18px;
    line-height: 23px;    
}
.blog-featured .blog-body h3{
    margin: 0;
    padding: 10px;
    font-weight: bolder;
    text-align: center;
    height: auto;
    float: left;
    width:100%;
}

.blog-featured .blog-body h3.item1{background:#33BBBB;}
.blog-featured .blog-body h3.item2{background:#FF9922;}
.blog-featured .blog-body h3.item3{background:#f26f46;}
.blog-featured .blog-body h3.item4{background:#9E49DD;}
.blog-featured .blog-body h3.item5{background:#99ae47;}

.blog-featured .blog-body a{
    color: #3366FF !important;
    font-family: 'font_4', sans-serif;
    font-size: 13px !important;
    font-weight: bold;
    text-transform: uppercase;
}
.blog-featured .blog-bodya:hover{ color:#eee;text-decoration: none;}
.blog-featured .blog-body{
    margin:10px;
    float: left;
    color: #444;
    font-weight: normal;
    font-size:16px !important;
    font-family: "jaldi" !important;
    text-align: left;
}
.blog-featured .blog-body *{
    margin:0;
    float: left;
    color: #444;
    font-weight: normal;
    font-size:16px !important;
    font-family: "jaldi" !important;
    text-align: left;
}
.blog-featured .blog-footer{
    float: left;
    width:auto;
    /*margin-top:-20px;*/
}
.blog-featured .blog-body p a{
    /*padding:10px 12px;*/
    /*float: left;*/
    margin-left:5px;
    /*font-weight: bold;*/
    font-size: 15px;
    color:#555;
    /*background:#fff;*/
    border-right:none;
    font-family: "font_4"
}
.blog-featured .blog-body h3,.blog-title{
    margin: 0;
    padding: 10px;
    font-weight: bolder;
    text-align: center;
    height: auto;
    float: left;
    width:100%;
}
.blog-featured .blog-body h3 a,.blog-title a{
    color: #fff;
    font-family: 'font_4', sans-serif;
    font-size: 18px;
    font-weight: normal;
    text-shadow: -1px -1px #666;
    text-transform: uppercase;
}
.blog-featured .blog-body h3 a:hover,.blog-title a:hover{ color:#eee;text-decoration: none;}

/*modules*/
h3.module-title{
    font-family: 'Englebert', sans-serif;
    font-size: 19px;
    text-transform: uppercase;
}
/*sidebar*/
#sidebar{

}
/*infos & plan*/
#sidebar .moduletable-agenda,
.moduletable-plan,
#sidebar .moduletable-info{
    /*float: left;*/
    padding: 0 12px 10px;
}
.moduletable-plan h3.module-title,
#sidebar .moduletable-info h3.module-title{
    margin: 0 0 0 -12px;
    padding: 30px 0 0 50px;
    min-height: 70px;
}
#sidebar .moduletable-agenda h3.module-title{
    text-align: center;
    padding: 20px 0;
    margin: 0;
}
#sidebar .moduletable-agenda .module-content{
    border-top: 1px dotted #444243;
}
/*infos pratiques*/
#sidebar .moduletable-info{
    margin-bottom: 15px;
    background: #f3e4df; /* Old browsers */
    background: -moz-linear-gradient(top,  #f3e4df 0%, #b8491e 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f3e4df), color-stop(100%,#b8491e)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #f3e4df 0%,#b8491e 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #f3e4df 0%,#b8491e 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #f3e4df 0%,#b8491e 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #f3e4df 0%,#b8491e 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3e4df', endColorstr='#b8491e',GradientType=0 ); /* IE6-9 */
}
#sidebar .moduletable-info h3.module-title{
    background: transparent url(https://1ac8d4.claudeassets.com/20210817065212im_/http://museeberbere.com/template/images/marqueze/animal-etrange.png) no-repeat 2px 5px;
    color: #a54826;
}
#sidebar .moduletable-info ul{
    border-top: 1px dotted #28567a;
    padding: 12px 0 0 0;
    margin: 0;
    list-style: none;
}
#sidebar .moduletable-info ul li{
    padding: 0px 8px 0 70px;
    height: 45px;
    line-height: 45px;
}
#sidebar .moduletable-info ul li a{
    color: #fff;
    text-decoration: none;
    white-space: nowrap;
}
#sidebar .moduletable-info ul li a:hover{
    text-decoration: underline;
}
#sidebar .moduletable-info ul li.item-2{
    background:  transparent url(https://80897a.claudeassets.com/20210817065212im_/http://museeberbere.com/template/images/marqueze/horaires.png) no-repeat 10px 50%;
}
#sidebar .moduletable-info ul li.item-3{
    background:  transparent url(https://9ebdf9.claudeassets.com/20210817065212im_/http://museeberbere.com/template/images/marqueze/tarifs.png) no-repeat 10px 50%;
}
#sidebar .moduletable-info ul li.item-5{
    background:  transparent url(https://f7ff15.claudeassets.com/20210817065212im_/http://museeberbere.com/template/images/marqueze/localisation.png) no-repeat 10px 50%;
}
#sidebar .moduletable-info ul li.item-4{
    background:  transparent url(https://8d14d6.claudeassets.com/20210817065212im_/http://museeberbere.com/template/images/marqueze/services.png) no-repeat 10px 50%;
}
/*plan interactif*/
.moduletable-plan {
    margin-bottom: 15px;
    background: #eff2df; /* Old browsers */
    background: -moz-linear-gradient(top,  #eff2df 0%, #8a9d31 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eff2df), color-stop(100%,#8a9d31)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #eff2df 0%,#8a9d31 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #eff2df 0%,#8a9d31 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #eff2df 0%,#8a9d31 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #eff2df 0%,#8a9d31 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eff2df', endColorstr='#8a9d31',GradientType=0 ); /* IE6-9 */
}
.moduletable-plan h3.module-title{
    background: transparent url(https://df65fe.claudeassets.com/20210817065212im_/http://museeberbere.com/template/images/marqueze/poule2.png) no-repeat 2px 5px;
    color: #60871a;
}
.moduletable-plan .custom{
    border-top: 1px dotted #28567a;
    padding-top: 12px;
}
.moduletable-plan .custom p{
    margin: 0;
    text-align: center;
}
.moduletable-plan .custom p img{
    border: 1px solid #fff;
}
/*module agenda*/
#sidebar .moduletable-agenda {
    margin-right: 30px;
    margin-bottom: 15px;
    background: #ffeda1; /* Old browsers */
    background: -moz-linear-gradient(top,  #ffeda1 0%, #fad53c 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffeda1), color-stop(100%,#fad53c)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #ffeda1 0%,#fad53c 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #ffeda1 0%,#fad53c 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #ffeda1 0%,#fad53c 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #ffeda1 0%,#fad53c 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffeda1', endColorstr='#fad53c',GradientType=0 ); /* IE6-9 */
}
#sidebar .mod_events_monthyear {
    background: none;
}
#sidebar .mod_events_monthyear tr{
    background: #444243;
    color: #fff;
}
#sidebar .mod_events_link{
    padding: 0 3px;
}
#sidebar .mod_events_monthyear a.mod_events_link,
#sidebar .mod_events_monthyear a.mod_events_link:visited,
#sidebar .mod_events_monthyear a.mod_events_link:visited {
    color: #fff;
}
#sidebar table.mod_events_table{
    border-color: transparent;
    margin-top: 5px;
}
#sidebar table.mod_events_table td{
    border: 1px solid #fad53c;
    background: #454344;
}
#sidebar table.mod_events_table tr.mod_events_dayname td{
    background: transparent;
}
#sidebar .mod_events_td_dayname .sunday {
    color: #000;
}
#sidebar .mod_events_td_dayoutofmonth{
    color: #ccc;
}
#sidebar .mod_events_td_todaynoevents a.mod_events_daylink,
#sidebar .mod_events_td_todaynoevents a.mod_events_daylink:link,
#sidebar .mod_events_td_todaynoevents a.mod_events_daylink:visited,
#sidebar .mod_events_td_todaynoevents{
    color: #f00;
}
#sidebar .mod_events_td_todaywithevents{
    background: #5c89b0;
}
#sidebar .mod_events_td_todaywithevents a.mod_events_daylink,
#sidebar .mod_events_td_todaywithevents a.mod_events_daylink:link,
#sidebar .mod_events_td_todaywithevents a.mod_events_daylink:visited{
    color: #f00;
}
#sidebar .mod_events_td_daynoevents{
    color: #fff;
}
#sidebar table.mod_events_table .mod_events_td_daywithevents{
    color: #fff;
    background: #5c89b0;
}
#sidebar a.mod_events_daylink:link{
    color: #fff;
}
#sidebar a.mod_events_daylink:visited{
    color: #fff;
}
#sidebar a.mod_events_daylink:hover{
    color: #fff;
}
#sidebar a.mod_events_link:link{
    color: #fff;
}
#sidebar a.mod_events_link:visited{
    color: #fff;
}
#sidebar a.mod_events_link:hover{
    color: #fff;
}
/* homepage */
body.home .moduletable-plan,
body.home #sidebar .moduletable-info{
    min-height: 270px;
}
/* categories galleries*/
#bottom-blocks .moduletable-gal{
    background: #f0f0f0; /* Old browsers */
    background: -moz-linear-gradient(top,  #f0f0f0 0%, #c7c7c7 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f0f0f0), color-stop(100%,#c7c7c7)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #f0f0f0 0%,#c7c7c7 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #f0f0f0 0%,#c7c7c7 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #f0f0f0 0%,#c7c7c7 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #f0f0f0 0%,#c7c7c7 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0f0f0', endColorstr='#c7c7c7',GradientType=0 ); /* IE6-9 */
    padding-bottom: 10px;
}
#bottom-blocks .moduletable-gal .bghelper{
    background: transparent url(https://bb783e.claudeassets.com/20210817065212im_/http://museeberbere.com/template/images/marqueze/oiseau.png) no-repeat 2px 5px;
}
#bottom-blocks .moduletable-gal h3.module-title{
    margin: 0 15px 15px 90px;
    padding: 15px 0;
    height: 20px;
    line-height: 20px;
    border-bottom: 1px dotted #624e43;
    color: #624e43;
}#bottom-blocks .moduletable-gal .pg_data{
    height: 200px;
    overflow: hidden;
}

#bottom-blocks .moduletable-gal .one_item{
    float: left;
    width: 184px;
    height: 184px;
    margin: 10px 33px;
    text-align: center;
    position: relative;
}
#bottom-blocks .moduletable-gal .one_item a.no.image{
    display: block;
    width: 180px;
    height: 180px;
    margin: 0 auto;
    background-color: #fff;
    border: 2px solid #fff;
    box-shadow: 1px 1px 12px #555;
}
#bottom-blocks .moduletable-gal .one_item a.image img{
    border: 2px solid #fff;
    box-shadow: 1px 1px 12px #555;
}
#bottom-blocks .moduletable-gal .one_item h4{
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    text-align: center;
    padding: 16px 0;
    margin: 0;
    height: 16px;
    line-height: 16px;
    background-color: rgba(255,255,255,0.7);
    font-weight: normal;
}
#bottom-blocks .moduletable-gal .one_item h4 a{
    color: #3a2d24;
    font-size: 16px;
    text-transform: uppercase;
    text-decoration: none;
}
/* suivez-nous*/
#bottom-blocks .moduletable-follow .module-title {
    display: none;
}
#bottom-blocks .moduletable-follow {
    background: #f0f0f0;
    background: -moz-linear-gradient(top, #f0f0f0 0%, #c7c7c7 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f0f0f0), color-stop(100%,#c7c7c7));
    background: -webkit-linear-gradient(top, #f0f0f0 0%,#c7c7c7 100%);
    background: -o-linear-gradient(top, #f0f0f0 0%,#c7c7c7 100%);
    background: -ms-linear-gradient(top, #f0f0f0 0%,#c7c7c7 100%);
    background: linear-gradient(to bottom, #f0f0f0 0%,#c7c7c7 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0f0f0', endColorstr='#c7c7c7',GradientType=0 );
    /*padding: 0 25px 25px 25px;*/
    margin-bottom: 15px;
}

/*footer*/
footer.footer{
    /*height: 150px;*/
    width:100%;
    margin-top: 70px;
    /*padding-top: 10px;*/
    padding-bottom: 10px;
    background: #889e31; /* Old browsers */
    background: -moz-linear-gradient(top,  #637122 0%, #889e31 15%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#637122), color-stop(15%,#889e31)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #637122 0%,#889e31 15%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #637122 0%,#889e31 15%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #637122 0%,#889e31 15%); /* IE10+ */
    background: linear-gradient(to bottom,  #637122 0%,#889e31 15%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#637122', endColorstr='#889e31',GradientType=0 ); /* IE6-9 */
}
footer.footer .footer-block{
    padding: 0 15px;
    border-left: 2px #eee dashed;
    max-width:33%;
    width:auto;
    float: left;
    height:215px;
    padding-bottom:20px;
    border-top-right-radius: 10px
}
footer.footer .footer-block:first-child{
    margin-left:30px;
}

footer.footer .footer-block:first-child{border-left:none;}
footer.footer #footer-block-1{
    text-align: center;
    border-left: none;
}

footer ul.nav.menu{
    list-style: none;
    margin: 0 0 0 15px;
    padding: 0;
}
footer ul.nav.menu li{
    height: 25px;
    line-height: 25px;
}
footer ul.nav.menu li a{
    text-decoration: none;
    text-transform: uppercase;
    color: #fff;
    font-size: 15px;
    padding: 5px 15px;
}

footer ul.nav.info_pratique{
    list-style: none;
    margin: 0 0 0 15px;
    padding: 0;
}

footer ul.nav.info_pratique li{
    text-decoration: none;
    color: #fff;
    font-size: 15px;
    display: block;
    width:100%;
    float: left;
    margin:3px 0;
}
footer ul.nav.suivez li{
    text-decoration: none;
    color: #fff;
    font-size: 15px;
    display: block;
    width:100%;
    float: left;
    margin:3px 0;
}
footer ul.nav.suivez li i{
    padding:4px;
    width:40px;
    font-size:20px;
    height:auto;
    float:left;
    border:none;
}
footer ul:first-child{
    border-left: none;
}
footer ul.nav.menu li a:hover {
    background-color: transparent;
}

/* articles */
.article{
    width:100%;
    display: block;
}
.article-header{
    display: block;
    width: 100%;
    padding: 1px 0;
    margin: 5px 0;
    margin-bottom:15px;
    border-radius: 7px;
    float: left;
}
.article-header h2{
    text-align: left;
    font-size: 30px;
    font-weight: bold;
    color: #6fac51; 
    text-transform: uppercase;
    margin-bottom:15px;
    /*border-bottom:3px dashed #eee;*/
    /*padding-bottom:5px;*/
}

.article-body{
    width:100%;
    padding:5px;
    display: block;
    margin: 5px 0 ;
    float: left;
    overflow: hidden;
    background: #fff;
    font-family:"jaldi";
}
.article-body.trek{
    width:53% !important;
}
.trek-photo{
    float: right;
    width:46%;
}
.trek-photo div{
    max-width:70% !important;
    height:auto;
    max-height: auto;
    margin:10px 20px;
    float: right;
    text-align: center;
}

.article-body img{
    display:block;
    margin:15px auto;
    /*max-width:45%;*/
    height:auto;
    padding:4px;
    background:#fff;
    float: right;
}
.article-body .article-text{
    font-size:16px;
    color:#444;
    display: block;
    margin:4px;
    font-family:"font_1";
    font-weight: bold;
    float: left;
    text-align: justify;
    width:53%;
    white-space:pre-wrap;
}
.article-body .article-text *{
    font-weight: normal;
    font-family:"font_4" !important;
}

.article-footer{
    display: block;
    width: 99%;
    padding:5px;
    text-align: right;
    overflow: hidden;
}
.article-footer span{ 
    float: right;
    display: block;
    padding:5px;
    color:#62932A;
    font-weight: bolder;
    background:#fff;
}
.article-footer i{
    font-size: 22px;
    margin:0 5px;
    float: left;
    color:#62932A;
}

.articles_pix{
    width:200px;
    /*height:150px;*/
    float:left;
    margin:0 2px;
    text-align: center;
}
.articles_pix div a img{
    max-height: 100%;
    max-width: 100%;
    display: block;
    margin:0 auto;
    border-radius:0;
    border:1px solid #ddd;
}
.articles_pix div a img:hover{
    border:1px solid #555;
    transition:0.5s;
}



.blue{
    background: rgba(79,123,160,0.3); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(79,123,160,0.3) 0%, rgba(116,161,200,0.3) 50%, rgba(79,123,160,0.3) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(79,123,160,0.3)), color-stop(50%,rgba(116,161,200,0.3)), color-stop(100%,rgba(79,123,160,0.3))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(79,123,160,0.3) 0%,rgba(116,161,200,0.3) 50%,rgba(79,123,160,0.3) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(79,123,160,0.3) 0%,rgba(116,161,200,0.3) 50%,rgba(79,123,160,0.3) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(79,123,160,0.3) 0%,rgba(116,161,200,0.3) 50%,rgba(79,123,160,0.3) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(79,123,160,0.3) 0%,rgba(116,161,200,0.3) 50%,rgba(79,123,160,0.3) 100%); /* W3C */
}
.green{
    background: rgba(153,174,71,0.4); /* Old browsers */
  
}
.violet{
    background: rgba(122,81,137,0.3); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(70,43,86,0.3) 0%, rgba(122,81,137,0.3) 50%, rgba(70,43,86,0.3) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(70,43,86,0.3)), color-stop(50%,rgba(122,81,137,0.3)), color-stop(100%,rgba(70,43,86,0.3))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(70,43,86,0.3) 0%,rgba(122,81,137,0.3) 50%,rgba(70,43,86,0.3) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(70,43,86,0.3) 0%,rgba(122,81,137,0.3) 50%,rgba(70,43,86,0.3) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(70,43,86,0.3) 0%,rgba(122,81,137,0.3) 50%,rgba(70,43,86,0.3) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(70,43,86,0.3) 0%,rgba(122,81,137,0.3) 50%,rgba(70,43,86,0.3) 100%); /* W3C */
}
.red{
    background: rgba(210,111,70,0.3); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(156,65,34,0.3) 0%, rgba(210,111,70,0.3) 50%, rgba(156,65,34,0.3) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(156,65,34,0.3)), color-stop(50%,rgba(210,111,70,0.3)), color-stop(100%,rgba(156,65,34,0.3))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(156,65,34,0.3) 0%,rgba(210,111,70,0.3) 50%,rgba(156,65,34,0.3) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(156,65,34,0.3) 0%,rgba(210,111,70,0.3) 50%,rgba(156,65,34,0.3) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(156,65,34,0.3) 0%,rgba(210,111,70,0.3) 50%,rgba(156,65,34,0.3) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(156,65,34,0.3) 0%,rgba(210,111,70,0.3) 50%,rgba(156,65,34,0.3) 100%); /* W3C */
}
.article .orange{
    background: rgba(223,150,81,0.3); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(164,104,42,0.3) 0%, rgba(223,150,81,0.3) 50%, rgba(164,104,42,0.3) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(164,104,42,0.3)), color-stop(50%,rgba(223,150,81,0.3)), color-stop(100%,rgba(164,104,42,0.3))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(164,104,42,0.3) 0%,rgba(223,150,81,0.3) 50%,rgba(164,104,42,0.3) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(164,104,42,0.3) 0%,rgba(223,150,81,0.3) 50%,rgba(164,104,42,0.3) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(164,104,42,0.3) 0%,rgba(223,150,81,0.3) 50%,rgba(164,104,42,0.3) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(164,104,42,0.3) 0%,rgba(223,150,81,0.3) 50%,rgba(164,104,42,0.3) 100%); /* W3C */
}
.logo{
    margin:15px auto;
    display: block;
    width: 45%;
    text-align: center;
}
.logo img{
    margin-top:50px;
    padding:15px;
    background:#fff;
    box-shadow: 0 0 5px #aaa;
    border-radius: 0 40px;
}
#msgNO{
    font-family: "font_1";
    font-size: 18px;
    background:#FF8484;
    /*border:1px solid #eee;*/
    padding:10px 5px;
    margin:10px auto;
    margin-top:20px;
    color:#fff;
    display: block;
    max-width: 80%;

}
#login{
    display: block;
    width:400px;
    height:auto;
    margin:1% auto;
    background:#eee;
    overflow: hidden;
    border:1px solid #ccc;
    box-shadow: 0 0 4px #ccc
}
#login img{
    background:#fff;
    padding:15px 25%;

}
.panel{
    width:97%;
    padding:6px 10px;
    float: left;
    text-align: center;
    color:#777;
    font-size: 18px;
    font-family: "font_1";
    font-weight: bolder;
    height:auto;
}
.panel i{
    float: left;
    height:26px;
    padding:6px 0;
    width:9%;
    font-size:25px;
    text-align: center;
    background:#fff;
    color:#72B62B;
    border:1px solid #ddd;
    border-right:none;
    margin-top:2px;
    border-radius: 5px 0 0 5px;
}
.panel div{
    float: left;
    max-height:250px;
    overflow: auto;
    padding:6px;
    width:84%;
    border:1px solid #ddd;
    font-family: "font_1";
    font-weight: bold;
    font-size:17px;
    color:#777;
    border-radius: 0 5px 5px 0
}

.panel input{
    float: left;
    height:44px;
    padding:6px;
    width:85%;
    border:1px solid #ddd;
    font-family: "font_1";
    font-weight: bold;
    font-size:17px;
    color:#777;
 
    border-radius: 0 5px 5px 0
}
.panel input[type=file]{
    padding:1px;
    margin:2px;
    width:auto;
    width:49%;
}
.panel select{
    float: left;
    height:44px;
    padding:6px;
    width:85%;
    border:1px solid #ddd;
    font-family: "font_1";
    font-weight: bold;
    font-size:17px;
    color:#555;
    border-radius: 0 5px 5px 0
}
.panel textarea{
    float: left;
    min-height:200px;
    padding:6px;
    width:85%;
    min-width:85%;
    max-width:85%;
    border:1px solid #ddd;
    font-family: "font_1";
    font-size:15px;
    font-weight: bold;
    color:#555;
}
.panel input[type=submit]{
    display: block;
    float: right;
    height:auto;
    padding:10px 15px;
    margin: 0 auto;
    width:auto;
    border:1px solid #ddd;
    background:#72B62B;
    color:#fff;
    font-family: "font_4";
    font-size:16px;
    /*font-weight: bolder;*/
    margin-right:25px;
    border-radius:0 0 0 0 ;
}
.submit{
    display: block;
    float: right;
    height:auto;
    padding:10px 15px;
    margin: 5px !important;
    width:20% !important;
    border:1px solid #ddd;
    background:#72B62B;
    color:#fff !important;
    font-family: "font_4";
    font-size:16px;
    /*font-weight: bolder;*/
    margin-right:25px;
    border-radius:3px !important;
}
#file_up_zone{
    min-height:100px;
}
.file_elem{
    float: left;
    width:30% !important;
    margin:3px;
    padding:0;
    border:none;
    overflow: hidden;
}
#file_up_zone input[type=file]{
    float:left;
    padding: 0;
    margin:;
    width:98%;
    max-height:40px;
}
#file_up_zone i{
    float: right;
    width:auto;
    font-size:18px;
    padding:2px 4px;
    margin:0;
    height:19px;
    border:none;
    position:relative;
    top:-51px;
    right:-6px;
    border-radius:0;
    margin-bottom:-20px;
    background:#ab2121;
    color:#fff;
    box-shadow:0 0 4px #555;
    cursor: pointer;
}
#file_up_zone i:hover{
    background:#eee;
    color:#ab2121;
}
#add_smenu_upload{
    border:none;
    position: relative;
    bottom:-5px;
    right:8px;
    float: right;
    cursor: pointer;
    background:#e0e0e0;
    padding:6px 10px;
    width:auto;
    border-radius: 0px;
    border:1px solid #ddd;
    border-left:none;
}
#del_smenu_upload{
    border:none;
    position: relative;
    bottom:-10px;
    right:8px;
    float: right;
    cursor: pointer;
    background:#e0e0e0;
    padding:6px 10px;
    width:auto;
    border-radius: 0px;
    border:1px solid #ddd;
    border-left:none;
    color:#ab2121;
}
#add_smenu_upload:hover{
    background:#72B62B;
    color:#eee;
}
#del_smenu_upload:hover{
    background:#ab2121;
    color:#eee;
}
.return{
    float: left;
    width:auto;
    padding:2px;
    margin:3px;
}
.return i{
    float: left;
    margin-right:6px;
}
.return span{
    float: left;
    margin-left:6px;
}
.addbtn{
    display: block;
    background:#eee;
    border:1px solid #ddd;
    float: left;
    margin:10px 20px;
    border-radius: 5px;
    overflow: hidden;
}
.addbtn i{
    float:left;
    width:15px;
    padding:7px 10px;
    color:#fff;
    background:#72B62B;
}
.addbtn h3{
    float: left;
    padding:5px;
    margin:0;
    font-size:16px;
    background:#fafafa;
    color:#72B62B;
}
.addbtn 
#loading{
    width:79%;
    height:99%;
    background:rgba(0,0,0,0.7);
    text-align: center;
    color:#fafafa;
    font-family: "font_1";
    font-size:20px;
    position: absolute;
    right: 10px;
    top: 5px;
    display: none;
}
#loading div{
    margin:0 auto;
    float:none;
    display: block;
    width:20%;
}
#loading span{
    display: block;
    margin:0 auto;
    margin-top:25%;
    width:240px;
}
#loading i{
    color:#fff;
    margin-right:5px;
    margin-top:-4px;
    float: left;
    font-size:28px;
}
#administration{
    width:100%;
    height:100%;
    min-height: 100%
    padding:0;
    background:#fafafa;
    overflow: hidden;
}
#admin_menu{
    width:20%;
    position: fixed;
    left:0;
    top:0;
    height: 100%;
    min-height: 100%;
    background:#72B62B;
}
.admin_logo{
    background:#fff;
    width:100%;
    margin-bottom:10px;
    padding:15px 0;
    text-align: center;
}
#admin_menu ul{
    display: block;
    margin:0;
    padding: 0;
}
#admin_menu ul li{
    display: block;   
    transition:0.9s;
}
#admin_menu ul li a{
    color:#fff;
    font-size: 20px;
    font-weight: bold;
    cursor: pointer;
    padding:10px;
    padding-right:0;
    display: block;
}
#admin_menu ul li i{
    color:#fff;
    margin-right:10px;
    font-size:24px;
}
#admin_menu ul li:hover{
    transition:1.5s;
    padding-left:30px;
    background:rgba(255,255,255,1);
    border-left:7px solid #72B62B;
    border-radius:15px 0 0 15px;
}
#admin_menu ul li:hover a,#admin_menu ul li:hover a i{
    color:#72B62B;
}
#admin_body{
    width:79%;
    height:100%;
    min-height: 100%;
    margin:0;
    padding:5px;
    margin-left:20%;
    background:#eee;
    box-shadow: 0 0 8px #ddd inset;
    border:1px solid #ccc;
    overflow-x:auto; 
}


iframe body{background:#eee;}
#admin_slider{
    float: left;
    width:100%;
    margin-top:20px;
}
#admin_article{
    display: block;
    width:100%;
}
.add_btn{
    display: block;
    margin: 0 25px;
    margin-top:-7px;
    margin-bottom:5px;
    float: right;
    padding:10px;
    text-align: center;
    background:#fff;
    border-radius:0 0 8px 8px;
    box-shadow: 0 0 5px #888;
    transition:0.7s;
}
.add_btn:hover{
    background:#72B62B;
    transition:0.7s;
}
.add_btn:hover i{
    background:none;
    color:#fff;
    transition:0.7s;
}
.add_btn i{
    font-size: 25px;
    color:#72B62B;
}
.dark_body{
    position: fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    min-height: 100%;
    background:rgba(0,0,0,0.8);
    z-index:999;
    display: block; 
}
.add_background{
    width:98%;
    display: block;
    margin:0px 10px;
    float: right;
    background:#fff;
    margin-bottom:20px;
    box-shadow: 0 0 5px #888;
    /*border:1px solid #ccc;*/
    border-top:none;
    overflow: auto;
    margin-top:20px;;
    height:auto;
}
#close_dark_body{
    position: absolute;
    top:5px;
    right:5px;
    color:#eee;
    cursor: pointer;
}
.admin_article{
    display: block;
    width:95%;
    margin:4px 2%;
    padding:5px;
    background:#fff;
    float: left;
    box-shadow: 0 0 4px #888;
}
.admin_slider{
    width:30%;
    margin:10px;
}
.admin_slider img{
    width:100% !important;
    height:auto !important;
    min-height:120px !important;
    max-height:150px !important;
}
.admin_article img{
    float: left;
    width:50px;
    height:50px;
    margin-right:10px;
}
.admin_article h3{
    float: left;
    font-size:16px;
    color:#333;
    font-weight: bold;
}
.admin_article h3 i{
    float: left;
    font-size:22px;
    font-weight: bold;
    margin-right:5px;
    margin-top:-3px;
    color:#72B62B;
}
.admin_article span{
    float: right;
    margin:10px 5px;
}
.admin_article span a i{
    float: left;
    font-size:22px;
    color:#72B62B;
    margin:0 5px;
}
.admin_article span a i:hover{color:#333;}
.admin_article ul{
    display: block;
    width:95%;
    margin:0 auto;
    padding:5px 15px;    
    border-top:1px solid #ddd;
    float: left;
    background:#fff;
}
.admin_article ul li{
    list-style: none;
    display: block;
    width: 99%;
    float: left;
    background: #fafafa;
    text-align: left;
    padding:2px 5px;
    border-bottom:1px solid #eee;
    color:#444;
    font-weight: bold;
}
.admin_article ul li i{
    float: left;
    font-size:20px;
    font-weight: bold;
    margin-right:5px;
    margin-top:0px;
    color:#72B62B;
}
.admin_article ul li span{
    float: left;
}
.admin_article ul li .admin_tools{
    float: right;
}
.admin_article ul li .admin_tools i{
    font-size: 20px;
    margin:0 4px;
    font-weight: normal;
    color:#72B62B;
}

.radio_choice{
    display: block;
    width:90%;
    font-size:18px;
    color:#333;
    margin:15px;
}
.radio_choice span{
    color:#99CC00;
    font-weight: bold;
}
.radio_choice input{
    margin-left:20px;
    display: inline-block;
    margin-right:5px;
} 

#big_margin{
    float: left;
    width: 100%;
    height:140px;

    /*margin:50px 0*/
}

    #show_menu{
        display: none;
    }


#contact ul{
    display: block;
    float: left;
    width:100%;
    font-family:"jaldi";
    list-style: circle;
    position: relative;
    top:-5px;
    margin:0;
    padding:0;
}
#contact ul li{
    float: left;
    display: block;
    margin:8px 0;
    padding:5px;
    margin-left:0;
    color:#666;
    font-size:18px;
    font-weight: bold;
}


#contact ul li i{
    font-size: 17px;
    margin-right:5px;
    font-weight: normal;
    color:#000;
}
#contact ul li ul{
    float:left;
    margin-top:10px;
    margin-left:15px;
}
#contact ul li ul li{
    display: block;
    float: none;
    color:#666;
    list-style: square;
    margin:5px 0;
    font-weight: normal;
    font-size: 16px;
    padding: 2px 5px
}
#contact ul li ul li a{
    text-decoration: none;
    color:#222;
}
#contact ul li ul li i{
    font-size:15px;
    float: left;
    margin-top:1px;
    margin-right:5px;
}
#contact span{
    color:#243E8B;
    font-weight: bold;
    float: left;
}
#contact_form{
    display: none;
    width:50%;
    height:auto;
    margin:4px auto;
    padding-right:20px;
}
#contact_form input{
    width:85%;
    display: inline;
    border-left:none;
    font-size:16px;
    padding:9px;
    border:1px solid #eee;
    font-family: "font_spec_2"
}
#contact_form i{
    display: inline;
    float: left;
    width:3%;
    padding:8px 10px;
    margin:10px 0;
    margin-bottom:0;
    font-size:20px;
    color:#aaa;
    border:1px solid #eee;
    border-right:none;
}
#contact_form textarea{
    width:91%;
    max-width:91%;
    min-width:91%;
    padding:9px;
    height:100px;
    float: left;
    padding:8px;
border:1px solid #eee;
    font-family: "font_spec_2" !important;
    font-size:18px;
    font-family:serif;
}
#contact_form input[type=submit]{
    width:30%;
    height:auto;
    background:transparent;
    border:none;
    color:#930000;
    float: right;
    cursor: pointer;
}

.plan{
    float: left;
    width:55%;
    background:#fafafa;
    overflow: hidden;
    border:1px solid #f5f5f5;
}
.plan iframe{
    width:100%;
    height:400px;
}

.info_p_titre{
    width:93%;
    display: block;
    font-size:26px;
    padding-bottom:5px;
    margin-bottom:5px;
    border-bottom:1px solid #e0e0e0;
}
#nous-contact{
    display: block;
    margin:20px 0;
    margin-left:40px;
    width:auto;
    padding:10px 0;
    text-align: center;
    font-size:20px;
    font-family: "jaldi";
    color:#579345;
    transition:0.7s;
    cursor: pointer;
    text-align: left;
    float: left;
}
#nous-contact i{
    float:left;
    margin:5px;
}
#contact{
    width:36%;
    float: left;
    height:auto;
    margin:10px;
    padding:5px;
}
#contact_info{
    float: left;
    width:100%;
}


#contact_form{
    display: none;
    width:50%;
    height:auto;
    margin:4px auto;
    padding-right:20px;
    background:#fdfdfd;
    box-shadow: 0 0 3px #ddd;
    padding:25px 40px;
    overflow:hidden;
}
#contact_form div{
    float: left;
    width:98%;
    margin-bottom:10px;
}
#contact_form input{
    width:85%;
    display: inline;
    border-left:none;
    font-size:16px;
    padding:9px;
    border:1px solid #eee;
    border-left:none;
    font-family: "jaldi";
    color:#777;
}
#contact_form i{
    display: inline;
    float: left;
    width:10%;
    padding:9px 10px;
    margin:0px 0;
    margin-bottom:0;
    font-size:19px;
    color:#aaa;
    background:#fafafa;
    text-align: center;
    border:1px solid #eee;
    border-right:none;
    border-right:none;
}
#contact_form textarea{
    width:100%;
    max-width:100%;
    min-width:100%;
    padding:9px;
    height:100px;
    float: left;
    padding:8px;
    border:1px solid #eee;
    font-family: "jaldi" !important;
    font-size:18px;
    font-family:serif;
    color:#777;
}
#contact_form input[type=submit]{
    width:auto;
    height:auto;
    background:transparent;
    border:none;
    color:#488734;
    float: right;
    cursor: pointer;
    padding:5px 0;
    margin-top:20px;
    font-size:18px;
    /*border:1px solid #86bc76;*/
}

/* inférieur à col-md (col-xs + col-sm) */
@media (max-width: 1200px) {
    #header-container{
        height:auto !important;
    }
    #main-menu-container{
        width:100% !important;
    }

    #big_margin{
        float: left;
        width: 100%;
        margin:5px 0
    }
    #main-container{width:98%;}
}

.article_photos{
    width:100%;
    float:left;
    margin:5px 0;
    margin-left:40px
}
.footer_all{
    width:85%;
    overflow: hidden; 
    margin:0 auto;
    display: block;
}


@media (max-width: 900px) {
    body{
        background: #fff;
        width: 100%;
        overflow: hidden;
    }
    #header-container{
        height:auto !important;
    }
    #main-menu-container{
        margin-top:50px;
    }
    #main-menu-container {
        position: relative;
        top: -10px;
        /* bottom: -70px; */
        /* width: 100%; */
        z-index: 101;
        /* margin-bottom: 10px; */
        display: block;
        margin: 0 auto;
        width: 100%;
    }

    #big_margin{
        float: left;
        width: 100%;
        margin:5px 0
    }
    #show_menu{
        display: block;
        position: absolute;
        top:90px;
        left:3%;
        background: #fdfdfd;
        padding:15px;
        float: left;
        font-size:30px;
        border:1px solid #eee;
        box-shadow: 0 0 4px #ddd;
        cursor: pointer;
        color:#333;
    }
    #show_menu:hover{
        background:#72B62B;
        color:#fff;
    }
    #main-container{width:98%;}

    #main-menu-container{
        width:100% !important
    }
    #main-menu-container ul.nav.menu>li{
        width:100% !important;
    }
    #main-menu-container .logo-home{
        width:90%;
        /*float: left;*/
        display: block;
        text-align: center;
        /*margin:0 auto;*/
        /*top:80px;*/
        float: left !important;
        overflow: hidden;
        position: relative;
        top:80px;
        float:left;
        padding:0px;
        padding-top:8px;

        /*margin-top: 20px*/
    }
    #main-menu-container .logo-home img{
        width:150px;
        height:60px;
        margin:0 auto;
    }
    #main-menu-container nav.navigation{
        width:100%;
        margin:0;
        margin-bottom:50px;
        padding:0;
        float: left;
        left:0;
        /*top:80px;*/
        /*position:relative;*/
        top:200px;
        display: none;
    }



    #main-menu-container ul.nav.menu{
        margin: 0;
        padding: 0;
        list-style: none;
        height: auto;
        float: left !important;
        overflow: hidden;
        margin-bottom:20px;
    }
#main-menu-container ul.nav.menu>li{
    float: left;
    margin: 0;
    /*margin-right:1px;*/
    padding: 0 2px;
    text-align: center;
    border-right: 2px solid #fff;
    position: initial;
}

#main-menu-container ul.nav.menu>li>a{
    display: table-cell;
    vertical-align: middle;
    padding: 0 20px;
    height: 45px;
    color: #666;
    /*text-shadow:1.5px 2px #000;*/
    font-family: "jaldi";
    text-decoration: none;
    font-size:18px;
    font-weight: bold;
    text-transform: uppercase;
    max-width: auto;
}
#header-container #main-menu-container ul.nav.menu li ul.nav-child {
    position: relative;
    top: 0;
    /*margin-bottom: -70px;*/
    padding-bottom:2px;
    left: 0;
    margin: 0 auto;
    margin-bottom:10px;
    padding: 0;
    width: 95% !important;
    height:auto;
    opacity:0.8 !important;
    list-style: none;
    display: none;
    border-bottom: 2px solid #fff;
    border-radius:0 0 10px 10px;
    background: #fff !important;
    /*float: left;*/
    overflow: hidden;
}

#main-menu-container ul.nav.menu ul.nav-child li a{
    color: #333;
    font-weight: bold;
    display: block;
    width: 95%;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 15px;
    line-height: 27px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 10px;
    margin:4px auto;
    border-bottom:1px solid #ddd;
    /*float: left;*/
    /*background: #fff*/
}
#main-menu-container ul.nav.menu li.item-101{
    display: none;
}
#main-menu-container ul.nav.menu li.item-118{
    background: #fff;
}
#main-menu-container ul.nav.menu li.item-118 a{
    color:#666;
    text-shadow: none;
}

#main-menu-container ul.nav.menu li.item-118 ul.nav-child{
    background: rgba(79,123,160,0.8);
}
#main-menu-container ul.nav.menu li.item-118 ul.nav-child li a{
-    color: rgba(79,123,160,0.95);
    color: #000;
}
#main-menu-container ul.nav.menu li.item-118 ul.nav-child li a{
    background:none;}
#main-menu-container ul.nav.menu li.item-118 ul.nav-child li:hover a{
    color: #4f7ba0;
    background: #fff
}
#main-menu-container ul.nav.menu li.item-118:hover a{
    color: #4f7ba0;
    text-shadow: none;
    background:#fff;
    transition:0.9s;
}
#main-menu-container ul.nav.menu li.item-118{   
 border-bottom:5px solid rgba(79,123,160,0.95);
}
#main-menu-container ul.nav.menu li.item-118:hover{    
    border-bottom:5px solid rgba(79,123,160,0.95);
    transition:0.9s;
}
#main-menu-container ul.nav.menu li{ 
    border-bottom-style:solid;
    border-bottom-width: 5px;
} 
#main-menu-container ul.nav.menu li:hover{    
    background:#fff !important;
}
#main-menu-container ul.nav.menu li:hover a{
    /*color:#333 !important;*/
    text-shadow: unset;
    background: #fff;
}    
#main-menu-container ul.nav.menu li:hover ul li a{
    color:#555 !important;
    text-shadow: unset;
    font-weight: bold;
    background:none;
}    
#main-menu-container ul.nav.menu li ul li:hover a{
    color:#555 !important;
    text-shadow: unset;
    background: #eee
}   


#header-container{
    position: relative;
    height: 450px;
    float: left;
    margin-bottom: 48px;
    margin-top:50px;
    width: 100%;
}
#header-slideshow
{
    display: none;
}
#topbar{
    float: left;
    background:rgba(0,0,0,0.1);
    height:45px;
    clear:both;
    margin-bottom:50px;
    overflow: hidden;
    width:100%;
    z-index: 150;
    position:relative;
    margin-bottom:-30px;
    margin-top:0;
}
#topbar ul.nav.menu{
    padding: 0;
    list-style: none;
    height: 20px;
    /*float: right;*/
}
#topbar ul.nav.menu li{
    padding: 0;
    float: left;
    height: 20px;
    line-height: 20px;
}
#topbar ul.nav.menu li.first{
    margin-right: 10px;
}


#topbar ul.nav.menu li a{
    text-decoration: none;
    color: #7F6149;
    padding: 0;
}
.search{
    display: block;
    float: left;
    width:70%;
    margin:0 2%;
    /*margin-top:30px;*/
    /*box-shadow: 0 0 3px #000 inset;*/
    border-radius:7px;
    position: unset;
    top:3px;
    left:2px;
}
.search input[type='search']{
    width: 65% !important;
    height:32px !important;
    padding:4px 4px;
    font-weight: normal;
    color:#555;
    float: left;
    margin:0;
    border:1px solid #aaa;
    border-left:none;
    border-right:none;
    overflow: hidden;
    border-radius:0;
    box-shadow: -1px 0 3px #ccc inset;
    font-size:14px;
    font-family:"jaldi";
}
.search input[type='submit']{
    background:#eee;
    padding:5px 0;
    text-align: center;
    float: left;
    width:15%;
    height:32px !important;
    color:#333;
    border-radius:0 7px 7px 0;
    box-shadow: 1px 1px 1px #ddd;
    border:1px solid #888;
    border-left:1px solid #ccc;
}

.search i{
    width:14%;
    height:32px !important;
    text-align: center;
    font-size:19px;
    float: left;
    background:#fff;
    padding:5px 5px;
    margin:0;
    color:#666;
    border:1px solid #888;
    border-right:none;
    overflow: hidden;
    border-radius:7px 0 0 7px;
    box-shadow: 1px 0 3px #ccc inset;
}

#topbar div.search input[type='text']{
    border: none;
    padding: 1px 2px;
    height: 18px;
    line-height: 18px;
    background-color: #595959;
    color: #fff;
    font-style: italic;
}
#topbar div.lang{
    display: inline-block;
    float: right;
    width:auto;
    margin-left:0px;
    margin-right:7px;
    position: unset;
    top:7px;
    right:10px;
}
.lang a{
    width:auto;
    text-align: center;
    font-size:14px;
    float: left;
    padding:10px;
    width:40px;
    margin-top:-3px;
    margin-right:15px;
    border-right:none;
    overflow: hidden;
    border-radius:50% !important;
    moz-border-radius:50% !important;
    webkit-border-radius:50% !important;
    o-border-radius:50% !important;
    font-weight: bolder;
    font-style: normal;
    font-family: "font_2";
    cursor: pointer;
    float: left;
    margin-right:6px;   
    background:#83B832;
    color:#fff;
    text-decoration: none;
    transition:0.7s;

}
.lang a.selected{
    background:#fff;
    color:#83B832;
    display: block;
    box-shadow: 0 0 2px #000 inset
}
.lang a:hover{
    background:#fff;
    color:#83B832;
    text-decoration: none;
    transition:0.7s;
}




    #main-menu-bg{
        position: relative;
        top: -18px;
        width: 100%;
        height: 50px;
        z-index: 101;
        border-bottom: 5px solid #99CC00;/*B2C275*/
        -webkit-box-sizing: initial;
        box-sizing: initial;
        background:#fff;
        display: none;
    }
    #main-container{
        background:#fff;
        width:105% !important;
        overflow: hidden;
        margin:20px auto;
        float: left;
        overflow: hidden;
        margin-top:50px; 
        margin-left:-10px;
        /*position: relative;*/
        /*top:150px;*/
        /*margin-bottom: 50px;*/
    }








.blog-post{
    float: left;
    display: block;
    height:auto;
    width:100%;
    margin:5px 0;
}
.blog-featured{
    float: left;
    display: block;
    width:99%;
    height:auto;
    min-height:auto;
    overflow: hidden;
    z-index: 999;
    display: block;
    border-radius: 10px;
    opacity:1;
    transition:0.6s;
}
.blog-featured:hover{
    box-shadow: 0 0 4px #aaa}
.blog-featured.item1{
    background: #eef3ff; 
   /* background: -moz-linear-gradient(top,  rgba(164,104,42,1) 0%, rgba(223,150,81,1) 50%, rgba(164,104,42,1) 100%); 
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a4682a), color-stop(50%,#df9651), color-stop(100%,#a4682a)); 
    background: -webkit-linear-gradient(top,  #a4682a 0%,#df9651 50%,#a4682a 100%); 
    background: -o-linear-gradient(top,  #a4682a 0%,#df9651 50%,#a4682a 100%); 
    background: -ms-linear-gradient(top,  #a4682a 0%,#df9651 50%,#a4682a 100%); 
    background: linear-gradient(to bottom,  rgba(164,104,42,0.7) 0%, rgba(223,150,81,0.7) 50%,rgba(164,104,42,0.7)  100%); 
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a4682a', endColorstr='#a4682a',GradientType=0 ); */
}
.blog-featured.item2{
    background: #fff4e0;
    /*background: -moz-linear-gradient(top, rgba(79,123,160,1) 0% rgba(79,123,160,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(79,123,160,1)), color-stop(100%,rgba(79,123,160,1)));
    background: -webkit-linear-gradient(top, rgba(79,123,160,1) 0%,rgba(79,123,160,1) 100%);
    background: -o-linear-gradient(top, rgba(79,123,160,1) 0%,rgba(79,123,160,1) 100%);
    background: -ms-linear-gradient(top, rgba(79,123,160,1) 0%,rgba(79,123,160,1) 100%);
    background: linear-gradient(to bottom, rgba(79,123,160,1) 0%,rgba(79,123,160,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(79,123,160,1)', endColorstr='rgba(79,123,160,1)',GradientType=0 );*/
}
.item3{
    background: #FFCC99;
   /* background: -moz-linear-gradient(top,  #9c4122 0%, #d26f46 50%, #9c4122 100%); 
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#9c4122), color-stop(50%,#d26f46), color-stop(100%,#9c4122)); 
    background: -webkit-linear-gradient(top,  #9c4122 0%,#d26f46 50%,#9c4122 100%); 
    background: -o-linear-gradient(top,  #9c4122 0%,#d26f46 50%,#9c4122 100%); 
    background: -ms-linear-gradient(top,  #9c4122 0%,#d26f46 50%,#9c4122 100%); 
    background: linear-gradient(to bottom,  #9c4122 0%,#d26f46 50%,#9c4122 100%); 
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9c4122', endColorstr='#9c4122',GradientType=0 );
*/
}
.blog-featured.item4{
    background: #ecd8f2; 
    /*background: -moz-linear-gradient(top,  #462b56 0%, rgba(122,81,137,1) 50%, #462b56 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(122,81,137,1)), color-stop(50%,#7a5189), color-stop(100%,#462b56)); 
    background: -webkit-linear-gradient(top,  rgba(122,81,137,1) 0%,#7a5189 50%,#462b56 100%);
    background: -o-linear-gradient(top,  #rgba(122,81,137,1) 0%,#7a5189 50%,#462b56 100%); 
    background: -ms-linear-gradient(top, rgba(122,81,137,1) 0%,#7a5189 50%,#462b56 100%); 
    background: linear-gradient(to bottom, rgba(122,81,137,1) 0%,#7a5189 50%,#462b56 100%); 
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#462b56', endColorstr='#462b56',GradientType=0 );*/
}
.blog-featured.item5{
    background: #CCFFCC; 
    /*background: -moz-linear-gradient(top,  #74892c 0%, #99ae47 50%, #74892c 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#74892c), color-stop(50%,#99ae47), color-stop(100%,#74892c)); 
    background: -webkit-linear-gradient(top,  #74892c 0%,#99ae47 50%,#74892c 100%); 
    background: -o-linear-gradient(top,  #74892c 0%,#99ae47 50%,#74892c 100%); 
    background: -ms-linear-gradient(top,  #74892c 0%,#99ae47 50%,#74892c 100%); 
    background: linear-gradient(to bottom,  #74892c 0%,#99ae47 50%,#74892c 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#74892c', endColorstr='#74892c',GradientType=0 );*/
}
.blog-featured.item6{
    background: #4f7ba0;
   /* background: -moz-linear-gradient(top, #4f7ba0 0%, #74a1c8 50%, #4f7ba0 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4f7ba0), color-stop(50%,#74a1c8), color-stop(100%,#4f7ba0));
    background: -webkit-linear-gradient(top, #4f7ba0 0%,#74a1c8 50%,#4f7ba0 100%);
    background: -o-linear-gradient(top, #4f7ba0 0%,#74a1c8 50%,#4f7ba0 100%);
    background: -ms-linear-gradient(top, #4f7ba0 0%,#74a1c8 50%,#4f7ba0 100%);
    background: linear-gradient(to bottom, #4f7ba0 0%,#74a1c8 50%,#4f7ba0 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4f7ba0', endColorstr='#4f7ba0',GradientType=0 );*/
}


.blog-featured .items-row-container{
    /*height: 163px;*/
    overflow: hidden;
    position: relative;
}
/*.blog-featured .items-row{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;s
}*/
.blog-featured .items-row-nav{
    position: absolute;
    bottom: 0;
    right: 25px;
    height: 25px;
    line-height: 25px;
}
.blog-featured .items-row-nav .puce{
    float: left;
    margin: 0 5px;
    background-color: #fff;
    height: 15px;
    width: 15px;
    line-height: 15px;
    text-align: center;
    color: #5a8cb1;
    font-size: 11px;
    font-weight: bold;
    cursor: pointer;
}
.blog-featured .items-row-nav .puce.active{
    color: #a54826;
}
.blog-featured .blog-header{
    display: block;
    width: 100%;
    height:auto;
    overflow: hidden !important;
    background: #fff;
    float: right;
    text-align: center;
}
.blog-featured .blog-header img{    
    margin: 0 auto;
    float: none;
    width:auto;
    height:auto;
    /*min-height:45%;*/
    max-height:200px;
    transition:1s;
    z-index: 2;    
    background: #fff;
    border-radius: 0;
    border:none;
    border-left:1px solid #eee;
    border-left:none;
}
.blog-featured .blog-header img:hover,.blog-featured:hover .blog-header img{         
    transition:2s;
    opacity: 1;
}
.blog-featured .blog-body{
    float: left;
    display: block;
    width:97%;
    color:#444;
    font-family: 'jaldi', sans-serif;
    font-size: 16px;
    line-height: 23px;    
}
.blog-featured .blog-body *{
    color:#444 !important;
    font-family: 'jaldi', sans-serif !important;
    font-size: 16px !important;
}

.blog-featured .blog-body h3,.blog-title{
    margin: 0;
    padding: 12px;
    padding-bottom: 12px;
    font-weight: bolder;
    text-align: center;
    vertical-align: middle;
    height: auto;
    float: left;
    width:100%;
}
.blog-featured .blog-body h3 a,.blog-title a{
    color: #fff;
    font-family: 'font_4', sans-serif;
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
}
.blog-featured .blog-body h3 a:hover,.blog-title a:hover{ color:#eee;text-decoration: none;}

.blog-featured .blog-body h3.item1{background:#33BBBB;}
.blog-featured .blog-body h3.item2{background:#FF9922;}
.blog-featured .blog-body h3.item3{background:#f26f46;}
.blog-featured .blog-body h3.item4{background:#9E49DD;}
.blog-featured .blog-body h3.item5{background:#99ae47;}

.blog-featured .blog-body p{
    margin:5px;
    float: left;
    color: #222;
    font-weight: bold;
    font-size:13px;
    font-family: "font_1";
    text-align: left;
    width:97%;
    /*background: #fff*/
}
.blog-featured .blog-footer{
    float: left;
    width:auto;
    /*margin-top:-20px;*/
}
.blog-featured .blog-body p a{
    /*padding:10px 12px;*/
    /*float: left;*/
    margin-left:5px;
    /*font-weight: bold;*/
    font-size: 12px;
    color:#555;
    /*background:#fff;*/
    border-right:none;
    font-family: "font_4"
}







.article-header h2{
    text-align: left;
    font-size: 16px;
    font-weight: bold;
    color: #333;    
}


.article-body{
    width:95%;
    padding:5px;
    display: block;
    margin: 5px 0 ;
    float: left;
    overflow: hidden;
    background: #fff;
}
.article-body.trek{
    width:98% !important;
}
.trek-photo{
    float: right;
    width:100%;
}
.trek-photo div{
    max-width:90% !important;
    height:auto;
    max-height: auto;
    margin:10px 20px;
    float: left;
    text-align: center;
}

.article-body div{
    float: left !important;
    width:99% !important;
}
.article-body img{
    display:block;
    margin:5px auto;
    /*max-width:45%;*/
    height:auto;
    padding:4px;
    background:#fff;
    float: right;
}
.article-body .article-text{
    font-size:15px;
    color:#444;
    display: block;
    margin:4px;
    font-family:"font_1";
    font-weight: normal;
    float: left;
    text-align: justify;
    width:53%;
    white-space:pre-wrap;
}


.article_photos{
    width:99%;
    float:left;
    margin:5px 0;
    margin-left:10px
}
.articles_pix{
    width:47%;
    /*height:150px;*/
    float:left;
    margin:0 2px;
    text-align: center;
}
.articles_pix div a img{
    max-height: 100%;
    max-width: 100%;
    display: block;
    margin:0 auto;
    border-radius:0;
    border:1px solid #ddd;
}
.articles_pix div a img:hover{
    border:1px solid #555;
    transition:0.5s;
}



    footer.footer{
        float: left;
    }
.footer_all{
    width:100%;
    overflow: hidden; 
    margin:0 auto;
    display: block;
}

#main-navbar h3{
    font-size:18px;
    text-shadow: 2px 2px 1px #555
}





.search_result{
    float: left;
    margin:5px;
    margin-left:5px;
    padding:0;
    width:98%;
}
.search_result ul{
    list-style: none;
    padding:0;
    width:100%
}
.search_result ul li{
    width:100%;
    padding:5px 8px;
    border-left:3px solid #ddd;
    margin-bottom:8px;
    float: left;
}
.search_result ul li:hover{
    background: #f7f7f7;

}
.search_result ul li img{
    float:left;
    width:35%;
    margin:2px;
    margin-right:7px;
    border:1px solid #eee;
}
.search_result ul li div{
    float: left;
    width:60%;
}
.search_result ul li a{
    font-size:18px;
    /*font-weight: bold;*/
    color:#007A00;
    text-transform: uppercase;
    font-family: "font_4";
    margin-bottom:15px;
    width:100%;
    /*float: left;*/
}


.search_result ul li p{
    font-size:16px;
    width:100%;
    display: block;
    /*font-weight: bold;*/
    color:#666;
    /*margin-left:10px;*/
    /*border-left:3px solid #ddd;*/
    /*padding-left:5px;*/
    font-family: "font_4";
    /*font-family: "font_4"*/
    float: left;
}
.search_result ul li p a{
    color:#444;
    font-size:16px;
    text-transform: initial;

}
.search_result ul li a:hover{
    color:#007A00;
    text-decoration: none;
}






#msgNO {
    font-family: "font_1";
    font-size: 18px;
    background: #FF8484;
    /* border: 1px solid #eee; */
    padding: 10px 5px;
    margin: 10px auto;
    margin-top: 20px;
    color: #fff;
    display: block;
    max-width: 95%;
    border-radius:3px;
    /*box-shadow: 1px 1px 5px  1px #aaa*/
}


footer.footer .footer-block{
    padding: 0 15px;
    border-left:none;
    border-top:none;
    max-width:100%;
    width:auto;
    float: left;
    height:auto;
    padding-bottom:20px;
    border-top-right-radius: 0
}
footer.footer .footer-block:first-child{
    margin-left:0px;
}

footer.footer .footer-block:first-child{border-left:none;}
footer.footer #footer-block-1{
    text-align: center;
    border-left: none;
}

footer ul.nav.menu{
    list-style: none;
    margin: 0 0 0 15px;
    padding: 0;
}
footer ul.nav.menu li{
    height: 25px;
    line-height: 25px;
}
footer ul.nav.menu li a{
    text-decoration: none;
    text-transform: uppercase;
    color: #fff;
    font-size: 13px;
    padding: 5px 15px;
}

footer ul.nav.info_pratique{
    list-style: none;
    margin: 0 0 0 15px;
    padding: 0;
}

footer ul.nav.info_pratique li{
    text-decoration: none;
    color: #fff;
    font-size: 15px !important;
    display: block;
    width:100%;(-)
    float: left !important;
    margin:3px 0 ;
}
footer ul.nav.suivez li{
    text-decoration: none;
    color: #fff;
    font-size: 15px;
    display: block;
    width:100%;
    float: left;
    margin:3px 0;
}
footer ul.nav.suivez li i{
    padding:4px;
    width:40px;
    font-size:20px;
    height:auto;
    float:left;
    border:none;
}
footer ul:first-child{
    border-left: none;
}
footer ul.nav.menu li a:hover {
    background-color: transparent;
}
footer ul.nav.menu li{
    height: auto !important;
    line-height: 25px;
}
}

/*
     FILE ARCHIVED ON 15:22:38 Jul 15, 2021 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 06:55:20 Aug 13, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.339
  exclusion.robots: 0.039
  exclusion.robots.policy: 0.031
  esindex: 0.005
  cdx.remote: 12.841
  LoadShardBlock: 93.864 (3)
  PetaboxLoader3.datanode: 52.119 (4)
  PetaboxLoader3.resolve: 65.904 (2)
  load_resource: 92.453
*/